body {
    background-color: #000000;
}

.NoActive{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #000000;
}

.NoActive img{
	max-width:300px;
	height: auto;
}

.CartView{
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	/*min-height: 800px;*/
	min-height: 1100px;
	background-color: #272727;
}

.CartView .container div{
	/*padding: 0px;*/
}

.CartView .circle{ 
	width: 30px; 
	height: 30px; 
	border: 2px solid #ffffff;
	font-size: 18px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: unset;
}

.CartView .circle span {
    margin-top: 5px;
    cursor: default;
}

.MainTitle {
    text-align: center;
}

/*
#cart_list_form > div {
	padding: 0px;	
}
*/

.qty_upd_input{
    text-align: center;
	width: 100px;
    color: black;
    padding: 0px;
}


.media-body{
	color: #ffffff;	
}

.RowGroup .StuffName,
.RowGroup a.btn  {
	font-size: 20px;
	text-decoration: none;
	transition:all 0.5s;
}



.RowGroup:hover .StuffName,
.RowGroup:hover a.btn {	
	text-decoration: underline;
	color: #58ccc8;
}


/*
.RowGroup .accordion{	
	--bs-accordion-btn-color: #fff;
	--bs-accordion-bg: #0000;
}
.RowGroup .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e7f1ff2b;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff2e;    
}
*/


.RowGroup .accordion{	
  --bs-accordion-color: #000;
  --bs-accordion-bg: #ffffff1c;  
  --bs-accordion-border-color: #ffffff1c;    
  --bs-accordion-btn-color: #9a9a9a;
  --bs-accordion-btn-bg: #ffffff1c;  
  --bs-accordion-btn-focus-border-color: #ffffff1c;
  --bs-accordion-btn-focus-box-shadow: #ffffff1c;  
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #ffffff1c;   
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239a9a9a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/*
.RowGroup:hover h4.StuffName {	
	font-size: 19px;
	transition:all 0.5s;
}


.RowGroup:hover h6.StuffName {	
	font-size: 14px;
	transition:all 0.5s;
}
*/

.stuff_card_pay, .Labor{
    color: #00cfff;
}

.stuff_pay {
    color: red;
}

.totalPay{
	color: #00cfff;
}

.cartThumnail{
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius: 5px;
	transition:all 0.5s;
}


.del_cart_btn{
	color: #ffffff;
	padding: 5px;
}

/*
#send_address, #foundAddress{
	margin-bottom: 10px;
}
*/

.MenuMain{
	padding-top: 100px;
	padding-bottom: 100px;	
}


.MainTitle {
    font-size: 30px;
}

.CartView .container{
    padding: 5px;
}

#direct_cart_add{
	border:1px solid #606060;
	background-color:#1d4048;
}

.CartView .CardDCinforArea{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #272727;
}

.CartView .iconBox .glyphicon{
	top: 0px;
}

input.form-control.qty_upd_input[name="qty[]"]{	
	border-radius: 4px;
}

.StuffPriceTd{
	/*color: red;*/
}

.totalPrice .StuffCash, .Price .StuffCash{
	color: red;
}
.totalPrice .StuffCard, .Price .StuffCard{
	color: #00CFFF;
}


.Loding{
	font-size: 10px;
}

#bill_infor_div .Loding, #pay_view .Loding{
	font-size: 35px;	
}

#cart_list_div .RowGroup{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #545454;
}

/*
#cart_list_div .RowGroup:first-child{
	border-top: 1px solid #fff;
}

#cart_list_div .RowGroup:last-child{
	border-bottom: 1px solid #fff;
}
*/

.CheckboxInput{
	width: 20px;
    height: 20px;
}

.RowGroup .row div{
	margin-bottom: 15px;
}


.CartView .UnderLine .payCard,
.CartView .UnderLine .payCash,
.CartView .UnderLine .StuffName,
.CartView .UnderLine.StuffCash,
.CartView .UnderLine.StuffCard{
	text-decoration:line-through;
	-webkit-filter: grayscale(100%);
	filter: gray;
}


.TotalPayView .UnderLine .payCard,
.TotalPayView .UnderLine .payCash{
	text-decoration:line-through;
	-webkit-filter: unset;
	filter: unset;
}

.TotalPayView .UnderLine{
	text-decoration:line-through;
}


input[type=number]::-webkit-inner-spin-button {
    opacity: 0;
}

input[name="mobile_num[]"], input[name="buyertel[]"]{
	margin-bottom: 5px;
}

/*
.stuff_card_pay h4, .stuff_pay h4{
	margin-top: 5px;
    margin-bottom: 5px;
}
*/

/*
.PayInfor .container{
	padding-left: 0px;
	padding-right: 0px;
}
*/

/*
.TotalPayView{
	margin-top:25px;	
}
.TotalPayView .dl-horizontal{
	margin-bottom: 5px;	
}

*/

.TotalPayView .tooltip .tooltip-arrow{
	padding: 0px;
}

.cardDCinfor{
	width: 200px;
}

.MainArticle{
	top: 651px;
}

.ADarea{
	padding: 0px;
	background-color: #fff;
}
.ADarea .container{
	padding: 0px;
}

.SpecialPayMSG .alert{
	margin-bottom: 10px;
	margin-top: 20px;
}

.CoustomNumber[type="text"]{
	color: #000;
}

.RowGroup .glyphicon-lock.Lock{
	color:#ff9c00;	
}

input.AgreeCheck[type=checkbox] {
	margin-left: -15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	zoom: 1.5;
}

/*
#foundAddressView{
	padding-left: 5px;
	padding-right: 5px;
}

#foundAddressModal .modal-body{
	max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}


#foundAddressModal{
	font-size: 13px;
}


#foundAddressModal .pagination > li > a, 
#foundAddressModal .pagination > li > span, 
#foundAddressModal .pagination > li > button {    
    color: black;
    border: 1px solid #000000;
}

#foundAddressModal .pagination > .active > a, 
#foundAddressModal .pagination > .active > a:hover, 
#foundAddressModal .pagination > .active > a:focus, 
#foundAddressModal .pagination > .active > span, 
#foundAddressModal .pagination > .active > span:hover, 
#foundAddressModal .pagination > .active > span:focus, 
#foundAddressModal .pagination > .active > button, 
#foundAddressModal .pagination > .active > button:hover, 
#foundAddressModal .pagination > .active > button:focus {
    color: #c2c2c2;    
    border-color: #c2c2c2;
}

#foundAddressModal .adPageBtn{
	margin-left: 4px;
	margin-right: 4px;
}

#foundAddressModal .AddressOneSection{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
    padding-bottom: 15px;
}

*/

.AddressOneSection:not(:last-child){
	border-bottom: 1px solid #e9e9e9
}

/*
#foundAddressView .btn.selectAddress{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
*/


.GoodsWarranty{
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.CartView .GoodsWarranty{
	margin-top: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.BillOption .radio,
.SendMsgNumberSelectArea .radio{
	padding: 0px;
}

/*
.RowGroup .QtyBoxArea{
	padding-left: 5px;
	padding-right: 5px;
}
*/

.SendTypeSelectArea h3,
.PayTypeSelectArea h3,
.PayInfor .col-md-3 h3{
	margin-top: 0px;
}

.CartView .ShotInforBtn{	
	text-decoration: none;
	color: #858585;
	padding-left: 0px;
	padding-right: 0px;
}
.CartView .ShotInforBtn:hover{
	color: #b4b4b4;
}
.CartView .ShotInforArea{
	padding: 0px;
}

.CartView .ShotInforArea .StuffShotInfor{
	color: #9c9c9c;	
}

.CartView .ShotInforArea .StuffShotInfor{
	font-family: "NanumGothic";
}

.TotalPayView{
	font-family: "Novecento", "NanumGothic";
}

.CartView .StuffName{
	min-height: 20px;	
	margin-top: 0px;
}


.CartView .row .ControlArea{	
	padding-top: 10px;
	padding-bottom: 10px;
}

.CartView .row .ControlArea div{	
	margin: 0px;
}

.CartView .StuffRowPrice{
	padding-left: 0px;
	padding-right: 0px;
}

.CartView .Price{
	font-size: 12px;
	color: #aaaaaa;
}

.CartView .AlertArea{

}

.BuyCheck, 
.BuyChecCallModal{
	font-size: 12px;
}

.SendAlert, .AlertArea{
	font-size: 13px;
}


@media (min-width: 1600px){
	.cardDCinfor{
		width: 250px;
	}
	
	.TotalPayView div {
		padding: 5px;
	}
}

@media (min-width: 1680px){
	.MainTitle {
	    font-size: 60px;
	}

	.circle {
	    font-size: 130px;
	}	

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

	.MenuMain{
		padding-top: 30px;
		padding-bottom: 30px;	
	}

	.CartView .CardDCinforArea{
		padding-top: 20px;
		padding-bottom: 20px;
	}	

	.MainArticle{
		top: 796px;
	}

	.CartView .Price{
		font-size: 14px;
	}
}

/*장바구니 주소찾기 시작*/
#foundAddressModal .AddressModal .modal-dialog{
    max-width:1000px;
}

#foundAddressModal .AddressModalContent{
    border:none;

    border-radius:32px;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        rgba(20,20,28,.98) 0%,
        rgba(12,12,18,1) 100%
    );

    box-shadow:
    0 25px 70px rgba(0,0,0,.45);
}

#foundAddressModal .AddressModalHeader{
    padding:28px 32px 18px;
}

#foundAddressModal .AddressModalTitle{
    display:flex;
    align-items:center;
    gap:10px;

    margin:0;

    color:#ffffff;

    font-size:1.45rem;
    font-weight:800;
}

#foundAddressModal .AddressModalTitle i{
    color:#818cf8;
}

#foundAddressModal .AddressModalSubText{
    margin-top:6px;

    color:#9ca3af;

    font-size:.9rem;
}

#foundAddressModal .AddressModalBody{
    padding:0 32px 24px;

    max-height:70vh;

    overflow-y:auto;
}

#foundAddressModal .AddressModalBody::-webkit-scrollbar{
    width:8px;
}

#foundAddressModal .AddressModalBody::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.12);

    border-radius:999px;
}

#foundAddressModal .AddressModalFooter{
    padding:24px 32px 32px;
}

#foundAddressModal .AddressModalCloseBtn{
    min-width:140px;
    height:54px;

    border:none;

    border-radius:18px;

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

    color:#ffffff;

    font-weight:700;

    transition:.18s ease;
}

#foundAddressModal .AddressModalCloseBtn:hover{
    background:rgba(255,255,255,.14);

    transform:translateY(-1px);

    color:#ffffff;
}
/*장바구니 주소찾기 끝*/


/*결제 정보 처리 추가 폼 시작*/
.CartPayWrap{
    padding-top:20px;
    padding-bottom:40px;
}

.PaySectionCard{
    border-radius:28px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    overflow:hidden;

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

    transition:.2s ease;
}

.PaySectionCard:hover{
    box-shadow:
    0 16px 40px rgba(0,0,0,.07);
}

.PaySectionHeader{
    display:flex;
    align-items:center;
    gap:18px;

    padding:24px 28px;

    border-bottom:1px solid #f1f5f9;

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

.PaySectionIcon{
    width:58px;
    height:58px;

    border-radius:18px;

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

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

    color:#fff;

    font-size:1.4rem;

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

.PaySectionTitle{
    font-size:1.2rem;
    font-weight:800;

    color:#111827;

    letter-spacing:-0.03em;
}

.PaySectionSub{
    margin-top:4px;

    color:#6b7280;

    font-size:.9rem;
}

.PaySectionBody{
    padding:28px;
}

.PayInput{
    height:60px;

    border-radius:18px !important;

    border:1px solid #dbe2ea;

    background:#f8fafc;

    transition:.18s ease;
}

.PayInput:focus{
    border-color:#818cf8;

    background:#fff;

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

.PayInfoBox{
    padding:20px;

    border-radius:20px;

    background:#f8fafc;

    border:1px solid #edf2f7;

    height:100%;
}

.PayInfoLabel{
    color:#6b7280;

    font-size:.85rem;

    margin-bottom:8px;
}

.PayInfoValue{
    color:#111827;

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

    word-break:break-all;
}

.PayNoticeAlert{
    display:flex;
    gap:16px;

    padding:20px 24px;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        rgba(239,68,68,.08) 0%,
        rgba(255,255,255,1) 100%
    );

    border:1px solid rgba(239,68,68,.18);
}

.PayNoticeIcon{
    font-size:1.5rem;

    color:#ef4444;
}

.AddressSearchBtn{
    border:none;

    min-width:140px;

    border-radius:18px !important;

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

    color:#fff;

    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.AddressSearchBtn:hover{
    color:#fff;

    transform:translateY(-1px);

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

.SameInforBtn{
    border:none;

    padding:12px 18px;

    border-radius:16px;

    background:#eef2ff;

    color:#4f46e5;

    font-weight:700;

    transition:.18s ease;
}

.SameInforBtn:hover{
    background:#6366f1;

    color:#fff;
}

.PayRadioCard{
    width:100%;

    display:block;

    cursor:pointer;
}

.PayRadioCard input[type="radio"]{
    display:none;
}

.PayRadioBody{
    padding:22px;

    border-radius:22px;

    border:1px solid #e5e7eb;

    background:#fff;

    transition:.18s ease;

    height:100%;
}

.PayRadioCard:hover .PayRadioBody{
    border-color:#818cf8;

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

.PayRadioCard input[type="radio"]:checked + .PayRadioBody{
    border-color:#6366f1;

    background:
    linear-gradient(
        180deg,
        rgba(99,102,241,.06) 0%,
        #ffffff 100%
    );

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

.PayRadioTitle{
    color:#111827;

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

    margin-bottom:8px;
}

.PayRadioText{
    color:#6b7280;

    font-size:.92rem;
}

.AddressSearchCard{
    margin-bottom:12px;
}

@media (max-width:768px){

    .PaySectionHeader{
        padding:20px;
    }

    .PaySectionBody{
        padding:20px;
    }

    .AddressSearchBtn{
        width:100%;

        margin-top:10px;
    }

    .AddressSearchCard .input-group{
        display:block;
    }

}
/*결제 정보 처리 추가 폼 끝*/

/*장바구니 새 스타일 시작*/
.CartNotice{
    overflow: hidden;
    position:relative;

    display:flex;

    align-items:center;

    gap:14px;

    padding:14px 18px;

    border-radius:14px;

    background:
        linear-gradient(
            135deg,
            rgba(255,251,235,.95),
            rgba(255,255,255,.95)
        );

    box-shadow:
        0 4px 20px rgba(245,158,11,.06);
}

.CartNotice:before{
    content:'';

    position:absolute;

    left:0;
    top:0;

    width:4px;
    height:100%;

    background:
        linear-gradient(
            180deg,
            #f59e0b,
            #fbbf24
        );

    border-radius:14px 0 0 14px;
}

.NoticeIcon{
    flex:0 0 auto;

    width:42px;
    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:
        rgba(245,158,11,.08);
}

.NoticeIcon i{
    font-size:20px;

    color:#f59e0b;
}

.NoticeContent{
    flex:1;
}

.NoticeTitle{
    margin:0;

    font-size:15px;

    font-weight:700;

    color:#1f2937;
}

.NoticeText{
    font-size:13px;

    line-height:1.7;

    color:#64748b;
}

.NoticeText .text-bg-warning{
    background:#fef3c7 !important;

    color:#92400e !important;

    padding:2px 8px;

    border-radius:999px;

    font-size:11px;
}

@media(max-width:768px){

    .CartNotice{
        padding:12px 14px;

        gap:10px;
    }

    .NoticeIcon{
        width:36px;
        height:36px;
    }

    .NoticeIcon i{
        font-size:18px;
    }

    .NoticeTitle{
        font-size:14px;
    }

    .NoticeText{
        font-size:12px;
    }
}
/*장바구니 새 스타일 끝*/