@font-face {
            font-family: 'Futura';
            src: url('/assets/css/futura.woff') format('woff');
            font-style: normal;
        }
        body {
            font-family: 'Futura', sans-serif;
            line-height: 1.6;
            font-weight: 500;
            color: #333;
            text-align: center; /* Center text by default */
        }
        .navbar {
			width: 100%;
			transition: top 0.3s; /* Smooth transition for top positioning */
		}
        .navbar-toggler {
            color: black; /* Black icon */
        }

		.fixed-navbar {
			position: fixed;
			top: 0;
			left: 0;
			padding-top:20px;
			padding-bottom:3px;
			width: 100%; /* Adjust as necessary */
			z-index: 1000; /* Ensure it stays on top of other elements */
			background-color: rgba(255, 255, 255, 0.9);
		}


		@media (max-width: 767.98px) {
		
			.m_top{
				position: fixed;
				top: 0px;
				width: 100%;
				background-color: #fff; /* Optional background color */
				z-index: 1000; /* Adjust as needed */
			}

			.m_navbar{
				position: fixed;
				top: 0px;;
				width: 100%;
				border-top: 1px solid #ccc;
				background-color: #fff; /* Optional background color */
				z-index: 1000; /* Adjust as needed */
			}
			.m_menu {
				position: fixed;
				top: 52px;
				width: 100%;
				background-color: #fff; /* Optional background color */
				z-index: 1000; /* Adjust as needed */
			}
		}
			
		


		@media (max-width: 767.98px) {
			.fixed-navbar {
				padding-top:0px;
				padding-bottom:0px;
			}
		}



		#pcnavbar .text-center {
			flex-grow: 1;
			display: flex;
			justify-content: center;
			align-items: center;
		}
        
		.search-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .search-container {
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            overflow: hidden;
			margin-right:10px;
            transition: width 0.3s ease-in-out;
        }

        .search-container.active {
            width: 200px;
        }

        .search-container input {
            width: 100%;
            padding: 0.5em;
            font-size: 1em;
            border: 1px solid #ddd;
            border-radius: 10px;
        }

        .search-icon {
            cursor: pointer;
            font-size: 16px;
            margin: 0 10px;
            z-index: 1;
        }


        nav.d-none.d-md-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

nav ul li {
    position: relative;
}

nav ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    display: block;
    color: #757575;
	background-color: rgba(255, 255, 255, 0.5);
}

nav ul li a:hover {
    color: black;
    text-decoration: none;
}

nav ul li .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;	
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: transparent;
    padding-top: 9px;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
}

nav ul li .submenu ul li a {
font-size: 11px;
    font-weight: 600;
	}

nav ul li:hover > .submenu {
     opacity: 1;
    visibility: visible;
}

nav ul li .submenu ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

nav ul li .submenu ul li {
    position: relative;
}

.submenu-level2 {
   display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: transparent;
    z-index: 1001;
    transition: opacity 0.3s, visibility 0.3s;
}

.submenu ul li:hover > .submenu-level2 {
    opacity: 1;
    visibility: visible;
}

.submenu-level2 ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.submenu-level2 ul li a {
    padding: 5px 15px;
}


        .carousel-item img {
            width: 100%;
            height: auto;
        }
        
        
		.carousel-indicators button {
            width: 12px;
            height: 12px;
            /*border-radius: 50%;*/
            background-color: #ddd; /* Inactive color */
            border: 1px solid #ccc;;
            margin: 0 5px;
            transition: background-color 0.3s ease;
        }
        .carousel-indicators .active {
            background-color: #a2a2a2; /* Active color */
        }
    
        .ufs-1 {
            font-size: 50px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
        .ufs-2 {
            font-size: 40px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
        .ufs-3 {
            font-size: 30px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
        .ufs-4 {
            font-size: 20px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
        .ufs-5 {
            font-size: 16px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
        .ufs-6 {
            font-size: 12px; /* Base font size */
            padding: 10px; /* Fixed padding */
            margin-bottom: 20px; /* Fixed margin */
            line-height: 1.6; /* Line height relative to font size */
        }
		.ufs-7 {
            font-size: 12px; /* Base font size */
            
        }
        .modal-nav {
            display: flex;
            justify-content: center;
            list-style-type: none;
            padding: 0;
        }

        .modal-nav li a {
            color: black; /* Prevent color change on hover */
            text-decoration: none; /* Prevent underline on hover */
        }

        .modal-nav li {
            font-size: 13px;
            font-weight: 500;
            margin: 0 30px;
        }
        .modal-nav li .submenu {
            display: block;
            position: static;
            white-space: nowrap;
            background-color: transparent;
            border: none;
            padding: 0;
        }
        .modal-nav li .submenu ul {
            display: block;
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        .modal-nav li .submenu ul li {
            display: block;
        }
        .modal-nav li .submenu ul li a {
            color: black; /* Prevent color change on hover */
            text-decoration: none; /* Prevent underline on hover */
            padding: 5px 0;
            display: block;
            color: #333;
            font-size: 12px;
            font-weight: 400;
        }
        .modal-content {
            margin-top: 200px; /* Move the modal down */
        }
		/*로그인섹션 */

		.login-section {
            margin: 0px;
        }
		/* //로그인섹션 */

        /* Product Section */
        .product-section {
            margin-top: 50px;
        }
        .product-item {
            position: relative;
            overflow: hidden;
            margin-top: 20px;
			margin-bottom: 20px;
			border:1px solid #f4f4f4;
        }
        .product-item img {
            display: block;
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .product-item .product-details {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            color: #757575;
            padding: 10px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            opacity: 0;
        }
		.product-item .product-details p{
			color: #383838;
		}
		.product-item .product-details h6{
				font-size:13px;
			}

        .product-item:hover .product-details {
            transform: translateY(0%);
            opacity: 1;
        }
        .product-item:hover img {
            transform: scale(1.1);
        }
        .product-item .icons {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
        }

		@media (max-width: 767px) {
			.product-item {
				overflow: visible;
			}
			.product-item .product-details {
				position: static;
				transform: none;
				font-size:12px;
				opacity: 1;
				background-color: #fff;
				padding: 10px 0;
			}
			
			.product-item .product-details i {
				display: none;
			}
			.product-item .product-details h6{
				font-size:10px;
			}

			.product-item:hover img {
				transform: none;
			}
		}

		.instagram-section {
			background-color: #F2F2F2;
			width: 100%;
			padding-top: 50px; /* Adjust top padding as needed */
			padding-bottom: 50px; /* Adjust bottom padding as needed */
		}

		.instagram-section .row {
			margin-bottom: 20px; /* Space between rows */
		}

		.instagram-section img {
			display: block;
			width: 100%;
			height: auto;
		}

		/* Ensure the navbar is using flexbox */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.fbtn_top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 65px;
    text-align: center;
    cursor: pointer;
    background: #e7e7e7;
	padding-left:15px;
	padding-right:15px;
    border: 1px solid #e3e3e3;
}
.fbtn_bottom {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 35px;
    text-align: center;
    cursor: pointer;
    background: #e7e7e7;
	padding-left:15px;
	padding-right:15px;
    border: 1px solid #e3e3e3;
}

/* Center the text for mobile view */
@media (max-width: 767.98px) {
    .navbar .text-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

	#pcnavbar{
	display:none;
	}

	.fbtn_top {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 65px;
		text-align: center;
		cursor: pointer;
		background: #FBFBFB;
		padding-left:5px;
		padding-right:5px;
		border: 1px solid #e3e3e3;
	}
	.fbtn_bottom {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 35px;
		text-align: center;
		cursor: pointer;
		background: #FBFBFB;
		padding-left:5px;
		padding-right:5px;
		border: 1px solid #e3e3e3;
	}

	
}


/*cart order */

.cart-section select {
            padding:3px;
            font-size: 14px;
            border-radius: 5px;
            border: 1px solid #ced4da;
        }

	.cart-section select:focus {
            outline: none;
			border-color:#969696;
			box-shadow: none;
			border: 1;
        }

        .cart-section button {
            padding-top:4px;
			padding-bottom:1px;
            font-size: 12px;
            margin-right: 1px;
            border-radius: 0px;
            border: 1px solid #ced4da;
            background-color: #e7e7e7;
            color: #8c8c8c;
            cursor: pointer;
        }

        .cart-section button:hover {
            background-color: #dfeeff;
        }

        .datepicker-input {
            position: relative;
            display: inline-block;
        }

        .datepicker-input input {
            
            font-size: 14px;
            border-radius: 0px;
            border: 1px solid #ced4da;
        }

		.datepicker-input input:focus {
            
            outline: none;
			border-color:#969696;
			box-shadow: none;
			border: 1;
        }

        .datepicker-input .calendar-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }
		
		.ui-datepicker {
            transform: scale(0.8); /* Adjust the scale as needed */
            transform-origin: top left; /* Ensure the datepicker scales from the top left corner */
        }

		.cart_list {
			
            display: flex;
            align-items: stretch;
            background-color: #FBFAFA;
			font-size:12px;
        }
        .cart_list > div {
            border-right: 1px solid #ced4da; /* 경계선 색상 설정 */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px; /* 내용의 패딩 */
        }
        .cart_list > div:last-child {
            border-right: none; /* 마지막 항목에는 경계선을 추가하지 않음 */
        }

		.cart_list_d {
            display: flex;
            align-items: stretch;
            background-color: #fff;
			font-size:12px;
        }
        .cart_list_d > div {
            border-right: 1px solid #ced4da; /* 경계선 색상 설정 */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1px; /* 내용의 패딩 */
        }
        .cart_list_d > div:last-child {
            border-right: none; /* 마지막 항목에는 경계선을 추가하지 않음 */
        }


		.order-qty {
            position: relative;
            display: inline-flex;
            align-items: center;
        }
        .order-qty input {
			width:50px;
            padding-right: 0px; /* 버튼 영역을 위한 패딩 */
            text-align: center;
        }
        .order-qty .up, .order-qty .down {
            position: absolute;
            right: -21px;
            width: 20px;
            height: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .order-qty .up {
            top: 0;
        }
        .order-qty .down {
            bottom: 0;
        }

		.cart_list_obtn {
			margin-right: auto;
			margin-left: auto;
			display: inline-block;
			box-sizing: border-box;
			padding: 10px 16px;
			border: 1px solid transparent;
			border-radius: 2px;
			font-family: "굴림", Gulim;
			font-size: 12px;
			line-height: 18px;
			font-weight: normal;
			text-decoration: none;
			vertical-align: middle;
			word-spacing: -0.5px;
			letter-spacing: 0;
			text-align: center;
			white-space: nowrap;
			color: #fff;
			background-color: #4a5164;
		}

		.cart_list_sbtn {
			margin-left: auto;
			display: inline-block;
			box-sizing: border-box;
			padding: 10px 16px;
			border: 1px solid transparent;
			border-radius: 2px;
			font-family: "굴림", Gulim;
			font-size: 12px;
			line-height: 18px;
			font-weight: normal;
			text-decoration: none;
			vertical-align: middle;
			word-spacing: -0.5px;
			letter-spacing: 0;
			text-align: center;
			white-space: nowrap;
			color: #fff;
			background-color: #84868b;
		}

		.order-qty input:focus{
			outline: none;
			
			box-shadow: none;
			border: 1;
		}


		@media (max-width: 767.98px) {
            .cart_list_d .product-info {
                border-top: 1px solid #ced4da;
               padding-top:3px;
			   padding-bottom:3px;
			   
            }

			.order-qty input {
			width:50px;
            
			}
        }

		@media (min-width: 700px) and (max-width: 1100px) {
            .cart_img {
                width:40px;
				height:40px;
            }

			.order-qty input {
			width:30px;
            
			}
			.cart_list_d .product-info {
				justify-content: start;
			}
			
        }
/*cart order */
/*product_detail */
.product-image-container {
    width: 100%;
    padding: 20px;
}
.main-image {
    width: 100%;
}
.thumbnail-container {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}
.thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail.active {
    border-color: #0d6efd;
}
.product-title {
        font-size: 18px;
    padding-bottom: 25px;
    padding-left: 8px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #666;
    font-weight: 400;
}
.product-price, .product-shipping, .product-code, .product-options {
    font-size: 14px;
    color: #555555;
}

.shopbtn{
	    display: inline-block;
    width: 28%;
    height: 40px;
    color: #fff;
    background: #c8c8c8;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #c8c8c8;
    letter-spacing: 4px;
    margin-top: 10px;
}

.cartbtn{
	    display: inline-block;
    width: 30%;
    height: 40px;
    color: #fff;
    background: #c8c8c8;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #c8c8c8;
    letter-spacing: 4px;
    margin-top: 10px;
	margin-right: 2%;
}

.wishlistbtn {
    display: inline-block;
    width: 30%;
    height: 40px;
    color: #777;
    background: #fff;
    border: 1px solid #777;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-right: 2%;
    cursor: pointer;
}

.wishlistbtn:hover {
    background: #f8f9fa;
}

.wishlistbtn.active {
    color: #dc3545;
    border-color: #dc3545;
}

.wishlistbtn.active i {
    color: #dc3545;
}

.buybtn {
    display: inline-block;
     width: 30%;
    height: 40px;
    color: #fff;
    background: #777;
    border: 1px solid #777;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 6px;
}

#p_detail .cont h3 {
    margin: 0 0 20px;
    color: #444;
    font-size: 13px;
	font-weight:550;
}

.detail_info li{
	list-style: none;
	font-size:11px;
	
}


@media (max-width: 767px) {
    .product-image-container {
        padding: 10px;
    }
    .thumbnail {
        width: 50px;
        height: 50px;
    }
}

/*product_detail */
/*login */
.login-container {
            max-width: 385px;
            margin: auto;
            padding: 20px;
			font-size:14px;
            border: 0px solid #ddd;
            border-radius: 5px;
            background-color: #fff;
        }
        .btn-social {
            width: 100%;
            margin-bottom: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
        }
		.google-logo {
			position: absolute;
			left: 10px; /* Adjust as needed */
		}

		.btn-text {
			margin: 0 auto; /* Center the text */
		}

        .btn-social i {
            margin-right: 10px;
        }
        .combined-group {
            display: flex;
            align-items: flex-start;
        }
        .combined-group .form-control {
            flex: 1;
            margin-right: 10px;
        }
		.combined-group  input:focus {
			outline: none;
			border-color:#969696;
			box-shadow: none;
			border: 1;
		}
        .combined-group .btn {
            height: calc(2.1rem + 2.1rem + 0.5rem); /* Combined height of two input fields plus margin */
			
            flex: 1;
        }
/*login */
/*order */
.delivery_div, .payed_div, .discount_div{
		font-size:13px;
		placeholder
	}

	.delivery_div input:focus, .payed_div input:focus, .discount_div input:focus{
			outline: none;
			border-color:#888888;
			box-shadow: none;
			border: 1;
		}

	.delivery_div input::placeholder, .payed_div input::placeholder, .discount_div input::placeholder {
    font-size: 13px; /* 원하는 폰트 크기로 변경 */
    color: #888888;  /* 원하는 색상으로 변경 */
	}

.payment-info-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  margin-top: 20px;
}

.payment-title {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}

.payment-options {
  display: flex;
  flex-direction: column;
}

.payment-option {
  margin-bottom: 15px;
}

.payment-radio {
  display: none;
}

.payment-label {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.payment-label:hover {
  background-color: #e9ecef;
}

.payment-radio:checked + .payment-label {
  background-color: #e7f5ff;
  border-color: #4dabf7;
}

.payment-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.credit-card-icon { background-image: url('/assets/credit-car.png'); }
.naver-pay-icon { background-image: url('/assets/npay.png'); }
.kakao-pay-icon { background-image: url('/assets/kpay.png'); }
.samsung-pay-icon { background-image: url('/assets/spay.png'); }
.money-transfer-icon { background-image: url('/assets/money-transfer.png'); }

.check-icon {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff0000;
  display: none;
}

.check-icon::after {
  content: '\2714';
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.payment-radio:checked + .payment-label .check-icon {
  display: block;
}


.payment_btn {
			margin-left: auto;
			display: inline-block;
			box-sizing: border-box;
			padding: 16px 24px;
			border: 1px solid transparent;
			border-radius: 2px;
			
			font-size: 16px;
			line-height: 18px;
			font-weight: normal;
			text-decoration: none;
			vertical-align: middle;
			word-spacing: -0.5px;
			letter-spacing: 0;
			text-align: center;
			white-space: nowrap;
			color: #fff;
			background-color: #84868b;
		}
/*order */

/*order_list order_cancel*/
.order-section select {
            padding:3px;
            font-size: 14px;
            border-radius: 5px;
            border: 1px solid #ced4da;
        }

	.order-section select:focus {
            outline: none;
			border-color:#969696;
			box-shadow: none;
			border: 1;
        }

        .order-section button {
            padding-top:4px;
			padding-bottom:1px;
            font-size: 12px;
            margin-right: 1px;
            border-radius: 0px;
            border: 1px solid #ced4da;
            background-color: #e7e7e7;
            color: #8c8c8c;
            cursor: pointer;
        }

        .order-section button:hover {
            background-color: #dfeeff;
        }

        .datepicker-input {
            position: relative;
            display: inline-block;
        }

        .datepicker-input input {
            
            font-size: 14px;
            border-radius: 0px;
            border: 1px solid #ced4da;
        }

		.datepicker-input input:focus {
            
            outline: none;
			border-color:#969696;
			box-shadow: none;
			border: 1;
        }

        .datepicker-input .calendar-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }
		
		.ui-datepicker {
            transform: scale(0.8); /* Adjust the scale as needed */
            transform-origin: top left; /* Ensure the datepicker scales from the top left corner */
        }

		.order_list {
            display: flex;
            align-items: stretch;
            background-color: #FBFAFA;
			font-size:12px;
        }
        .order_list > div {
            border-right: 1px solid #ced4da; /* 경계선 색상 설정 */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px; /* 내용의 패딩 */
        }
        .order_list > div:last-child {
            border-right: none; /* 마지막 항목에는 경계선을 추가하지 않음 */
        }

		.order_list_d {
            display: flex;
            align-items: stretch;
            background-color: #fff;
			font-size:12px;
        }
        .order_list_d > div {
            border-right: 1px solid #ced4da; /* 경계선 색상 설정 */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1px; /* 내용의 패딩 */
        }
        .order_list_d > div:last-child {
            border-right: none; /* 마지막 항목에는 경계선을 추가하지 않음 */
        }

		.tab_menu {
			font-size: 13px;
			border: 1px solid #cbcdce;
			border-bottom-color: #202020;
			background: #f2f2f2;
			display: flex;
			align-items: stretch;
		}
		.tab_menu > div {
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0.5rem 0;
			border-right: 1px solid #ced4da;
			height: 100%;
		}
		
		.tab_menu .active{
		background: #666666;
		color:#fff;
		 padding: 0.5rem 0;
			border-right: 1px solid #ced4da;
		}

		@media (max-width: 767.98px) {
            .order_list_d .product-info {
                border-top: 1px solid #ced4da;
                border-bottom: 1px solid #ced4da;
            }
        }
/*order_list order_cancel*/
