/*** include css***/
/* .inner{
	max-width:1280px;
	margin:0 auto;
} */
/** header 영역 **/
/* .header_on{
	background:rgba(0, 0, 0, 0.5);
	transition: all 0.6s;
	border-bottom:none;
} */
.header{
    background-color: #fff;
    color: #000;
}
.header_on>.layout_wrapper{
	padding: 0 0 10px;
}
.header_off>.layout_wrapper{
	padding: 0 0 50px;
}

.header_on .gnb>li:last-child{
	background:#fff;
	border-radius: 3px 3px 0 0;
}
.header_on .gnb>li:last-child > a{
	color:#000;
}

.header_off {
	width: 100%;
	background: #ffffff!important;
	box-sizing: border-box;
	transition: all 0.6s;
	border-bottom: 1px solid #ddd;
}
/* .header_off .side_search{
	top:28px;
} */
.header_off .top_header_login ul.top_gnb{
	top:0;
}
.header_off .gnb>li:last-child{
	background:#008ac3;
	border-radius: 3px 3px 0 0;
}
.header_off .gnb>li:last-child > a{
	color:#fff;
	margin-bottom: 1px;
}
.header_off .gnb > li a{
	color:#000;
}
.logobox{
    display: flex;
    justify-content: space-between;
    /* padding: 0 50px; */
    box-sizing: border-box;
    align-items: center;
    padding: 1%;
    /* width: 100%;*/
}
/* .hd_logo{
	float: left;
	height: 100px;
	text-align: center;
	box-sizing: border-box;
} */
.hd_logo img{
    height: 50px;
    width: auto;
}
.hd_logo img:last-child{
    height: 50px;
    width: auto;
    margin-left: 15px;
}
.header_on .logo_c{
	display: none;
}
.header_off .hd_logo{
	position: absolute;
	top: 13px;
    left: 185px;
}
.header_off .logo_w {
	display: none;
}
.header_off .gnb_sub{
	background: #fff;
}
.top_header {
	width:100%;
	height:42px;
	background:#0d401f;
	box-sizing:border-box;
}
.top_header_title {
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:16px;
	padding-top:13px;
}
.top_header_title a{
	color:#fff;
}
.top_header_close {
	float:right;
	border:none;
	background:none;
	margin-top:-15px;
}
.top_header_close img{
	cursor:pointer;
}
.header {
	/* padding: 30px 0 0; */
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:1;
}
.top_header_login {
    font-size: 16px;
}
.top_header_login ul.top_gnb {
	    /* position: absolute; */
        top: 30px;
        right: 0px;
        z-index: 150;
        line-height: 1;
        list-style: none;
        padding-left: 0;
        display: flex;
        /* line-height: 70px; */
        align-items: center;
}

.top_header_login ul.top_gnb li {
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* .top_header_login ul.top_gnb li:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 12px;
	background: #ddd;
	margin: 0 10px;
} */

/* 이용권구매 */
.buy p {
    border: 1px solid #FF4500;
    box-sizing: border-box;
    padding: 9px 14px;
    color: #fff;
    border-radius: 12px;
    background-color: #ff4500;
    font-weight: 600;
}


.top_header_login ul.top_gnb li:nth-child(3)::after{display:none;}
.top_header_login ul.top_gnb li:nth-child(4)::after{display:none;}
.top_header_login ul.top_gnb li:last-child::after{display:none;}
.top_header_login ul.top_gnb li img {
	height: 30px;
	display: block;
	margin: auto;
}
.top_header_login ul.top_gnb li a {
	color:#000;
	font-family: 'noto-m';
	line-height: 40px;
}
.top_header_login ul.top_gnb li.cart img{
	height:22px;
}
.login_btn{
}
.main_header{
    list-style: none;
    padding-left: 0;
    width: 100%;
}

/**scroll button**/
.btn_scroll_down{
	bottom:150px;
}



/* menu_left */

.tit_snb {
	font-size:21px;
	line-height:28px;
	color:#333;
	margin-top: 32px;
	margin-bottom:10px;
}
.inner_snb {
	width:200px;
	height:auto;
	border:1px solid #dcdbde;
}
.inner_snb li {
	width:200px;
	height:52px;
	border-bottom:1px solid #dcdbde;
	box-sizing:border-box;
}
.inner_snb li:last-child{
	border-bottom: none;
}
.inner_snb li a {
	display:block;
	overflow:hidden;
	padding:20px 0 19px 19px;
	background:#ffffff url(/images/icon/icon_snb_arrow_off.png) no-repeat 174px 50%;
	background-size:6px 10px;
	font-size:15px;
	line-height:12px;
	color:#333;
	font-family: 'noto-m';
}

/*고객센터 카테고리*/
.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;
}
.gnb_main {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 8px 80px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.gnb_main .layout_wrapper {
	position:relative;
}
.gnb {
	/* float:left; */
    display: flex;
    list-style: none;
    padding-left: 0;
    width: 100%;
    justify-content: space-around;
}
.gnb > li {
	/* float:left;
	line-height:45px;
	box-sizing:border-box; */
    padding: 16px 12px;
    width: 25%;
    box-sizing: border-box;

}
.gnb > li a {
	width:240px;
	float:left;
	font-size:17px;
	font-family: 'noto-m';
	text-align: center;
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	color:#000;
	line-height:45px;
}
.txt {
	float:left;
	/*padding-top:13px;*/
}
/* .side_search {
	position: absolute;
	top: 60px;
	width: 355px;
	height: 51px;
	box-sizing: border-box;
	left: 42%;
	transform: translateX(-50%);
} */
.inp_search {
	position: absolute;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	padding: 0 45px 0 12px;
	font-size: 18px;
	color: #333;
	border: none;
	background: #f8f8f8;
	border-radius: 20px;
	border: 1px solid #ddd;
}
.inp_search::placeholder{
	color:#999;
}
.btn_search {
	position: absolute;
	right: 17px;
	top: 10px;
	width: 21px;
}
.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: 458px;
	top: 53px;
	width: 168px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ccc;
}

.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;
}
.header_tabs {
	height: 100%;
	background: #fff;
}
.header_tabs li {
	width: 166px;
	height: 45px;
	background: #fff;
	text-align: center;
	line-height: 45px;
	color: #000;
	font-size: 14px;
}
.header_tabs li:hover{
	color:#90cd67;
}
.header_tabs li a{
	color:#000 !important;
}
.header_tabs li.active{
	background:#f9f9f9;
}
.header_tabs li.active a{
	color:#90cd67 !important;
	font-family: 'noto-m';
}
.tab_container{
	margin-top:-64px;
}
/* .tab_content {
width: 514px;
} */
.container{
	/* height:390px; */
	overflow:hidden;
}
/**scroll button**/
.btn_scroll_down{
	bottom:150px;
}
/*ê³ ê°ì„¼í„° ì¹´í…Œê³ ë¦¬*/
.cs_category ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -20px;
	z-index: 10;
	width: 78px;
	padding: 3px 9px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.cs_category ul li{
	width:100%;
}
.cs_category ul a {
	display: block;
	font-size: 12px;
	color: #404040;
	line-height: 28px!important;
	white-space: nowrap;
	text-align: left;
}
.cs_category ul a:hover{
	color:#5bccd0;
	font-weight: bold;
}
.customer_center:hover .cs_category ul{
	display:block;
}
.customer_center:hover .cs_category ul li:after {
	display: none;
}

/**2ì°¨ë©”ë‰´**/
.sub_gnb{
	position: absolute;
	margin-top: 45px;
	left: -9999px;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	border:1px solid #ddd;
}
.gnb > li:hover .sub_gnb {
	left: auto;
}
.sub_gnb > li{
	position:relative;
	height:45px;
	cursor: pointer;
}
.sub_gnb > li > a{
	display: block;
	border-bottom: 1px solid rgba(232, 232, 232, 0.5);
	width: 238px;
	height: 45px;
	line-height: 45px;
	padding-left: 8px;
	padding-right:8px;
	font-size: 15px;
	font-family: 'noto-m';
	text-align:center;
	background: #fff;
	box-shadow: 3px 5px 10px -3px rgb(0 0 0 / 10%);
}
.sub_gnb > li:hover > a{
	color:#0080b4;
}
/**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;
}

 .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    /* padding: 8px 80px; */
    text-align: center;
}

.navbar__logo {
    font-size: 24px;
    color: violet;
}

.navbar__menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    width: 100%;
    justify-content: space-around;
}

.navbar__menu li {
    padding: 16px 12px;
    width: 25%;
    cursor: pointer;

}
.navbar__menu .text_box:hover > .sub_nav{
    display: block;
}

.navbar__menu >li>a{
    font-size: 18px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.navbar__menu li ul li{
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}



.navbar__menu li:hover {
    /*background-color: grey;*/
    /*border-radius: 4px;*/
}

.navbar__links {
    list-style: none;
    padding-left: 0;
    display: flex;
    line-height: 70px;
    align-items: center;

}

.navbar__links li {
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar__toggleBtn {
    display: none;
    position: absolute;
    right: 32px;
    font-size: 24px;
    top: 22px;
}


.sub_nav{
    display: none;
    margin-top: 24px;
}

.buy{
    line-height: 30px;
}
.buy p{
    border: 1px solid #FF4500;
    box-sizing: border-box;
    padding: 4px 14px;
    color: #fff;
    border-radius: 12px;
    background-color: #ff4500;
    font-size: 13px;
    font-weight: 600;
}




/**footer**/




#footer {
    background: #f3f3f3;
    padding: 0 0 20px;
    font-weight: 500;
    position: relative;
}



#footer .foot_menu {
    margin-bottom: 30px;
    font-size: 1rem;
    display: table;
    background: #f9f9f9;
    padding: 17px 0;
    width: 100%;
}


#footer .foot_menu ul {
    margin: 0 auto;
    width: 90%;
}


#footer .foot_menu ul:before {
    content: "";
    display: table;
}


#footer .foot_menu ul li {
    float: left;
}


#footer .foot_menu ul li a {
    color: #929292;
    font-weight: 300;
    font-size: 0.9rem;
}


#footer .foot_menu ul li:after {
    height: 12px;
    width: 2px;
    background: #929292;
    content: "";
    display: inline-block;
    margin: 0 15px;
}
#footer .foot_menu ul li:last-child:after{display:none;}
#footer .foot_menu ul li:nth-child(2) a {color:#e64800;}
.footer_address{
    color: #929292;
    line-height: 22px;
}
.copyright{
    font-size: 10px;
}

.footer01{
    padding: 20px 0;
}

.f_map ul li:last-child:after{display: none;}
.footer_top{
    background: #44469D;
    position: absolute;
    bottom: 74px;
    right: 88px;
    width: 64px;
    height: 63px;
    border-radius: 47%;
    text-align: center;
    cursor: pointer;
    line-height: 63px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer_top img{
    transform:rotate(-90deg);
    margin:20px auto;
}
.f_inner{
    color:#56504b;
    text-align: right;
}
.footer_bottom{
    border-top:1px solid #e8e8e8;
}
.miniBtn{
    border: 1px solid #666;
    padding: 6px 10px;
}





/* 
#footer_wrap{
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #121212;
}
.f_map ul{
	padding: 15px 0;
}
.f_map ul li:nth-child(1):after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    background: #666;
    margin: 0 12px 0 15px;
}
.f_top{
	padding:15px 0;
}
.f_cont{
	width:20%;
	float:left;
	padding: 20px 8px;
	font-size:15px;
	letter-spacing: -0.05em;
	color: #aaa !important;
	BOX-SIZING: BORDER-BOX;
}
.f_cont h2{
	color:#fff;
	font-size:21px;
	font-family: 'Gelasio', serif;
	transform: skew(-0.1deg);
	padding-bottom:20px;
}
.f_cont p{
	padding-bottom:12px;
}
.cs_info{
	margin-top:10px;
}
.category p{
	cursor: pointer;
}

.qmenu_bnwarp{
	border:1px solid #ddd;
	border-top:2px solid #008ac3;
	background:#fff;
	text-align:center;
	width:78px;
}
.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:hover a{
	color:#008ac3;
}
.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;
}
.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;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;​
}
.view_prprice{
	width:61px;
	margin:auto;
	color:#008ac3;
	font-size:11px;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.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 {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}
.pageing li:hover {
	background:#fff;
	color:#042b12;
	transition:all 0.5s;
}
.pageing li.active {
	background:#fff;
	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;text-align: center;padding-top: 20px;}
.paging li {display: inline-block; zoom: 1; display: inline;}

.paging li {display: inline-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;}