@charset "UTF-8";

::-moz-selection {
	background: #231815;
	color: #fff;
}

::selection {
	background: #231815;
	color: #fff;
}

/* header */

/* New design */
.header {
	height: 100px;
}

.header .hdContain {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
}

.header .hdLeft {
	display: flex;
	align-items: center;
}

.header .hdLeft h1 a {
	display: block;
}

.header .hdLeft .siteTg {
	margin-left: 50px;
	display: flex;
	align-items: center;
	background: #f2f2f2;
	height: 34px;
	border-radius: 17px;
	overflow: hidden;
}

.header .hdLeft .siteTg li {
	height: 100%;
}

.header .hdLeft .siteTg a {
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: 100%;
	border-radius: 17px;
	font-size: 14px;
	font-weight: 600;
}

.header .hdLeft .siteTg a.on {
	background: #231815;
	color: #fff;
}

.header .hdRight {
	display: flex;
	align-items: center;
}

.header .hdRight .gnb {
	display: flex;
	align-items: center;
}

.header .hdRight .gnb li {
	margin-right: 80px;
}

.header .hdRight .gnb a {
	font-size: 20px;
	font-weight: 700;
}

.header .hdRight .userMenu {
	display: flex;
}

.header .hdRight .userMenu li:after {
	content: "·";
	padding: 0 10px;
	color: #888;
}

.header .hdRight .userMenu li:last-child::after {
	content: 0;
	display: none;
}

.header .hdRight .userMenu li a {
	font-size: 14px;
	color: #888;
}

.header .mobiTg {
	display: none;
}

.mobiTgMenu {
	display: none;
}

/* main banner slide */
.mainVisual {
	position: relative;
	margin-bottom: 150px;
	overflow: hidden;
}

.mainVisual .mainVisSlide {
	max-width: 1300px;
	max-height: 540px;
	margin: 0 auto;
	overflow: visible;
}

.mainVisual img {
	max-width: 100%;
}

.mainVisual .mo {
	display: none;
}

.mainVisual .mainSlContr {
	position: absolute;
	left: 50%;
	margin-left: 50px;
	bottom: 30%;
	display: flex;
	align-items: center;
}

.mainVisual .mainSlContr .swiper-pagination {
	position: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainVisual .mainSlContr .swiper-button-next,
.mainVisual .mainSlContr .swiper-button-prev {
	position: unset;
}

.mainVisual .mainSlContr .swiper-button-next:after,
.mainVisual .mainSlContr .swiper-button-prev:after {
	display: none;
}

.mainVisual .mainSlContr .swiper-button-next,
.mainVisual .mainSlContr .swiper-button-prev {
	width: auto;
	height: auto;
	color: #231815;
	margin-top: 0;
}

.mainVisual .swiper-pagination-bullet {
	background: #231815;
	width: 30px;
	height: 2px;
}

.mainTit {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 700;
}

/* Best Products */
.mainBest {
	position: relative;
}

.mainBest .swiper-container {
	overflow: hidden;
}

.mainBest .swiper-wrapper {
	height: auto;
}

.mainBest .imgWrap {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	box-sizing: border-box;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
}

.mainBest .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.mainBest .prodInfo h3 {
	font-size: 16px;
	margin-top: 10px;
}

.mainBest .prodInfo p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.mainBest .prodInfo span {
	font-size: 14px;
	color: #888;
}

.mainBest .swiper-pagination {
	height: 4px;
	background: #f0f0f0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.mainBest .swiper-pagination-progressbar-fill {
	background: #231815;
	height: 100%;
	transition: all 0.4s ease;
}

.mainNew {
	margin: 200px 0;
}

.mainNew .mainTit {
	text-align: left;
	margin-bottom: 0;
	width: 25%;
	padding-top: 5%;
}

.mainNew .mainTit i {
	display: block;
}

.mainNew .contain {
	display: flex;
}

.mainNew .newSlide {
	width: 75%;
	position: relative;
}

.mainNew .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainNew .mainNewSlide {
	position: relative;
}

.mainNew .mainNewSlide .imgWrap {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.mainNew .mainNewSlide .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.mainNew .mainNewSlide .prodInfo {
	text-align: center;
	margin-top: 30px;
}

.mainNew .mainNewSlide .prodInfo h3 {
	color: #363636;
	font-size: 16px;
}

.mainNew .mainNewSlide .prodInfo p {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.mainNew .mainNewSlide .prodInfo span {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.mainNew .mainNewSlide .prodInfo span:nth-child(even) {
	color: #5cae97;
	font-weight: 300;
}

.mainNew .newSlideBtns {
	position: absolute;
	left: -33.33%;
	bottom: 20%;
	display: flex;
}

.mainNew .newSlideBtns .swiper-button-next,
.mainNew .newSlideBtns .swiper-button-prev {
	position: unset;
	color: #000;
}

.mainNew .newSlideBtns .swiper-button-next::after,
.mainNew .newSlideBtns .swiper-button-prev::after {
	display: none;
}

.mainNew .newSlideBtns .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.mainNew .newSlideBtns .swiper-button-next {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.mainRecom {
	background: url(../img/recomBg.jpg) no-repeat 50%;
	margin-top: 150px;
	max-height: 700px;
	padding: 100px 0;
}

.mainRecom .mainRecomSlide {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 650px;
}

.mainRecom .swiper-container {
	overflow: hidden;
}

.mainRecom .swiper-wrapper {
	height: auto;
}

.mainRecom .imgWrap {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #f6f6f6;
}

.mainRecom .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.mainRecom .prodInfo h3 {
	font-size: 16px;
	margin-top: 10px;
}

.mainRecom .prodInfo p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.mainRecom .prodInfo span {
	font-size: 14px;
	color: #888;
}

.mainRecom .recomSlContr {
	position: unset;
	margin-top: 80px;
	display: flex;
	align-items: center;
}

.mainRecom .recomSlContr .swiper-pagination {
	position: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainRecom .recomSlContr .swiper-button-next,
.mainRecom .recomSlContr .swiper-button-prev {
	position: unset;
}

.mainRecom .recomSlContr .swiper-button-next:after,
.mainRecom .recomSlContr .swiper-button-prev:after {
	display: none;
}

.mainRecom .recomSlContr .swiper-button-next,
.mainRecom .recomSlContr .swiper-button-prev {
	width: auto;
	height: auto;
	color: #231815;
	margin-top: 0 !important;
}

.mainRecom .swiper-pagination {
	width: auto;
}

.mainRecom .swiper-pagination-bullet {
	background: #231815;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: relative;
	margin: 0 10px !important;
}

.mainRecom .swiper-pagination-bullet-active:after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #231815;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px;
}

/* main sliding banner */
.sliding-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 40px;
	background: #231815;
}

.sliding-wrapper .sliding-content {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: slide 60s linear infinite;
	height: 100%;
}

.sliding-wrapper .sliding-content p {
	margin-right: 50px;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.sliding-wrapper .sliding-content p span {
	font-weight: 700;
}

@keyframes slide {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-100%);
	}
}

.mainAll {
	margin: 150px 0 100px;
}

.cateWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 10px;
}

.cateWrap a {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 0 20px;
	background: #f2f2f2;
	font-size: 14px;
	color: #666;
}

.cateWrap a.on {
	background: #231815;
	color: #fff;
}

.prodList {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}

.prodList li {
	width: calc(25% - 15px);
	margin-bottom: 30px;
}

.prodList .imgWrap {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #f6f6f6;
	overflow: hidden;
}

.prodList .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.prodList .prodInfo h3 {
	font-size: 16px;
	margin-top: 10px;
}

.prodList .prodInfo p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.prodList .prodInfo span {
	font-size: 14px;
	color: #888;
}

.footer {
	background: #231815;
	padding: 0 100px 50px;
}

.footer .ftTop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .ftTop .ftMenu {
	display: flex;
}

.footer .ftTop .ftMenu li {
	position: relative;
	padding-right: 40px;
}

.footer .ftTop .ftMenu li:last-child {
	padding-right: 0;
}

.footer .ftTop .ftMenu li:first-child a {
	font-weight: 700;
	color: #fff;
}

.footer .ftTop .ftMenu a {
	color: #888;
	font-size: 16px;
}

.footer .compInfo {
	margin-top: 50px;
}

.footer .compInfo span {
	padding-right: 10px;
	color: #fff;
	font-weight: 200;
	display: inline-block;
	font-size: 14px;
}

.footer .compInfo span b {
	font-weight: 700;
}

.footer .compInfo i {
	display: block;
}

.footer .copy {
	margin-top: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.footer .goTop {
	position: fixed;
	bottom: -50px;
	right: 100px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

.subTop {
	margin-bottom: 50px;
	padding: 0 100px;
}

.subTop h3 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	margin-top: 40px;
}

.subTop ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.subTop ul a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 34px;
	background: #f2f2f2;
	color: #666;
	font-size: 14px;
}

.subTop ul a.on {
	background: #231815;
	color: #fff;
}

.subContWrap {
	margin-bottom: 150px;
}

@media all and (max-width: 1500px) {
	.header .hdContain {
		padding: 0 50px;
	}

	.header .hdRight .gnb li {
		margin-right: 35px;
	}

	.header .hdRight .gnb a {
		font-size: 18px;
	}

	.mainRecom .mainRecomSlide {
		padding-left: calc(50% - 20px);
		padding-right: 20px;
	}

	.subTop {
		padding: 0 50px;
	}
}

@media all and (max-width: 1200px) {
	.contain {
		padding: 0 50px !important;
	}

	.header .hdContain {
		padding: 0 50px;
	}

	.header .hdContain h1 img {
		width: 130px;
	}

	.header .hdLeft .siteTg {
		margin-left: 20px;
	}

	.header .hdLeft .siteTg a {
		padding: 0 15px;
		font-size: 12px;
	}

	.header .hdRight .userMenu li:after {
		padding: 0 5px;
	}

	.header .hdRight .gnb li {
		margin-right: 30px;
	}

	.header .hdRight .gnb li a {
		font-size: 16px;
	}

	.mainVisual .swiper-slide,
	.mainVisual .swiper-wrapper {
		height: auto;
	}

	.mainVisual .mainSlContr {
		margin-left: 3%;
	}
}

@media all and (max-width: 991px) {
	.contain {
		padding: 0 40px !important;
	}

	.header .hdContain {
		padding: 0 40px;
	}

	.header .hdLeft .siteTg {
		display: none;
	}

	.header .hdRight {
		display: none;
	}

	.header .mobiTg {
		display: block;
	}

	.mainVisual {
		margin-bottom: 100px;
	}

	.mainRecom {
		margin-top: 100px;
	}

	.mainRecom .mainRecomSlide {
		padding: 0 40px;
	}

	.mainRecom .reComSlContr {
		margin-top: 50px;
	}

	.mainAll {
		margin: 100px 0;
	}

	.prodList li {
		width: calc(33.33% - 13.5px);
	}

	.footer {
		padding: 0 40px 50px;
	}

	.footer .goTop {
		right: 40px;
	}

	.mobiTgMenu {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		transition: all 0.3s;
		height: 100vh;
		background: #fff url(../img/logo.png) no-repeat bottom right;
		background-position: right 40px bottom 40px;
		z-index: 990;
		background-size: 130px;
	}

	.mobiTgMenu .tgTop {
		background: #231815;
		color: #fff;
		padding-bottom: 20px;
	}

	.mobiTgMenu .tgTop>div {
		position: relative;
		height: 100px;
	}

	.mobiTgMenu .tgTop>div .siteTg {
		display: flex;
		align-items: center;
		background: rgba(255, 255, 255, 0.2);
		height: 34px;
		border-radius: 17px;
		overflow: hidden;
		width: fit-content;
		position: absolute;
		left: 200px;
		top: 50%;
		margin-top: -17px;
	}

	.mobiTgMenu .tgTop>div .siteTg li {
		height: 100%;
	}

	.mobiTgMenu .tgTop>div .siteTg a {
		padding: 0 20px;
		display: flex;
		align-items: center;
		height: 100%;
		border-radius: 17px;
		font-size: 14px;
		font-weight: 600;
	}

	.mobiTgMenu .tgTop>div .siteTg a.on {
		background: #fff;
		color: #231815;
	}

	.mobiTgMenu .tgTop h2 {
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 40px;
		top: 0;
	}

	.mobiTgMenu .tgTop h2 img {
		width: 130px;
	}

	.mobiTgMenu .tgTop .userMenu {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 80px);
		margin: 0 auto;
		background: #fff;
		padding: 20px;
		height: auto;
	}

	.mobiTgMenu .tgTop .userMenu div a {
		margin-right: 20px;
	}

	.mobiTgMenu .tgTop .userMenu a {
		font-size: 14px;
		color: #000;
	}

	.mobiTgMenu .tgTop .tgClose {
		width: 40px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mobiTgMenu .tgGnb .level-1 {
		text-align: center;
		display: block;
		font-size: 20px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
		border-bottom: 1px solid #eee;
		padding: 0 40px;
	}

	.mobiTgMenu .tgGnb a svg {
		margin-right: -5px;
	}

	.mobiTgMenu .tgGnb .mobile-sub-item {
		display: none;
		font-size: 20px;
		font-weight: 700;
		align-items: center;
		justify-content: space-between;
		height: auto;
		border-bottom: 1px solid #eee;
		padding: 10px 40px;
	}

	.mobiTgMenu .tgGnb .mobile-sub-item li {
		padding: 10px 0;
	}

	.mobiTgMenu .tgGnb .mobile-sub-item li.active {
		background: #231815;
    	color: #fff;
	}

	.mobiTgMenu .tgGnb .level-2 {
		font-size: 17px;
		font-weight: 700;
		padding: 0 40px;
	}
}

@media all and (max-width: 767px) {
	.contain {
		padding: 0 15px !important;
	}

	.header {
		height: 60px;
	}

	.header .hdContain {
		padding: 0 15px;
	}

	.header .hdContain h1 img {
		width: 100px;
	}

	.header .mobiTg svg {
		width: 32px;
	}

	.mainVisual {
		margin-bottom: 50px;
	}

	.mainVisual .mainVisSlide {
		max-height: unset;
	}

	.mainVisual .mo {
		display: block;
		width: 100%;
	}

	.mainVisual .pc {
		display: none;
	}

	.mainVisual .mainSlContr {
		margin-left: 0;
		width: 100%;
		left: 0;
		bottom: 10px;
		justify-content: center;
	}

	.mainVisual .mainSlContr .swiper-pagination {
		width: unset;
	}

	.mainTit {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.mainBest .prodInfo h3 {
		font-size: 14px;
	}

	.mainBest .prodInfo p {
		font-size: 14px;
		margin-top: 5px;
	}

	.mainBest .prodInfo span {
		font-size: 12px;
	}

	.mainBest .swiper-pagination {
		margin-top: 20px;
	}

	.mainRecom {
		margin-top: 50px;
		padding: 50px 0;
		background-size: cover;
		background-position-x: 30%;
	}

	.mainRecom .mainRecomSlide {
		padding: 0 15px;
	}

	.mainRecom .swiper-slide {
		background: rgba(255, 255, 255, 0.95);
		height: auto;
	}

	.mainRecom .imgWrap {
		background: #f6f6f6;
	}

	.mainRecom .reComSlContr {
		margin-top: 20px;
	}

	.mainRecom .prodInfo {
		padding: 10px;
		box-sizing: border-box;
	}

	.mainRecom .prodInfo h3 {
		font-size: 14px;
	}

	.mainRecom .prodInfo p {
		font-size: 14px;
		margin-top: 5px;
	}

	.mainRecom .prodInfo span {
		font-size: 12px;
	}

	.sliding-wrapper .sliding-content p {
		font-size: 12px;
		margin-right: 20px;
	}

	.mainAll {
		margin: 50px 0;
	}

	.cateWrap {
		gap: 5px;
	}

	.cateWrap a {
		font-size: 12px;
		height: 30px;
		padding: 0 15px;
	}

	.prodList {
		gap: 15px;
	}

	.prodList li {
		width: calc(50% - 7.5px);
		margin-bottom: 15px;
	}

	.prodList .prodInfo h3 {
		font-size: 14px;
	}

	.prodList .prodInfo p {
		font-size: 14px;
		margin-top: 5px;
	}

	.prodList .prodInfo span {
		font-size: 12px;
	}

	.footer {
		padding: 0 15px 20px;
	}

	.footer .ftTop {
		height: auto;
		padding: 20px 0 15px;
		align-items: flex-start;
		flex-direction: column;
	}

	.footer .ftTop img {
		width: 100px;
	}

	.footer .ftTop .ftMenu {
		margin-top: 10px;
	}

	.footer .ftTop .ftMenu li {
		padding-right: 15px;
	}

	.footer .ftTop .ftMenu a {
		font-size: 13px;
	}

	.footer .compInfo {
		margin-top: 20px;
	}

	.footer .compInfo span {
		font-size: 12px;
	}

	.footer .copy {
		font-size: 10px;
		color: rgba(255, 255, 255, 0.3);
	}

	.footer .goTop {
		right: 15px;
		bottom: 15px;
	}

	.mobiTgMenu {
		background-position: right 15px bottom 15px;
		background-size: 100px;
	}

	.mobiTgMenu .tgTop>div {
		height: 60px;
	}

	.mobiTgMenu .tgTop>div .siteTg {
		left: 130px;
		height: 30px;
		margin-top: -15px;
		border-radius: 15px;
	}

	.mobiTgMenu .tgTop>div .siteTg li {
		height: 100%;
	}

	.mobiTgMenu .tgTop>div .siteTg a {
		font-size: 12px;
		padding: 0 12.5px;
	}

	.mobiTgMenu .tgTop h2 {
		left: 15px;
		height: 60px;
	}

	.mobiTgMenu .tgTop h2 img {
		width: 100px;
	}

	.mobiTgMenu .tgTop .tgClose {
		height: 60px;
		right: 10px;
	}

	.mobiTgMenu .tgTop .tgClose svg {
		width: 32px;
	}

	.mobiTgMenu .tgTop .userMenu {
		padding: 0;
		background: unset;
		display: block;
		width: calc(100% - 30px);
	}

	.mobiTgMenu .tgTop .userMenu div {
		display: flex;
		margin-bottom: 10px;
	}

	.mobiTgMenu .tgTop .userMenu div a {
		margin-right: 10px;
		width: calc(50% - 5px);
	}

	.mobiTgMenu .tgTop .userMenu div a:last-child {
		margin-right: 0;
	}

	.mobiTgMenu .tgTop .userMenu a {
		display: block;
		line-height: 40px;
		background: #fff;
		text-align: center;
		color: #333;
	}

	.mobiTgMenu .tgGnb a {
		padding: 0 15px;
		font-size: 16px;
		height: 50px;
	}

	.subTop {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.subTop h3 {
		font-size: 18px;
		margin-top: 10px;
	}

	.subTop ul {
		padding: 10px 0 15px;
		gap: 5px;
	}

	.subTop ul a {
		height: 30px;
		font-size: 12px;
		padding: 0 10px;
	}

	.subContWrap {
		margin-bottom: 50px;
	}

	.subContWrap .prodList {
		gap: 15px;
	}

	.subContWrap .prodList li {
		width: calc(50% - 7.5px);
		margin-bottom: 20px;
	}

	.subContWrap .pagerWrap ul {
		gap: 0;
	}

	.subContWrap .pagerWrap ul a {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
}

/* End new design */
/* pager */
.pagerWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.pagerWrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666 !important;
	width: 24px;
	height: 24px;
	font-size: 12px;
}

.pagerWrap a.on {
	background: #231815;
	color: #fff !important;
}

.pagerWrap a svg {
	width: 20px;
	height: 20px;
}

/* sub product */
.prodList li:hover .imgWrap .btns {
	bottom: 10px;
}

.prodList li .imgWrap .btns {
	position: absolute;
	left: 0;
	bottom: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: all 0.5s;
}

.prodList li .imgWrap .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(47, 46, 48, 0.8);
	color: #fff;
	margin: 0 5px;
	transition: all 0.3s;
}

.prodList li .imgWrap .btns a:hover {
	background: #231815;
}

.gnb .mobile-menu-item .btn-open-sub {
	transition: all ease-in-out .3s;
	transform: rotate(0deg);
}

.gnb .mobile-menu-item .btn-open-sub.opened {
	transform: rotate(90deg);
}

/*# sourceMappingURL=style.css.map */