/*** include css***/
.header{box-shadow:0 1px 8px rgb(144 144 144 / 10%);}
.inner{
	max-width:1280px;
	margin:0 auto;
}
.layout_wrapper{
	max-width:1280px;
	margin:0 auto;
	padding-top:100px;
}
.layout_wrapper:after{
	content:'';
	display:block;
	clear:both;
}
/** header 영역 **/
.header_notice{
	background:#000;
	color:#fff;
	font-size:14px;
	height:30px;
	text-align:center;
}
.header_notice p{line-height:30px;}
.header_wrap{
	padding:25px 0;
}
.logo{cursor:pointer;}
.gnb{margin-left:100px;}
.gnb li{
	float:left;
	margin-right:60px;
	line-height:58px;
	color:#777;
	font-size:16px;
	cursor:pointer;
}
.gnb li:hover{
	color:#121212;
}
.gnb li.on{
	font-weight:bold;
	color:#333;
}
.gnb2{
	display:none;
	height:60px;
	background:#f9f9f9;
	width:100%;
	font-size:16px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.gnb2 dt{
	float:left;
	width:200px;
	border-right:1px solid #eee;	
	line-height:60px;
	text-align:center;
	font-weight:bold;
}
.gnb2 dd{
	float:left;
	line-height:60px;
	margin:0 30px;
}
.gnb2 dd span{
	display:inline-block;
	padding:0 15px;
	cursor:pointer;
}
.gnb2 dd span:hover{color:#aaa;}
.util{}
.util li{
	float:left;
	margin-left:20px;
	font-size:14px;
	color:#777;
	line-height:58px;
}



/**scroll button**/
.btn_scroll_down{
	bottom:150px;
}


/*고객센터 카테고리*/
.cs_category ul {
	display: none;
    position: absolute;
    top: 34px;
    left: -21px;
    z-index: 10;
    width: 78px;
    padding: 3px 9px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.cs_category ul li{
	width:100%;
}
.cs_category ul li a{
    display: block;
    font-size: 12px;
    color: #404040 !important;
    line-height: 24px !important;
    white-space: nowrap;
	text-align:left;
}
.cs_category ul li a:hover{
	color:#d6000f;
	font-weight: bold;
}
.top_header_login ul li:hover .cs_category ul{
	display:block;
}


/**2차메뉴**/
.sub_gnb{
	display: none;
    z-index: 100;
	position:absolute;
	top:56px;
}
.sub_gnb > li{
	position:relative;
	height:40px;
}
.sub_gnb > li > a{
	display: block;
    border-bottom: 1px solid rgba(232, 232, 232, 0.15);
    width: 158px;
    height: 40px;
	line-height: 40px;
    padding-left: 8px;
	padding-right:8px;
    font-size: 15px;
    font-family: 'noto-m';
    background: rgba(255,255,255,0.7);
    box-shadow: 3px 5px 10px -3px rgb(0 0 0 / 10%);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_gnb > li:hover > a{
	color:#41BBD0;
}

/****/
.all_category {
	float:left!important;
	padding:0!important;
}
.menu_red{
	color:#41BBD0!important;
}
.all_category a {
    width: 155px!important;
    color: #ffffff!important;
    padding: 0!important;
    background: #32cdd3!important;
}
.all_category a:hover {
	border-bottom:none!important;
}
.all_category img {
	float:left;
	width:16px;
	height:14px;
	margin:16px 10px 0 0
}
.txt {
	float:left;
	/*padding-top:13px;*/
}
.side_search {
    position: absolute;
    top: 93px;
    width: 334px;
    height: 28px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}
.inp_search {
    position: absolute;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 0 24px 0 9px;
    font-size: 18px;
    color: #333;
    border: none;
    border-bottom: 3px solid #32cdd3;
}
.inp_search::placeholder{
	color:#999;
}
.btn_search {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 22px;
}
.cart_count {
	position:absolute;
	top:16px;
	right:0;
}
.inner_cartcount {
	text-align:center;
	font-weight:bold;
}
.cart_count img {
	display:block;
	width:25px;
	height:22px;
	margin:0 auto;
}
.realtime_cartcount {
	position:absolute;
	right:11px;
	top:-6px;
	height:17px;
	padding:0 5px;
	border:1px solid #ffffff;
	border-radius:8px;
	font-size:9px;
	color:#fff;
	line-height:18px;
	text-align:center;
	white-space:nowrap;
	background:#2c6d42;
}

/**gnb_sub(전체카테고리) 영역 **/
.gnb_sub {
    z-index: 10;
	display:none;
	position:absolute;
	left:0;
	top:44px;
	width:100%;
	background:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:24px 24px 22px;
	border:1px solid #0d401f;
}
.gnb_sub ul{
	margin-bottom:12px;
}
.gnb_sub .menu{
	float:left;
	position:relative;
	width:10%;
	text-align:center;
}
.gnb_sub .menu:nth-child(8n){
	margin-right:0 !important;
}
.gnb_sub .menu>a{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
    padding-top: 67px;
    box-sizing: border-box;
}
.category_menu_animal_off {
	position:absolute;
	top:0;
	left:0;
}
.category_menu_animal_on {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.category_menu_animal_off img,
.category_menu_animal_on img{
	width:85%;
	margin:auto;
}
.category_menu_name {
	width:100%;
	text-align:center;
	box-sizing:border-box;
	padding-top:0;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color:#666;
}
.gnb_sub .menu:hover .category_menu_animal_on{
	opacity:1;
	transition:all 0.3s;
}
.gnb_sub .menu:hover .category_menu_name{
	color:#222;
	transition:all 0.3s;
}
.gnb_sub .s_menu{
	padding:4px 0;
}
.gnb_sub .s_menu>a{
	display:block;
	line-height:14px;

}
.gnb_sub .s_menu>a:hover {
	font-weight:bold;
	opacity:all 0.3s;
}
.rcomd_list{
	padding-top:16px;
}
.rcomd_list li{
	float:left;
	overflow: hidden;
    width: 116px;
    cursor: pointer;
	margin-right:10px;
}
.rcomd_list li:nth-child(8n){
	margin-right:0;
}
.rcomd_list li .thumb{
	height: 88px;
}
.rcomd_list li .thumb img{
	width:100%;
	height: 88px;
}
.rcomd_list li .name{
	padding-top: 8px;
    display:block;
	font-size:14px;
    line-height: 18px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/**tyf 뉴스영역**/
.tyf_news {
	width:100%;
	height:40px;
	font-size:12px;
	line-height:12px;
	color:#222;
	border-bottom: 1px solid #dadada;
	box-sizing:border-box;
}
.news_title,
.news_list {
	float:left;
}
.news_title {
	margin-top: 7px;
    margin-right: 30px;
    font-weight: bold;
    background: #0d401f;
    color: white;
    padding: 8px 10px 5px;
    font-size: 15px;
}
.news_list {
	margin-top:10px;
	cursor:pointer;
}
.news_more {
	float:right;
	margin-top:15px;
}
.news_event_box {
	padding:5px 10px 4px;
	background:#2a6f42;
	color:#ffffff;
	display:inline-block;
	margin-right:20px;
}

/**footer**/
#footer_wrap{
	background:#f3f3f3;
}
.footer_inner{
	color:#777;
	font-size:14px;
}
.ft_top{
	padding:25px 0 20px;
}
.ft_top>li{
	float:left;
	width:25%;
	height:127px;
	border-left:1px solid #bbb;
	padding-left:20px;
	box-sizing:border-box;
}
.ft_top>li:first-child{
	border:none;
	padding:0;
}
.ft_top h3{padding-bottom:15px;}
.ft_top h2{padding-bottom:15px;}
.sns_info a{
	margin-right:10px;
	margin-top:20px;
}
.community_sub li{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	border:1px solid #bbb;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.community_sub a{display:block;}
.ft_middle{padding:15px 0;}
.ft_middle li{
	float:left;
}
.ft_middle li::after{
	content:"";
	display:inline-block;
	width:1px;
	height:8px;
	margin:0 10px;
}
.ft_middle li:last-child::after{display:none;}
.ft_infoWrap{}
.ft_info{padding:30px 0;}
.ft_logo{padding:50px 0;}



/*퀵메뉴 세거*/
.qmenu_bnwarp{
	border: 1px solid #eee;
    background: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.qmenu_bnwarp li{
	font-size:12px;
	padding:8px 0;
	border-top:1px solid #ddd;
}
.qmenu_bnwarp li:first-child{
	border-top:0;
}
.qmenu_bnwarp li a{
	display:block;
	color:#434343;
	cursor:pointer;
	font-weight:bold;
}
.qmenu_bnwarp li.topbtn a{
	font-weight:bold;
	font-size:12px;
}
.qmenu_bnwarp li.topbtn img{
	display:block;
	width:18px;
	margin:0 auto 4px;
	text-align:cneter;
}
.kakao {
	width:79px;
	overflow:hidden;
	padding:0!important;
	padding-bottom:8px!important;
}
.kakao img {
	width:100%;
	margin-bottom:8px;
}


/*퀵메뉴 최근본상품,최근구매상품 영역 */
.view_box{
	margin-top: 14px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    font-size: 13px;
    width: 78px;
    position: fixed;
    right: 0;
    top: 35%;
}
.view_box2{
	padding:12px 0;
}
.view_box .tit{
	font-size:11.5px;
	letter-spacing:-1.2px;
	color:#434343;
	font-weight:bold;
}
.view_imgbox{
	width:61px;
	height:61px;
	margin:auto;
	position:relative;
}
.view_imgbox img{
	width:61px;
	height:61px;
	display:block;
	margin:8px auto 0;
}
.view_prinfo{
	width:61px;
	margin:auto;
	padding-top:8px;
	font-size:12px;
	text-align:left;
	line-height:1.36em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	white-space:normal;
	height:2.7em;
	word-wrap: break-word;
	display: -webkit-box;
	text-align:center;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;​
}
.view_prprice{
	width:61px;
	margin:auto;
	font-size:11px;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}
.view_prprice2{
	width:61px;
	margin:auto;
	color:#2d6e44;
	font-size:11px;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.view_arr_btn{
	cursor:pointer;
}
.view_prev{
	border-bottom:1px solid #ddd;
	margin-bottom:10px
}
.view_arr_btn img{
	height:14px;
}
.view_next{
	border-top:1px solid #ddd;
	margin-top:10px
}
.view_arr_btn2{
	position:absolute;top:50%;left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50% -50%);
	z-index:10;
}
.view_arr_btn2.prev{
	margin-left:-36px;
	margin-top:-16px;
}
.view_arr_btn2.next{
	margin-left:36px;
	margin-top:-16px;
}
.view_arr_btn2 img{
	height:14px;
	width:auto;
	cursor:pointer;
}
.twitter_board {
	width:81px;
	height:81px;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin-top:14px;
}
.twitter_board img {
	width:100%;
}

/** 페이징 커스텀 **/
.layout_pagination {
	width:100%;
	height: 34px;
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
}
.layout_pagination_first_page {
	background-image: url(/images/icon/icon_pagination_first.png);
}
.layout_pagination_prev_page {
	background-image: url(/images/icon/icon_pagination_prev.png);
}
.layout_pagination_next_page {
	background-image: url(/images/icon/icon_pagination_next.png);
}
.layout_pagination_last_page {
	background-image: url(/images/icon/icon_pagination_last.png);
}
.layout_pagination_first_page,
.layout_pagination_prev_page,
.layout_pagination_next_page,
.layout_pagination_last_page {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.layout_pagination_button {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: top;
	box-sizing: border-box;
}
.pageing_wrap{
    width: 100%;
    text-align: center;
}
.pageing {
    display: inline-block;
	height:34px;
    margin: 0 auto;
	border:1px solid #ddd;
}
.pageing li {
    width: 34px;
    height: 34px;
    border-right: 1px solid #ddd;
	box-sizing:border-box;
    float: left;
	text-align:center;
	line-height:34px;
	font-size:14px;
	color:#737373;
	font-weight:600;
}
.pageing li:nth-last-child(1) {
	border-right:none;
}
.pageing li a {
    box-sizing: border-box;
	cursor:pointer;
	display:block;
}
.pageing li:hover {
	background:#dfdfe1;
	color:#042b12;
	transition:all 0.5s;
}
.pageing li.active {
	background:#dfdfe1;
	color:#042b12;
	transition:all 0.5s;
}
.pageing a:first-child{font-weight:bold}
.pageing a:last-child{font-weight:bold}



===========/*
.layout_pagination {
	width:100%;
	margin-top:60px;
	text-align:center;
}

.layout_pagination a {
    cursor: pointer;
}
.layout_pagination a,
.layout_pagination strong {
    font-weight: bold;
    font-size: 12px;
}
.layout_pagination_first-page:first-child {
    border-left: 1px solid #ddd;
}


.layout_pagination_first_page {
	background-image: url(/images/icon/icon_pagination_first.png);
}
.layout_pagination_prev_page {
	background-image: url(/images/icon/icon_pagination_prev.png);
}
.layout_pagination_next_page {
	background-image: url(/images/icon/icon_pagination_next.png);
}
.layout_pagination_last_page {
	background-image: url(/images/icon/icon_pagination_last.png);
}

.layout_pagination_first_page,
.layout_pagination_prev_page,
.layout_pagination_next_page,
.layout_pagination_last_page {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.layout_pagination_button {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: top;
	box-sizing: border-box;
}

*/
/*
.page_aticle .layout-pagination-first-page:first-child {
    border-left: 1px solid #ddd;
}
.page_aticle .layout-pagination-button:first-child {
    border-left: 0 none;
}
.page_aticle .layout-pagination a {
    cursor: pointer;
}
.page_aticle .layout-pagination a, .page_aticle .layout-pagination strong {
    font-weight: 700;
    font-size: 12px;
}
.layout-pagination-button:first-child {
    border-left: 1px solid #ddd;
}

.layout-pagination-first-page {
    background-image: url(/images/icon/icon_pagination_first.png);
}
.layout-pagination-prev-page {
    background-image: url(/images/icon/icon_pagination_prev.png);
}
.layout-pagination-next-page {
    background-image: url(/images/icon/icon_pagination_next.png);
}
.layout-pagination-last-page {
    background-image: url(/images/icon/icon_pagination_last.png);
}
.layout-pagination-first-page, .layout-pagination-prev-page, .layout-pagination-next-page, .layout-pagination-last-page {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.layout-pagination-button {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.page_aticle .layout-pagination a, .page_aticle .layout-pagination strong {
    font-weight: 700;
    font-size: 12px;
}
.layout-pagination-number:hover, .layout-pagination-number.__active {
    background-color: #dfdfe1;
    color: #0d401f;
}

*/

/*페이징*/
.paging {overflow: hidden; text-align: center;  margin-top: 20px; margin-bottom: 20px; font-weight: bold; color: #767676; display: table; margin-left: auto; margin-right: auto; }
.paging ul {overflow: hidden;}
.paging li {display: inline-block; zoom: 1; display: inline; float: left;}

.paging li {display: block; width: 24px; height: 20px; margin: 0 2px; overflow: hidden; color: #767676; font-size: 12px; padding-top: 4px;}/*border: 1px solid #ebebeb; */
.paging li.current {color:#000;}/*background:#EDA490; color: #fff;*/
.paging li a{color:#9C9C9C;}