/*General*/
body {
	font-size: 15px;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #212529;
}

::placeholder {
	color: #000;
	opacity: 0.3 !important;
}

::-webkit-scrollbar {
	width: 0px !important;
}

/* Header */
.top-header {
	width: auto;
	height: 60px;
	background-color: #ffffff;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

.page-content {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 1rem;
}

.top-header .navbar .nav-button a {
	font-size: 25px;
	color: #212529;
}

.top-header .navbar .top-right-menu a.nav-link {
	font-size: 18px;
	color: #212529;
}

.top-header .top-right-menu .cart-badge {
	position: absolute;
	top: 6px;
	right: 0px;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #212529;
}

/* Searchbar */
.top-header .navbar .searchbar {
	display: none;
}

.top-header .navbar .full-search-bar {
	display: flex;
	align-items: center;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-bottom: 1px solid #dee2e6;
	z-index: 100;
	background-color: #ffffff;
	height: 65px;
	padding: 0 1.0rem;
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards
		1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1
		animdropdown;
}

.top-header .navbar .full-search-bar .form-control {
	background-color: #f6f6f6;
	border-radius: 0.5rem;
}

.top-header .navbar .full-search-bar .form-control:focus {
	background-color: #ffffff;
	border: 1px solid #212529;
}

.searchbar .search-icon {
	margin-left: 2rem !important;
}

.searchbar .search-close-icon {
	margin-right: 2rem !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #212529;
	border: 1px solid #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}

/* loader */
.loader-wrapper {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #212529;
}

/* footer */
.wrapper .page-footer {
	width: auto;
	height: 60px;
	background-color: #ffffff;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

.wrapper .page-footer .navbar a.nav-link {
	color: #212529;
}

.wrapper .page-footer .navbar a.nav-link .icon {
	font-size: 20px;
}

.wrapper .page-footer .navbar a.nav-link {
	font-size: 14px;
}

.name {
	font-size: 15px;
	font-weight: 500;
}

.wrapper .sidenav .offcanvas-header {
	height: auto;
}

.wrapper .sidenav .offcanvas {
	width: 300px;
}

/* Pag Content */
.category-img figure {
	margin: auto;
}

.category-img figcaption {
	font-size: 15px;
	color: #212529;
	text-align: center;
	padding-top: 5px;
	font-weight: 600;
}

/* Utilities */
.bg-red {
	background-color: #ff2c2c !important;
}

.bg-green {
	background-color: #21ad61 !important;
}

.bg-purple {
	background-color: #723da6 !important;
}

.border-light {
	border-color: rgba(255, 255, 255, 0.12) !important
}

.bg-facebook {
	background-color: #3b5998 !important;
}

.bg-pinterest {
	background-color: #c8232c !important;
}

.bg-linkedin {
	background-color: #0072b1 !important;
}

.bg-apple {
	background-color: #000 !important;
}

.text-purple {
	color: #723da6 !important;
}

.text-orange {
	color: #ff822c !important;
}

.text-cyane {
	color: #00FFFF !important;
}

.text-brown {
	color: #ce5334 !important;
}

.text-ten {
	color: #5eff00 !important;
}

.text-pink {
	color: #ff006f !important;
}

.text-daeun {
	color: #DA0C81 !important;
}

.text-seun {
	color: #2F58CD !important;
}

.text-wolun {
	color: #519872 !important;
}

.text-ilun {
	color: #E16262 !important;
}

.section-title {
	color: #212529;
	font-size: 18px;
}

.review-item .client-name {
	color: #212529;
	font-size: 14px;
}

.product-short-title {
	color: #212529;
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-ecomm {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem 1.5rem;
	border-radius: 0;
	z-index: 6;
}

.filter-menu .nav-link {
	border-radius: 0;
	color: #363d46;
	background-color: #fbfbfb;
	border-bottom: 1px solid #eee;
}

.filter-menu .nav-link.active {
	color: #1b222d;
	background-color: #ffffff;
}

.filter-content .product-number {
	color: #b7b7b7;
	margin-left: 7px;
}

/* Radio & Checkbox */
.form-check-input, .form-check-input, .form-check-label {
	cursor: pointer;
}

.product-number {
	color: #b7b7b7;
	margin-left: 7px;
}

.form-check-input:checked, .form-check-input:checked {
	background-color: #212529;
	border-color: #212529;
}

.form-check-input:focus, .form-check-input:focus {
	border-color: #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}

.similar-products a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #212529;
	font-size: 16px;
	border-radius: 50%;
}

.h-90 {
	height: 90% !important;
}

.rounded-top-left-right-lg {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.offcanvas-footer {
	background-color: #ffffff;
}

/* Product Details */
.product-image-slider .slick-list {
	margin: 0 0;
}

.product-image-slider .slick-slide {
	margin: 0 0;
}

.product-image-slider .slick-dots {
	bottom: 0;
}

.share-product {
	width: 35px;
	height: 35px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #212529;
	background-color: #fff;
	z-index: 1;
	cursor: pointer;
}

.share-product:hover {
	color: #212529;
}

.product-image-slider .slick-dots li button:before {
	opacity: 1;
	color: white;
}

.product-image-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: rgb(0, 0, 0);
}

.product-image-slider .slick-prev, .product-image-slider .slick-next {
	font-size: 24px;
	color: #fff;
	opacity: 0.7;
	background: rgba(255, 255, 255, 0.0);
	box-shadow: none
}

.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover,
	.product-image-slider .slick-prev:focus, .product-image-slider .slick-next:focus
	{
	opacity: 1;
	background: rgba(255, 255, 255, 0.0);
	box-shadow: none
}

.product-image-slider .slick-prev {
	left: 0;
}

.product-image-slider .slick-next {
	right: 0;
}

.width-content {
	width: fit-content;
}

.size-chart div button {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border: 1px solid #dee2e6;
	border-radius: 50%;
	color: #222121;
	font-weight: 600;
	background-color: #ffffff;
	transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-chart div button:hover, .size-chart div button:focus {
	color: #ffffff;
	border: 1px solid #212529;
	background-color: #212529;
}

.product-info .product-title {
	color: #222121;
}

.separator {
	display: flex;
	align-items: center;
}

.separator .line {
	height: 1px;
	flex: 1;
	background-color: #dee2e6;
}

.separator h3 {
	padding: 0 1.5rem;
}

.wishlist-close {
	background-color: #ffffff;
	border-radius: 50%;
	padding: 10px;
	margin: 7px;
}

.block-button {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-input {
	width: 1.2em;
	height: 1.2em;
}

.profile-item, .profile-item:hover, .profile-item:focus {
	color: #141619;
	text-decoration: none;
}

.noti-box {
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	background-color: #eff1f3;
	border-radius: 50%;
}

.forgot-link {
	color: #646464;
}

.forgot-link:hover {
	color: #646464;
}

.social-login a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background-color: #eaebeb;
	border-radius: 50%;
}

.verification-controls input {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
}

.splash-bg-2 {
	background-image: url(https://via.placeholder.com/1080X1440);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* Metis Menu */
.sidebar-nav .metismenu a {
	font-size: 14.5px;
	font-weight: 500;
	padding: 10px 16px;
	border-bottom: 1px solid #dee2e6;
}

.sidebar-nav .metismenu .mm-active>a, .sidebar-nav .metismenu a:hover,
	.sidebar-nav .metismenu a:focus {
	color: #212529;
	background-color: #f8f9fa;
}

.sidebar-nav .metismenu li:first-child {
	margin-top: 0px;
}

.sidebar-nav .metismenu .mm-active>a {
	border-radius: 0;
}

.sidebar-nav .metismenu li+li {
	margin-top: 0px;
}

.sidebar-nav .metismenu ul a {
	padding: 8px 16px 8px 42px;
}

/* Order Tracking */
.timeline-with-icons {
	border-left: 1px solid #dee2e6;
	position: relative;
	list-style: none;
}

.timeline-with-icons .timeline-item {
	position: relative;
}

.timeline-with-icons .timeline-item:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline-with-icons .timeline-icon.active {
	color: #fff;
	background-color: #212529;
}

.timeline-with-icons .timeline-icon {
	position: absolute;
	left: -48px;
	background-color: #f8f9fa;
	color: #bcc0c5;
	border-radius: 50%;
	height: 31px;
	width: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* animation */
@
-webkit-keyframes animdropdown {from { -webkit-transform:translate3d(0,
	6px, 0);
	transform: translate3d(0, 6px, 0);
	opacity: 0
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

}
@
keyframes animdropdown {from { -webkit-transform:translate3d(0, 6px, 0);
	transform: translate3d(0, 6px, 0);
	opacity: 0
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

}

/* notice */
.main_title>h6 {
	text-align: center;
	padding-top: 9px;
	color: #fff;
}

.main_title {
	width: 100%;
	height: 45px;
	font-size: 17px;
	text-align: center;
	display: flex;
	color: #fff;
	margin: auto;
}

.main_t1, .main_t2>a {
	display: block;
}

.main_t1, .main_t2>a:hover {
	
}

.main_t1, .main_t2 {
	display: inline-block;
	cursor: pointer;
	width: 50%;
	height: 45px;
	line-height: 20px;
	padding-top: 12px;
}

.main_t1 {
	background: #5e5e5e;
	color: #fff;
}

.main_t2 {
	background: #c9c9c9;
}

.sub_menu {
	width: 100%;
	height: 80px;
}

.contents1 {
	font-size: 14px;
	font-weight: lighter;
}

.contents1_bold {
	font-size: 18px;
	font-weight: bold;
}

.category_list {
	flex-direction: row-reverse;
}

.result {
	font-size: 20px;
}

.amount {
	/* position: relative; */
	top: 66px;
	display: flex;
	width: 100%;
	background: #fff;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	margin: auto;
	margin-top: 10px;
	padding: 0px;
}

li {
	list-style-type: none;
}

.amount>li {
	flex: 1;
	height: 80px;
}

.amount>li>div {
	text-align: center;
	margin-top: 10px;
	height: 57px;
}

.amount>li:not (:last-child )>div {
	border-right: 1px solid #8b8b8b;
}

/* �뿤�뜑 title & search_area */
.header1 {
	display: flex;
	width: 100%;
	margin: auto;
	height: 60px;
}

.header_title {
	width: 300px;
	height: 40px;
	margin-top: 18px;
}

.search_area {
	display: flex;
	justify-content: flex-end;
	line-height: 60px;
	width: calc(800 -300px);
	align-items: center
}

.search_area>li {
	margin-left: 5px;
}

.search_area>li>a {
	color: #000;
}

/* 寃뚯떆�뙋 */
a {
	text-decoration: none;
	color: inherit;
}

.board_wrap {
	width: 1000px;
	margin: 0px auto;
}

.board_title {
	margin-bottom: 30px;
	padding: 0;
}

.board_title strong {
	font-size: 1.8rem;
}

.b_title {
	display: inline;
	width: 200px;
	height: 60px;
	float: left;
}

.b_search {
	display: inline;
	width: 600px;
	height: 60px;
	float: right;
}

.category_list {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	margin: 10px;
	text-align: right;
}

.board_title p {
	margin-top: 5px;
	font-size: 1rem;
}

/* 踰꾪듉 */
.bt_wrap {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}

.bt_wrap button {
	display: inline-block;
	min-width: 150px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ffd54f;
	border-radius: 2px;
	font-size: 1rem;
}

.bt_wrap button:first-child {
	margin-left: 0;
}

.bt_wrap button.on {
	background: #ffd54f;
	color: #000000;
}
/* 踰꾪듉 */
.board_list {
	width: 100%;
	border-top: 2px solid #000;
}

.board_list>div {
	border-bottom: 1px solid #ddd;
	font-size: 0;
}

.board_list>div.top {
	border-bottom: 1px solid #999;
}

.board_list>div:last-child {
	border-bottom: 1px solid #000;
}

.board_list>div>div {
	display: inline-block;
	padding: 15px 0;
	text-align: center;
	font-size: 1rem;
}

.board_list>div.top>div {
	font-weight: 600;
}

.board_list .num {
	width: 10%;
}

.board_list .category {
	width: 15%;
}

.board_list .title {
	width: 50%;
	text-align: left;
}

.board_list .top .title {
	text-align: center;
}

.board_list .status {
	width: 10%;
}

.board_list .date {
	width: 15%;
}

.board_view {
	width: 100%;
	border-top: 2px solid #000;
}

.board_view .title {
	padding: 20px 15px;
	border-bottom: 1px dashed #9e9e9e;
	font-size: 1.2rem;
}

div.panel {
	display: none;
}

div.panel.show {
	display: block !important;
}

.board_view .info {
	padding-top: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
	font-size: 0;
}

.board_view .info dl {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.board_view .info dl:first-child {
	padding-left: 0;
}

.board_view .info dl::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 1px;
	height: 13px;
	background: #ddd;
}

.board_view .info dl:first-child::before {
	display: none;
}

.board_view .info dl dt, .board_view .info dl dd {
	display: inline-block;
	font-size: 0.9rem;
}

.board_view .info dl dt {
	
}

.board_view .info dl dd {
	margin-left: 10px;
	color: #777;
}

.board_view .cont {
	padding: 15px;
	border-bottom: 1px solid #000;
	line-height: 160%;
	font-size: 1rem;
	padding-bottom: 50px;
}

.add_file {
	padding: 15px;
	border-bottom: 1px solid #000;
	line-height: 160%;
	font-size: 1rem;
}

.board_write {
	border-top: 2px solid #000;
}

.board_write .title, .board_write .info {
	padding: 15px;
}

.board_write .info {
	border-top: 1px dashed #9e9e9e;
	border-bottom: 1px solid #000;
	font-size: 0;
}

.board_write .title dl {
	font-size: 0;
}

.board_write .info dl {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.board_write .title dt, .board_write .title dd, .board_write .info dt,
	.board_write .info dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}

.board_write .title dt, .board_write .info dt {
	width: 100px;
}

.board_write .title dd {
	width: calc(100% - 100px);
}

.board_write .title input[type="text"], .board_write .info input[type="text"],
	.board_write .info input[type="password"] {
	padding: 10px;
	box-sizing: border-box;
}

.board_write .title input[type="text"] {
	width: 80%;
}

.board_write .cont {
	border-bottom: 1px solid #000;
}

.board_write .cont textarea {
	display: block;
	width: 100%;
	height: 300px;
	padding: 15px;
	box-sizing: border-box;
	border: 0;
	resize: vertical;
}

/* �럹�씠吏� */
#page-area {
	margin-top: 15px;
	font-size: 0.8rem;
	font-weight: bolder;
	text-align: center;
}

#page-area span {
	border-radius: 0.5rem;
	line-height: 2rem;
}

.pageNow, .pages {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	transition: 0.2s;
}

.pages {
	background-color: #9AD0C2;
	transition: 0.2s;
}

.pageNow, .pages:hover {
	background-color: #0D9276;
	color: white;
	transition: 0.2s;
}

.prev, .next {
	display: inline-block;
	width: 2rem;
	height: 2rem;
}

.pages a {
	width: 100%;
	height: 100%;
	color: white;
	display: inline-block;
}

#colText {
	padding-top: 0.7rem;
}
/* �븘肄붾뵒�뼵 硫붾돱 */
* {
	box-sizing: border-box;
}

.title:first-child {
	border-top: none;
}

.title {
	position: relative;
	padding: 12px 0;
	cursor: pointer;
	display: flex; /* flex濡� �굹���엳 諛곗튂 */
	justify-content: space-between; /* arrow-wrap�쓣 �삤瑜몄そ�쑝濡� �젙�젹 */
	align-items: center; /* �꽭濡� �젙�젹 留욎땄 */
}

.d-flex.flex-row.gap-3.align-items-start {
	flex-grow: 1; /* �뀓�뒪�듃 遺�遺꾩씠 �궓�� 怨듦컙�쓣 李⑥��븯�룄濡� �꽕�젙 */
}

.title::before {
	display: inline-block;
	/* content: 'Title'; */
	color: #006633;
	margin: 0 5px;
}

.title.on>span {
	font-weight: bold;
	color: #006633;
}

.contents {
	display: none;
	overflow: hidden;
	/*  background-color: white; */ /* #f4f4f2 */
	padding: 15px 0;
}

.contents::before {
	display: inline-block;
	/*  content: 'A'; */
	font-weight: bold;
	color: #666;
	margin: 0 5px;
}

.arrow-wrap {
	position: relative; /* 遺�紐� �슂�냼媛� flex濡� �릺�뼱 �엳�쑝誘�濡�, absolute �젣嫄� */
	display: flex;
	justify-content: center;
	align-items: center;
}

.title .arrow-top {
	display: none;
}

.title .arrow-bottom {
	display: block;
}

.title.on .arrow-bottom {
	display: none;
}

.title.on .arrow-top {
	display: block;
}

#Accordion_wrap {
	width: 100%;
	margin: auto;
}