@charset "utf-8";
@media (max-width: 992px) {
	html {
		/*font-size: 6px;*/
		/*font-size: 37.5%;*/
		font-size: 8px;
		font-size: 50%;
	}
}
.xe_content {
	color: #333 !important;
	font-size: 14px;
	/*line-height: 1.5 !important;*/
	font-family: inherit !important;
}

/* common */
@font-face {
	font-family: 'NanumSquareRound';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.ff-sub {
	font-family: 'NanumSquareRound';
}

/* header */

.index  .header_wrap {
	border-bottom: 0;
	box-shadow: none;
}
.bh .bh_search > form {
	padding-top: 8px;
}
.bh .bh_search>form button[type="submit"] {
	border-radius: 0;
}
.bh .bh_search > form input[type="text"]:focus ~ button[type="submit"] {
	background-color: #ee3123;
}

/*slide*/
@media (max-width: 992px) {
	.index .bh_row.ai-c.h-100 {
		text-align: left !important;
	}

	.index .col-12 {
		text-align: left !important;
		margin-top: -270px;
	}

	.index span.slider_content_text_1.ts-1.animated.fadeInDown.delay-1s {
		text-align: left !important;
	}

	.index span.slider_content_text_2.ts-1.animated.fadeInUp.delay-2s {
		text-align: left !important;
	}

	.index  .slider_content_btn_wrap.ts-1.animated.fadeInUp.delay-3s {
		text-align: left !important;
	}
}
/* section1 */
.section1 .bh_gall_shop_1 .bh_widget_content .bh_img_content {
	border-radius: 50%;
}
.section1 .bh_gall_shop_1 .bh_widget_content .bh_content_wrap {
	text-align: center;
}

/* section2 */
/* bh_img_grid_box2 */
.bh_img_grid_box2 .bh_grid_item {
	position: relative;
	overflow: hidden;
}
.bh_img_grid_box2 .bh_grid_item::before, .bh_img_grid_box2 .bh_grid_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.39);
	border-radius: 0px;
	z-index: 1;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bh_img_grid_box2 .bh_grid_item::before {
	top: 0px;
	left: 0px;
}
.bh_img_grid_box2 .bh_grid_item:hover::before, .bh_img_grid_box2 .bh_grid_item:hover::after {
	top: -10px;
	left: -10px;
	border-radius: 0;
}
.bh_img_grid_box2 .bh_grid_item:hover::before {
	top: 10px;
	left: 10px;
}
.bh_img_grid_box2 .bh_grid_item > .bh_img_content {
	position: relative;
	display: block;
	height: 100%;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	transition: opacity .5s ease,transform 1s cubic-bezier(0,0,.44,1.18),-webkit-transform 1s cubic-bezier(0,0,.44,1.18);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.bh_img_grid_box2 .bh_grid_item:hover > .bh_img_content {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bh_img_grid_box2 .bh_grid_item > .bh_img_content::after {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	display: block;
	content: "";
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bh_img_grid_box2 .bh_grid_item:hover > .bh_img_content::after {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.bh_img_grid_box2 .bh_grid_item > .bh_img_content img {
	width: 100%;
}

.bh_img_grid_box2 .bh_grid_item > .bh_content_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* height: 100%; */
	padding: 20px;
	z-index: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bh_img_grid_box2 .bh_grid_item > .bh_content_wrap .bh_title {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
	text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.8);
	margin-right: -7px;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bh_img_grid_box2 .bh_grid_item:hover > .bh_content_wrap .bh_title {
	color: #fff;
}
.bh_img_grid_box2 .bh_grid_item > .bh_content_wrap .bh_title > a {
	color: #fff;
}
.bh_img_grid_box2 .bh_grid_item > .bh_content_wrap .bh_title > a > img {
	position: absolute;
	top: -10px;
}
.bh_img_grid_box2 .bh_grid_item > .bh_content_wrap .bh_sub {
	display: block;
	clear: both;
	font-size: 24px;
}
.bh_img_grid_box2 .bh_grid_item > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
.bh_img_grid_box2 .bh_grid_item.item3 {
	margin-bottom: 30px;
}
.bh_img_grid_box2 .bh_grid_item.item2 > .bh_img_content,
.bh_img_grid_box2 .bh_grid_item.item3 > .bh_img_content,
.bh_img_grid_box2 .bh_grid_item.item4 > .bh_img_content,
.bh_img_grid_box2 .bh_grid_item.item5 > .bh_img_content {
	min-height: 145px;
}
@media (max-width: 768px) {
	.bh_img_grid_box2 .bh_grid_item > .bh_img_content {
		min-height: 145px;
	}
}
.bh_list_2.style2 .tab_top .bh_widget_tab,
.bh_list_2.style2 .bh_widget_content {
	background-color: transparent!important;
}

/* section3 */

/* section4 */
.bh .section4 {
	max-width: 1170px;
	border-radius: 10px;
	margin: 0 auto;
}

/* section5 */

/* section6 */
.index .owl-nav {display: none !important;}
.index .owl-dots {display: none !important;}

/* section7 */

/* section8 */

/* section9 */

/* section10 */



/*�Խ���*/

.gallery_wrap .label_wrap {
    position: absolute;
    top: 10px;
    left: 25px;
}












/* sub */

.content_header_shop #bh_big_img {position:relative;}
.sale_img {position: absolute; bottom: 20px; right: 21px;}

@media (max-width: 992px) {
.sale_img {position: absolute; bottom: 15px; right: 15px;}
.sale_img img {width:45px !important; }
}



/* footer */

/* slider */
.bh .slider_wrap {
	padding: 0 80px;
}
.slider_wrap, .owl-carousel.owl-default {
	border-radius: 20px;
	overflow: hidden;
}
.owl-default .item .slider_content_wrap span.slider_content_text_1 {
	color: #222;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 800;
	font-family: 'NanumSquareRound';
	text-shadow: none;
}
.owl-default .item .slider_content_wrap span.slider_content_text_1 img {
	display: block;
}
.owl-default .item .slider_content_wrap span.slider_content_text_2 {
	color: #555;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: 'NanumSquareRound';
	text-shadow: none;
}
.owl-default .owl-dots .owl-dot span {
	border-radius: 50%;
}
@media (max-width: 992px) {
	.bh .slider_wrap {
		padding: 0;
	}
	.slider_wrap, .owl-carousel.owl-default {
		border-radius: 0;
	}
	.owl-default .item .slider_content_wrap span.slider_content_text_1 {
		font-size: 34px;
	}
	.owl-default .item .slider_content_wrap span.slider_content_text_1 img {
		display: none;
	}
	.owl-default .item .slider_content_wrap span.slider_content_text_2 {
		font-size: 26px;
	}

.owl-default .item .slider_content_wrap span.slider_content_text_1 {text-align:left !important;}
.owl-default .item .slider_content_wrap span.slider_content_text_2 {text-align:left !important;}
}

/*----------모바일 메인-----------*/
#section1 .mm_go_box01 .bh_row {margin-right:0 !important; margin-left:0 !important;}
.mm_go_box01 {margin-top:20px;}
.mm_go_box01 article {background-color:#e2e2e2; padding:50px 32px 40px 32px; border-radius:10px; margin-bottom:15px;}
.mm_go_box01 article:hover {box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.25);}
.mm_go_box01 .col-6:nth-child(1), .mm_go_box01 .col-6:nth-child(3) {padding-right:7.5px !important;}
.mm_go_box01 .col-6:nth-child(2), .mm_go_box01 .col-6:nth-child(4) {padding-left:7.5px !important;}

#section1 .mm_go_box02 {padding:0 15px !important;}
#section1 .mm_go_box02 .bh_row {margin-right:0 !important; margin-left:0 !important; padding: 20px 15px;}
.mm_go_box02 .mm_nav01 {background-color:#dcefff; border-radius: 10px; position:relative;}
.mm_go_box02 .mm_nav02 {background-color:#cddbfe; border-radius: 10px; position:relative;}
.mm_go_box02 .mm_nav03 {background-color:#a8c4e5; border-radius: 10px; position:relative;}
.mm_go_box02 .mm_nav01:hover {box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.25);}
.mm_go_box02 .mm_nav01:hover p {font-weight:bold;}
.mm_go_box02 .mm_nav02:hover {box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.25);}
.mm_go_box02 .mm_nav02:hover p {font-weight:bold;}
.mm_go_box02 .mm_nav03:hover {box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.25);}
.mm_go_box02 .mm_nav03:hover p {font-weight:bold;}
.mm_go_box02 .mm_nav01 .col-6:nth-child(2) p {position:absolute; top:40%; left:50%; transform:translateY(-50%); transform:translateX(-50%); width:100%;}
.mm_go_box02 .mm_nav02 .col-6:nth-child(2) p {position:absolute; top:40%; left:50%; transform:translateY(-50%); transform:translateX(-50%); width:100%;}
.mm_go_box02 .mm_nav03 .col-6:nth-child(2) p {position:absolute; top:40%; left:50%; transform:translateY(-50%); transform:translateX(-50%); width:100%;s}


@media (max-width:425px) {
.mm_go_box01 article {padding:50px 25px 40px 25px;}
.mm_go_box02 .fs-18 {font-size:1.6rem !important;}
}
