@charset "UTF-8";

body {
	background-color: #000000;
}

.MainTitle {
    font-size: 25px;
}


.StuffListArea{
	padding-top: 10px;
    padding-bottom: 50px;
	background-color: #eef2f7;	
}

.StuffListArea .MenuTitle{
	color: #767676;
	padding-left: 10px;
}



.MainTitle{
	text-align: center;
}

.MenuMain{	
	padding-top: 20px;	
	padding-bottom: 20px;	
	background-color: #2f2f2f;
}

.circle {
    width: 59px;
    height: 59px;
    font-size: 30px;
    margin: 0px;
    border: 3px solid #ffffff;
    transition: all 0.5s;
}

.circle span {
    margin-top: 10px;
}



.StuffRow{
	transition: all 0.3s;
}
.StuffRow:hover{
	filter: drop-shadow(6px 8px 7px #696969);
}

.StuffRow .card{
	background-color: #f4f4f4;
}
    

.stuffBox .RecomLogo {
	z-index: 10;
}



.StuffListArea .stuff_card_pay,
.StuffListSection .stuff_card_pay{
	color:#008dad;	
}


.SearchStuffInfor .stuff_card_pay{	
	color:#089bbd;
}

.SearchStuffInfor:hover{
	background-color: #cdcdcd;
}

.stuff_pay{
	color: red;
}

.ViewStuffPriceArea .stuff_pay{
	color: red;
}

.StuffListArea .stuff_pay .stuff_cart_pay{
	color: #00b1da;
}

.stuff_name{
	font-family:"NanumGothic";
	color:black;
	font-weight:600;
}

.stuffTextBox{
	margin-top: 20px;
}

div.stuffTextBox{	
	padding-left: 15px;
	padding-right: 15px;
}


.RecomStuffArea .MenuTitle{
	color: #ffffff;
}


.StuffListSection{
	background-color: #eef2f7;
}

.LastAddStuffArea .MenuTitle{
	color: #767676;
}



.LastAddSideStuffArea .MenuTitle{
	color: #6e7683;
}



.LastAddAccStuffArea .MenuTitle{
	color: #515957;
}




.top-category-btn > div{
	margin-bottom: 4px;
	float: left;
}

.top-category-btn li .btn-link {
    color: #000000;
    transition: all 0.5s;
}

.TopSideMenuInCategory .table.CategoryDiv{
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;	
}

.TopSideMenuInCategory .table.CategoryDiv td{
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

.TopSideMenuInCategory .CategoryDiv .btn-link {
    color: #ffffff;
    word-break: keep-all;
    white-space: nowrap;
    /*
    float: unset;
    padding-left: 5px;
    padding-right: 5px;
    */
}

.TopSideMenuInCategory .CategoryDiv .btn-link.active{
	color: #a1a1a1;
}

.TopSideMenuInCategory .CategoryDiv .btn-link:hover{
	text-decoration-line: none;
	color: #a1a1a1;
}

.TopSideMenuInCategory .CategoryDiv .btn-link:active,
.TopSideMenuInCategory .CategoryDiv .btn-link:focus,
.TopSideMenuInCategory .CategoryDiv .btn-link:visited {	
	text-decoration:none;
	color: #a1a1a1;
}


.TopSideMenuInCategory .table-responsive{
	overflow-x: auto;	
	border: 0px;
}

.TopSideMenuInCategory .table-responsive::-webkit-scrollbar{ 
	display:none; 
}

.TopSideMenuInCategory .table{
	width: unset;	
}

.ArrowArea,
.LeftArea,
.RightArea{
	padding-left: 0px;
	padding-right: 0px;
}

.LeftArea{
	background: linear-gradient(270deg, #ff000000, #141414);
}

.RightArea{
	background: linear-gradient(90deg, #ff000000, #141414);
}



.TopSideMenuInCategory .ArrowArea{	
	top: -25px;
    height: 0px;
    color: #696969;
}

.NanoMenuAreaPosition .table-responsive{
	margin-bottom: 0px;
}


.StuffListArea .category{
	font-size: 12px;
}

.category.active{	
	border-bottom: 1px solid #fff;
}

.CategoryDiv{
	color: #ffffff;
}

.CategoryDiv .category{
	font-size: 12.5px;
}

.UserControll{
	background-color:#ffffff;
	padding-top: 20px;
}

.UserControll .btn{
	text-decoration: none;
	padding: 0px;
}
.UserControll .btn:hover{
	text-decoration: underline;
}

.Messege{
	min-height: 20px;
	max-height: 120px;
}

.Messege span{
	min-height: 20px;
	max-height: 120px;
	color: red;
}

.stuffInforBody{	
	background-color:#c9c9c9;	
}

.stuffInforBody .stuffInfor{
	height: 600px;
	overflow: hidden;
	transition: all 1s;
}

/*
.MoreViewBtnArea{
	padding-top: 25px;
	padding-bottom: 25px;	
}
*/

.stuffInforHead{
	background-color: #ffffff;
	color: #000000;
	min-height: 200px;
}


/*
.stuffInforHead .container > :first-child{
	padding-right:0px;
	padding-left:0px;
}

.stuffInforHead .container > :last-child{
	padding-left:0px;
	padding-right:0px;
}
*/

.stuffInforBody table{
	width: 100%;
}

.stuff_situ{
	margin-top: 5px;
	margin-bottom: 5px;
}
.StuffTypeArea{
	font-size: 12px;
	font-weight:300;
	margin-top: 10px;
	margin-bottom: 7px;
}

.img-thumbnail {    
    border: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.StuffMainImg img{
	position: relative;    
    left: -150px;
    opacity: 0;
    width: 100%;
    max-width:550px;
	max-height:550px;
}

.selectCategory{
	width: 100%;
}

.searchBtn{
	width: auto;
	font-size: 20px;
	color: #ffffff;	
}

.searchBtn:visited, .searchBtn:active, .searchBtn:focus{
	color: #ffffff;	
}

.searchBtn:hover{
	color: #aaaaaa;
}


.stuffInforBody img{
	width: 100%;
}

.OderBySelectArea{	
	background-color: #eef2f7;
}

.SearchStuff{
	width: 80px;
	height: 80px;
}




.SearchStuffInfor .StuffPerfor{
	color: #808080;
}

.SearchStuffInfor a{
	text-decoration: none;
}

.SearchStuffInfor a:hover{
	text-decoration: underline;	
}

.SearchStuffInfor found{
    background-color: #ffa162;
}

/*
.RelatedProductsArea{
	background-color: #637886;	
}
.RelatedProductsArea .title{
	color: #ffffff;
}
.RelatedProductsArea .list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.RelatedProductsArea .stuff_pay{
	color:#ff6d6d;
}
*/



.TopTextBox a.btn{
	margin: 0px;
}

.TopSideMenuInCategory{
    background:linear-gradient(
        180deg,
        #1b2028 0%,
        #171b22 100%
    );
    border-bottom:1px solid rgba(255,255,255,.05);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}


.SmallStuffImg{
	width: 85px;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
}

.ShotStuffInfor{
	/*margin-top: 54px;*/
	background-color: #000;
}

.ShotStuffInfor .text-muted{
	font-size: 10px;	
}

.ShotStuffInfor .btn-group{
	padding-top: 5px;
	padding-bottom: 5px;
}


.ForUserMessegeArea{
	background-color: #ffffff;
}

.iconBox{
	padding: 0px;
}

a.SelectKeyword{
	margin: 0px;
}

/*
.CategoryList{
	cursor: pointer;
}
*/

.CardAddStuffBtn > .Loding{
	font-size: 10px;
}

.MonthSellCountSum .Loding, .TotalSellCountSum .Loding{
	font-size: 14px;
}

.stuffInfor {
	padding-left: 0px;
	padding-right: 0px;
}


.StuffListArea .title{
	padding-left: 0px;
	padding-right: 0px;
}

.StuffListArea .list{
	min-height: 500px;
	padding-left: 5px;
	padding-right: 5px;
}

.AddBtnArea .cart_add_btn{
	color: #ffffff;
}

.AddBtnArea .cart_add_btn .Loding{
	font-size: 15px;
}

.ShotStuffInfor .cart_add_btn .Loding{
	font-size: 8px;	
}

.AddBtnArea .direct_cart_add .Loding{
	font-size: 15px;	
}

.ShotStuffInfor .direct_cart_add .Loding{
	font-size: 8px;	
}

.SalesTrend{
	height: 150px;
	background-color: #696969;
}

.MonthSellCountView .Loding{
	font-size: 12px;
}

.ADarea.SituView[data-device="PC"]{
	padding-top: 15px;
	padding-bottom: 15px;
}

.ADarea.SituView[data-device="Mobile"]{
	padding-top: 0px;
	padding-bottom: 0px;
}

.StuffStatisticsInforArea{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff6ed;
	height: 150px;
}

/*
.StuffGraphArea{
	height: 210px;
	background-color: #f5f5f5;
	padding-left: 4px;
	padding-right: 4px;
}
*/

.StuffGraphArea .Loding{
	font-size: 12px;
}



.stuffInfor .Loding{
	padding-top: 50px;
	padding-bottom: 50px;
}

.stuffInforHead .StuffViewMainImg{
	width: auto;
	height: 300px;
	overflow: hidden;
	max-width: 500px;
	max-height: 500px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;    
	transition: all 0.5s;
}

.StuffSearchBarTopFix{		
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1035;
}

.StuffSearchBarTopFix .btn {
    white-space: nowrap;
}

.TopSideMenu.navbar-fixed-top .TopSideBtn{
	padding: 5px 2px;
}

.TopSideMenu.navbar-fixed-top .TopSideBtn .simbol {
    font-size: 20px;
}

.TopSideMenu.navbar-fixed-top .TopSideBtn p {
    font-size: 10px;
}

/*
a.ThisStuffView{
	cursor: pointer;
}
*/

button.ThisStuffView{
	cursor: pointer;
	width: 100%;
	padding: 0px;
	text-decoration: none;
	border: 0;
	outline: none;
}

button.ThisStuffView,
button.ThisStuffView:hover,
button.ThisStuffView:active,
button.ThisStuffView:link,
button.ThisStuffView:visited,
button.ThisStuffView:focus{
	text-decoration: none;
	border: 0;
    outline:none;
}


.IloveIt{
	font-size: 18px;
}

.IloveIt:hover{
	text-decoration:none;
}

.IloveIt[data-mode="no"],
.IloveIt[data-mode="no"]:hover{
	color: #b9b9b9;	
}

.IloveIt[data-mode="yes"],
.IloveIt[data-mode="yes"]:hover{
	color: red;	
}
    
.IloveItText{
	color: #000;
}


#CategorySelectModal .ChangeCategory{
	overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

.CateNavi,
.CateNavi li,
.StuffLabel,
.StuffLabel li{
	padding-left:1px;
	padding-right:1px;
}

.CateNavi>li+li:before {	
	content: ">";
}
.CateNavi>li.recom:after {
	content: "";
}




.GraphicModalArea .ControlBtnArea{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4px;
	padding-right: 4px;
}

.GraphicModalArea .GraphPanal{
	min-height: 6vmin;
	width: 100%;
}

.cardDCinfor{
	width: 100%;
	max-width: unset;
}


.ExhibitionArea {
    padding-top: 35px;
    padding-bottom: 35px;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s;
}



.ExhibitionArea .PointImgDiv {
    position: relative;
    height: 0px;
    top: -40px;
    left: 20%;
    opacity: 0;
    transition: all 0.5s;
}

.ExhibitionArea .PointTextDiv {
    position: relative;
    color: #ffffff;
    height: 0px;
    top: -20px;
    left: 15px;
    font-size: 20px;
}

.ExhibitionArea .PointImgDiv img {
    max-width: 70px;
    transition: all 0.5s;
}

.ExhibitionArea .BigPointText{
	font-size: 13px;
	transition: all 0.5s;
}

.ExhibitionArea .SmallPointText{
	font-size: 10px;	
	transition: all 0.5s;
}




@media (min-width: 350px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 340px;	    
	}
}

@media (min-width: 400px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 380px;	    
	}
}

@media (min-width: 500px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 440px;	    
	}
}

@media (min-width: 750px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 480px;
	    background-size: unset;	    
	}

	.ExhibitionArea .PointImgDiv img {
	    max-width: 80px;
	}

	.ExhibitionArea .BigPointText{
		font-size: 20px;
	}

	.ExhibitionArea .SmallPointText{
		font-size: 12px;
	}
}

@media (min-width: 800px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	

	.stuffInforHead .StuffViewMainImg {	    
	    height: 480px;	    
	}


	
	.ShotStuffInfor .text-muted{
		font-size: 14px;	
	}
	.stuffInfor {
		padding-left: 15px;
		padding-right: 15px;
	}

	.StuffListArea .title,
	.StuffListArea .list{
		padding-left: 15px;
		padding-right: 15px;
	}

	.StuffListArea .MenuTitle{
		padding-left: unset;
	}

	/*
	.StuffGraphArea{
		height: 200px;
	}
	*/

	.UserControll .btn{
		padding: 5px;
	}

	.ExhibitionArea {
	    padding-top: 44px;
	    padding-bottom: 44px;
	}
}

@media (min-width: 1024px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 480px;
	    background-size: 100% auto;
	}
	/*
	.stuffInforHead .container > :first-child {
	    padding-right: 50px;
	}
	*/
}

@media (min-width: 1600px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	

	.circle{		
		width: 150px;
	    height: 150px;
	    font-size: 90px;
		border: 5px solid #ffffff;
		transition: all 0.5s;
	}

	.circle span{
		margin-top: 24px;
	}

	.iconBox {
	    height: 300px;
	}

	.iconBox .btn-group > :first-child, .iconBox .btn-group > :last-child{
		top:100px;
	}

	.iconBox .btn-group > :first-child{
		left:20px;
	}

	.iconBox .btn-group > :last-child{
		right:20px;
	}

	.MainTitle {
	    font-size: 45px;
	}
}
@media (min-width: 1680px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	
	.stuffBox{
		min-height:400px;
		transition: border 0.5s;
	}

	.selectCategory, .searchBtn{
		width: auto;
	}

	.stuffInforBody img{
		width: auto;
	}

	
	.searchBtn{		
		font-size: 30px;
	}

	.StuffListArea .category{
		font-size: 12px;
	}


	

	.SearchStuffInfor .StuffPerfor{
		color: #808080;
	}

}


@media (min-width: 1920px){ /*최소 가로 사이즈가 저 수치를 넘어가면! */	
	.stuffInforHead .StuffViewMainImg {	    
	    height: 500px;
	}
	.stuffInforHead .container > :first-child {
	    padding-right: 0px;
	}
}



/* 서브 메뉴 새 스타일 시작 */
.TopSideMenu{
    margin-top:54px;
}

.StuffTopMenu{
    background:#14171c;
    border-bottom:1px solid rgba(255,255,255,.06);
    padding:.45rem 0;
}



/* 상단 메뉴 */

.StuffTopBtn{
    overflow-x:auto;
    overflow-y:hidden;

    margin-bottom:0;
    padding-bottom:2px;
}

.StuffTopBtn::-webkit-scrollbar{
    height:4px;
}

.StuffMenuWrap{
    flex-wrap:nowrap;
    min-width:max-content;
}



/* 메뉴 버튼 */

.StuffMenuLink{
    min-width:98px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.45rem;
    padding:0 .9rem;
    border-radius:12px !important;
    border: 1px solid transparent;
    background:transparent;
    color:#d7dce2 !important;
    text-decoration:none !important;
    white-space:nowrap;	    
    transition:
        background .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.StuffMenuLink:hover{	
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.14);
    color:#fff !important;
}

.StuffMenuLink.active{
    color:#ffffff !important;

	background: linear-gradient(135deg, rgba(79, 70, 229, .35) 0%, rgba(124, 58, 237, .28) 100%);
	border-color: rgba(124, 58, 237, .45);
    border:1px solid rgba(167,139,250,.35);
    box-shadow:
        0 0 18px rgba(99,102,241,0.16);
}

.StuffMenuLink.active i{
    color:#ddd6fe;
}

.StuffMenuLink i{
    font-size:1rem;
    flex-shrink:0;
}

.StuffMenuLink span{
    font-size:.84rem;
    font-weight:600;
}



/* 검색 영역 */

.StuffSearchWrap .input-group{
    overflow:hidden;
    border-radius:10px;    
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 4px 16px rgba(0,0,0,.15);
}

.StuffSearchGroup{
    flex-wrap:nowrap;
}

.StuffSearchWrap .form-control,
.StuffSearchWrap .btn{
    height:35px;
    border:0;
}

.StuffSearchWrap .form-control{
    font-size:.92rem;
    box-shadow:none !important;
}

.StuffSearchWrap .btn{
    font-weight:600;
}



/* 카테고리 버튼 */

.CategoryListBtn{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f5f7;
    color:#212529;
    border-right:1px solid rgba(0,0,0,.06);
}

.CategoryListBtn:hover{
    background:#fff;
}



/* 검색 인풋 */

.SearchInputWrap{
    display:flex;
    align-items:center;

    background:#fff;
}

.SearchInputWrap .SearchIcon{
    position:absolute;

    left:14px;

    color:#868e96;

    font-size:.95rem;

    pointer-events:none;
}

.SearchInputWrap .form-control{
    padding-left:40px;
}



/* 검색 버튼 */
.searchGoBtn{
    width:54px;
    border-color:#7c3aed;
    background:linear-gradient(135deg,#6366f1 0%, #8b5cf6 100%);
    color:#fff;
    transition:all .2s ease;
    box-shadow:0 4px 14px rgba(99,102,241,.25);
}

.searchGoBtn:hover{
    background:linear-gradient(135deg,#5b5ff0 0%, #7c4df3 100%);
    border-color:#6d47e8;
    color:#fff;
    box-shadow:0 6px 18px rgba(139,92,246,.35);
}

.searchGoBtn:focus,
.searchGoBtn:active{
    background:linear-gradient(135deg,#5b5ff0 0%, #7c4df3 100%);
    border-color:#6d47e8;
    color:#fff;
    box-shadow:0 0 0 .2rem rgba(139,92,246,.25);
}


/* 관리자 버튼 */

.StuffLineUpBtn{
    width:54px;
}



/* 카테고리 모달 */

.ChangeCategory .nav-link{
    border-radius:12px;

    padding:.8rem 1rem;

    background:#1b1f25;

    border:1px solid rgba(255,255,255,.05);

    color:#dee2e6;

    transition:.15s ease;
}

.ChangeCategory .nav-link:hover{
    background:#232933;
    color:#fff;
}

.ChangeCategory .nav-link.active{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
}



/* 태블릿 */

@media (max-width:1199px){

    .StuffSearchWrap{
        margin-top:.45rem;
    }
}



/* 모바일 */

@media (max-width:767px){

    .StuffTopMenu{
        padding:.35rem 0 .5rem;
    }

    .StuffMenuLink{
        min-width:88px;
        height:40px;

        padding:0 .75rem;

        border-radius:10px !important;
    }

    .StuffMenuLink i{
        font-size:.92rem;
    }

    .StuffMenuLink span{
        font-size:.76rem;
    }

    .StuffSearchWrap .input-group{
        border-radius:12px;
    }

    .StuffSearchWrap .form-control,
    .StuffSearchWrap .btn{
        height:40px;
    }

    .CategoryListBtn{
        min-width:96px;
        font-size:.82rem;
    }

    .SearchInputWrap .SearchIcon{
        left:12px;
        font-size:.85rem;
    }

    .SearchInputWrap .form-control{
        padding-left:34px;
        font-size:.85rem;
    }

    .searchGoBtn,
    .StuffLineUpBtn{
        width:46px;
    }
}

/*카데고리 선택 모달 꾸미기 시작*/
.CategorySelectModalContent{
    background:
        radial-gradient(circle at top left, rgba(99,102,241,.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(139,92,246,.16), transparent 35%),
        linear-gradient(145deg,#0b1120 0%, #111827 100%);
    border:1px solid rgba(255,255,255,.06);
    box-shadow:
        0 30px 80px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,255,255,.03) inset;
    backdrop-filter:blur(10px);
}

.CategorySelectModalContent .modal-body{
    max-height:65vh;
    overflow-y:auto;
    overflow-x:hidden;

    padding-right:22px;
    padding-bottom:4px;

    scrollbar-width:thin;
    scrollbar-color:#7c3aed rgba(255,255,255,.05);
}

/* 내부 컨텐츠 오른쪽 여백 */
.CategorySelectModalContent .ChangeCategory{
    padding-right:10px;
}

/* 스크롤바 */
.CategorySelectModalContent .modal-body::-webkit-scrollbar{
    width:8px;
}

.CategorySelectModalContent .modal-body::-webkit-scrollbar-track{
    background:rgba(255,255,255,.04);
    border-radius:999px;
}

.CategorySelectModalContent .modal-body::-webkit-scrollbar-thumb{
    background:linear-gradient(180deg,#6366f1,#8b5cf6);
    border-radius:999px;
}

.CategorySelectModalContent .modal-body::-webkit-scrollbar-thumb:hover{
    background:linear-gradient(180deg,#7c3aed,#a855f7);
}

/* 카테고리 버튼 */
.CategorySelectBtn{
    width:100%;
    min-height:82px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.07);
    background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
    color:#d1d5db;
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    text-align:left;
    font-weight:700;
    letter-spacing:-0.02em;
    transition:all .18s ease;
    box-shadow:
        0 4px 12px rgba(0,0,0,.18),
        0 1px 0 rgba(255,255,255,.03) inset;
}

.CategorySelectBtn i{
    width:36px;
    height:36px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    background:rgba(139,92,246,.14);
    color:#8b5cf6;
    transition:all .18s ease;
}

.CategorySelectBtn:hover{
    transform:translateY(-3px);
    border-color:rgba(139,92,246,.35);
    background:linear-gradient(145deg,rgba(99,102,241,.14),rgba(139,92,246,.08));
    color:#fff;
    box-shadow:
        0 14px 28px rgba(0,0,0,.28),
        0 0 0 1px rgba(139,92,246,.15) inset;
}

.CategorySelectBtn:hover i{
    background:rgba(139,92,246,.22);
    color:#fff;
}

/* 활성화 */
.CategorySelectBtn.active{
    background:linear-gradient(135deg,#6366f1 0%, #8b5cf6 100%);
    border-color:transparent;
    color:#fff;
    box-shadow:
        0 18px 40px rgba(99,102,241,.38),
        0 0 0 1px rgba(255,255,255,.08) inset;
}

.CategorySelectBtn.active i{
    background:rgba(255,255,255,.18);
    color:#fff;
}

/* 닫기 버튼 */
.CategorySelectModalContent .btn-close{
    opacity:.7;
    transition:all .15s ease;
}

.CategorySelectModalContent .btn-close:hover{
    opacity:1;
    transform:rotate(90deg);
}

/* 스크롤 영역 */
.CategorySelectModalContent .modal-body{
    max-height:65vh;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:10px;

    scrollbar-width:thin;
    scrollbar-color:#7c3aed rgba(255,255,255,.05);
}

/* 크롬 / 엣지 / 사파리 */
.CategorySelectModalContent .modal-body::-webkit-scrollbar{
    width:10px;
}

/* 스크롤 배경 */
.CategorySelectModalContent .modal-body::-webkit-scrollbar-track{
    background:rgba(255,255,255,.04);
    border-radius:999px;
    margin:10px 0;
}

/* 스크롤 핸들 */
.CategorySelectModalContent .modal-body::-webkit-scrollbar-thumb{
    border-radius:999px;
    border:2px solid transparent;
    background:
        linear-gradient(180deg,#6366f1 0%, #8b5cf6 100%);
    background-clip:padding-box;
    box-shadow:
        0 0 12px rgba(139,92,246,.35);
}

/* hover */
.CategorySelectModalContent .modal-body::-webkit-scrollbar-thumb:hover{
    background:
        linear-gradient(180deg,#7c3aed 0%, #a855f7 100%);
    background-clip:padding-box;
}

/* 모서리 */
.CategorySelectModalContent .modal-body::-webkit-scrollbar-corner{
    background:transparent;
}


/* 정렬 영역 */
.StuffOrderGroup{
	padding-top:2px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:.55rem;
}

/* 버튼 */
.StuffOrderGroup .OderBy{
    appearance:none;
    -webkit-appearance:none;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.35rem;

    background:#fff;
    border:1px solid #e5e7eb;
    color:#6b7280;

    border-radius:14px;

    min-height:40px;

    padding:
        .55rem
        1rem;

    font-size:.82rem;
    font-weight:600;
    line-height:1;

    transition:all .15s ease;

    box-shadow:
        0 2px 10px rgba(0,0,0,.03);

    white-space:nowrap;
}

/* hover */
.StuffOrderGroup .OderBy:hover{
    background:#fff;
    border-color:#8b5cf6;
    color:#6f42c1;    
	transform:translateY(-1px);
}

/* active */
.StuffOrderGroup .OderBy.active{
    background:linear-gradient(
        135deg,
        #6f42c1 0%,
        #8b5cf6 100%
    );

    border-color:transparent;
    color:#fff;

    box-shadow:
        0 8px 20px rgba(111,66,193,.25);
}

/* 아이콘 */
.StuffOrderGroup .OderBy i{
    font-size:.72rem;
    opacity:.85;
}

/* 모바일 */
@media (max-width:991px){

    .StuffOrderGroup{
        flex-wrap:nowrap;

        justify-content:flex-start;

        overflow-x:auto;
        overflow-y:hidden;

        padding-bottom:.4rem;

        -webkit-overflow-scrolling:touch;

        scrollbar-width:none;
    }

    .StuffOrderGroup::-webkit-scrollbar{
        display:none;
    }

    .StuffOrderGroup .OderBy{
        flex:0 0 auto;

        min-height:36px;

        padding:
            .45rem
            .8rem;

        font-size:.76rem;

        border-radius:12px;
    }

}


/*부품 리스트 스타일링 시작*/

/* 카드 */
.stuffBox{
    position:relative;

    min-height:400px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    border-radius:18px;

    overflow:hidden;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;

    box-shadow:
        0 4px 14px rgba(0,0,0,.05);
}

/* 카드 hover */
.stuffBox:hover{
    transform:translateY(-3px);

    border-color:rgba(139,92,246,.18);

    box-shadow:
        0 16px 34px rgba(0,0,0,.10);
}

/* 상품 이미지 */
.stuffBox .stuffImgBox{
    aspect-ratio:1 / 1;

    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;

    background-color:#fff;

    transition:
        background-size .25s ease,
        filter .25s ease;
}

/* 이미지 hover */
.stuffBox:hover .stuffImgBox{
    background-size:104% auto;

    filter:
        drop-shadow(
            0 10px 18px rgba(0,0,0,.14)
        );
}

/* 상품 클릭 버튼 */
.ThisStuffView{
    display:block;

    width:100%;

    padding:0;

    border:0;

    background:none;

    text-align:left;

    cursor:pointer;
}

.ThisStuffView,
.ThisStuffView:hover,
.ThisStuffView:focus,
.ThisStuffView:active,
.ThisStuffView:visited{
    text-decoration:none;

    border:0;

    outline:none;
}

/* 텍스트 영역 */
.stuffTextBox{
    margin-top:14px;

    padding:
        0 16px;
}

/* 상품명 */
.stuff_name{
    display:block;

    min-height:52px;

    margin-bottom:.7rem;

    font-size:.92rem;
    font-weight:700;
    line-height:1.45;

    color:#111827;

    word-break:keep-all;
}

/* 가격 영역 */
.stuff_pay{
    margin-top:10px;
}

.stuff_pay p{
    margin-bottom:4px;
}

/* 카드가 */
.stuff_card_pay{
    font-size:.78rem;
}

/* 최적가 */
.priceArea{
	text-align: center;
}

.priceArea p:last-child{
    margin-bottom:0;

    font-size:1.05rem;
    font-weight:800;

    color:#7c3aed;
}

/* 버튼 영역 */
.CardAddBtnArea{
    padding:
        1rem
        1rem
        1.1rem;
}

/* 담기 버튼 */
.CardAddStuffBtn{
    min-height:40px;

    padding:
        .55rem
        1rem;

    border:none !important;

    background:
        linear-gradient(
            135deg,
            #4f46e5 0%,
            #7c3aed 100%
        ) !important;

    color:#fff !important;

    font-weight:700;

    box-shadow:
        0 10px 24px rgba(79,70,229,.24);

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

.CardAddStuffBtn:hover{
    transform:translateY(-1px);

    box-shadow:
        0 14px 28px rgba(79,70,229,.32);
}

/* 관리자 버튼 */
.AdminUpdGoBtn{
    border:1px solid rgba(0,0,0,.08);

    background:#fff;

    transition:
        all .15s ease;
}

.AdminUpdGoBtn:hover{
    border-color:#8b5cf6;

    color:#7c3aed;
}

/* 모바일 */
@media (max-width:767px){

    .stuffBox{
        min-height:unset;

        border-radius:14px;
    }

    .stuffTextBox{
        padding:
            0 12px;
    }

    .stuff_name{
        min-height:44px;

        font-size:.82rem;
    }

    .stuff_card_pay{
        font-size:.72rem;
    }

    .priceArea p:last-child{
        font-size:.95rem;
    }

    .CardAddBtnArea{
        padding:
            .8rem
            .8rem
            1rem;
    }

    .CardAddStuffBtn{
        min-height:36px;

        font-size:.78rem;
    }

}

/*부품 리스트 스타일링 끝*/


/* 페이지네이션 영역 */
.PaginationArea{
    padding-top:1rem;
    padding-bottom:2rem;
    background:
        linear-gradient(
            180deg,
            #edf2f8 0%,
            #dde6f1 100%
        );
}

.PageCtlArea{
    padding-top:.4rem;
}

/* 페이지 버튼 */
.PageCtlArea .StuffListPage{
    min-width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:
        0 .2rem;

    border-radius:14px !important;

    border:
        1px solid rgba(99,102,241,.14) !important;

    background:#ffffff !important;

    color:#667085 !important;

    font-size:.88rem;
    font-weight:600;

    transition:
        all .15s ease;

    box-shadow:
        0 2px 10px rgba(0,0,0,.04);
}

/* hover */
.PageCtlArea .StuffListPage:hover{
    background:
        rgba(99,102,241,.06) !important;

    border-color:
        rgba(99,102,241,.28) !important;

    color:
        #5b5ff0 !important;

    transform:
        translateY(-1px);
}

/* 활성화 */
.PageCtlArea .StuffListPage.active{
    background:
        linear-gradient(
            135deg,
            #4f46e5 0%,
            #7c3aed 100%
        ) !important;

    border-color:
        transparent !important;

    color:
        #ffffff !important;

    box-shadow:
        0 10px 22px rgba(79,70,229,.28);
}

/* 처음 / 마지막 */
.PageCtlArea .StuffListPage:first-child,
.PageCtlArea .StuffListPage:last-child{
    padding:
        0 1rem;

    min-width:auto;
}

/* 모바일 */
@media (max-width:767px){

    .PageCtlArea .pagination{
        flex-wrap:wrap;
        gap:.35rem;
    }

    .PageCtlArea .StuffListPage{
        min-width:38px;
        height:38px;

        font-size:.8rem;
    }

}

/*새 추천 부품 구역 스타일 시작*/
.RecomStuffArea{
    position:relative;

    overflow:hidden;

    padding-top:10px;
    padding-bottom:50px;

    background:
        linear-gradient(
            180deg,
            #445066 0%,
            #313b4d 100%
        );
}

/* 우상단 glow */
.RecomStuffArea::before{
    content:"";

    position:absolute;

    top:-220px;
    right:-180px;

    width:620px;
    height:620px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(139,92,246,.38) 0%,
            rgba(139,92,246,.18) 28%,
            rgba(139,92,246,.06) 48%,
            transparent 72%
        );

    filter:blur(20px);

    pointer-events:none;
}

/* 좌하단 glow */
.RecomStuffArea::after{
    content:"";

    position:absolute;

    bottom:-260px;
    left:-180px;

    width:540px;
    height:540px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(59,130,246,.24) 0%,
            rgba(59,130,246,.10) 36%,
            transparent 72%
        );

    filter:blur(24px);

    pointer-events:none;
}

/* 실제 컨텐츠 */
.RecomStuffArea > .container{
    position:relative;
    z-index:2;
}

/*새 추천 부품 구역 스타일 끝*/
/* 상세 가격 영역 */
.ViewStuffPriceArea{
    margin-top:1rem;
}

/* 가격 박스 */
/* 가격 영역 */
.ViewPriceWrap{

    padding:
        1.1rem
        0;

    display:flex;
    flex-direction:column;

    gap:.9rem;

     padding:
        .8rem
        0;

    border-top:
        1px solid rgba(15,23,42,.06);

    border-bottom:
        1px solid rgba(15,23,42,.06);
}

/* row */
.ViewCardPriceRow,
.ViewBestPriceRow{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;

    gap:1rem;
}

/* 라벨 */
.ViewPriceLabel{
    font-size:.9rem;
    font-weight:700;

    color:#64748b;
}

/* 카드가 */
.ViewPriceValue{
    font-size:1.15rem;
    font-weight:700;

    color:#3b82f6;

    letter-spacing:-0.02em;
}

/* 최적가 */
.ViewBestPriceValue{
    font-size:2rem;
    font-weight:900;

    color:#ef4444;

    line-height:1;
    letter-spacing:-0.04em;
}

.ViewCardPriceRow .ViewPriceLabel{
    color:#3b82f6;
}

.ViewBestPriceRow .ViewPriceLabel{
    color:#ef4444;
}

/*부품 상세정보 파트 시작*/
/* 우측 상품 정보 영역 */
.StuffInforSmallView{
    position:relative;
}

/* 뱃지 영역 */
.StuffLabel .badge{
    border-radius:999px;

    padding:
        .45rem
        .8rem;

    font-size:.72rem;
    font-weight:700;

    letter-spacing:.02em;

    box-shadow:
        0 4px 12px rgba(0,0,0,.08);
}

/* 카테고리 영역 */
.StuffTypeArea{
    border-bottom:
        1px solid rgba(15,23,42,.06);

    margin-bottom:1rem;
}

/* breadcrumb */
.CateNavi .breadcrumb-item a{
    color:#64748b;

    text-decoration:none;

    transition:color .15s ease;
}

.CateNavi .breadcrumb-item a:hover{
    color:#7c3aed;
}

/* 제품명 */
.OnlyStuffName{
    display:block;

    font-size:2rem;
    font-weight:900;

    line-height:1.28;

    color:#111827;

    letter-spacing:-0.02em;
}

/* 제품 설명 */
.stuff_perfor{
    margin-top:.8rem;

    line-height:1.6;
}

/* 옵션 영역 */
.StuffOprionArea{
    padding:
        1.2rem
        1.3rem;

    border-radius:24px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );

    border:
        1px solid rgba(15,23,42,.06);

    box-shadow:
        0 10px 30px rgba(15,23,42,.05);
}

/* 옵션 row */
.StuffOprionArea .row{
    padding:
        .45rem
        0;
}

/* 옵션 label */
.StuffOprionArea label{
    font-weight:700;

    color:#64748b;
}

/* select */
.StuffOprionArea .form-select,
.StuffOprionArea .form-control{
    min-height:42px;

    border-radius:14px;

    border-color:
        rgba(15,23,42,.08);

    box-shadow:none;
}

/* focus */
.StuffOprionArea .form-select:focus,
.StuffOprionArea .form-control:focus{
    border-color:#8b5cf6;

    box-shadow:
        0 0 0 .2rem rgba(139,92,246,.12);
}

/* 가격 영역 */
.ViewStuffPriceArea{
    margin-top:1.4rem;
}

/* 버튼 영역 */
.AddBtnArea{
    margin-top:1.4rem;
}

/* 구매 버튼 */
.direct_cart_add{
    min-height:58px;

    border:none !important;

    background:
        linear-gradient(
            135deg,
            #ef4444 0%,
            #dc2626 100%
        ) !important;

    box-shadow:
        0 12px 26px rgba(239,68,68,.24);

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

/* 장바구니 버튼 */
.cart_add_btn{
    min-height:58px;

    border:none !important;

    background:
        linear-gradient(
            135deg,
            #2563eb 0%,
            #4f46e5 100%
        ) !important;

    box-shadow:
        0 12px 26px rgba(37,99,235,.24);

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

/* hover */
.direct_cart_add:hover,
.cart_add_btn:hover{
    transform:translateY(-2px);

    filter:brightness(1.03);
}

/* 모바일 */
@media (max-width:767px){

    .OnlyStuffName{
        font-size:1.45rem;
    }

    .StuffOprionArea{
        padding:
            1rem;
    }

    .direct_cart_add,
    .cart_add_btn{
        min-height:52px;

        font-size:1rem;
    }

}
/*부품 상세정보 파트 끝*/

/*부품 상단 스티키 구매 시작*/

/* 상단 고정 구매바 시작 */
/* 상단 고정 구매바 */
/* 상단 고정 구매바 */
.ShotStuffInfor{
    background:
        rgba(10,15,25,.88);

    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    border-bottom:
        1px solid rgba(255,255,255,.06);

    box-shadow:
        0 8px 24px rgba(0,0,0,.16);
}

/* 내부 */
.ShotStuffInfor .container{
    position:relative;
}

/* 썸네일 */
.SmallStuffImg{
    width:54px;
    height:54px;

    object-fit:cover;

    border-radius:12px;

    background:#fff;

    border:
        1px solid rgba(255,255,255,.08);

    box-shadow:
        0 4px 14px rgba(0,0,0,.18);
}

/* 상품명 */
.ShotStuffInfor h6{
    margin-bottom:.25rem;

    font-size:.9rem;
    font-weight:700;

    line-height:1.32;

    color:#e2e8f0;
}

/* 설명 */
.ShotStuffInfor .text-muted{
    font-size:.74rem !important;

    line-height:1.45;

    color:
        rgba(255,255,255,.56) !important;
}

/* 버튼 그룹 */
.ShotBtnGroup{
    display:flex;

    align-items:center;

    gap:.45rem;

    width:100%;
}

/* 버튼 */
.ShotBtnGroup .btn{
    flex:1;
}

/* 구매 버튼 공통 */
.ShotStuffInfor .direct_cart_add,
.ShotStuffInfor .cart_add_btn{
    min-height:34px;

    padding:
        .38rem
        .8rem;

    border:none !important;

    border-radius:11px !important;

    font-size:.78rem;
    font-weight:700;

    letter-spacing:-0.01em;

    box-shadow:none !important;

    transition:
        transform .15s ease,
        filter .15s ease;
}

/* 버튼 hover */
.ShotStuffInfor .direct_cart_add:hover,
.ShotStuffInfor .cart_add_btn:hover{
    transform:translateY(-1px);

    filter:brightness(1.04);
}

/* 바로결제 */
.ShotStuffInfor .direct_cart_add{
    background:
        linear-gradient(
            135deg,
            #f43f5e 0%,
            #ef4444 100%
        ) !important;

    color:#fff !important;
}

/* 담기 */
.ShotStuffInfor .cart_add_btn{
    background:
        linear-gradient(
            135deg,
            #4f46e5 0%,
            #6366f1 100%
        ) !important;

    color:#fff !important;
}

/* 버튼 아이콘 */
.ShotStuffInfor .direct_cart_add i,
.ShotStuffInfor .cart_add_btn i{
    font-size:.7rem;

    margin-right:.15rem;
}

/* 모바일 */
@media (max-width:767px){

    .ShotStuffInfor{
        padding-top:.55rem !important;
        padding-bottom:.55rem !important;
    }

    .SmallStuffImg{
        width:48px;
        height:48px;

        border-radius:10px;
    }

    .ShotStuffInfor h6{
        font-size:.8rem;

        line-height:1.28;
    }

    .ShotStuffInfor .direct_cart_add,
    .ShotStuffInfor .cart_add_btn{
        min-height:32px;

        font-size:.74rem;

        padding:
            .34rem
            .65rem;
    }

}

/*부품 상단 스티키 구매 끝*/

/*기타 버튼 스타일 수정 시작*/
/* 상태 버튼 공통 */
.StuffStateBtn{
    min-height:62px;

    border:none !important;

    border-radius:18px !important;

    font-size:1.05rem;
    font-weight:800;

    letter-spacing:-0.02em;

    box-shadow:
        0 10px 24px rgba(15,23,42,.08);

    display:flex;
    align-items:center;
    justify-content:center;

    gap:.55rem;
}

/* 아이콘 */
.StuffStateBtn i{
    font-size:1rem;
}

/* 품절 */
.StuffSoldOutBtn{
    background:
        linear-gradient(
            135deg,
            #ef4444 0%,
            #dc2626 100%
        ) !important;

    color:#fff !important;
}

/* 장바구니 담김 */
.StuffAddedBtn{
    background:
        linear-gradient(
            135deg,
            #2563eb 0%,
            #4f46e5 100%
        ) !important;

    color:#fff !important;
}

/* 단종 */
.StuffExtinctionBtn{
    background:
        linear-gradient(
            135deg,
            #475569 0%,
            #334155 100%
        ) !important;

    color:#fff !important;
}

/* 조립전용 */
.StuffGoodsOnlyBtn{
    background:
        linear-gradient(
            135deg,
            #f8fafc 0%,
            #e2e8f0 100%
        ) !important;

    color:#334155 !important;

    border:
        1px solid rgba(15,23,42,.08) !important;
}
/*기타 버튼 스타일 수정 끝*/

/* view 추천상품 영역 시작*/
/* 추천 상품 영역 */
.RelatedProductsArea{
    position:relative;

    overflow:hidden;

    padding:
        20px 0 10px;

    background:
        linear-gradient(
            180deg,
            #2b3647 0%,
            #1f2937 100%
        );
}

/* glow */
.RelatedProductsArea::before{
    content:"";

    position:absolute;

    top:-140px;
    right:-120px;

    width:320px;
    height:320px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(99,102,241,.16) 0%,
            transparent 72%
        );

    pointer-events:none;
}

/* 내부 */
.RelatedProductsArea .container{
    position:relative;
    z-index:2;
}

/* 타이틀 영역 */
.RelatedProductsArea .title{
    margin-bottom:1.5rem;

    color:#fff;
}

/* 제목 */
.RelatedProductsArea .MenuTitle{
    display:inline-flex;

    align-items:center;

    gap:.6rem;

    font-size:1.45rem;
    font-weight:900;

    letter-spacing:-0.03em;

    color:#fff;
}

/* 타이틀 포인트 */
.RelatedProductsArea .MenuTitle::before{
    content:"";

    width:6px;
    height:24px;

    border-radius:999px;

    background:
        linear-gradient(
            180deg,
            #6366f1 0%,
            #8b5cf6 100%
        );

    box-shadow:
        0 0 14px rgba(99,102,241,.45);
}

/* 리스트 영역 */
.RelatedProductsArea .list{
    padding-top:10px;
    padding-bottom:40px;
}

/* 추천 상품 카드 */
.RelatedProductsArea .stuffBox{
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.98) 0%,
            rgba(248,250,252,.98) 100%
        );

    border:
        1px solid rgba(255,255,255,.08);

    box-shadow:
        0 12px 28px rgba(0,0,0,.18);
}

/* hover */
.RelatedProductsArea .stuffBox:hover{
    transform:
        translateY(-4px);

    box-shadow:
        0 20px 42px rgba(0,0,0,.24);
}

/* 상품명 */
.RelatedProductsArea .stuff_name{
    color:#1e293b;
}

/* 판매가 */
.RelatedProductsArea .stuff_card_pay{
    color:#3b82f6;
}

/* 최적가 */
.RelatedProductsArea .stuff_pay{
    color:#ef4444;

    font-weight:800;
}

/* 조회수 */
.RelatedProductsArea .StuffHit{
    color:#64748b;
}

/* 모바일 */
@media (max-width:767px){

    .RelatedProductsArea{
        padding-top:10px;
    }

    .RelatedProductsArea .MenuTitle{
        font-size:1.15rem;
    }

    .RelatedProductsArea .MenuTitle::before{
        height:20px;
    }

}
/* view 추천상품 영역 끝*/

/* 가격 표기 안내 구역 시작 */
/* 영역 */
.StuffPayInfor{
    padding:
        20px 0 20px;

    background:
        #f8fafc;
}

/* 박스 */
.StuffPayInforBox{
    padding:
        1.3rem
        1.5rem;

    border-radius:20px;

    background:#fff;

    border:
        1px solid rgba(15,23,42,.06);

    box-shadow:
        0 8px 24px rgba(15,23,42,.04);
}

/* 제목 */
.StuffPayTitle{
    display:flex;

    align-items:center;

    gap:.55rem;

    margin-bottom:1rem;

    font-size:1rem;
    font-weight:900;

    color:#111827;
}

.StuffPayTitle i{
    color:#f59e0b;
}

/* 메인텍스트 */
.StuffPayMainText{
    margin-bottom:1rem;

    font-size:.92rem;
    font-weight:700;

    line-height:1.6;

    color:#334155;
}

/* 리스트 */
.StuffPayGuideList{
    display:flex;
    flex-direction:column;

    gap:.8rem;
}

/* 항목 */
.StuffPayGuide{
    display:flex;

    align-items:flex-start;

    gap:.9rem;
}

/* 라벨 */
.GuideLabel{
    flex-shrink:0;

    min-width:62px;

    padding:
        .35rem
        .7rem;

    border-radius:999px;

    font-size:.72rem;
    font-weight:800;

    text-align:center;
}

/* 판매가 */
.CardPayGuide .GuideLabel{
    background:
        rgba(37,99,235,.10);

    color:#2563eb;
}

/* 최적가 */
.BestPayGuide .GuideLabel{
    background:
        rgba(239,68,68,.10);

    color:#ef4444;
}

/* 설명 */
.GuideText{
    font-size:.82rem;

    line-height:1.75;

    color:#64748b;
}

/* 모바일 */
@media (max-width:767px){

    .StuffPayInfor{
        padding:
            22px 0 28px;
    }

    .StuffPayInforBox{
        padding:
            1rem
            1rem;
    }

    .StuffPayGuide{
        flex-direction:column;

        gap:.45rem;
    }

    .GuideLabel{
        min-width:auto;
    }

}
/* 가격 표기 안내 구역 끝 */

/*더보기 버튼 시작*/

/* 더보기 영역 */
.MoreViewBtnArea{
    padding:
        24px 0 10px;
}

/* 더보기 버튼 */
.MoreViewBtn{
    min-height:52px;

    padding:
        .75rem
        1.6rem;

    border:
        1px solid rgba(15,23,42,.08) !important;

    border-radius:16px !important;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        ) !important;

    color:#1e293b !important;

    font-size:.95rem;
    font-weight:800;

    letter-spacing:-0.02em;

    box-shadow:
        0 10px 24px rgba(15,23,42,.05);

    transition:
        transform .15s ease,
        box-shadow .15s ease,
        border-color .15s ease;
}

/* hover */
.MoreViewBtn:hover{
    transform:translateY(-2px);

    border-color:
        rgba(99,102,241,.22) !important;

    box-shadow:
        0 16px 34px rgba(15,23,42,.08);
}

/* 텍스트 포인트 */
.MoreViewBtn .TextChange{
    color:#4f46e5;
}

/* 아이콘 */
.MoreViewBtn i{
    margin-left:.35rem;

    font-size:.78rem;

    color:#64748b;

    transition:
        transform .18s ease;
}

/* 펼쳐졌을때 */
.MoreViewBtn[data-onoff="on"] i{
    transform:rotate(180deg);
}

/* 모바일 */
@media (max-width:767px){

    .MoreViewBtn{
        width:100%;

        min-height:48px;

        padding:
            .7rem
            1rem;

        border-radius:14px !important;

        font-size:.88rem;
    }

}
/*더보기 버튼 끝*/

/* 관리자 수정 버튼 */
.AdminUpdGoBtn{
    display:flex !important;
    align-items:center;
    justify-content:center;
}

.AdminUpdGoBtn i{
    font-size:.9rem;
}

/* 서브 메뉴 새 스타일 끝 */


/*부품 검색 결과 페이지 시작*/
/* 검색 결과 카드 */
.SearchStuffInfor{
    position:relative;

    padding:
        1.4rem
        1.5rem !important;

    margin-bottom:1.4rem !important;

    border-radius:24px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcfe 100%
        );

    border:
        1px solid rgba(15,23,42,.06);

    box-shadow:
        0 10px 26px rgba(15,23,42,.04);

    transition:
        transform .16s ease,
        box-shadow .16s ease,
        border-color .16s ease;
}

/* hover */
.SearchStuffInfor:hover{
    transform:translateY(-2px);

    border-color:
        rgba(99,102,241,.16);

    box-shadow:
        0 18px 40px rgba(15,23,42,.08);
}

/* 썸네일 */
.SearchStuffInfor .media-object{
    width:100%;
    height:88px;
    aspect-ratio:1 / 1;

    border-radius:18px;

    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;

    background-color:#fff;

    border:
        1px solid rgba(15,23,42,.06);

    transition:
        transform .18s ease;
}


/* hover 썸네일 */
.SearchStuffInfor:hover .media-object{
    transform:scale(1.03);
}

/* 제목 */
.SearchStuffInfor h4{
    margin-bottom:.7rem;
}

.SearchStuffInfor h4 a{
    font-weight:800 !important;

    line-height:1.45;

    letter-spacing:-0.02em;

    color:#111827 !important;

    text-decoration:none;

    transition:
        color .15s ease;
}

.SearchStuffInfor h4 a:hover{
    color:#4f46e5 !important;
}

/* 성능설명 */
.StuffPerfor{
    margin-bottom:.7rem;

    color:#64748b;

    line-height:1.7;
}

/* 상품코드 */
.StuffCode{
    color:#94a3b8;
}

/* 타입/상태 */
.StuffType{
    margin-bottom:.6rem !important;
}

/* badge */
.SearchStuffInfor .badge{
    border-radius:999px;

    padding:
        .42rem
        .62rem;

    font-size:.68rem;
    font-weight:700;

    letter-spacing:-0.01em;
}

/* 가격 영역 */
.SearchStuffInfor .stuff_pay{
    margin-top:.8rem;
}

/* 판매가 */
.SearchStuffInfor .stuff_card_pay{
    color:#3b82f6;

    font-weight:700;
}

/* 최적가 */
.SearchStuffInfor .stuff_pay .stuff_pay{
    color:#ef4444;

    font-weight:800;
}

/* 버튼 영역 */
.SearchStuffInfor .CardAddBtnArea{
    margin-top:.8rem;
}

/* 담기 버튼 */
.SearchStuffInfor .CardAddStuffBtn{
    min-height:42px;

    padding:
        .55rem
        1rem;

    border:none !important;

    border-radius:14px !important;

    background:
        linear-gradient(
            135deg,
            #4f46e5 0%,
            #6366f1 100%
        ) !important;

    color:#fff !important;

    font-weight:700;

    box-shadow:
        0 10px 24px rgba(99,102,241,.18);

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

.SearchStuffInfor .CardAddStuffBtn:hover{
    transform:translateY(-1px);

    box-shadow:
        0 14px 30px rgba(99,102,241,.24);
}

/* 관리자 버튼 */
.SearchStuffInfor .AdminUpdGoBtn{
    display:flex !important;

    align-items:center;
    justify-content:center;

    min-width:42px;

    border-radius:14px !important;

    border:
        1px solid rgba(15,23,42,.08) !important;

    background:#fff !important;

    color:#475569 !important;

    transition:
        all .15s ease;
}

.SearchStuffInfor .AdminUpdGoBtn:hover{
    border-color:
        rgba(99,102,241,.20) !important;

    color:#4f46e5 !important;
}

/* 검색 강조 */
found{
    color:#4f46e5;

    font-weight:800;

    background:
        rgba(99,102,241,.08);

    padding:
        .05rem
        .18rem;

    border-radius:6px;
}

/* 모바일 */
@media (max-width:767px){

    .SearchStuffInfor{
        padding:
            1rem
            1rem !important;

        border-radius:20px;
    }

    .SearchStuffInfor h4 a{
        font-size:1rem !important;
    }

    .StuffPerfor{
        font-size:.8rem;
    }

}

/*부품 정보 모달 스타일링 시작*/
/* 모달 전체 */
#StuffInforModal .modal-content{
    border:0;
    border-radius:24px;
    overflow:hidden;

    background:
        radial-gradient(
            circle at top right,
            rgba(99,102,241,.08),
            transparent 35%
        ),
        #ffffff;

    box-shadow:
        0 25px 60px rgba(0,0,0,.12);
}

/* 헤더 */
#StuffInforModal .modal-header{
    border-bottom:1px solid #edf0f5;

    padding:1.25rem 1.5rem;

    background:
        linear-gradient(
            135deg,
            #fafbff 0%,
            #f5f7ff 100%
        );
}

#StuffInforModal .modal-title{
    font-size:1.15rem;
    letter-spacing:-0.03em;
    color:#212529;
}

#StuffInforModal .modal-title span{
    position:relative;
    padding-left:14px;
}

#StuffInforModal .modal-title span::before{
    content:'';

    position:absolute;
    left:0;
    top:50%;

    width:6px;
    height:20px;

    border-radius:30px;

    background:
        linear-gradient(
            180deg,
            #6366f1,
            #4f46e5
        );

    transform:translateY(-50%);
}

/* 본문 */
#StuffInforModal .modal-body{
    padding:1.5rem;
}

/* 썸네일 영역 */
#StuffInforModal .StuffThummailArea{
    background:#fafbfc;

    border:1px solid #edf0f5;
    border-radius:20px;

    padding:20px;

    min-height:420px;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* 그래프 영역 */
#StuffInforModal .StuffGraphArea{
    background:#fff;

    border:1px solid #edf0f5;
    border-radius:20px;

    overflow:hidden;
}

#StuffInforModal .GraphControlBtnArea{
    border-bottom:1px solid #edf0f5;
    background:#fafbfc;
}

/* 버튼 */
#StuffInforModal .btn-light{
    border-color:#e5e7eb;
    background:#fff;
}

#StuffInforModal .btn-light:hover{
    background:#f8f9ff;
    border-color:#c7d2fe;
}

#StuffInforModal .btn-light.active{
    color:#fff;

    border-color:#4f46e5;

    background:
        linear-gradient(
            135deg,
            #6366f1,
            #4f46e5
        );

    box-shadow:
        0 8px 18px rgba(79,70,229,.25);
}

/* 그래프 */
#StuffInforModal .GraphViewArea{
    background:#fff;
}

#StuffInforModal .GraphPanal{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* 성능 정보 */
#StuffInforModal .StuffPerforData{
    margin-top:20px;

    border:1px solid #edf0f5;
    border-radius:20px;

    background:#fafbfc;

    padding:24px;
}

/* 하단 정보 */
#StuffInforModal .StuffInforData{
    background:#fff;

    border:1px solid #edf0f5;
    border-radius:20px;

    padding:24px;

    min-height:180px;
}

/* 로딩 */
#StuffInforModal .spinner-grow{
    width:2rem;
    height:2rem;

    color:#6366f1;
}

/* footer */
#StuffInforModal .modal-footer{
    border-top:1px solid #edf0f5;

    padding:1rem 1.5rem;

    background:#fafbfc;
}

/* 스크롤바 */
#StuffInforModal .modal-body::-webkit-scrollbar{
    width:10px;
}

#StuffInforModal .modal-body::-webkit-scrollbar-track{
    background:#f3f4f6;
    border-radius:20px;
}

#StuffInforModal .modal-body::-webkit-scrollbar-thumb{
    background:#c7d2fe;
    border-radius:20px;
}

#StuffInforModal .modal-body::-webkit-scrollbar-thumb:hover{
    background:#818cf8;
}
/*부품 정보 모달 스타일링 끝*/

/*부품 반품정책 스타일 시작*/

.StuffPolicy{
    position:relative;
    overflow:hidden;
    padding:35px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(99,102,241,.08),
            transparent 30%
        ),

        radial-gradient(
            circle at 85% 80%,
            rgba(168,85,247,.06),
            transparent 35%
        ),

        radial-gradient(
            circle at 50% 50%,
            rgba(255,255,255,.02),
            transparent 45%
        ),

        #0f1117;
}

.StuffPolicy .container{
    max-width:1000px;
}

.StuffPolicyHeader{
    position:relative;
    z-index:2;

    margin-bottom:50px;
}

.PolicyBadge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:
        linear-gradient(
            135deg,
            rgba(99,102,241,.18),
            rgba(139,92,246,.18)
        );

    border:
        1px solid rgba(99,102,241,.25);

    box-shadow:
        0 0 25px rgba(99,102,241,.15);

    color:#a5b4fc;

    font-size:.9rem;
    font-weight:600;
}

.StuffPolicyHeader h2{
    margin-top:20px;
    margin-bottom:12px;

    color:#fff;

    font-size:2rem;
    font-weight:800;

    letter-spacing:-1px;
}

.StuffPolicyHeader p{
    margin-bottom:0;

    color:
        rgba(255,255,255,.6);
}

.PolicyCard{
    position:relative;

    overflow:hidden;

    margin-bottom:24px;

    padding:32px;

    background:
        rgba(255,255,255,.03);

    border:
        1px solid rgba(255,255,255,.06);

    border-radius:28px;

    backdrop-filter:blur(12px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.25);

    transition:
        .25s ease;
}

.PolicyCard:hover{
    transform:
        translateY(-3px);

    border-color:
        rgba(99,102,241,.25);
}

.PolicyCard::before{
    content:'';

    position:absolute;

    top:0;
    left:0;

    width:5px;
    height:100%;

    border-radius:
        30px 0 0 30px;

    background:
        linear-gradient(
            180deg,
            #6366f1,
            #8b5cf6
        );
}

.PolicyCard::after{
    content:'';

    position:absolute;

    top:-80px;
    right:-80px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(99,102,241,.12) 0%,
            transparent 70%
        );

    pointer-events:none;
}

.DangerCard::before{
    background:
        linear-gradient(
            180deg,
            #ef4444,
            #f97316
        );
}

.DangerCard::after{
    background:
        radial-gradient(
            circle,
            rgba(239,68,68,.10) 0%,
            transparent 70%
        );
}

.PolicyTitle{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:24px;

    color:transparent;

    background:
        linear-gradient(
            90deg,
            #ffffff,
            #bfc7ff
        );

    -webkit-background-clip:text;
    background-clip:text;

    font-size:1.25rem;
    font-weight:700;
}

.DangerCard .PolicyTitle{
    background:
        linear-gradient(
            90deg,
            #ffffff,
            #ffb3b3
        );

    -webkit-background-clip:text;
    background-clip:text;
}

.PolicyTitle i{
    color:#fff;

    font-size:1.3rem;

    -webkit-text-fill-color:#fff;
}

.PolicyList{
    margin:0;
    padding:0;

    list-style:none;
}

.PolicyList li{
    position:relative;

    padding-left:36px;

    margin-bottom:16px;

    color:
        rgba(255,255,255,.82);

    line-height:1.8;

    transition:
        .2s ease;
}

.PolicyList li:hover{
    color:#fff;

    transform:
        translateX(4px);
}

.PolicyList li:last-child{
    margin-bottom:0;
}

.PolicyList li::before{
    content:'';

    position:absolute;

    left:0;
    top:10px;

    width:12px;
    height:12px;

    border-radius:50%;

    background:#6366f1;

    box-shadow:
        0 0 12px rgba(99,102,241,.6);
}

.DangerCard .PolicyList li::before{
    background:#ef4444;

    box-shadow:
        0 0 12px rgba(239,68,68,.5);
}

.StuffPolicy::before{
    content:'';

    position:absolute;

    top:-120px;
    left:-120px;

    width:320px;
    height:320px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(59,130,246,.25) 0%,
            rgba(59,130,246,.08) 35%,
            transparent 70%
        );

    filter:blur(30px);

    pointer-events:none;
}

.StuffPolicy::after{
    content:'';

    position:absolute;

    right:-180px;
    bottom:-120px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(168,85,247,.22) 0%,
            rgba(236,72,153,.10) 40%,
            transparent 75%
        );

    filter:blur(40px);

    pointer-events:none;
}

.StuffPolicyGlow{
    position:absolute;

    left:50%;
    top:40%;

    width:500px;
    height:500px;

    transform:
        translate(-50%, -50%);

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(34,197,94,.10) 0%,
            rgba(59,130,246,.08) 30%,
            rgba(168,85,247,.08) 60%,
            transparent 80%
        );

    filter:blur(80px);

    pointer-events:none;
}

@media (max-width:768px){

    .StuffPolicy{
        padding:70px 0;
    }

    .StuffPolicyHeader{
        margin-bottom:35px;
    }

    .StuffPolicyHeader h2{
        font-size:1.5rem;
    }

    .PolicyCard{
        padding:24px;
        border-radius:22px;
    }

    .PolicyTitle{
        font-size:1.1rem;
    }

    .PolicyList li{
        padding-left:28px;
        line-height:1.7;
    }
}

/*부품 반품정책 스타일 끝*/

/* 통계 모달 시작 */

#GraphicModal .modal-dialog{
    max-width:800px;
}

#GraphicModal .modal-content{
    background:
        linear-gradient(
            135deg,
            #161b2d 0%,
            #1f2540 50%,
            #15192a 100%
        );

    border:none;

    border-radius:30px;

    overflow:hidden;

    box-shadow:
        0 30px 80px rgba(0,0,0,.45);
}

#GraphicModal .modal-header{
    padding:28px 28px 20px;

    border:none;

    background:
        linear-gradient(
            90deg,
            rgba(99,102,241,.10),
            rgba(168,85,247,.05)
        );
}

#GraphicModal .modal-title{
    color:#ffffff;

    font-weight:800;

    font-size:2rem;

    margin:0;
}

#GraphicModal .GraphBadge{
    display:inline-flex;

    align-items:center;

    gap:6px;

    margin:0;

    color:#8b5cf6;

    font-size:.85rem;

    font-weight:700;
}

#GraphicModal .btn-close{
    filter:invert(1);

    opacity:.8;
}

#GraphicModal .btn-close:hover{
    opacity:1;
}

#GraphicModal .modal-body{
    padding:25px 28px;
}

#GraphicModal .GraphControlBtnArea{
    margin-bottom:15px;
}

#GraphicModal .btn-group .btn{
    border:none;

    font-weight:700;

    border-radius:12px !important;
}

#GraphicModal .GraphicCateLoad,
#GraphicModal .GraphType{
    background:
        rgba(255,255,255,.08);

    color:#4c525a;

    transition:.2s;
}

#GraphicModal .GraphicCateLoad:hover,
#GraphicModal .GraphType:hover{
    background:
        rgba(99,102,241,.18);

    color:#fff;
}

#GraphicModal .GraphicCateLoad.active,
#GraphicModal .GraphType.active{
    background:
        linear-gradient(
            135deg,
            #6366f1,
            #8b5cf6
        ) !important;

    color:#fff !important;

    box-shadow:
        0 10px 25px rgba(99,102,241,.35);
}

#GraphicModal .GraphViewArea{
    position:relative;
    overflow:hidden;    
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.04),
            rgba(255,255,255,.02)
        ) !important;
}

#GraphicModal .GraphViewArea::before{
    content:'';

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(99,102,241,.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(168,85,247,.08),
            transparent 30%
        );

    pointer-events:none;
}

#GraphicModal .GraphViewHeader{
    padding:18px 20px;

    border-bottom:
        1px solid rgba(255,255,255,.06);
}

#GraphicModal .GraphTitle{
    color:#ffffff;

    font-weight:700;

    font-size:1rem;
}

#GraphicModal .GraphSubTitle{
    color:#94a3b8;
}

#GraphicModal .GraphBody{
    padding:10px;
}

#GraphicModal .GraphPanal{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent !important;
}

#GraphicModal .spinner-grow{
    color:#8b5cf6;
}

#GraphicModal .modal-footer{
    padding:18px 28px;

    border-top:
        1px solid rgba(255,255,255,.06);

    background:
        rgba(255,255,255,.02);
}

#GraphicModal .modal-footer .btn-outline-dark{
    background:
        rgba(255,255,255,.04);

    border:
        1px solid rgba(255,255,255,.08);

    color:#e2e8f0;
}

#GraphicModal .modal-footer .btn-outline-dark:hover{
    background:
        rgba(99,102,241,.18);

    color:#fff;
}

#GraphicModal .modal-footer a.btn{
    background:
        rgba(255,255,255,.05);

    border:
        1px solid rgba(255,255,255,.08);

    color:#fff;
}

#GraphicModal .modal-footer a.btn:hover{
    background:
        rgba(99,102,241,.18);
}

/* 통계 모달 끝 */

.StuffLineUpBtn{
    background:
        #2b3245 !important;

    border-color:
        #3f4a67 !important;

    color:
        #c7d2fe !important;
}

.StuffLineUpBtn:hover{
    background:
        #374151 !important;

    color:
        #ffffff !important;
}


/* 로그 모달 */

#LogMessegView .modal-content{
    background:#111827;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    overflow:hidden;
}

#LogMessegView .modal-header{
    padding:18px 24px;

    border-bottom:1px solid rgba(255,255,255,.08);

    background:
        linear-gradient(
            180deg,
            rgba(99,102,241,.10),
            transparent
        );
}

#LogMessegView .modal-header h5{
    margin:0;

    color:#fff;

    font-size:1.05rem;

    font-weight:700;
}

#LogMessegView .modal-body{
    padding:20px;
}

#LogMessegView .modal-footer{
    border-top:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.02);
}

/* 로그 리스트 */

.LogViewArea{
    position:relative;
}

.LogViewArea:before{
    content:'';

    position:absolute;

    left:15px;
    top:0;
    bottom:0;

    width:2px;

    background:
        linear-gradient(
            180deg,
            rgba(99,102,241,.6),
            rgba(139,92,246,.15)
        );
}

/* 로그 행 */

.LogMessegeRow{
    position:relative;

    margin-left:50px;

    margin-bottom:20px;

    padding:18px 20px !important;

    border-radius:16px;

    background:
        rgba(255,255,255,.03);

    border:
        1px solid rgba(255,255,255,.06);

    transition:.2s;
}

.LogMessegeRow:hover{
    border-color:
        rgba(129,140,248,.25);

    background:
        rgba(255,255,255,.05);
}

/* 타임라인 점 */

.LogMessegeRow:before{
    content:'';

    position:absolute;

    left:-42px;
    top:24px;

    width:14px;
    height:14px;

    border-radius:50%;

    background:#818cf8;

    border:3px solid #111827;

    box-shadow:
        0 0 15px rgba(129,140,248,.6);
}

/* 작업 정보 */

.LogMessegeRow .list-inline{
    margin-bottom:10px;
}

.LogMessegeRow .list-inline-item{
    color:#9ca3af;

    font-size:13px;
}

.LogMessegeRow .list-inline-item:not(:last-child):after{
    content:'•';
    margin-left:10px;
    color:#4b5563;
}

/* 로그 내용 */

.LogMessegeView{
    color:#f3f4f6;
}

.LogMessegeView h6{
    margin:0;

    font-size:15px;

    font-weight:600;

    line-height:1.7;
}

.LogMessegeView p{
    margin:5px 0 0;

    color:#d1d5db;
}

/* 로딩 */

.LogViewArea .spinner-grow{
    width:3rem;
    height:3rem;

    color:#818cf8;
}


#LogMessegView .btn-close{
    width:25px;
    height:25px;
    border-radius:50%;    
    background-color:
        rgba(255,255,255,.5);

    border:
        1px solid rgba(255,255,255,.08);

    opacity:1;

    transition:.2s ease;
}

#LogMessegView .btn-close:hover{
	color: #fff;
    background:
        linear-gradient(
            135deg,
            rgba(239,68,68,.20),
            rgba(220,38,38,.10)
        );

    border-color:
        rgba(239,68,68,.25);

    transform:scale(1.05);
}

#LogMessegView .btn-close:focus{
    box-shadow:
        0 0 0 .2rem rgba(239,68,68,.15);
}



#LogMessegView .modal-footer .btn{
    min-width:100px;

    height:42px;

    border-radius:12px;

    border:
        1px solid rgba(255,255,255,.08);

    background:
        rgba(255,255,255,.04);

    color:#e5e7eb;

    transition:.2s ease;
}

#LogMessegView .modal-footer .btn:hover{
    background:
        rgba(255,255,255,.08);

    border-color:
        rgba(129,140,248,.25);
}


/*부품 검색 결과 페이지 끝*/