@charset "utf-8";

/* attribute */
.page_tit {font-size:32px; line-height:1.5em; letter-spacing:-0.03em; margin-bottom:30px; font-family:'Open Sans', '돋움', sans-serif; font-weight:300;}
.page_tit::after {display:block; content:''; width:35px; height:2px; background:#333; margin-top:10px;}

/* sub_top */
.sv_wrap {
	position: relative;
}
.sv {
	height: 300px;
	text-align: center;
}
	.sv.K01 { background: url('/image/sub/k01.jpg') no-repeat center; }

.sv .title {
	font-size: 40px;
	font-weight: bold;
	padding-top: 80px;
	line-height: 45px;
	margin-bottom: 15px;
	color: #fff;
}
.sv .sub { color: #fff; }
.sv .sub a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.sv .sub.prodSub a {
	color: #000;
}
.sub_tab {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	height: 60px;
}
	.sub_tab.fix { position: fixed; top: 0; background: #333; z-index: 999; border: 0; }
.sub_tab li {
	display: inline-block;
	vertical-align:top;
}
.sub_tab li a {
	display: block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	color: #000;
}	
	.sub_tab.fix li a { color: #fff; }
	.sub_tab.fix li a:hover { background: none; }
.sub_tab li a:hover {
	background: #f5f5f5;
}

.sv.s_bg {
	height: 184px;
}
	.sv.s_bg.K07 { background: url('/image/sub/s_bg01.jpg') no-repeat center; }
	.sv.s_bg.K08 { background: url('/image/sub/s_bg02.jpg') no-repeat center; }
	.sv.s_bg.K09 { background: url('/image/sub/s_bg03.jpg') no-repeat center; }
	.sv.s_bg.K10 { background: url('/image/sub/s_bg04.jpg') no-repeat center; }

.sv.s_bg .title {
	padding-top: 55px;
}

/* 공통 */
.content {
	padding: 80px 0;
}
.sub_tit {
	font-size: 32px;
	margin: 50px 0 30px;
}

/* prod_list */
.deps {
	font-size: 16px;
}
.deps .prod_cate li {
	display: inline-block;
}
.deps .prod_cate li a {
	display: block;
	color: #666;
}
.deps .prod_cate li.on a {
	color: #000;
}
.deps .prod_cate li a::before {
	content: '|';
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0 10px 0 7px;
}
.deps .prod_cate li:first-child a::before {
	display: none;
}
.deps .list_menu {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 0;
}
.deps .list_menu::after {
	content: '';
	display: block;
	clear: both;
}
.deps .list_menu ul {
	display: inline-block;
	font-size: 15px;
	width: 940px;
}
.deps .list_menu li {
	float: left;
	width: 24%;
	border-right: 1px solid #ddd;
}
.deps .list_menu li a {
	display: inline-block;
	height: 30px; line-height: 30px;
	padding: 0 10px;
}
.deps .list_menu li.on a {
	color: #fff;
	background: #333;
	border-radius: 3px;
}
.deps .list_menu .prod_ser {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	position: relative;
	font-size: 15px;
	float: right;
}
.deps .list_menu .prod_ser input {
	width: 100%;
	border: 1px solid #ddd;
	height: 30px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}
.deps .list_menu .prod_ser a {
	position: absolute;
	right: 10px;
	top: 5px;
}

/* prod_view */
.deth span {
	font-size: 13px;
}
.prod_view .detail_slide {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	margin-right: 100px;
}
.detail_slide .big {
	width: 100%;
}
.detail_slide .big .item {
	position: relative;
}
.detail_slide.soldout .big .item:after {
	content: 'SOLD OUT';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    padding: 265px 0;
    box-sizing: border-box;
}
.detail_slide .big .item img {
	min-width: 560px;
	max-width: 560px;
}
.detail_slide .small {
	margin-top: 30px;
}
.detail_slide .small .item {
	margin: 5px;
	border: 1px solid #ddd;
}
.detail_slide .small .item img {
	opacity: 0.3;
}
.detail_slide .small .item.slick-current img {
	opacity: 1;
}
.prod_view .right {
	width: 530px;
	position: relative;
}
.prod_view .right .sale {
	background: #000;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
.prod_view .right .icon a {
	display: inline-block;
	margin-left: 10px;
}
.prod_view .right .tit {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 33px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.prod_view .right .tag {
	font-size: 15px;
	color: #888;
}
.prod_view .right .detail {
	border: 1px solid #ddd;
	padding: 30px 20px;
}
.prod_view .right .price {
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.prod_view .right .price .big {
	font-size: 22px;
	font-weight: 600;
	margin-right: 20px;
	color: #e31353;
}
.prod_view .right .price .big big {
	font-size: 38px;
}
.prod_view .right .price .small {
	font-size: 23px;
	color: #999;
	text-decoration: line-through;
}
.prod_view .right table {
	width: 100%;
}
.prod_view .right th {
	width: 120px;
	text-align: left;
}
.prod_view .right th,
.prod_view .right td {
	padding-top: 20px;
}
.prod_view .right td select {
	width: 245px;
	height: 40px;
	color: #888;
	font-size: 13px;
	border: 1px solid #ddd;
}
.prod_view .right td p {
	font-size: 13px;
}
.prod_view .right td span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
}
.prod_view .right .option {
	background: #f6f6f6;
	padding: 15px 20px; 
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
}
.prod_view .right .option select {
	width: 100%;
	font-size: 13px;
	color: #999;
	height: 40px;
	background: #fff url("../image/board_img/sel_arr.png") no-repeat right center;
	border: 1px solid #ddd;
} 
.prod_view .right .sr .box {
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 5px 15px;
	position: relative;
}
.prod_view .right .sr .box span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.prod_view .right .sr .box .name {
	font-size: 13px;
	color: #888;
	width: 270px;
	margin-right: 10px;
}
.prod_view .right .sr .box .int {
	margin: 0 20px 0 0;
	height: 32px;
}
.prod_view .right .sr .box .int input {
	width: 60px;
	height: 30px;
	border: 1px solid #ddd;
	background: #fff;
}
.prod_view .right .sr .box .int a {
	position: absolute;
	right: 5px;
	display: inline-block;
	height: 8px;
}
.prod_view .right .sr .box .int a img {
	vertical-align: top;
}
.prod_view .right .sr .box .int .up {
	top: 6px;
}
.prod_view .right .sr .box .int .down {
	bottom: 3px;
}
.prod_view .right .sr .box .num {
	font-size: 16px;
	    margin-top: 2px;
}
.prod_view .right .sr .box .esc {
	position: absolute;
	right: 15px;
	top: 7px;
}
.prod_view .total-price {
	margin: 40px 0 30px;
}
.prod_view .total-price p {
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 14px;
}
.prod_view .total-price .num {
	color: #e31353;
	margin-left: 10px;
}
.prod_view .total-price .num big {
	font-size: 28px;
	letter-spacing: -0.5px;
}
.prod_view .btn_wrap {
	width: 100%;
}
.prod_view .btn_wrap button {
	height: 60px;
	font-size: 15px;
	font-weight: 500;
}
.prod_view .btn_wrap .btn01 {
	border: 1px solid #ddd;
	background: #f5f5f5;
	width: 140px;
}
.prod_view .btn_wrap .btn02 {
	color: #fff;
	background: #000;
	width: 190px;
}
.prod_view .btn_wrap .btn03 {
	color: #fff;
	background: #ee1d5e;
	width: 190px;
}
.viewMt {
	height: 50px;
}
/* 제품 상세보기 탭 */
.view_tab {
    border-bottom: #222 1px solid;
	display: table;
    table-layout: fixed;
	width: 1200px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.view_tab.on {
	position: fixed;
	background: #fff;
	z-index: 999;
	display: block;
	font-size: 0;
}
.view_tab li.selected {
	border-color: #333;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
	width: 200px;
	border-left: 1px solid #333;
}
.view_tab li {
	width: 165px;
    display: inline-block;
	border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
}
.view_tab li:first-child {
	border-left: 1px solid #ddd;
}
.view_tab li:first-child.selected {
	    border-left: 1px solid #333;
}
.view_tab li a {
    font-size: 14px;
	color: #888888;
    height: 50px;
    line-height: 50px;
    display: block;
	text-align: center; 
}
.view_tab li.selected a {
	color: #000;
}

.prod_view .cont {
	width: 870px;
	margin: 50px 0 70px;
}
/* 상품후기 */
#prdReview .prd_tit {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
}
#prdReview .prd_sub {
	color: #666;
	margin-bottom: 50px;
}
/* 상품후기 리스트 */
.best_box {
	text-align: center;
}
.best_box .box {
	width: 310px;
	margin-right: 45px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.best_box .box a {
	display: block;
	color: #333;
}
.best_box .box .img {
	border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    position: relative;
    height: 275px;
}
.best_box .box .img img {
	display: block;
    width: auto;
    margin: 0 auto;
    max-height: 100%;
}
.best_box .box .txt {
	padding: 15px 5px 10px;
	border-bottom: 1px solid #ddd;
}
.best_box .box .txt .name {
	font-size: 13px;
	font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 220px;
	line-height: 20px;
}
.best_box .box .txt .star,
.best_box .box .txt .star li{
	display: inline-block;
	    font-size: 0;
}
.best_box .box .txt .star li img {
	vertical-align: top;
}
.best_box .box .wrap {
	padding: 15px 5px;
}
.best_box .box .wrap .title {
	font-size: 14px;
	font-weight: bold;
}
.best_box .box .wrap .title .bg {
	background: #333;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	margin-right: 7px;
}
.best_box .box .wrap .sub {
	font-size: 13px;
	color: #888;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin: 10px 0;
	line-height: 20px;
}
.best_box .box .wrap .nik span {
	font-size: 13px;
	color: #888;
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}
/* 상품후기 평점비율 */
.star_box {
	border: 1px solid #ddd;
	padding: 20px 30px 15px;
}
.star_box .num {
	display: inline-block;
	vertical-align: top;
	background: #333;
	color: #fff;
	font-size: 50px;
	height: 80px;
	line-height: 80px;
	width: 95px;
	text-align: center;
	margin-right: 20px;
}
.star_box .bar {
	display: inline-block;
	width: 680px;
}
.star_box .bar li {
	margin-bottom: 5px;
}
.star_box p {
	font-size: 13px;
	color: #888;
	display: inline-block;
}
.star_box .bar_title {
	width: 50px;
}
.star_box .bar_num {
	width: 45px;
	font-size: 12px;
}
.star_box .percent_wrap {
	background: #f4f4f4;
	height: 15px;
	display: inline-block;
	    vertical-align: middle;
    width: 580px;
}
.star_box .percent {
	background: #92b4c0;
	height: 100%;
}
/* 상품후기 리뷰 */
.review_wrap .title {
	font-size: 14px;
}
.review_wrap textarea {
	width: 100%;
	resize: none;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 5px 0 10px;
}
.review_wrap .photo {
	position: relative;
	border: 1px solid #ddd;
	height: 40px;
	padding: 5px 10px;
	width: 200px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.review_wrap .photo input {
	text-indent: -999em;
	width: 100%;
	outline: 0;
}
.review_wrap .photo label {
	position: absolute;
	top: 8px;
	left: 10px;
    right: 10px;
    bottom: 5px;
    background: #fff;
}
.review_wrap .photo label img {
	vertical-align: top;
}
.review_wrap .photo span {
	margin-left: 10px;
	font-size: 13px;
	color: #888;
}
.photo_wrap li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.photo_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.photo_wrap li .img {
	width: 95px;
	height: 95px;
}
.photo_wrap li .img img {
	width:100%;
	height: 100%;
}
.photo_wrap li .esc {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
}
.photo_wrap li .esc img {
	vertical-align: top;
}
.review_wrap .star_sel {
	display: inline-block;
	position: relative;
}
.review_wrap .star_sel .name {
	border: 1px solid #ddd;
	height: 38px;
}
.review_wrap .star_sel .name a {
	display: block;
	font-size: 14px;
	color: #666;
	background: url("/image/board_img/sel_arr.png") no-repeat right center;
	padding: 0 10px;
    line-height: 40px;
    width: 420px;
}
.star_img a span {
	display: inline-block;
}
.star_img a span img {
	float: left;
}
.review_wrap .star_opt {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.review_wrap .star_opt.on {
	display: block;
}
.review_wrap .star_opt li a {
	color: #666;
	font-size: 14px;
	display: block;
}
.review_wrap button {
	width: 170px;
	font-size: 16px;
	height: 40px;
	background: #333;
	color: #fff;
	border: 0;
}
/* 추천순 리뷰 */
.recommend .title {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}
.recommend .title a	{
	font-size: 14px;
	color: #666;
}
.recommend ul {
	border-top: 1px solid #ddd;
}
.recommend li {
	border-bottom: 1px solid #ddd;
	padding: 30px 0 20px;
}
.recommend li > div {
	display: inline-block;
}
.recommend li .left {
	width: 75%;
	font-size: 13px;
}
.recommend li .left .sub {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
	line-height: 20px;
}
.cmt_img_wrap {
	margin-top: 20px;
	font-size: 0;
}
.cmt_img_wrap .slick-track {
	width: 100% !important;
}
.cmt_img {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 140px !important;
    font-size: 15px;
}
.cmt_img a {
	display: block;
	border: 1px solid #ddd;
	width: 140px;
	height: 130px;
}
.cmt_img a img {
	width: 100%;
	height: 100%;
}
.cmt_popup {
	display: none;
}
.cmt_popup .wrap {
	position: fixed;
	left: 0; right: 0;
	top: 100px;
	margin: 0 auto;
	z-index: 99;
	width: 700px;
	height: 700px;
}
.cmt_popup .wrap .close {
	position: absolute;
    top: -30px;
    right: -30px;
}
.cmt_slide {
    width: 100%;
    height: 700px;
}
.cmt_slide .item {
	width: 700px !important;
	height: 700px !important;
}
.cmt_slide .item img {
	width: 100%;
	height: 100%;
}
.cmt_slide .slick-list {
	height: 700px;
}
.cmt_slide .slick-arrow {
	text-indent: -9999em;
	position: absolute;
	top: 43%;
	border: 0;
	outline: 0;
	width: 27px;
	height: 45px;
}
.cmt_slide .slick-prev {
	background: url('/image/sub/img_left.png') no-repeat;
	left: -70px;
}
.cmt_slide .slick-next {
	background: url('/image/sub/img_right.png') no-repeat;
	right: -70px;
}

.cmt_wrap::before {
	content: '';
	displaY: block;
	background: url('/image/sub/arw.png') no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    top: -8px;
    left: 15px;
}
.cmt_wrap {
	padding: 20px 25px;
	border: 1px solid #ddd;
	position: relative;
    margin-top: 10px;
	display: none;
}
.cmt_wrap p {
	display: inline-block;
	vertical-align: top;
}
.cmt_wrap .admin {
	font-weight: bold;
	width: 60px;
}
.cmt_wrap .txt {
	width: 530px;
	line-height: 1.6em;
}
.recommend li .right {
	width: 22%;
	float: right;
	font-size: 12px;
	line-height: 17px;
}
.recommend li .right hr {
	margin: 5px 0;
}
#prdQnA .board_btn button {
	height: 40px;
	font-size: 14px;
	width: 110px;
	line-height: 40px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
}
#prdQnA .board_btn .btn01 {
	background: #333;
	color: #fff;
}
/* 관련상품 */
.re_box .box {
	width: 230px;
	margin-right: 15px;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 20px;
}
.re_box .box a {
    display: block;
    color: #333;
	font-size: 14px;
}
.re_box .box .img {
	border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    position: relative;
    height: 200px;
}
.re_box .box .img img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 100%;
}
.re_box .box .title {
	margin: 5px 0 0;
}

/* 고정 메뉴 */
.bot_wrap {
	position: relative;
}
.prod_fix {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 90px;
    background: #fafafa;
    padding: 40px 20px;
    width: 270px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
	.prod_fix.on { position: fixed; top: 80px; z-index: 99; }
	.prod_fix.on.stop { }

.prod_fix select {
	width: 100%;
	height: 40px;
	background: #fff url("../image/board_img/sel_arr.png") no-repeat right center;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
}
.prod_fix .sr {
	max-height: 200px;
	overflow: auto;
	    border-top: 1px solid #ddd;
}
.prod_fix .sr .box {
	border: 1px solid #ddd;
    margin-top: -1px;
    padding: 10px;
    position: relative;
	background: #fff ;
}
.prod_fix .sr .box .name {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}
.prod_fix .sr .box .int {
    height: 32px;
	display: inline-block;
	position: relative;
}
.prod_fix .sr .box .int input {
	width: 60px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
}
.prod_fix .sr .box .int a {
	position: absolute;
	right: 5px;
	display: inline-block;
	height: 8px;
}
.prod_fix .sr .box .int a img {
	vertical-align: top;
}
.prod_fix .sr .box .int .up {
	top: 6px;
}
.prod_fix .sr .box .int .down {
	bottom: 3px;
}
.prod_fix .sr .box .num {
	float: right;
	font-size: 14px;
	padding-right: 20px;
	margin-top: 2px;
}
.prod_fix .sr .box .esc {
	    position: absolute;
    right: 10px;
    bottom: 15px;
}

.prod_fix .btn_wrap button {
	width: 100% !important;
	margin-bottom: 5px;
}

/* 브랜드 */
.brand_list li {
	width: 370px;
	height: 230px;
	float: left;
	margin-right: 45px;
	margin-bottom: 50px;
}
.brand_list li a {
	display: block;
	border: 1px solid #ddd;
}
.brand_list li a .img {
	display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 230px;
}
.brand_list li a .img img {
	display: block;
    width: auto;
    margin: 0 auto;
	opacity: 1.0;
}
.brand_list li a:hover .img img {
	opacity: 1;
}

/* 기획전 */
.make_list li {
	width: 340px;
	float: left;
	margin-right: 90px;
	margin-bottom: 50px;
}
.make_list li a {
	display: block;
	text-align: center;
	color: #333;
}
.make_list li a .img {
	height: 340px;
}
.make_list li a .img img {
	width: 100%;
	height: 100%;
}
.make_list li a .txt {
	padding: 10px 0;
}
.make_list li a .txt .tit {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.make_list li a .txt .day {
	font-size: 14px;
	color: #999999;
}

/* 이벤트 */
.event_list .box {
	margin-bottom: 30px;
}
.event_list .box a {
	display: block;
    border: 1px solid #ddd;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    color: #000;
	font-size: 0;
	background: #fff;
	height: 315px;
	width: 100%;
}
.event_list .box a:hover {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.event_list .box a > div {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
.event_list .box .img {
	position: relative;
	width: 685px;
	height: 100%;
}
.event_list .box .img span {
	display: block;
	height: 100%;
}
.event_list .box .img span img {
	vertical-align: top;
	height: 100%;
}
.event_list .box .img .abs {
	position: absolute;
	top: 20px;
	left: 15px;
}
.event_list .box .img .abs p {
	margin-bottom: 5px;
}
.event_list .box .txt_wrap {
	width: 515px;
	box-sizing: border-box;
	padding: 35px 40px;
}
.event_list .box .txt_wrap .tit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.event_list .box .txt_wrap .tit span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.event_list .box .txt_wrap .tit span:last-child {
	margin-top: 3px;
}
.event_list .box .txt_wrap .name {
	font-size: 21px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding-top: 5px;
    font-weight: bold;
}
.event_list .box .price {
	margin-top: 70px;
	margin-bottom: 10px;
}
.event_list .box .price span.big b {
	font-size: 23px;
}
.event_list .box .price span.small {
	font-size: 14px;
	color: #b7b7b7;
	margin-left: 5px;
	text-decoration: line-through;
}
.event_list .box .point {
	font-size: 12px;
	color: #ee1d5e;
	border: 1px solid #ee1d5e;
	padding: 0 5px;
	line-height: 20px;
	display: inline-block;
}

/* 블링샵 */
.best_prod .box .b_point {
	font-size: 13px;
	color: #ee1d5e;
}
.prod_view .right .price .big span {
	display: inline-block;
	vertical-align: middle;
}

/* 검색결과 */
.ser_detail {
	width: 100%;
	border-bottom: 2px solid #333;
	position: relative;
	padding-right: 50px;
	    box-sizing: border-box;
}
.ser_detail input {
    width: 1150px;
    height: 60px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    font-size: 25px;
	text-align: center;
}
.ser_detail a {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}
.ser_bg {
	background: #f8f8f8;
	padding: 15px 0;
	font-size: 19px;
}
.ser_bg span {
	color :#e69a42;
}

/* 로그인 */
.login_bg {
	background: #f9f9f9;
}
.g_login {
	width: 545px;
	margin: 0 auto;
	padding: 100px 0;
}
.g_login .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
.login_tab {
	display: table;
    table-layout: fixed;
    width: 100%;
}
.login_tab li {
    display: table-cell;
    text-align: center;
	border: 1px solid #ddd;
    border-left: 0;
	background: #f7f7f7;
}
.login_tab li:first-child {
	border-left: 1px solid #ddd;
}
.login_tab li.on {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
	background: #fff;
	border-top: 2px solid #ee1d5e;
}
.login_tab li a {
	font-size: 15px;
	color: #000;
	display: block;
	line-height: 60px;
	height: 60px;
}
.login_tab li.on a {
	font-weight: bold;
	color: #ee1d5e;
}
.login_box {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 50px 60px;
}
.login_box input[type="text"], 
.login_box input[type="password"] {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
}
.login_box .id_check input {
	width: 15px;
	height: 15px;
}
.login_box .login_btn {
	background: #333;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 17px;
	width: 100%;
	margin-top: 20px;
	border:0;
	outline: 0;
}
.login_box .find_wrap {
	padding: 15px 0 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.login_box .find_wrap a {
	font-size: 14px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	line-height: 15px;
	margin-right: 5px;
    padding-right: 10px;
}
.login_box .find_wrap a:last-child {
	border-right: 0;
}
.login_box .sns_login .name {
	font-size: 16px;
	display: inline-block;
    vertical-align: top;
    margin-top: 10px;
	font-weight: bold;
}
.login_box .sns_login .sns {
	float: right;
}
.login_box .sns_login .sns a {
	margin-left: 8px;
}
/* 셀러 로그인 팝업 */
.cell_login .cell {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	background: #fff;
	width: 380px;
	z-index: 999;
	margin: 0 auto;
}
.cell_login .cell .title {
	font-size: 16px;
	margin-top: 20px;
}
.cell_login .cell button {
	width: 100%;
	border:0;
	border-top: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 15px;
	font-weight: bold;
	height: 55px;
	outline: 0;
}

/* 상품 view - sns 공유하기 */
.share_box {
	display: none;
	position: absolute;
	background: #fff;
	right: 20px;
    top: 30px;
    border: 1px solid #ddd;
	    z-index: 99;
}
.share_box .title {
	background: #f5f5f5;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
}
.share_box .bot {
	padding: 20px 30px 40px;
	text-align: center;
}
.share_box ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.share_box ul li:last-child {
	margin-right: 0;
}
.share_box input {
	width: 250px;
	border: 1px solid #ddd;
	height: 35px;
}
.share_box button {
	color: #fff;
	background: #333;
	width: 70px;
	height: 35px;
	font-sizE: 12px;
}
.cell_share {
	bottom: -70px;
    top: auto;
    right: 0;
}

/* 상품 view - 장바구니 팝업 */
.cartPopup {
	display: none;
}
.cartBox {
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	background: #fff;
	width: 450px;
	z-index: 999;
	margin: 0 auto;
}
.cartBox .title {
	font-size: 16px;
	margin: 20px 0 40px;
	font-weight: 500;
}
.cartBox button {
	width: 200px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	height: 55px;
}
.cartBox button.gray {
	border: 1px solid #ddd;
	background: #f8f8f8;
	color: #555;
}

.board_tab {
	display:table;
	table-layout: fixed;
	width:100%;
	margin-bottom:35px;
}
.board_tab li {
	display:table-cell;
	vertical-align:middle;
}
.board_tab a {
	position:relative;
	display:block;
	text-align:center;
	height:50px; line-height:50px;
	border:1px solid #dddddd;
	margin-left:-1px;
	margin-top:-1px;
}
.board_tab a:after {
	content:'';
	position:absolute;
	left:-1px; top:-1px; bottom:-1px; right:-1px;
	z-index:1;
	display:none;
}
.board_tab .on a:after { display:block; }
.board_tab .on a {
	color: #fff;
    font-weight: bold;
    background: #333;
    border: 1px solid #333;
}
.join_tit {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
	padding-bottom: 40px;
}

.join_box {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}
.join_box .ban {
	width: 50%;
	float: left;
	padding: 60px 0;
}
.join_box .ban:first-child::after {
	content: '';
	display: block;
	position: absolute;
	left: 0; right: 0;
	top: 50px; bottom: 50px;
	width: 1px;
	margin: 0 auto;
	background: #ddd;
}
.join_box .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.join_box .sub {
	font-size: 14px;
	color: #888;
	line-height: 1.5em;
}
.join_box button {
	margin-top: 40px;
	width: 170px;
	height: 50px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	background: #333;
	border-radius: 5px;
	border: 0;
}
.join_box button.red {
	background: #ee1d5e;
}

/* quick 메뉴 */
.quick {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}
.quick > a {
	display: block;
	
}
.quick > a.talk_icon {
	background: url('/image/sub/talk.png') no-repeat;
	width: 53px;
	height: 53px;
}
.quick > a.talk_icon.on {
	background: url('/image/sub/talk_x.png') no-repeat;
	width: 53px;
	height: 53px;
}
.talk {
	position: absolute;
	right: 0;
    bottom: 145px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 300px;
}
.talk .title {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 10px 10px 0 0;
}
.talk .cont {
	background: #f6f6f6;
	padding: 20px 5px;
	    height: 400px;
    overflow: auto;
}
.talk .cont .left .profile,
.talk .cont .left .txt {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.talk .cont .left .profile {
    margin-top: 5px;
    width: 35px;
}
.talk .cont .left .txt {
    width: 220px;
}
.talk .cont .left .txt .name {
	font-size: 12px;
}
.talk .cont .left .txt .name span.dh_gray {
	font-size: 11px;
}
.talk .cont .left .txt .box {
	background: #fff;
	padding: 10px;
	position: relative;
	font-size: 13px;
}
.talk .cont .left .txt .box::before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	background: url('/image/sub/left.png') no-repeat;
	width: 19px;
	height: 12px;
}
.talk .cont .right {
	float: right;
	margin: 20px 10px;
}
.talk .cont .right span {
	font-size: 11px;
}
.talk .cont .right .box {
	background: #808080;
	padding: 10px;
	position: relative;
	font-size: 13px;
	display: inline-block;
	color: #fff;
	    width: 210px;
}
.talk .cont .right .box::before {
	content: '';
	display: block;
	position: absolute;
	right: -7px;
	top: 0;
	background: url('/image/sub/right.png') no-repeat;
	width: 19px;
	height: 12px;
}
.talk .write {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px ;
}
.talk .write input {
	background: #fff;
	border: 0;
	height: 35px;
	width: 250px;
}
.talk .write a {
	display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.blingPoint {
	background: #ee1d5e;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 30px;
}

/* 리뷰 파일첨부시 레이어팝업 - 로딩표시 */
.review_box {
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	background: #fff0;
	width: 450px;
	z-index: 999;
	margin: 0 auto;
}

.review_addfile_loading_wrap{
	display:none;
}