@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');



*,body,th,td,input,select,textarea,button {font-family: 'Pretendard', -apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,sans-serif;}
body {color: #111;}

/*input - start*/
input::placeholder,
textarea::placeholder {color: #999;}


/* SELECT BOX */
.inp_sel .select_40 {background: url('../img/icon_arrow_down_16.svg') no-repeat right 12px center;min-width: 110px; height: 40px; border-radius: 5px; border: 1px solid #EEE; padding: 0 33px 0 12px; color: #111; font-size: 14px; font-weight: 400; line-height: 38px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.inp_sel .select_41 {background: url('../img/icon_arrow_down_16.svg') no-repeat right 12px center;min-width: 110px; height: 41px; border-radius: 5px; border: 1px solid #EEE; padding: 0 33px 0 12px; color: #111; font-size: 14px; font-weight: 400; line-height: 39px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.inp_sel .select_48 {background: url('../img/icon_arrow_down_16.svg') no-repeat right 12px center;min-width: 110px; height: 48px; border-radius: 5px; border: 1px solid #EEE; padding: 0 40px 0 20px; color: #111; font-size: 16px; font-weight: 400; line-height: 46px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

/*input - end*/

.wg_banner {font-size: 0;}
.wg_banner img {width: 100%;}

.wg_btn_black_40 {background: #111; border: 1px solid #111; color: #FFF; width: 100%; height: 40px; display: inline-block; text-align: center; padding: 0; border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 38px; box-sizing: border-box;}
.wg_btn_black_48 {background: #111; border: 1px solid #111; color: #FFF; width: 100%; height: 48px; display: inline-block; text-align: center; padding: 0; border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 46px; box-sizing: border-box;}


/* page */
.pagination {padding: 40px 0 0 0; text-align: center;}
.pagination ul {max-width: 320px; margin: auto;}
.pagination li {margin: 0 9.3px; display: inline-block; vertical-align: middle; text-align: center;}
.pagination li span {display: inline-block;}
.pagination li a {width: 24px; height: 24px; color: #111; font-size: 14px; font-weight: 400; line-height: 24px; display: inline-block;}
.pagination li.on span {border-radius: 4px; background: #EEE; width: 24px; height: 24px; color: #111; font-size: 14px; font-weight: 400; line-height: 24px; border: 0; box-sizing: border-box;}

.pagination .btn_page_prev {background: url('../img/icon_arrow_left_20_gray.svg') no-repeat center center; border: 0; padding: 0 !important; margin: 0 9.4px 0 0;}
.pagination .btn_page_prev a {font-size: 0;}
.pagination .btn_page_prev a img {display: none;}
.pagination .btn_page_first {display: none; background: url('../img/icon_arrow_20_gray_first.svg') no-repeat center center; border: 0; padding: 0 !important; margin: 0 9.4px;}
.pagination .btn_page_first a {font-size: 0;}
.pagination .btn_page_first a img {display: none;}

.pagination .btn_page_next {background: url('../img/icon_arrow_right_20_gray.svg') no-repeat center center; border: 0; padding: 0 !important; margin: 0 0 0 9.4px;}
.pagination .btn_page_next a {font-size: 0;}
.pagination .btn_page_next a img {display: none;}
.pagination .btn_page_last {display: none; background: url('../img/icon_arrow_20_gray_last.svg') no-repeat center center; border: 0; padding: 0 !important; margin: 0 9.4px;}
.pagination .btn_page_last a {font-size: 0;}
.pagination .btn_page_last a img {display: none;}
/* page */


/* header - start */
#header_wrap .header_top_banner {
	text-align: Center;
	background: #111;
	font-size: 0;
    position: relative;
    top: 0;
	margin: 0;
}
#header_wrap .header_top_banner img {
	width: 100%;
	max-width: 360px;
}
#header_wrap .header_sub_top {
	height: 50px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #EEE;
	position: relative;
}
#header_wrap .header_sub_top .all_page_prev {
	width: 50px;
    height: 50px;
    background: url('../img/icon_close_24.svg') no-repeat center center;
    border: 0;
    font-size: 0;
    top: 0;
    right: 7px;
	padding: 0;
	position: absolute;
}

#header_wrap header > * {
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#header_wrap header .header_box {
	border-bottom: 1px solid #eee;
	/*padding: 0 20px;*/
	position: relative;
}
#header_wrap header .header_box .h_logo {
	width: 58.5px;
	margin: 0;
	padding: 16px 0 16px 20px;
}
#header_wrap header .header_box .h_logo.white {
	display: none;
}
#header_wrap header .header_box .right_menu {
	top: 0;
	right: 14px;
}
#header_wrap header .header_box .top_search {
	padding: 13px 6px;
}
#header_wrap header .header_box .top_search span {
	background: url('../img/icon_search_24.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}
#header_wrap header .header_box .cart {
	padding: 13px 6px;
}
#header_wrap header .header_box .cart span {
	background: url('../img/icon_cart_16.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}
#header_wrap header .header_box .cart_count {
	display: inline-block;
	min-width: 14px;
	height: 14px;
	background: #F47D1C;
	color: #FFF;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	line-height: 14px;
	border: 0;
	padding: 0 2px;
    top: 14px;
    right: 0;
    box-sizing: border-box;
}
#header_wrap header .header_box .side_menu {
	padding: 13px 6px;
	background: none;
	border: 0;
}
#header_wrap header .header_box .side_menu span {
	background: url('../img/icon_menu_24.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}

#header_wrap.white_icon,
#header_wrap.white_icon2 {
	padding-top: 0 !important;
}
#header_wrap.white_icon header,
#header_wrap.white_icon2 header {
	background: none;
	position: fixed;
	top: 0;
	left: 0;
}
#header_wrap.white_icon .header_box,
#header_wrap.white_icon2 .header_box {
	border: 0;
}

#header_wrap.white_icon2 header.h_on {
	background: #fff;
}
#header_wrap.white_icon2 header.h_on .header_box {
    border-bottom: 1px solid #eee;
}

#header_wrap.white_icon header .header_box .top_search span,
#header_wrap.white_icon2 header:not(.h_on) .header_box .top_search span {
	background: url('../img/icon_search_24_white.svg') no-repeat center center;
}
#header_wrap.white_icon header .header_box .cart span,
#header_wrap.white_icon2 header:not(.h_on) .header_box .cart span {
	background: url('../img/icon_cart_16_white.svg') no-repeat center center;
}
#header_wrap.white_icon header .header_box .side_menu span,
#header_wrap.white_icon2 header:not(.h_on) .header_box .side_menu span {
	background: url('../img/icon_menu_24_white.svg') no-repeat center center;
}
#header_wrap.white_icon2 header .header_box .h_logo:not(.white) {display: block;}
#header_wrap.white_icon2 header .header_box .h_logo.white {display: none;}

#header_wrap.white_icon2 header:not(.h_on) .header_box .h_logo:not(.white) {display: none;}
#header_wrap.white_icon2 header:not(.h_on) .header_box .h_logo.white {display: block;}

#header_wrap .header_box .sub_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
	border: 0;
	height: 50px;
	border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
#header_wrap .header_box .sub_top h2 {
	padding: 0;
	color: #111;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 49px;
}
#header_wrap .header_box .sub_top .sub_top_left {
	left: 7px;
	top: 0;
    font-size: 0;
}
#header_wrap .header_box .sub_top .sub_top_left .all_page_prev {
	background: url('../img/icon_arrow_left_24.svg') no-repeat center center;
    padding: 0;
    width: 50px;
    height: 50px;
}

#wrap nav .nav_bg_box .nav_box {
	width: 100%;
}
#wrap nav .left_close {
	background: url('../img/icon_close_24.svg') no-repeat center center;
	left: auto;
    width: 50px;
    height: 50px;
    top: 0;
    right: 7px;
}
#wrap nav .nav_banner {
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
}
#wrap nav .nav_banner .nav_login {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	padding: 13px 20px;
	box-sizing: border-box;
}
#wrap nav .nav_banner .nav_login ul li {
	background: none;
	padding: 0;
	vertical-align: middle;
	margin-right: 8px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
#wrap nav .nav_banner .nav_login ul li a {
	font-size: 0;
}
#wrap nav .nav_banner .nav_login ul li:last-child {
	margin-right: 0;
}
#wrap nav .nav_banner .nav_login ul li strong {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
}
#wrap nav .nav_tabmenu_box {
	padding: 0;
}
#wrap nav .nav_tabmenu_box .nav_tabmenu_swiper {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
#wrap nav .nav_tabmenu_box .nav_tabmenu {
	background: none;
	border: 0;
    display: flex;
}
#wrap nav .nav_tabmenu_box .nav_tabmenu li {
	background: none;
	padding: 0;
	margin: 0 24px 0 0;
    display: inline-block;
    width: auto;
    text-align: left;
}
#wrap nav .nav_tabmenu_box .nav_tabmenu li span,
#wrap nav .nav_tabmenu_box .nav_tabmenu li a {
	padding: 0;
	background: none;
	margin: 0;
	color: #999;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
}
#wrap nav .nav_tabmenu_box .nav_tabmenu li.on span,
#wrap nav .nav_tabmenu_box .nav_tabmenu li.on a {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
}
#wrap nav .nav_tabmenu_box .category_side {
	width: auto;
    padding: 0 20px 120px 20px;
}
#wrap nav .nav_tabmenu_box .category_side > li {
	padding: 0;
	border-bottom: 1px solid #EEE;
}
#wrap nav .nav_tabmenu_box .category_side > li > a {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	padding: 16.5px 0;
}
#wrap nav .nav_tabmenu_box .category_side > li ul {
	border-top: 1px solid #EEE;
}
#wrap nav .nav_tabmenu_box .category_side > li > ul {
	font-size: 0;
    padding: 10px 0;
}
#wrap nav .nav_tabmenu_box .category_side > li > ul > li {
    display: inline-block;
    min-width: 50%;
    padding: 0;
}
#wrap nav .nav_tabmenu_box .category_side > li > ul > li a {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	padding: 10px 10px 10px 0;
}
#wrap nav .nav_tabmenu_box .category_side > li > ul > li .icon_plus {
	display: none;
}
#wrap nav .nav_tabmenu_box .category_side li a span.icon_plus {
	background: url('../img/icon_arrow_down_20.svg') no-repeat center center;
	width: 20px;
	height: 20px;
    margin: 0;
    transform: translateY(-50%);
}
#wrap nav .nav_tabmenu_box .category_side li a.on span.icon_plus {
	background: url('../img/icon_arrow_up_20.svg') no-repeat center center;
	width: 20px;
	height: 20px;
    margin: 0;
    transform: translateY(-50%);
}
#wrap nav .nav_bottom_qa {
	display: inline-block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #F8F8F8;
    position: absolute;
	bottom: 0;
}
#wrap nav .nav_bottom_qa .cont_box {
	padding-right: 70px;
	display: inline-block;

}
#wrap nav .nav_bottom_qa .cont_box > p {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
#wrap nav .nav_bottom_qa .cont_box > p span {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
#wrap nav .nav_bottom_qa .cont_box > h1 {
	padding-top: 4px;
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
#wrap nav .nav_bottom_qa .btn_go_faq {
	display: inline-block;
	min-width: 70px;
	width: auto;
	height: 32px;
	border-radius: 17px;
	background: #111;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

._header_search .layer_search_box {
	background: #fff;
}
._header_search .layer_search_box .close_box {
	height: 50px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #EEE;
}
._header_search .layer_search_box .close_box .h_search_close_btn {
	width: 50px;
	height: 50px;
	background: url('../img/icon_close_24.svg') no-repeat center center;
	border: 0;
	font-size: 0;
	top: 0;
	right: 7px;
}

._header_search .layer_search_box .keyword_box,
.goods_search .layer_search_box .keyword_box {
	position: relative;
	margin: 20px 20px 40px 20px;
	padding: 0;
	box-sizing: border-box;
}
.goods_search .layer_search_box .keyword_box {
	margin-bottom: 30px;
}
._header_search .layer_search_box .keyword_box input[name="keyword"],
.goods_search .layer_search_box .keyword_box input[name="keyword"] {
	width: 100%;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	line-height: 44px;
	box-sizing: border-box;
	border: 0;
	border-bottom: 2px solid #111;
	text-indent: 0;
	padding: 0 44px 0 8px;
	background: #fff;
}
._header_search .layer_search_box .keyword_box .h_search_btn,
.goods_search .layer_search_box .keyword_box .h_search_btn { 
	position: absolute;
	width: 36px;
	height: 44px;
	top: 0;
	right: 0;
	background: url('../img/icon_search_20.svg') no-repeat center center;
	font-size: 0;
	border: 0;
	padding: 0;
}

._header_search .layer_search_content {
    padding: 0 20px 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
._header_search .layer_search_content .search_bx_area {
	display: inline-block;
	width: 100%;
	border: 0;
	background: #fff;
	font-size: 0;
	padding: 0 0 10px 0;
}
._header_search .layer_search_content .search_bx_area .latest_search_tab {
	display: inline-block;
	padding: 0;
	font-size: 0;
	margin: 0 20px 0 0;
}
._header_search .layer_search_content .search_bx_area .latest_search_tab.on {
	border: 0;
}
._header_search .layer_search_content .search_bx_area .latest_search_tab h3 {
	color: #999;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
._header_search .layer_search_content .search_bx_area .latest_search_tab.on h3 {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
._header_search .layer_search_content .latest_search_list {
	font-size: 0;
    margin: 0;
    text-align: left;
    counter-reset: list-counter 0;
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    max-height: 185px;
	overflow: hidden;
}
._header_search .layer_search_content .latest_search_list li {
	display: inline-block;
    font-size: 0;
	margin-top: 20px;
    width: 50%;
}
._header_search .layer_search_content .latest_search_list li::before {
    content: counter(list-counter)'.';
    counter-increment: list-counter;
    color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
    display: inline-block;
	vertical-align: top;
    margin-right: 16px;
    width: 28px;
    text-align: center;
}
._header_search .layer_search_content .latest_search_list li a {
	color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    width: auto;
    padding: 0;
	float: none;
	vertical-align: top;
	
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 44px);
}


._header_search .recom_goods_box {
	overflow: hidden;
}
._header_search .recom_goods_box .latest_search_tit {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	padding: 60px 0 30px 0;
}
._header_search .recom_goods_box .recom_list {
	margin: 0 -10px;
}
._header_search .recom_goods_box .recom_list .goods_prd_item_s {
	padding: 0 10px;
	margin: 0 ;
    border: 0;
	display: inline-block;
	font-size: 0;
}
.goods_prd_item_s .goods_prd_img {
	width: 110px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.goods_prd_item_s .goods_prd_img .img_box .img {
}
.goods_prd_item_s .goods_prd_img .img_box .img img {
	border-radius: 20px;
	border: 1px solid #F6F6F6;
}
.goods_prd_item_s .goods_prd_content {
	width: calc(100% - 110px);
	display: inline-block;
	padding: 0 0 0 16px;
	box-sizing: border-box;
	vertical-align: middle;
}
.goods_prd_item_s .goods_prd_content .goods_info_list {
	position: relative;
}
.goods_prd_item_s .goods_prd_content .goods_info_list li.prd_name {
	color: #111;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	overflow: hidden; 
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 11.5px;
}
.goods_prd_item_s .goods_prd_content .goods_info_list li.goods_price {
    text-decoration: line-through;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 5px;
}
.goods_prd_item_s .goods_prd_content .goods_info_list li.price {
	display: inline-block;
}
.goods_prd_item_s .goods_prd_content .goods_info_list li.price > .goods_discount {
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding-right: 5px;
}
.goods_prd_item_s .goods_prd_content .goods_info_list li.price > strong {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.goods_prd_item_s .goods_prd_content .goods_info_list .btn_goods_wish {
    width: 20px;
    height: 20px;
    border: 0;
    background: url(../img/icon_wishlist_mo_20.svg) no-repeat center center;
    display: inline-block;
	float: right;
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 0;*/
}
.goods_prd_item_s .goods_prd_content .goods_info_list .btn_goods_wish.on {
    background: url(../img/icon_wishlist_mo_on_20.svg) no-repeat center center;
}


._header_search .recom_goods_box .recom_list .slick-dots {
	text-align: center;
	font-size: 0;
	padding: 30px 0 0 0;
}
._header_search .recom_goods_box .recom_list .slick-dots li {
	margin: 0 4px;
	display: inline-block;
}
._header_search .recom_goods_box .recom_list .slick-dots li button {
	background: #DFDFDF;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	border: 0;
}
._header_search .recom_goods_box .recom_list .slick-dots li.slick-active button {
	background: #111;
}
/* header - end */


/* footer - start */
#footer {
	margin-top: 134px;
}
#footer footer .ft_info2_box {
	background: #fff;
	text-align: center;
}
#footer footer .ft_info2_box .ft_menu {
	background: #EEE;
	font-size: 0;
	text-align: center;
}
#footer footer .ft_info2_box .ft_menu li {
	display: inline-block;
	width: auto;
}
#footer footer .ft_info2_box .ft_menu li a {
	color: #111;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0;
	padding: 9px 0;
    display: inline-block;
}
#footer footer .ft_info2_box .ft_menu li a.privacy {
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0;
}
#footer footer .ft_info2_box .ft_menu li::after {
	content: '|';
	color: #111;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin: 0 9px;
	display: inline-block;
	position: relative;
}
#footer footer .ft_info2_box .ft_menu li:last-child::after {
	display: none;
}
#footer footer .ft_info2_box .foot_logo {
	padding: 30px 0 20px;
    font-size: 0;
}
#footer footer .ft_info2_box .foot_cs_center {

}
#footer footer .ft_info2_box .foot_cs_center h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}
#footer footer .ft_info2_box .foot_cs_center p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
#footer footer .ft_info2_box .foot_sns_box {
	padding: 20px 0;
	font-size: 0;
}
#footer footer .ft_info2_box .foot_sns_box ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer footer .ft_info2_box .foot_info {
	
}
#footer footer .ft_info2_box .foot_info p {
	color: #111;
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
	
	
    display: block;
    margin: auto;
}
#footer footer .ft_info2_box .foot_info p .btn_licensee_info {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
}
#footer footer .ft_info2_box .foot_info p.copyright {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
	padding: 30px 0 30px 0;
	width: auto;
}

.fixed_btn_top_box {
	position: fixed;
	right: 20px;
	bottom: 40px;
    display: inline-block;
    font-size: 0;
	height: 128px;
}
.fixed_btn_top_box > a {
	font-size: 0;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
    display: block;
}
.fixed_btn_top_box > a span {
	background: #fff url('../img/icon_top_20.svg') no-repeat center center / 20px 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 100%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.fixed_btn_top_box .fixed_btn_top_kakao {
	display: inline-block;
    background: #111 url('../img/icon_chat_20.svg') no-repeat center center;
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 100%;
}
.fixed_btn_top_box .fixed_btn_top_favorite {
    margin-bottom: 4px;
}


/* footer - end */


/*슬라이드배너*/
.wg_main_banner .banner_list {
	position: relative;
	display: inline-block;
	text-align: left;
}
.wg_main_banner .banner_list .banner_background img {
	width: 100vw !important;
	height: 100vh;
	object-fit: cover;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;

	margin: 0 !important;
	left: 0 !important;
}
.wg_main_banner .banner_list .banner_goods_item {
	position: absolute;
	width: 100%;
}
.wg_main_banner .banner_list .banner_goods_item img {
	width: 100vw !important;
	height: 100vh;
	object-fit: cover;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;

	left: 0 !important;
	margin: 0 !important;


    transform: translate(0) scale(1.5);
    transform-origin: top center;
    opacity: 0;
}

.wg_main_banner .banner_list .cont_box {
	position: absolute;
    left: 50%;
	bottom: 0;
	min-height: 200px;
	transform: translateX(-50%);
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	text-align: center;
}
.wg_main_banner .banner_list .text_info {

}
.wg_main_banner .banner_list .text_info > h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0;
	opacity: 0;
    /*letter-spacing: 80px;*/
    /*white-space: nowrap;*/
	min-height: 29px;

    transform: translate(0,60px);
    opacity: 0.0;
}
.wg_main_banner .banner_list .text_info > p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	opacity: 0;
	min-height: 24px;
	margin-top: 5px;
	
    transform: translate(0,60px);
    opacity: 0.0;
}
.wg_main_banner .banner_list .banner_btn {
    margin-top: 20px;
    border-radius: 35.5px;
    background: #FFF;
    min-width: 129px;
    height: 32px;
	display: inline-block;
	text-align: center;
	opacity: 0;

	
    transform: translate(0,60px);
    opacity: 0.0;
}
.wg_main_banner .banner_list .banner_btn > span {
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    padding-right: 21px;
    background: url('../img/icon_arrow_more_16.svg') no-repeat right center;
}

.wg_main_banner .banner_list.slick-active.slick-current .banner_goods_item img {
	opacity: 1;
    transform: translate(0) scale(1);
    transition: all 1.8s ease-out;
}


.wg_main_banner .banner_list.slick-active.slick-current .text_info > h1,
.wg_main_banner .banner_list.slick-active.slick-current .text_info > p,
.wg_main_banner .banner_list.slick-active.slick-current .banner_btn {
    /*opacity: 1;*/
    /*transform: translateY(0);*/
    /*transition: all .5s ease 1.4s;*/
    transform: translate(0,0);
    opacity: 1.0;
    transition: transform 2.0s cubic-bezier(0.0,0.20,0.35,1),opacity 2.0s ease;
}
.wg_main_banner .banner_list.slick-active.slick-current .text_info > h1 {
    transition-delay: 0.6s;
}
.wg_main_banner .banner_list.slick-active.slick-current .text_info > p {
    transition-delay: 0.9s;
}
.wg_main_banner .banner_list.slick-active.slick-current .banner_btn {
    transition-delay: 1.2s;
}

.wg_main_banner .banner_list.no_transition .text_info > h1,
.wg_main_banner .banner_list.no_transition .text_info > p,
.wg_main_banner .banner_list.no_transition .banner_btn {
	transition: none;
}

/*슬라이드배너*/


/* 상품리스트 - start */
*[class*="goods_prd_item"] {
	padding: 15px 6px;
    box-sizing: border-box;
}
*[class*="goods_prd_item"] .goods_prd_item2_box {
	padding: 0;
}
*[class*="goods_prd_item"] .goods_prd_img {
	padding: 0 0 12px 0;

}
*[class*="goods_prd_item"] .goods_prd_img .img_box .img img {
	border: 1px solid #F6F6F6;
	border-radius: 14px;
	width: 100%;
}
*[class*="goods_prd_item"] .goods_prd_content {
	position: relative;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list li {
	font-size: 0;
	padding: 0;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list li.prd_name {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	overflow: hidden; 
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 33.44px;
	margin-bottom: 8px;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list li.fixed_price {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 2.56px;
    display: block;
	height: 14px;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list li.price {
	display: inline-block;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list li.price .c_price {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}
*[class*="goods_prd_item"] .goods_prd_content .goods_info_list .goods_discount {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;	
	margin-right: 4px;
}
*[class*="goods_prd_item"] .goods_prd_content .btn_goods_wish {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../img/icon_wishlist_mo_20.svg') no-repeat center center;
    display: inline-block;

	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
*[class*="goods_prd_item"] .goods_prd_content .btn_goods_wish.on {
    background: url('../img/icon_wishlist_mo_on_20.svg') no-repeat center center;
}
/* 상품리스트 - end */



/* no_data - start */
._header_search .latest_search_list_box .no_data,
._header_search .recom_goods_box .no_data,
.wg_bd_list .boardlist .no_list,
.wg_gallery_list .boardlist .no_list,
.wg_bd_view .view_wrap .comment_wrap .reply_form .no_data,
.main_prd_list .no_bx p strong,
.goods_product_list .no_bx p strong {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	border: 0;
}

._header_search .latest_search_list_box .no_data {
	padding: 80px 0 19px 0;
}
._header_search .recom_goods_box .no_data,
.main_prd_list .no_bx,
.goods_product_list .no_bx {
	padding: 50px 0 19px 0;
	text-align: center;
}
.faq_list .board_faq_box .board_faq .no_data {
	padding: 40px 0 138px 0;
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}
.faq_list .board_faq_box .board_faq .no_data strong {
	color: #111;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
/* no_data - end */



/* service - start */
.service_tit {
	padding: 20px 0 16px 0;
	font-size: 0;
	border-bottom: 1px solid #111;
	margin: 0 20px 40px 20px;
}
.service_tit h2 {
	color: #111;
	font-size: 52px;
	font-weight: 700;
	line-height: normal;
}
.service_cont {
	padding: 0 20px;
}

/*회사소개*/
.service_cont .address_info_box {
	margin: 20px 0 0 0;
	border-radius: 20px;
	background: #F6F6F6;
}
.service_cont .address_info_box ul li {
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: auto;
}
.service_cont .address_info_box ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 56px;
	height: 1px;
	background: #999;
	left: 50%;
	transform: translateX(-50%);
}
.service_cont .address_info_box ul li:last-child::after {
	display: none;
}
.service_cont .address_info_box ul li h4 {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 0 4px 0;
}
.service_cont .address_info_box ul li h3 {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.service_cont .service_company_info {
	padding: 60px 20px 0 0;
}
.service_cont .service_company_info table {
	margin-top: 20px;
	text-align: left;
	width: 100%;
	border-top: 1px solid #eee;
}
.service_cont .service_company_info table th {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	padding: 20px 0 8px 0;
	display: inline-block;
	width: 100%;
}
.service_cont .service_company_info table td {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	padding: 0px 0 20px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.service_cont .service_company_info table td > h4 {
	color: #F47D1C;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	padding: 0 0 4px 0;
}
.service_cont .service_company_info table td > span {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.service_cont .service_company_info table td div a {
	border-radius: 30px;
	border: 1px solid #999;
	width: 100%;
	height: 60px;
	display: inline-block;
	text-align: center;
}
.service_cont .service_company_info table td div a span {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 58px;
	background: url('../img/icon_arrow_more_24.svg') no-repeat right center;
	padding-right: 44px;
}
.wg_company_cate_box {
	padding: 30px 0 10px 20px;
	overflow: hidden;
}
.wg_company_cate_box ul li {
	margin-right: 30px;
	display: inline-block;
    width: auto;
}
.wg_company_cate_box ul li a {
	color: #999;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.wg_company_cate_box ul li.on a {
	color: #111;
}
/*회사소개*/

/*스마트추천*/
.wg_smart_recomm {
	padding: 20px 20px 0 20px;
	box-sizing:border-box;
}
.wg_smart_recomm .top_cont_box .top_cont {
	padding: 40px 0 60px 0;
	border-bottom: 1px solid #eee;
}
.wg_smart_recomm .top_cont_box .top_cont .left_cont {
	
}
.wg_smart_recomm .top_cont_box .top_cont .left_cont h3 {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}
.wg_smart_recomm .top_cont_box .top_cont .left_cont h4 {
	color: #999;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont {
	padding: 28px 0 0 0;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li {
	padding: 0 0 20px 40px;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li:last-child {
	padding-bottom: 0;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li p {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	padding: 0 0 8px 0;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li a {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-decoration: underline;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li.kakao {
	background: url('../img/sns_kakao_28.svg') no-repeat left top;
}
.wg_smart_recomm .top_cont_box .top_cont .right_cont > ul > li.location {
	background: url('../img/icon_location_28.svg') no-repeat left top;
}
.wg_smart_recomm .main_cont {
	padding: 60px 0 0 0;
}
.wg_smart_recomm .main_cont .right_scroll_box {
	padding: 60px 0 0 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box {

}
.wg_smart_recomm .main_cont .right_scroll_box .question_box > h3 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	padding: 0 0 0 0;
    margin-bottom: -20px;
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box .question_list {
	padding: 40px 0 0 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box .question_list > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;	
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box .question_list > p strong {
	padding-right: 4px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box .question_list .inp_rdo {
	padding: 0px 0 0 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .question_box .question_list .inp_rdo > ul li {
	padding-top: 30px;
	display: block;
}
.wg_smart_recomm .main_cont .right_scroll_box .btn_submit {
	margin: 60px auto 0 auto;
    display: block;
	width: 100%;
	background: #111;
	height: 60px;
	border-radius: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 58px;
	text-align: center;
	border: 1px solid #111;
	padding: 0;
}

.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box > h3 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 0 20px 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .btn_go_home {
	margin: 20px auto 0 auto;
    display: block;
	width: 100%;
	background: #fff;
	height: 60px;
	border-radius: 10px;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 58px;
	text-align: center;
	border: 1px solid #999;
	padding: 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont {
	border-radius: 30px;
	background: #F6F6F6;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li {
	width: 100% !important;
	padding: 20px 29.5px 40px 29.5px;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li .goods_prd_img {
	padding: 0 0 20px 0;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li .goods_prd_content .goods_info_list li.prd_name{
	font-size: 18px;
	font-weight: 600;
	line-height: 26px; 
	margin: 0 0 12px 0;
	height: 52px;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li .goods_prd_content .goods_info_list li.fixed_price {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li .goods_prd_content .goods_info_list .goods_discount {
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
}
.wg_smart_recomm .main_cont .right_scroll_box .recomm_goods_box .goods_list_cont > li .goods_prd_content .goods_info_list li.price .c_price {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}


.wg_smart_recomm .main_cont .recomm_type_box {
	overflow: hidden;
    width: calc(100% + 20px);
}
.wg_smart_recomm .main_cont .recomm_type_box .swiper-slide {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
.wg_smart_recomm .main_cont .recomm_type_box .swiper-slide  a {
	color: #999;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.wg_smart_recomm .main_cont .recomm_type_box .swiper-slide.on a {
	color: #111;
}

/*스마트추천*/

/*가까운 매장 찾기*/
.wg_offline_shop {
	overflow: auto;
}
.wg_offline_shop table {
	width: 100%;
	margin: 0 auto 0 auto;
    border-spacing: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.wg_offline_shop table tr th {
	background: #f6f6f6;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
    padding: 8px 7.5px;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	box-sizing: border-box;
}
.wg_offline_shop table tr td {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
    padding: 12px 7.5px;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	box-sizing: border-box;
    letter-spacing: -0.2px;
    word-break: keep-all;
}
/*가까운 매장 찾기*/

/* faq */
.wg_bd_top_cate {
	padding: 20px 0 40px 0;
	overflow: hidden;
}
.wg_bd_top_cate .wg_banner {
	padding: 0 20px;
}
.wg_bd_top_cate .main_table_box {
	padding-left: 20px;
	/*overflow: hidden;*/
	padding-top: 40px;
}
.wg_bd_top_cate .main_table_box ul li {
	margin-right: 20px;
	display: inline-block;
	width: auto;
}
.wg_bd_top_cate .main_table_box ul li a {
	color: #999;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.wg_bd_top_cate .main_table_box ul li.on a {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.wg_bd_top_cate .sub_table_box {
	padding: 30px 0 0 20px;
	/*overflow: hidden;*/
	border-bottom: 1px solid #eee;
}
.wg_bd_top_cate .sub_table_box ul li {
	margin-right: 30px;
	display: inline-block;
	width: auto;
	position: relative;
}
.wg_bd_top_cate .sub_table_box ul li.on::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #111;
	position:relative;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.wg_bd_top_cate .sub_table_box ul li a {
	box-sizing: border-box;
	padding: 0 0 12px 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	display: inline-block;
}

.faq_list {
	
}
.faq_list .boardlist {
	padding: 0 20px;
}
.faq_list .boardlist .board_search {
	padding: 0;
}
.faq_list .boardlist .board_search .search_input {
	position: relative;
	padding: 0;
}
.faq_list .boardlist .board_search .search_input input {
	width: 100%;
	height: 44px;
	border: 0;
	border-bottom: 2px solid #111;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	padding: 0 44px 0 8px;
	text-indent: 0;
	background: #fff;
}
.faq_list .boardlist .board_search .search_btn {
	top: 0;
	right: 0;
	position: absolute;
    width: auto;
}
.faq_list .boardlist .board_search .search_btn .faq_search_btn {
	background: url('../img/icon_search_20.svg') no-repeat center center;
	width: 36px;
	height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0;
    font-size: 0;
}
.faq_list .boardlist .btn_qa_box {
	padding: 20px 0 40px;
}
.faq_list .boardlist .btn_box {
	padding: 40px 0 0 0;
}
.faq_list .board_faq_box {
	border: 0;
}
.faq_list .board_faq_box .board_faq {
	border-bottom: 0;
}
.faq_list .board_faq_box .board_faq li.data_row:first-child {
	border-top: 2px solid #111;
}
.faq_list .board_faq_box .board_faq li.data_row {
	border: 0;
	border-bottom: 1px solid #eee;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_subject {
	padding: 20px 23px 20px 0;
	box-sizing: border-box;
	background: url('../img/icon_arrow_down_12_gray.svg') no-repeat right center;
	font-size: 0;
	display: table;
	width: 100%;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_subject.on {
	font-weight: 600;
	background: url('../img/icon_arrow_up_12_gray.svg') no-repeat right center;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_subject > strong {
	display: table-cell;
	vertical-align: top;
    padding-right: 8px;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	display: inline;
    text-wrap: nowrap;
    white-space: nowrap;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_subject > span {
	display: table-cell;
	vertical-align: top;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
    width: 100%;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box {
	border-top: 1px solid #eee;
	padding: 0;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box dl {
	padding: 20px 12px;
	box-sizing: border-box;
	background: #F6F6F6;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box dl dt {
	padding-left: 0;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box dl dt span.icon_q {
	display: none;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box dl dd {
	padding-left: 0;
}
.faq_list .board_faq_box .board_faq li.data_row .faq_row_box dl dd span.icon_a {
	display: none;
}

/* faq */


/* AS 접수 안내 */
.wg_as_guide .wg_as_guide_banner {
	padding: 0 20px;
}
.wg_as_guide .wg_as_rule_box {
	padding: 0 0 0 20px;
}
/* AS 접수 안내 */

/* as 규정안내 */
.wg_as_rule_box .scroll_box {
    overflow-x: scroll;
    margin-right: 20px;
}
.wg_as_rule_box table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0 auto 0 auto;
    border-spacing: 0;
	width: 1100px;
}
.wg_as_rule_box table thead th {
	background: #f6f6f6;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
    padding: 12px 12px;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	box-sizing: border-box;
}
.wg_as_rule_box table tbody th {
	background: #111;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	color: #fff;
}
.wg_as_rule_box table tbody td {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
    padding: 7.5px 8px 7.5px 12px;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	box-sizing: border-box;
}
.wg_as_rule_box table tbody td.price {
	color: #F47D1C;
	font-weight: 600;
	text-align: right;
}
.btn_as_down_box {
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 0;
}
.btn_as_down_box a {
	margin: 10px 0 0 0;
}
.wg_as_rule_box .btn_as_down_box {
	margin: 30px 20px 0 auto;
}
/* as 규정안내 */
/* service - end */

/* board - start */
.wg_bd_write {
	padding: 20px 20px 0 20px;
}
.wg_bd_write .write_wrap dl {
	padding: 0;
	border: 0;
}
.wg_bd_write .write_wrap dl dt,
.write_qa .write_wrap dl.b_content dt {
	display: block;
	width: 100%;
	padding: 0 0 12px 0;
	text-indent: 0;
	font-size: 0;
}
.wg_bd_write .write_wrap dl dt.required::after {
	content: '*';
	color: #F47D1C;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	padding-left: 2px;
}
/*2023-09-20 wg-robert 문의하기>작성자 옆 주황색 * 제거 */
#wg-author::after {
	display: none;
}
/*2023-09-20 wg-robert 문의하기>작성자>이름칸 회색 적용*/
.wg_bd_write .write_wrap .wg-authorInput {
	background: linear-gradient(0deg, #EEEEEE, #EEEEEE),linear-gradient(0deg, #F6F6F6, #F6F6F6);
}
.wg_bd_write .write_wrap dl dt > label {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.wg_bd_write .write_wrap dl dd {
	display: block;
	width: 100%;
	padding: 0 0 30px 0;
    height: auto;
}
.wg_bd_write .write_wrap dl dd input,
.wg_bd_write .input_wrap .capcha .capcha_body .capcha_input input {
	text-indent: 0;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	border-radius: 5px;
	border: 1px solid #EEE;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
}
.wg_bd_write .write_wrap dl.b_content dd .textarea_box {
	padding: 0;
}
.wg_bd_write .write_wrap dl.b_content dd .textarea_box textarea {
	border-radius: 5px;
	border: 1px solid var(--gray1, #EEE);
	padding: 20px;
	box-sizing: border-box;
	height: 160px;
	
    font-size: 16px;
    font-weight: 400;
	line-height: normal;
}
.wg_bd_write .write_wrap dl.b_content dt .b_content_chk {
	top: 0;
	right: 0;
}
.wg_bd_write .write_wrap dl.b_content dt .b_content_chk img {
	vertical-align: middle;
}
.wg_bd_write .write_wrap dl.b_content dt .b_content_chk label {
	vertical-align: middle;
}

.wg_bd_write .input_wrap {
	padding: 0;
}
.wg_bd_write .input_wrap .capcha {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	min-width: auto;
}
.wg_bd_write .input_wrap .capcha .capcha_img {
	display: block;
	width: auto;
	border: 1px solid #EEE;
	height: 164px;
}
.wg_bd_write .input_wrap .capcha .capcha_img span {
	display: block;
    width: 100%;
    height: auto;
	padding: 58.5px 0;
}
.wg_bd_write .input_wrap .capcha .capcha_body {
    padding: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
.wg_bd_write .input_wrap .capcha .capcha_body .capcha_text br {
	display: none;
}
.wg_bd_write .input_wrap .capcha .capcha_body .captchareload_btn {
	border: 1px solid #999;
}

.wg_bd_write .write_wrap .b_file {
	padding: 0 0 0 0;
}
.wg_bd_write #boardAttach {
     display: flex; 
     flex-direction: column; 
	 margin: 0;
}
.wg_bd_write #boardAttach li.item {
	padding-top: 0;
    flex: 1;
    order: 2;
	font-size: 0;
    width: 100%;
    height: auto;
	margin: 12px 0 0 0;
	position: relative;
}
.wg_bd_write #boardAttach li.item.template {
	/*padding-bottom: 20px;*/
	padding: 0;
    order: 1;
	margin: 0;
}
.wg_bd_write #boardAttach li.item:not(.template):first-child {
	margin-top: 19px !important;
	padding-top: 0 !important;
}
.wg_bd_write #boardAttach li.item:not(.template) button.file_face{
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 28px;
	background: url('../img/icon_folder_20.svg') no-repeat left center;
	cursor: default;
	
    display: inline-block;
    width: auto;

	width: calc(100vw - 108px);
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
    text-align: left;
}
.wg_bd_write #boardAttach li.item.template button.file_face {
	display: inline-block;
	width: 100%;
    background: #fff;
    border: 1px solid #999;
    color: #111;
    padding: 0 20px;
    min-width: 90px;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
    box-sizing: border-box;

	
}
.wg_bd_write #boardAttach li.item input.file_hidden {display: none; padding: 0;margin-bottom:-20px; opacity:0; height: 0; line-height: 0; width: auto; width: 1px;}
.wg_bd_write #boardAttach li.item .btn_del_file {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	float: right;
	background: none;
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.wg_bd_write #boardAttach li.item.template .btn_del_file {display: none;}

.wg_bd_write #boardAttach li.item .file_info {
	display: none;
}
.wg_bd_write #boardAttach li.item.template .file_info {
	display: inline-block;
    vertical-align: middle;
	padding: 12px 0 0 0;
}
.wg_bd_write #boardAttach li.item.template .file_info p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.wg_bd_write .prd_select_btn {background: #fff; border: 1px solid #999; color: #111; width: 100%; height: 48px; display: inline-block; text-align: center; padding: 0; border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 46px; box-sizing: border-box;}
.wg_bd_write .itemselect_comment {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 12px;
}
.wg_bd_write .selected_goods_wrap {
	margin: -18px 0 30px 0;
}

.wg_bd_write .write_wrap .choice_box {
	border: 0;
}
.wg_bd_write .write_wrap .choice_box .bn_opt {
	text-align: left;
	
    background: url('../img/icon_arrow_down_16.svg') no-repeat right 12px center;
    min-width: 110px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #EEE;
    padding: 0 40px 0 20px;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wg_bd_write .write_wrap .choice_box .bn_opt > span {

}
.wg_bd_write .write_wrap .choice_box .bn_opt > span > span {
	
}
.wg_bd_write .write_wrap .choice_box .choice_rating {
    border: 1px solid #EEE;
    margin-top: 5px;
}
.write_gallery .write_wrap .choice_box span.rating {
	background: url('../img/icon_star_bg.svg') no-repeat left center;	
    width: 100px;
    height: 20px;
}
.write_gallery .write_wrap .choice_box span.rating span {
	background: url('../img/icon_star_fill.svg') no-repeat left center;
    width: 100px;
    height: 20px !important;
	margin-left: -2px;
}

.wg_bd_write .btn_box {
	padding: 40px 0 0 0;
}
.wg_bd_write .btn_box li:nth-child(1) {
    padding: 0 2px 0 0;
}
.wg_bd_write .btn_box li:nth-child(2) {
    padding: 0 0 0 2px;
}
.wg_bd_write .write_cancel_btn {background: #fff; border: 1px solid #999; color: #111; width: 100%; height: 48px; display: inline-block; text-align: center; padding: 0; border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 46px; box-sizing: border-box;}
.wg_bd_write .write_save_btn {background: #111; border: 1px solid #111; color: #FFF; width: 100%; height: 48px; display: inline-block; text-align: center; padding: 0; border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 46px; box-sizing: border-box;}

.wg_bd_write .ly_ct {
	overflow-y: auto;
}

.wg_bd_list {
	padding: 0 20px;
}
.wg_bd_list .boardlist .board_search {
	/*display: none;*/
	padding: 60px 0 0 0;
}
.wg_bd_list .boardlist .board_search .search_btn {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	width: auto;
}
.wg_bd_list .boardlist .board_search .search_btn .board_search_btn {
	border-radius: 5px;
	background: #111;
	width: 72px;
	height: 40px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
    white-space: nowrap;
	top: auto;
	right: auto;
    position: relative;
}
.wg_bd_list .boardlist .board_search .search_input input {
	border-radius: 5px;
	border: 1px solid #EEE;
	background: #FFF;
	display: inline-block;
	width: calc(100% - 80px);
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-indent: 0;
}
.wg_bd_list .boardlist .board_search .search_select {
	padding: 0 0 4px 0;
	font-size: 0;
}
.wg_bd_list .boardlist .board_search .search_select select {
    width: calc(50% - 2px) !important;
	display: inline-block;
}
.wg_bd_list .boardlist .board_search .search_select select:first-child {
	margin-right: 4px;
}


.wg_bd_list .boardlist .goods_area .notice_list li {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	overflow: hidden;
}
.wg_bd_list .boardlist .goods_area .notice_list li:first-child {
	border-top: 2px solid #111;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box {
	display: block;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title {
	display: block;
	padding: 0;
	font-size: 0;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .icon {
	display: block;
	padding: 0 0 8px 0;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .icon > img {
	margin-right: 8px;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .icon > strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	color: #111;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .icon > span {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-right: 8px;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .text {
	/*font-size: 0;*/
	color: #111;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
    line-height: 0;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .text > span {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
    vertical-align: middle;
}
.wg_bd_list .boardlist .goods_area .notice_list li .notice_box .notice_title .text img {
	/*margin-right: 4px;*/
}
.wg_bd_list .boardlist .goods_area li .notice_bottom {
	display: inline-block;
	width: auto;
    padding: 8px 0 0 0;
}
.wg_bd_list .boardlist .goods_area li .notice_bottom .notice_data span {
	display: none;
}
.wg_bd_list .boardlist .goods_area li .notice_bottom .notice_data time {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.wg_bd_list .boardlist .goods_area li .notice_number {
	display: inline-block;
	width: auto;
	float: right;
    padding: 8px 0 0 0;
}
.wg_bd_list .boardlist .goods_area li .notice_number > span.hit {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	background: url('../img/icon_visibility16.svg') no-repeat left center;
	padding-left: 20px;
}


.wg_gallery_list .boardlist .board_search {
	display: none;
}
.wg_gallery_list .boardlist .goods_gallery_ul {
	margin: 0;
	padding: 0 20px;
	letter-spacing: 0;
}
.wg_gallery_list .boardlist .goods_gallery_ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	font-size: 0;
	position: relative;
}
.wg_gallery_list .boardlist .goods_gallery_ul li:last-of-type {
	margin-bottom: 0;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_img {
	margin: 0 0 20px 0;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_img img {
	border-radius: 10px;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_img .category {
	position: absolute;
	top: 12px;
	left: 12px;
	border-radius: 4px;
	background: #F47D1C;
	min-width: 42px;
	width: auto;
	height: 20px;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding: 0 12px;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_img .event_close_box {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	border-radius: 10px;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_img .event_close_box .event_close {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-block;
	border-radius: 4px;
	background: #111;
	min-width: 42px;
	width: auto;
	height: 20px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 0;
	color: #FFF;
	font-size: 10px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info {
	font-size: 0;
}
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info img {
	margin-right: 4px;
}	
.wg_gallery_list .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info .goods_nm {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.wg_gallery_list .boardlist .goods_data {
	margin: 8px 0 0 0;
}
.wg_gallery_list .boardlist .goods_data .data > span {
	display: none;
}
.wg_gallery_list .boardlist .goods_data .data > time {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.wg_gallery_list .boardlist .goods_data .info {
	display: none;
}




.wg_bd_view {
	padding: 0 20px;
}
.wg_bd_view .goods_area {
	padding: 20px 0 0 0;
}
.wg_bd_view .goods_area h4 {
	padding: 0 0 4px 0;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
}
.wg_bd_view.wg_bd_story .goods_area h4 {
	border-radius: 4px;
	background: #F47D1C;
	min-width: 42px;
	width: auto;
	height: 20px;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding: 0 12px;
	margin: 0 0 4px 0;
}
.wg_bd_view .goods_area h3 {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	background: #fff;
	padding: 0 0 4px 0;
}
.wg_bd_view .view_wrap .view_box .view_info_box {
	padding: 0 0 19px 0;
	border-bottom: 1px solid #eee;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info {
	padding: 8px 0 0 0;
	margin: 0 0;
	font-size: 0;
	border: 0;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .writer {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .date,
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .ip {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .date:after,
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .ip:after{
	display: none;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .date:before,
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .ip:before {
	content: '|';
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin: 0 4px;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .hit {
	background: url('../img/icon_visibility16.svg') no-repeat left center;
	padding-left: 20px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	float: right;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info > strong {
	display: none;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .file {
	background: url('../img/icon_folder_16.svg') no-repeat left center;
	padding-left: 24px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-right: 10px;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .urlLink {
	background: url('../img/icon_link_16.svg') no-repeat left center;
	padding-left: 24px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .urlLink a {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.wg_bd_view .view_wrap .view_box .view_info_box .view_info .reply {
	display: none;
}



.wg_bd_view.view_qa .goods_area h4 {
	padding: 0 0 4px 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.wg_bd_view.view_qa .goods_area h3 {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	padding: 0 0 8px 0;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .writer {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .date,
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .ip {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	padding: 0;
	margin: 0;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .date:before,
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .ip:before {
	content: '|';
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 4px;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .hit {
	background: url('../img/icon_visibility16.svg') no-repeat left center;
	padding-left: 20px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	float: right;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .file {
	background: url('../img/icon_folder_16.svg') no-repeat left center;
	padding-left: 24px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .urlLink {
	background: url('../img/icon_link_16.svg') no-repeat left center;
	padding-left: 24px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.wg_bd_view.view_qa .view_wrap .view_box .view_info_box .view_info .urlLink a {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}


.wg_bd_view .view_wrap .view_box .selected_goods_wrap {
	padding: 0;
	border: 0;
}
.wg_bd_view .view_wrap .view_box .selected_goods_wrap .selected_goods .goods_item_cell.cell_img {
	width: 100px;
	padding: 20px 12px 0 0;
}
.wg_bd_view .view_wrap .view_box .selected_goods_wrap .selected_goods .goods_item_cell.cell_img .goods_img {
	border-radius: 15px;
	border: 1px solid #f6f6f6;
	box-sizing: border-box;
	overflow: hidden;
}
.wg_bd_view .view_wrap .view_box .selected_goods_wrap .selected_goods .goods_item_cell .goods_titlename {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden; 
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wg_bd_view .view_wrap .view_box .selected_goods_wrap .selected_goods .goods_item_cell .goods_optionname {
	padding: 4px 0 0 0;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
.wg_bd_view .view_wrap .view_box .selected_goods_wrap .selected_goods .goods_item_cell .cell_price {
	padding: 4px 0 0 0;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}



.wg_bd_view .view_wrap .comment_wrap .reply_form {
	border-top: 1px solid #EEE;
	background: #fff;
	padding: 20px 0 0 0;
}
.wg_bd_view .view_wrap .comment_wrap .comment_info {
	border-top: 1px solid #EEE;
	padding: 20px 0;
}
.wg_bd_view .view_wrap .comment_wrap .comment_info .rereply_row {

}
.wg_bd_view .view_wrap .comment_wrap .comment_info .rereply_row::before {
    position: absolute;
    top: 24px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    z-index: 2;
    content: '';
}
.wg_bd_view .view_wrap .comment_wrap .comment_info .rereply_row::after {
    position: absolute;
    top: 24px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #a2a2a2;
    z-index: 1;
    content: '';
}

.wg_bd_view .view_wrap .comment_wrap .comment_options {
	padding-top: 0px;
}
.wg_bd_view .view_wrap .comment_wrap .reply_form .b_memo .comment_input {
	padding: 0;
	font-size: 0;
}
.wg_bd_view .view_wrap .comment_wrap .reply_form .b_memo .comment_input textarea {
	border-radius: 5px;
	border: 1px solid #EEE;
	padding: 12px 12px 12px 20px;
	box-sizing: border-box;
	margin: 20px 0 12px 0;;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    HEIGHT: auto;
    max-height: 48px;
}
.wg_bd_view .view_wrap .comment_wrap .reply_form .b_memo .comment_btn {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}
.wg_bd_view .view_wrap .comment_wrap .reply_form .b_memo .comment_btn .view_comment_btn {
	border-radius: 5px;
	background: #111;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 46px;
	height: 48px;
	width: 100%;
}

.wg_bd_view .view_wrap .comment_wrap .reply_form dl.b_guest dd .textarea_box {
	padding: 5px 0 10px 0;
}


.wg_bd_view .view_wrap .view_comment {
	border-top: 0;
	padding: 20px 0;
}
.wg_bd_view .view_wrap .view_comment .comment_count > span {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 0;
	vertical-align: middle;
}
.wg_bd_view .view_wrap .view_comment .comment_count #recommendCount {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	vertical-align: middle;
}
.wg_bd_view .view_wrap .view_comment .comment_count #recommendCount strong {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.wg_bd_view .view_wrap .view_comment .comment_count .btn_like {
	width: auto;
	top: auto;
	right: auto;
	position: relative;
	margin: 0 0 0 8px;
	vertical-align: middle;
}
.wg_bd_view .view_wrap .view_comment .comment_count .btn_like a {
	border-radius: 4px;
	border: 1px solid #999;
	background: #fff;
	color: #111;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	box-sizing: border-box;
	min-width: 73px;
	width: auto;
	height: 25px;
	padding: 0 12px;
	display: inline-block;
}
.wg_bd_view .view_wrap .view_comment .comment_count .rating {
	background: url('../img/icon_star_bg.svg') no-repeat left center;	
    width: 100px;
    height: 20px;	
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
}
.wg_bd_view .view_wrap .view_comment .comment_count .rating > span {
	background: url('../img/icon_star_fill.svg') no-repeat left center;
    width: 100px;
    height: 20px !important;
	margin-left: -2px;
	font-size: 0;
	padding: 0;
}


.wg_bd_view .view_wrap .contents_holder {
	padding: 20px 0;
	margin: 0 0;
	overflow: auto;
}
.wg_bd_view .view_wrap .view_box .contents_holder {
	border-bottom: 1px solid #EEE;
	color: #111;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.wg_bd_view .view_wrap .question {
	border-bottom: 1px solid #eee;
}
.wg_bd_view .view_wrap .question .q {
	padding: 20px 0;
}
.wg_bd_view .view_wrap .question .a {
	padding: 20px 0;
    border-top: 8px solid #f6f6f6;
}
.wg_bd_view .view_wrap .question .q .item {
	display: none;
}
.wg_bd_view .view_wrap .question .q div p {
	font-weight: 400;
	font-size: 14px;
    line-height: 22px;
}
.wg_bd_view .view_wrap .question .a .admin_info p {
	font-weight: 400;
	font-size: 14px;
    line-height: 22px;
}
.wg_bd_view .view_wrap .question .a .item {
	display: none;
}
.wg_bd_view .view_wrap .question .a .admin_info .info {
	padding: 0;
    font-size: 0;
}
.wg_bd_view .view_wrap .question .a .admin_info .info > strong {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.wg_bd_view .view_wrap .question .a .admin_info .sub_info {
	padding: 16px 0 20px 0;	
	font-size: 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}
.wg_bd_view .view_wrap .question .a .admin_info .sub_info > span {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.wg_bd_view .view_wrap .btn_wish_bx {
	padding: 20px 0 0 0;
	font-size: 0;
    margin: 0 -2px;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx {
	width: 100%;
	display: inline-block;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx li {
	width: calc(25% - 4px);
    display: inline-block;
	margin: 0 2px;
	padding: 0;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx li.right_list {
	float: right;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx .view_reply_btn,
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx .view_modify_btn,
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx .view_del_btn {
	border-radius: 4px;
	border: 1px solid #999;
	background: #FFF;
	padding: 0;
	height: 32px;
	box-sizing: border-box;
	width: 100%;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx .btn_board_list {
	border-radius: 4px;
	border: 1px solid #999;
	background: #FFF;
	padding: 0;
	height: 32px;
	box-sizing: border-box;
	width: 100%;
}
.wg_bd_view .view_wrap .btn_wish_bx .btn_bx .btn_board_list strong {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	background: url('../img/icon_menu_16.svg') no-repeat left center;
	padding-left: 18px;
}
.wg_bd_view .prev_next_box {
	font-size: 0;
	padding: 10px 0;
	margin: 40px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.wg_bd_view .prev_next_box dl {
	margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.wg_bd_view .prev_next_box dl dt {
	padding-left: 28px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
    vertical-align: middle;
}
.wg_bd_view .prev_next_box dl dd {
	padding-left: 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 83px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wg_bd_view .prev_next_box dl.prev_view dt {
	background: url('../img/icon_arrow_up_16_gray.svg') no-repeat left center;
}
.wg_bd_view .prev_next_box dl.next_view dt {
	background: url('../img/icon_arrow_down_16_gray.svg') no-repeat left center;
}
/* board - end */






/* 2023-09-11 모바일 작업소스 미리보기 상태입니다.  */
.works-preview .preview-title {
	position:fixed;
	top:50% !important;
	max-width: 30px;
	opacity:0.4;
	max-height:50px;
	overflow:hidden;
}

#header_wrap .header_box_top{
	border-bottom:1px solid #EEEEEE;
}
#header_wrap .header_box_top .go_back_btn {
    margin: 0 4px;
    z-index: 100;
}
#header_wrap .header_box_top .go_back_btn {
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    border: 0;
    width: 60px;
    height: 60px;
    background: url(../img/btn_arrow_left_over2.png) no-repeat center center;
    padding: 0;
    background-size: 30px;
}
#header_wrap .header_box_top .page_name {
    width: calc(100% - 100px);
    margin: 0 auto;
}
#header_wrap .header_box_top .page_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 19px 0;
	text-align: center;
}
.goods_view .layer_option .ly_buy_info{
	padding: 32px 15px 15px 15px;
}
.goods_view .layer_option .ly_buy_info .ly_opt li.singel_option_on{
    top: 29px;
}
.layer_option .ly_buy_info .ly_opt li.add_option_on{
	top: 29px;
}