@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/


/* ============================ common ============================ */
.home_link {
	display: block;
	position: absolute;
	bottom: 3px;
	left: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #ababab;
	line-height: 22px;
}

.home_link::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background: url(/static/images/icon/ic_home.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: sub;
}

.home_link::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	margin-left: 12px;
	border-right: 1px solid #d5d5d5;
	vertical-align: middle;
}

/* -------- item_dropdown_boxes -------- */
.item_category .item_dropdown {
	margin-bottom: 30px;
	padding-top: 35px;
	padding-left: 60px;
	font-size: 0;
}

.item_category .item_dropdown .col-lg-8 {
	margin: 50px auto 0;
}

.item_category .item_dropdown.mobile .dropDown_wrap {
	display: inline-block;
}

.item_category .item_dropdown .dropDown_wrap {
	position: relative;
	display: inline-flex;
	text-align: center;
	border: 0;
}

.item_category .item_dropdown .dropdown-toggle {
	margin-left: 0;
	padding-right: 20px;
	font-size: 22px;
	background: #fff url(/static/images/icon/btn_list_category.png) no-repeat;
	background-size: 17px auto;
	background-position: 100% 50%;
}

.item_category .item_dropdown .dropdown-toggle:after {
	display: none;
}

.item_category .item_dropdown .dropdown-item {
	overflow: hidden;
	width: 170px;
	padding: 10px 20px;
	color: #787878;
	font-size: 1.5rem;
	font-weight: 400;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item_category .item_dropdown .dropdown-item:first-child {
	padding-top: 10px;
}

.item_category .item_dropdown .dropdown-item:last-child {
	padding-bottom: 10px;
}

.item_category .item_dropdown .dropdown-item:hover {
	background: #FFF2F2;
	color: #F15C22;
	font-weight: 700;
}

.item_category .item_dropdown.mobile .dropdown-menu.show {
	min-width: 17rem;
}

.item_category .item_dropdown .dropdown-menu.show {
	padding: 0;
	border: 1px solid #333;
	left: 0 !important;
	min-width: 14rem;
	/*margin-top:38px;*/
	/*transform: translateX(-50%) !important;*/
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}



/* -------- item_category_m -------- */

.item_category_m {
	background: #f5f5f5;
}

.item_category_m ul {
	padding: 18px 0;
}

.item_category_m .swiper-slide {
	width: auto;
	margin-right: 26px;
	text-align: center;
}

.item_wrap .btn_more_wrap {
	padding: 0;
	text-align: center;
}

/* -------- item_category2 (차세대 카테고리 뉴) -------- */
.item_category2 .item_category_m {
	background: #FFF2F2;
}

.item_category2 .item_category_m ul {
	padding: 15px 20px;
}

.item_category2 .item_category_m .swiper-slide.on a {
	color: #F15C22;
	font-weight: 700;
}

.item_category2 .item_category_m .swiper-slide a {
	color: #4C4C4C;
	font-size: 1.2rem;
	line-height: 2rem;
}

.item_category2 .item_dropdown.mobile {
	text-align: left;
	padding-left: 0;
}

.item_category2 .item_dropdown .dropdown-toggle {
	background: #fff url(/static/images/icon/btn_list_category02.png) no-repeat;
	background-size: 17px auto;
	background-position: 100% 50%;
}

.item_category2 .filter_select {
	padding: 0;
}

.item_category2 .filter_select .container {
	display: flex;
	justify-content: space-between;
}

.item_contents2 .item_head_list .filter_select,
.item_category2 .item_head_list .filter_select {
	padding: 0;
}

.item_contents2 .filter_select .select_depth3,
.item_contents2 .filter_select .select_depth4,
.item_category2 .filter_select .select_depth3,
.item_category2 .filter_select .select_depth4 {
	width: 50%;
}

.item_contents2 .filter_select .select_depth3,
.item_category2 .filter_select .select_depth3 {
	padding-right: 16px;
}

.item_contents2 .select_depth3 select,
.item_contents2 .select_depth4 select,
.item_category2 .select_depth3 select,
.item_category2 .select_depth4 select {
	font-size: 1.4rem;
	padding: 15px 16px 15px 0;
	background: url(/static/images/icon/icon_item_link.png) no-repeat right center;
	background-size: 16px auto;
}

/* -------- item_contents2 (차세대 + 드루) -------- */
.item_contents2 .bg_dim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1050;
}

.item_contents2 .swiper-slide a {
	color: #959595;
	line-height: 2rem;
	font-weight: 300;
}

.item_contents2 .swiper-slide.on a {
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
}

/* ======= 드루 =======*/
.item_contents2>.container {
	padding: 0;
}

.item_contents2 .mobile_item .container {
	padding: 0;
}

.item_contents2 .filter_select {
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
}

/* ======= 스크롤 내렸을 때 모바일 헤더 픽스 - 차세대 ======= */
.item_category2 .item_dropdown.tablet.fixed {
	position: fixed;
	top: 134px;
	width: 100%;
	margin-left: -1px;
	padding: 40px 0;
	background: #fff;
	z-index: 1000;
}

/* ======= 스크롤 내렸을 때 모바일 헤더 픽스 - 드루 ======= */
.item_contents2 .item_head_m.active {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 110;
}

.item_contents2 .item_head_m .container {
	padding: 0;
}

.item_wrap .btn_more_wrap {
	padding: 0;
	text-align: center;
}

.item_contents2 .head_tit {
	display: flex;
	margin-bottom: 28px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
}

.item_contents2 .sort_area {
	padding: 0 20px;
}

.item_contents2 .item_head_m .filter_tit {
	width: auto;
	padding-right: 23px;
	font-size: 30px;
	font-weight: 700;
	background: url(/static/images/icon/icon_select2.png) no-repeat right center;
	background-size: 13px auto;
}

.item_contents2 .item_head_m .btn_filter {
	width: 26px;
	height: 28px;
}

.item_contents2 .item_head_m .btn_filter:before {
	top: 8px;
	width: 26px;
}

.item_contents2 .item_head_m .btn_filter:after {
	bottom: 8px;
	width: 26px;
}

.item_contents2 .item_head_m .btn_filter>span {
	position: static;
	font-size: 0;
}

/* filter off */
.item_contents2 .item_head_m .btn_filter>span:before {
	top: 5px;
	right: 15px;
	background: #fff;
	border: solid 1px #000;
}

.item_contents2 .item_head_m .btn_filter>span:after {
	bottom: 5px;
	right: 23px;
	background: #000;
	border: solid 1px #000;
}

/* filter on */
.item_contents2.filter_open_m .item_head_m .btn_filter>span:before {
	right: 23px;
	background: #000;
	border: solid 1px #000;
}

.item_contents2.filter_open_m .item_head_m .btn_filter>span:after {
	right: 14px;
	background: #fff;
	border: solid 1px #000;
}

.item_contents2 .item_category_m ul {
	padding: 18px 20px;
}

/* ======= 필터 ======= */
.item_contents2 .filter_wrap {
	-ms-overflow-style: none;
	scrollbar-width: none !important;
	overflow: -moz-scrollbars-none;
	/* 필터 카테고리에서 스크롤 바가 안 보이게 하도록 */
}

.item_contents2 .filter_wrap.active {
	width: 100%;
}

.item_contents2 .filter_wrap::-webkit-scrollbar {
	width: 0 !important;
	display: none !important;
}

.item_contents2 .item_head_m {
	padding-top: 50px;
}

.item_contents2 .item_head_m_list {
	display: none;
}

.item_contents2 .item_head_list {
	display: flex;
	margin-bottom: 20px;
	padding: 0 20px;
}

.item_contents2 .item_head_list li a {
	color: #999;
	font-size: 1.4rem;
}

.item_contents2 .item_head_list li:first-child a:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	margin: 0 16px 1px;
	background: #999;
}

.item_contents2 .item_head_list .dropdown-menu {
	left: 50% !important;
	margin: 0;
	padding: 0;
	min-width: 16rem;
	transform: translate3d(-50%, 25px, 0px) !important;
}

.item_contents2 .item_head_list .dropdown-menu a {
	padding: 10px 24px;
}

.item_contents2 .item_head_list .dropdown-menu a:hover {
	color: #333;
	font-weight: 500;
}

.item_contents2 .item_head_list .dropdown-item.on {
	color: #000;
	font-weight: 500;
}

.item_contents2 .item_filter_wrap {
	padding: 0 20px;
}

.item_filter_wrap .item_category_m ul {
	display: flex;
}

.item_contents2 .item_head_m_list li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	margin: 0 15px;
	background: #d8d8d8;
}

.item_contents2 .item_head_m_list li:last-child:after {
	display: none;
}

.item_contents2 .item_head_m_list li a {
	color: #999;
	font-size: 1.4rem;
	font-weight: 500;
}

.item_contents2 .filter_select .dropdown-toggle {
	position: relative;
	z-index: 10;
	margin-bottom: 3px;
	padding: 0 1.5rem 0 0;
	width: auto;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'Noto Sans KR';
	line-height: 1.4rem;
	border: 0;
	border-radius: 0;
	background: url(/static/images/icon/icon_select2.png) no-repeat center right;
	background-size: 10px auto;
	box-shadow: none;
	vertical-align: middle;
}

.item_contents2 .filter_select .dropdown-toggle::after {
	display: none;
}

.item_contents2 .filter_select dropdown-menu a {
	color: #111;
}

.item_contents2 .filter_container {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: -100%;
	width: 250px;
	height: 100%;
	margin-top: 0;
	padding: 40px 20px 0 20px;
	background: #fff;
	z-index: 1050;
	transition: all .3s;
}

.item_contents2.filter_open_m .filter_container {
	left: 0;
}

.item_contents2 .btn_filter_reset {
	width: 100%;
	margin: 0 15px 13px 0;
	padding-right: 18px;
	font-size: 1.4rem;
	text-align: right;
	background: url(/static/images/icon/icon_reset.png) no-repeat center right;
	background-size: 15px auto;
}

.item_contents2 .btn_filter {
	font-size: 1.2rem;
	/*background: url(/static/images/icon/icon_filter.png) no-repeat center right;
    background-size:26px auto;*/
	position: relative;
}

.item_contents2 .btn_filter:before {
	content: "";
	position: absolute;
	right: 9px;
	top: 13px;
	width: 20px;
	height: 1px;
	background: #000;
}

.item_contents2 .btn_filter:after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 11px;
	width: 20px;
	height: 1px;
	background: #000;
}

.item_contents2 .btn_filter>span {
	font-size: 1.4rem;
	transition: color 0.4s;
}

.item_contents .btn_filter>span:before {
	content: "";
	position: absolute;
	right: 13px;
	top: 9px;
	width: 7px;
	height: 7px;
	background: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 1;
	transition: right 0.4s, background 0.4s;
}

.item_contents2 .btn_filter>span:after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 8px;
	width: 7px;
	height: 7px;
	background: #000;
	border: solid 1px #000;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 1;
	transition: right 0.4s, background 0.4s;
}

/* filter off */
.item_contents2 .filter_open_pc>.sort_area .btn_filter>span {
	color: #000;
}

.item_contents2 .filter_open_pc>.sort_area .btn_filter>span:before {
	right: 18px;
	background: #000;
	border: solid 1px #000;
}

.item_contents2 .filter_open_pc>.sort_area .btn_filter>span:after {
	right: 12px;
	background: #fff;
	border: solid 1px #000;
}

/*.item_contents2 .filter_content:first-of-type{
	margin-top:0;
}*/
.item_contents2 .filter_content {
	margin-top: -1px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.item_contents2 .filter_content .title {
	padding: 15px 0;
}

.item_contents2 .filter_content .title>a {
	display: block;
	font-size: 1.6rem;
	font-family: 'Noto Sans KR';
	background: url(/static/images/icon/icon_item_link.png) no-repeat center right;
	background-size: 27px auto;
}

.item_contents2 .filter_content .title>a.on {
	background: url(/static/images/icon/icon_item_link_on.png) no-repeat center right;
	background-size: 27px auto;
}

.item_contents2 .filter_lists a {
	display: block;
	padding-left: 12px;
	margin-bottom: 16px;
	color: #999;
	font-size: 1.4rem;
	font-family: 'Noto Sans KR';
	line-height: 26px;
}

.item_contents2 .filter_lists {
	padding: 30px 0 10px 0;
}

.item_contents2 .filter_lists li {
	position: relative;
}

.item_contents2 .filter_lists li.on a {
	color: #333;
	font-weight: 700;
}

.item_contents2 .filter_content li.on a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
}

.item_contents2 .colors {
	text-align: center;
}

.item_contents2 .colors a {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2rem;
	border-radius: 50%;
	text-align: center;
}

.item_contents2 .colors .panel {
	display: inline-block;
	width: 21%;
	margin-bottom: 20px;
}

.item_contents2 .colors .panel a.on:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(/static/images/icon/icon_color_white.png) no-repeat center;
	background-size: 14px auto;
	vertical-align: middle;
}

.item_contents2 .colors .white a.on:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(/static/images/icon/icon_color_default.png) no-repeat center;
	background-size: 14px auto;
	vertical-align: middle;
}

.item_contents2 .colors .txt {
	display: block;
	margin-top: 2px;
	color: #686868;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -1.1px;
}

/* ======= 분류 ======= */
.item_contents2 .types {
	margin: 0 22px;
	text-align: center;
	font-size: 0;
}

.item_contents2 .types a {
	display: block;
	margin: 0 auto;
	padding: 5px;
	font-size: 1.2rem;
	text-align: center;
}

.item_contents2 .types .panel {
	display: inline-block;
	width: 50%;
	margin: 5px 0;
}

.item_contents2 .types .panel img {
	display: block;
	height: 34px;
	margin: 0 auto;
}

.item_contents2 .types .txt {
	display: block;
	margin-top: 2px;
	font-size: 1.4rem;
	color: #999;
}

.item_contents2 .types a.on {
	border: 1px solid #333;
}

.item_contents2 .types a.on .txt {
	color: #333;
}




/* -------- item_slide -------- */
.item_slider {
	overflow: hidden;
	position: relative;
	margin-top: 100px;
}

.item_slider .tit,
.item_detail .tit {
	font-size: 2.0rem;
	line-height: 3.0rem;
	font-weight: 500;
	color: #333;
}

.item_slider .list_area {
	width: 124px;
}

.item_slider .item_list.thumb .list_area {
	padding: 0;
}

.item_slider .item_list.thumb {
	margin-top: 10px;
}

.item_slider .item_slide_wrapper {
	display: flex;
}

.item_slider .swiper-button-next,
.item_slider .swiper-button-prev {
	width: 25px;
	height: 28px;
}

.item_slider .swiper-button-next {
	background-image: url(/static/images/icon/arrow_sub_next.png);
	background-size: 25px auto;
}

.item_slider .swiper-button-prev {
	left: -2px;
	background-image: url(/static/images/icon/arrow_sub_prev.png);
	background-size: 24px auto;
}



/* ============================ 상품리스트 ============================ */
/* -------- item_category -------- */
.item_category {
	width: 100%;
}



/* ============================ 상품상세 ============================ */
.items_detail_wrap .float_menu_m {
	display: none !important;
}

/* -------- view_top-------- */
.view_top>.container {
	padding: 0;
}

.view_top .swiper-pagination-bullets {
	bottom: 10px;
}

.view_top .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 0 3px;
	border-radius: 50%;
	background: #D1CBCB;
}

.view_top .swiper-pagination-bullet-active {
	background: #B4B5B5;
	opacity: 1;
}

/* -------- view_photo -------- */
.view_photo {
	position: relative;
	overflow: hidden;
}

.view_photo.out::after {
	content: '품절';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 625px;
	line-height: 625px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 100;
}

.view_top .view_photo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.view_photo img {
	width: 100%;
	height: 100%;
}

.view_photo .img_area {
	position: relative;
	height: auto;
}

.view_photo .img_area .swiper-slide {
	height: auto;
}

.view_photo .thumb_area {
	margin: 22px 0;
}

.view_photo .thumb_area ul {
	justify-content: center;
}

.view_photo .thumb_area li {
	margin: 0 4px;
	width: 7px;
	background: #c9c9c9;
	border-radius: 50%;
	cursor: pointer;
}

.time_sale_wrap .time_term {
	display: block;
	justify-content: center;
	flex: 1;
}

/* .time_sale_wrap .d_day{
	font-size: 17px;
}
.time_term .date{
	font-size:13px;
} */
.time_sale_wrap .time_term .time {
	font-size: 16px;
	font-weight: 500;
}

.time_sale_wrap .time_term .d_day:after {
	margin: 0 12px 2px 11px;
}

/* -------- view_info -------- */

/* --- tit_area ---*/
.view_info .tit_area {
	position: relative;
	margin-top: 30px;
	/*padding: 20px 15px 0;*/
}

.view_info .badge-wrap {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.view_info .brand_mall {
	display: flex;
	margin-bottom: 10px;
}

.view_info .brand {
	margin-top: 5px;
	margin-right: 6px;
	color: #959595;
	font-size: 1.3rem;
	line-height: 1.7rem;
	letter-spacing: 0;
}

.view_info .title {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-right: 5.6rem;
	margin-bottom: 10px;
	font-weight: 700;
	color: #000;
}

.view_info .title2 {
	overflow: hidden;
	margin-right: 6px;
	color: #959595;
	font-size: 1.3rem;
	font-family: 'Noto Sans KR';
	line-height: 1.7rem;
	letter-spacing: 0;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.view_info .price_area {
	position: relative;
	margin-top: 20px;
}

.view_info .price_area .before {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #989898;
	text-decoration: line-through;
}

.view_info .price_area .before>span {
	font-size: 1.6rem;
}

.view_info .sale_area>p {
	display: inline-block;
	vertical-align: middle;
}

.view_info .sale_area .sale {
	font-size: 2.4rem;
	font-weight: 700;
	color: #F15C22;
}

.view_info .sale_area .price {
	margin: 0 10px 0 15px;
	font-size: 2rem;
	font-weight: 500;
	color: #000;
}

.view_info .sale_area .price>span {
	font-size: 2.4rem;
	font-weight: 700;
}

.view_info .sale_area .ttip_btn {
	display: inline-block;
	position: relative;
	background: #D9D9D9;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 100%;
}

.view_info .sale_area .ttip_btn:before {
	content: "?";
	display: block;
	width: 24px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.view_info .price_ttip {
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 320px;
	padding: 20px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(38, 50, 56, 0.2);
	transform: translateX(-50%);
}

.view_info .price_ttip:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -5px;
	border-left: solid 10px #fff;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	transform: rotate(-90deg);
}

.view_info .price_ttip .tit {
	margin: -20px -20px 30px;
	padding: 15px 10px;
	border-bottom: solid 1px #e2e2e2;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 30px;
}

.view_info .price_ttip .price_det {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 20px;
}

.view_info .price_ttip .price_det>dt,
.view_info .price_ttip .price_det>dd {
	margin-bottom: 10px;
	text-align: right;
}

.view_info .price_ttip .price_det>dd.top {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e2e2e2;
}

.view_info .price_ttip .price_det>dt>span {
	float: left;
	font-weight: 700;
	color: #000;
}

.view_info .price_ttip .price_det>dd>span {
	float: left;
	font-weight: 400;
	color: #4c4c4c;
}

.view_info .price_ttip .btm_total {
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 2px #333;
	font-size: 1.6rem;
	color: #333;
	text-align: right;
	line-height: 20px;
}

.view_info .price_ttip .btm_total>p {
	float: left;
	font-weight: 700;
}

.view_info .price_ttip .btm_total>b {
	font-size: 2rem;
	font-weight: 700;
}


/*.view_info .price_area .price {
	margin-top: 3px;
	display: flex;
	line-height: 2rem;
	color: #000;
	justify-content: space-between;
	align-items: center;
}*/
.view_info .price_area .after {
	display: inline-block;
	font-size: 1.4rem;
}

.view_info .price_area .after span {
	font-size: 1.8rem;
	font-weight: 700;
	vertical-align: text-bottom;
}

.view_info .price_area .per {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
}

.view_info .price_area .info {
	font-size: 1.3rem;
	margin-top: 6px;
	color: #959595;
}

.view_info .price_area .info span {
	font-weight: 500;
	letter-spacing: -1px;
}

.view_info .btn_sns {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 36px;
	height: 36px;
}

.view_info .btn_sns img {
	width: 100%;
	height: 100%;
}


/* --- info_area ---*/
.view_info .info_area {
	margin-top: 30px;
	padding: 20px 0 30px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 0;
}

.view_info .info_area .img_lineheight {
	line-height: 2.3rem;
}

.view_info .info_area dt,
.view_info .info_area dd {
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: -0.5px;
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}

.view_info .info_area dt:nth-last-of-type(1),
.view_info .info_area dd:nth-last-of-type(1) {
	margin-bottom: 0;
}

.view_info .info_area dt {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #ABABAB;
}

.view_info .info_area dd {
	padding-right: 20px;
	font-weight: 500;
	color: #000;
}

.view_info .info_area dd strong {
	font-weight: 700;
	text-decoration: underline;
}

.view_info .info_area .release {
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 700;
}

.view_info .info_area p,
.view_info .info_area .etc {
	font-size: 1.2rem;
}

.view_info .info_area .etc {
	margin-top: 5px;
	display: block;
	color: #959595;
	text-decoration: underline;
	font-weight: 700;
}

.view_info .dropdown_detail button {
	position: relative;
	width: 100%;
	text-align: left;
}

.view_info .dropdown_detail .dropdown-toggle::after {
	position: absolute;
	top: 3px;
	right: 0;
	width: 10px;
	height: 6px;
	border: 0;
	background: url(/static/images/icon/arrow_down.png) no-repeat;
	background-size: 10px auto;
}

.view_info .dropdown_detail .dropdown-menu {
	padding: 20px;
	background: #f5f5f5;
}

.view_info .info_area dd.dropdown_content_wrap {
	/* margin-top:-20px; */
	margin-bottom: 0;
	padding: 0;
}

.view_info .info_area .dropdown_content {
	margin-bottom: 20px;
	padding: 20px;
	background: #f5f5f5;
}

.view_info .dropdown_tit {
	margin-bottom: 10px;
}

.view_info .dropdown_tit p {
	margin-bottom: 9px;
	color: #666;
	font-size: 1.3rem;
	line-height: 1.3rem;
}

.view_info .dropdown_tit span {
	display: block;
	color: #999;
	font-size: 1.1rem;
}

.view_info .dropdown_txt {
	margin-bottom: 10px;
}

.view_info .dropdown_txt p {
	margin-bottom: 4px;
	color: #999;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6rem;
}

.view_info .dropdown_txt span {
	display: block;
	color: #999;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
}


/* --- option_area ---*/
.viewBg {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1040;
	background: rgba(0, 0, 0, 0.4);
}

.view_info .option_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

.view_info .option_area .btn_open {
	position: absolute;
	top: -16px;
	left: 50%;
	z-index: 100;
	display: none;
	margin-left: -33px;
	width: 66px;
	height: 17px;
	background: url(/static/images/icon/btn_op_close.png) no-repeat center;
	background-size: 66px auto;
	border-bottom: 0;
	cursor: pointer;
}

/*.option_yes .option_list{
	max-height: 220px;
	overflow-y: scroll;
}*/
.view_info .option_area .conts_area {
	display: none;
	padding: 21px 0 0 0;
}

.view_info .type_option.on {
	overflow: hidden;
	height: 283px;
}

.view_info .option_area .form-group {
	margin: 0 11px 8px;
}

.view_info .dropdown_box {
	position: relative;
	margin: 0 22px 8px;
}

.option_yes .dropdown_box.single .option_drop .tit {
	background: #fff;
	color: #000;
}

.view_info .option_area .type_option>.amt_box {
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 20px;
}

.view_info .option_area .type_option>.amt_box input {
	width: 100%;
}

.view_info .option_list .amt_box {
	margin-bottom: 0;
}

.view_info .dropdown_box .custom-select.box {
	text-align: left;
}

.view_info .dropdown_box .custom-select.box:focus {
	box-shadow: none;
}

.view_info .dropdown_box .dropdown-menu,
.option_area .dropdown_box .dropdown-menu {
	top: 0;
	width: 100%;
	margin: 0;
	overflow-y: auto;
}

/*.view_info .dropdown_box .dropdown-menu .tit,*/
.view_info .dropdown_box .dropdown-item {
	font-size: 1.3rem;
	line-height: 1.9rem;
	font-weight: 500;
}

.view_info .dropdown_box .dropdown-menu .tit {
	padding: 12px 13px;
	color: #959595;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3rem;
}

.view_info .dropdown_box .dropdown-item {
	padding: 12px 25px;
	color: #000;
	background: #fff;
}

.option_yes .drop_inner {
	position: relative;
	width: 100%;
	/*height: 241px;*/
	border: 1px solid #333;
	background-color: #fff;
	z-index: 10;
}

.option_yes .option_drop {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}

.option_yes .option_drop .drop_tit {
	height: 4.4rem;
	padding: 0 30px 0 13px;
	color: #959595;
	line-height: 3.5;
	border-bottom: 1px solid #333;
}

.option_yes .option_drop .drop_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 43px;
	padding: 0;
	background: url(/static/images/icon/icon_close_black.png) no-repeat center;
	background-size: 18px auto;
}

.option_yes .option_drop .dropdown_area {
	border-top: 1px solid #333;
}

.option_yes .option_drop .dropdown_area:first-of-type {
	border-top: 0;
}

.option_yes .option_drop .dropdown_area:last-of-type {
	border-bottom: 1px solid #e2e2e2;
}

.option_yes .option_drop .dropdown_area:first-of-type .option_btn {
	display: block;
}

.option_yes .option_drop .tit {
	width: 100%;
	padding: 12px;
	color: #959595;
	font-size: 1.3rem;
	text-align: left;
	background-color: #fbfbfb;
}

.option_yes .option_btn {
	display: none;
	overflow-y: scroll;
	max-height: 115px;
	border-top: 1px solid #e2e2e2;
}

.option_yes .option_drop button {
	width: 100%;
	padding: 12px 0 12px 12px;
	font-size: 1.3rem;
	text-align: left;
}

.view_info .option_list li {
	position: relative;
	padding: 12px 22px 16px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.view_info .type_option .option_list li {
	display: flex;
	align-items: center;
}

.view_info .option_list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.view_info .option_list .op_tit {
	width: calc(100% - 150px);
	margin-right: 16px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.option_area .option_list .op_tit {
	font-size: 1.3rem;
}

.view_info .option_list .row {
	align-items: center;
	justify-content: space-between;
}

.view_info .option_list .op_price {
	color: #000;
	font-size: 1.2rem;
	line-height: 32px;
}

.view_info .option_list .op_price span {
	font-size: 1.4rem;
	font-weight: 700;
}

.view_info .option_list .btn_item_delete {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	transform: translateY(-58%);
}

.view_info .option_list .btn_item_delete img {
	width: 18px;
	height: auto;
}

.view_info .total_price {
	display: none;
	padding: 14px 22px;
	color: #333;
	background: #fff;
	align-items: center;
}

.view_info .total_price div {
	font-weight: 700;
	font-size: 1.4rem;
}

.view_info .total_price .price {
	text-align: right;
	font-weight: 400;
}

.view_info .total_price .price span {
	font-size: 1.8rem;
	font-weight: 700;
}

.view_info .btn_area1 {
	display: flex;
	justify-content: space-between;
}

.view_info .btn_area1 .btn_buy {
	padding: 17px 0 16px 0;
	width: 100%;
	font-size: 1.8rem;
}

.option_list .amt_box .number {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.view_info .btn_area2 {
	display: none;
}

.view_info .btn_area2 button,
.view_info .btn_area2 .btn {
	width: 30%;
	padding: 17px 0;
	line-height: 2.1rem;
	color: #fff;
	font-size: 1.8rem;
}

.view_info .btn_area2 .btn_cart {
	background: #4C4C4C;
	border: 0;
}

.view_info .btn_area2 .btn_primary {
	background: #333;
	border: 0;
}

.view_info .btn_area2 .btn_m_npay {
	width: 40%;
	background: #00c73c url(/static/images/btn_npay_m.png) no-repeat center;
	background-size: 68px auto;
}

/* event */
.view_info .option_area.on,
.view_info .option_area.on .btn_open,
.view_info .option_area.on .conts_area {
	display: block;
	z-index: 1040;
}

.view_info .option_area.on .conts_area {
	overflow-y: auto;
	max-height: 368px;
}

.option_area.on .total_price {
	display: flex;
	border-top: 1px solid #000;
}

.view_info .option_area.on .btn_area1 {
	display: none;
}

.view_info .option_area.on .btn_area2 {
	display: block;
}

.view_info .btn_area2 .btn_area2_wrap {
	display: flex;
}

.view_info .btn_area2 .npay_type1 {
	display: block;
	width: 100%;
	margin-top: 10px;
}




/* ======= 네이버페이 ======= */
.npay_pointcolor {
	color: #00c73c !important;
}

.npay_storebtn_bx,
.npay_button_box,
.npay_button_box2,
.npay_storebtn_bx *,
.npay_button_box *,
.npay_button_box2 * {
	display: block !important;
	overflow: hidden !important;
	float: none !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 12px !important;
	line-height: 16px !important;
	font-family: '돋움', Dotum, Helvetica, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	vertical-align: top !important;
	background: none !important;
	border-radius: 0 !important
}

.npay_storebtn_bx {
	display: inline-block !important
}

.npay_button_box,
.npay_button_box2 {
	width: auto !important;
	height: 100% !important;
	*height: auto !important;
	zoom: 1 !important;
	padding: 0 4px !important;
	border-top: 2px solid #2b2f3a !important;
	background-color: #fff !important
}

.npay_button_box2 {
	padding: 0 !important
}

.npay_button_box .npay_blind,
.npay_button_box .yellow,
/* mall.chainflower.com 깜빡임 */
.npay_button_box .blue,
/* mall.chainflower.com 깜빡임 */
.npay_button_box2 .npay_blind,
.npay_button_box2 .yellow .npay_button_box2 .blue {
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	clip: rect(0 0 0 0) !important
}

.npay_button {
	position: relative !important;
	margin: 0 !important;
	padding: 11px 0 11px 86px !important;
	zoom: 1 !important
}

.npay_text {
	display: block !important;
	*display: inline !important;
	position: absolute !important;
	top: 11px !important;
	left: 0 !important;
	width: 79px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/static/images/icon/npay_sp_text.png) no-repeat !important
}

.npay_btn_list {
	*zoom: 1 !important;
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	table-layout: fixed !important;
	list-style: none !important
}

.npay_btn_list tbody {
	display: table-row-group !important
}

.npay_btn_list tr {
	display: table-row !important
}

.npay_store .npay_btn_list {
	table-layout: auto !important
}

/* F Type */
.npay_store .npay_btn_item {
	*width: 120px !important
}

.npay_btn_item {
	display: table-cell !important;
	height: 37px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important
}

.npay_btn_item.btn_width {
	width: 40px !important
}

.npay_store .npay_btn_item.btn_width {
	*width: 78px !important
}

.npay_btn_link {
	display: block !important;
	height: 35px !important;
	margin: 0 0 0 3px !important;
	padding: 0 !important;
	border: 1px solid #bfc4c7 !important;
	background-color: #fcfcfc !important;
	background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	text-decoration: none !important
}

.npay_btn_item:first-child .npay_btn_link {
	margin: 0 !important
}

.npay_btn_link.npay_btn_pay {
	background-image: url(/static/images/icon/npay_sp_payment.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.btn_green {
	border-color: #00bd39 !important;
	background-color: #00c73c !important;
	background-position: 50% -35px !important
}

.npay_btn_link.npay_btn_zzim,
.npay_btn_link.npay_btn_talk {
	width: 35px !important
}

.npay_btn_link.npay_btn_cart,
.npay_btn_link.npay_btn_talk2 {
	width: 73px !important
}

.npay_btn_link.npay_btn_zzim {
	background-image: url(/static/images/icon/npay_sp_zzim.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.npay_btn_zzim2 {
	background-image: url(/static/images/icon/npay_sp_zzim.png) !important;
	background-position: 50% -105px !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.npay_btn_talk {
	background-image: url(/static/images/icon/npay_sp_talk.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.btn_gray {
	border-color: #b1b5bd !important;
	background-color: #bbbfc7 !important
}

.npay_btn_link.npay_btn_pay.btn_gray {
	background-position: 50% -35px !important
}

.npay_btn_link.npay_btn_zzim.btn_gray,
.npay_btn_link.npay_btn_talk.btn_gray {
	background-position: 50% -35px !important
}

.npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -140px !important
}

.npay_btn_link.npay_btn_cart {
	background-image: url(/static/images/icon/npay_sp_cart.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.npay_btn_talk2 {
	background-image: url(/static/images/icon/npay_sp_talk_text.png) !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important
}

.npay_btn_link.npay_btn_cart.btn_gray,
.npay_btn_link.npay_btn_talk2.btn_gray {
	background-position: 50% -35px !important
}

.npay_event {
	position: relative !important;
	margin: 0 !important;
	padding: 0 40px 0 0 !important;
	border: 0 none !important;
	border-top: 1px solid #eaecee !important
}

.npay_event_text {
	display: block !important;
	*display: inline !important;
	overflow: hidden !important;
	*width: 100% !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
	*zoom: 1 !important;
	text-overflow: ellipsis !important;
	word-wrap: normal !important
}

.npay_event_text .event_title {
	display: inline !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	color: #00bd39 !important;
	vertical-align: middle !important
}

.npay_pointplus {
	position: relative !important;
	padding-left: 44px !important;
}

.npay_pointplus .event_title {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	width: 39px !important;
	height: 13px !important;
	margin-top: -7px !important;
	background: url(/static/images/icon/npay_sp_icon.png) no-repeat !important;
}

.npay_event .npay_event_text .event_link {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
	color: #727272 !important;
	text-decoration: none !important;
	vertical-align: middle !important
}

.npay_event .npay_event_text .event_link span {
	display: inline-block !important;
	margin: -1px 0 1px !important;
	vertical-align: middle !important;
}

.npay_more {
	position: absolute !important;
	top: 5px !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/static/images/icon/npay_sp_more.png) no-repeat !important;
	text-decoration: none !important
}

.npay_more_prev {
	right: 15px !important;
	background-position: 0 0 !important
}

.npay_more_next {
	right: 0 !important;
	background-position: -15px 0 !important
}

.npay_bg_dgray {
	border-color: #5f5f5f !important;
	background-color: #434343 !important
}

.npay_bg_dgray .npay_text {
	background-position: 0 -40px !important
}

.npay_bg_dgray .npay_event_text,
.npay_bg_dgray .npay_event_text .event_link {
	color: #959595 !important
}

.npay_bg_dgray .npay_btn_link.btn_gray {
	border-color: #67696e !important;
	background-color: #6d6f74 !important
}

.npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray {
	background-position: 50% -72px !important
}

.npay_bg_dgray .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -175px !important
}

.npay_bg_dgray .npay_event {
	border-top-color: #565656 !important
}

.npay_bg_dgray .npay_more_prev {
	background-position: 0 -20px !important
}

.npay_bg_dgray .npay_more_next {
	background-position: -15px -20px !important
}

.npay_vertical .npay_button {
	padding: 30px 0 14px !important
}

.npay_vertical .npay_btn_item {
	height: 33px !important
}

.npay_vertical .npay_btn_item.btn_width {
	width: 36px !important
}

.npay_vertical .npay_btn_link {
	height: 31px !important
}

.npay_vertical .npay_btn_link.npay_btn_zzim,
.npay_vertical .npay_btn_link.npay_btn_talk {
	width: 31px !important
}

.npay_vertical .npay_btn_link.npay_btn_pay {
	background-image: url(/static/images/icon/npay_sp_payment2.png) !important;
	background-repeat: no-repeat !important
}

.npay_vertical .npay_btn_link.npay_btn_talk {
	background-image: url(/static/images/icon/npay_sp_talk2.png) !important;
	background-repeat: no-repeat !important
}

.npay_vertical .npay_btn_link.npay_btn_zzim2 {
	background-image: url(/static/images/icon/npay_sp_zzim2.png) !important;
	background-repeat: no-repeat !important
}

.npay_vertical .npay_btn_link.btn_green,
.npay_vertical .npay_btn_link.npay_btn_pay.btn_gray,
.npay_vertical .npay_btn_link.npay_btn_talk.btn_gray {
	background-position: 50% -31px !important
}

.npay_vertical.npay_bg_dgray .npay_btn_link.btn_gray {
	background-position: 50% -64px !important
}

.npay_vertical .npay_btn_link.npay_btn_zzim2 {
	background-position: 50% -93px !important
}

.npay_vertical .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -124px !important
}

.npay_vertical.npay_bg_dgray .npay_btn_link.npay_btn_zzim2.btn_gray {
	background-position: 50% -155px !important
}

.npay_vertical .npay_text {
	top: 13px !important;
	width: 114px !important;
	height: 9px !important;
	background-position: 0 -80px !important
}

.npay_vertical .npay_btn_margin {
	margin-top: 3px !important
}

.npay_vertical .npay_event_text {
	white-space: normal !important;
	text-overflow: clip !important
}

.npay_vertical .npay_event_text .event_link span {
	display: inline !important;
	vertical-align: top !important;
}

.npay_vertical .npay_pointplus {
	padding: 5px 0 !important;
}

.npay_vertical .npay_pointplus .event_title {
	display: inline-block !important;
	position: relative !important;
	top: -1px !important;
	margin: 0 4px 0 0 !important;
	vertical-align: middle !important;
}

.npay_vertical.npay_bg_dgray .npay_text {
	background-position: 0 -110px !important
}

.npay_vertical2 .npay_button {
	padding: 28px 0 0 !important
}

.npay_vertical2 .npay_text {
	top: 11px !important
}

.npay_vertical2 .npay_event {
	border: 0 none !important
}

.npay_vertical2 .npay_event_text {
	line-height: 14px !important
}

.npay_horizontal .npay_text {
	top: 14px !important;
	left: 1px !important;
	background-position: 0 -180px !important;
	width: 170px !important;
	height: 10px !important
}

.npay_horizontal .npay_button {
	padding-left: 192px !important
}

.npay_horizontal .npay_event {
	width: 135px !important;
	border-top: none !important;
	margin-top: -35px !important;
	padding-right: 36px !important
}

.npay_type_A_1 {
	width: 236px !important;
	height: 88px !important
}

.npay_type_A_2 {
	width: 100%;
	height: 88px !important
}

.npay_type_B_1 {
	width: 214px !important;
	height: 83px !important
}

.npay_type_B_2 {
	width: 261px !important;
	height: 83px !important
}

.npay_type_C_1_1,
.npay_type_C_2_1 {
	width: 225px !important;
	height: 88px !important
}

.npay_type_C_1_2,
.npay_type_C_2_2 {
	width: 272px !important;
	height: 88px !important
}

.npay_type_C_3_1 {
	width: 225px !important;
	height: 92px !important
}

.npay_type_C_3_2 {
	width: 272px !important;
	height: 92px !important
}

.npay_type_D_1_1,
.npay_type_D_2_1 {
	width: 210px !important;
	height: 83px !important
}

.npay_type_D_1_2,
.npay_type_D_2_2 {
	width: 251px !important;
	height: 83px !important
}

.npay_type_D_3_1 {
	width: 210px !important;
	height: 87px !important
}

.npay_type_D_3_2 {
	width: 251px !important;
	height: 87px !important
}

.npay_type_E_1_1,
.npay_type_E_1_2,
.npay_type_E_2_1,
.npay_type_E_2_2 {
	width: 124px !important;
	height: 135px !important
}

.npay_type_E_3_1,
.npay_type_E_3_2 {
	width: 124px !important;
	height: 139px !important
}

.npay_type_F {
	width: 365px !important;
	height: 115px !important
}

.npay_type_G {
	width: 394px !important;
	height: 60px !important
}


/* IE5용 */
.npay_type_E_1_1 .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_E_1_1 .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_E_1_2 .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_E_1_2 .npay_btn_link.npay_btn_talk.btn_gray {
	*background-position: 50% -31px !important
}

.npay_type_C_3_1 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_D_3_1 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_C_3_2 .npay_vertical.npay_bg_dgray .npay_text,
.npay_type_D_3_2 .npay_vertical.npay_bg_dgray .npay_text {
	*background-position: 0 -40px !important
}

.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_C_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_D_3_1 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_C_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_pay.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_talk.btn_gray,
.npay_type_D_3_2 .npay_bg_dgray .npay_btn_link.npay_btn_zzim.btn_gray {
	*background-position: 50% -70px !important
}




/* ============ item_tab ============ */
.item_tab {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.item_tab .nav-tabs {
	border: 0;
}

.item_tab .nav-link {
	position: relative;
	height: 56px;
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-weight: 400;
}

.item_tab .nav-link .txt {
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.item_tab .nav-link .txt span {
	display: block;
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-weight: 400;
	color: #000;
	opacity: 0.5;
}

.item_tab .nav-link.active {
	font-weight: 700;
	color: #000;
}

.item_tab .nav-link.active:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #F15C22;
	content: '';
}

/* ============ 상품정보 ============ */
.item_view .tab-pane {
	padding: 30px 0 0;
}

.item_view .txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

/* -------- item_detail -------- */
.item_detail .detail_photo {
	margin: 13px 0;
	text-align: center;
}

.item_info_detail .detail_photo img {
	width: 100%;
}



/* --- item_info_detail ---*/
.item_info_detail {
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
}

.item_info_detail tr {
	border-top: 1px solid #e2e2e2;
}

.item_info_detail tr:first-child {
	border-top: 0;
}

.item_info_detail td,
.item_info_detail th {
	padding: 12px 17px;
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.item_info_detail th {
	font-weight: 500;
	vertical-align: middle;
	background: #f7f7f7;
}

.item_info_detail .vertical_top {
	vertical-align: top;
}

.item_info_detail td {
	color: #959595;
}

.btn_buyer img {
	width: 12px;
	height: 12px;
}



/* --- item_info_detail ---*/
.item_info_deatil {
	margin-bottom: 40px;
	border: 1px solid #e2e2e2;
}

.item_info_deatil tr {
	border-top: 1px solid #e2e2e2;
}

.item_info_deatil tr:first-child {
	border-top: 0;
}

.item_info_deatil td,
.item_info_deatil th {
	padding: 12px 17px;
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.item_info_deatil th {
	font-weight: 500;
	vertical-align: middle;
	background: #f7f7f7;
}

.item_info_deatil th.vertical_top {
	vertical-align: top;
}

.item_info_deatil td {
	color: #959595;
}

.detail_view_wrap .view_right .option_total {
	margin: 30px 0;
}

/* 텍스트 옵션 추가 */
.txt_box {
	position: relative;
	margin-bottom: 14px;
}

.txt_box p {
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}

.txt_box p {
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}

.txt_box .form-control.box {
	padding: 0 6rem 0 13px;
}

.txt_box .btn_add {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 5rem;
	height: 4.4rem;
}

.option_area .txt_box {
	margin-bottom: 8px;
	padding: 0 22px;
}

.option_area .txt_box p {
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}

.option_area .txt_box .btn_add {
	right: 22px;
}

/* -------- item_qna -------- */
.item_qna {
	padding: 0 20px;
}

.item_qna .total_top,
.item_review .total_top {
	margin-top: 0;
}

/*.item_qna .total_top .inquiry_write,
.item_review .total_top .inquiry_write{
	margin-top:10px;
}*/
.review_guide .total_tit span {
	color: #bdbdbd;
	font-size: 1.6rem;
}

/*.inquiry_write .file_area ul li{
	max-width: 68px;
}
.item_qna .inquiry_write .select_check .row{
	align-items: center;
}*/
.item_qna .inquiry_write .select_check .secret_txt {
	text-align: right;
}

/* 상품후기 */
.item_review {
	padding: 0 20px;
}

.review_list .review_open {
	cursor: pointer;
}



.item_review .total_top .total_area {
	margin-bottom: 45px;
	padding-bottom: 15px;
	border-bottom: solid 4px #000;
}

.item_review .grade {
	display: flex;
	/*min-height:24px;
	margin-top: 37px;*/
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #999;
}

.item_review .grade .txt {
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.item_review .grade .rating_star {
	margin: 0 20px 0 30px;
}

.item_review .grade .rating_star span {
	width: 36px;
	height: 36px;
}

.item_review .grade .num>b {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	color: #000;
	vertical-align: text-bottom;
}

.item_review .list_wrap {
	margin-top: 80px;
	border-top: none;
}

.item_review .review_list .list_top_sel {
	padding-bottom: 15px;
	border-bottom: solid 1px #e2e2e2;
	text-align: center;
}

.item_review .review_list .list_top_sel .btn_my_filter {
	display: inline-block;
	position: relative;
	min-width: 340px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #2684FF;
	line-height: 60px;
	vertical-align: top;
}

.item_review .review_list .list_top_sel .btn_my_filter:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 60px;
	margin-left: 10px;
	background: url(/static/images/icon/ico_my_ft.png) no-repeat center center;
	vertical-align: top;
}

.item_review .review_list .list_top_sel .btn_my_filter:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 5px;
	width: calc(100% - 20px);
	height: calc(100% - 10px);
	border: solid 1px #2684FF;
	transition: all 0.4s;
}

.item_review .review_list .list_top_sel .btn_my_filter:hover:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #2684FF;
}

.item_review .review_list .list_top_sel .custom-select {
	float: right;
	width: auto;
	height: 3rem;
	margin-top: 30px;
	padding-right: 20px;
	border-bottom: none;
	font-size: 1.4rem;
}

.review_list .rv_my_info {
	display: none;
	margin: 25px 0 20px;
	padding: 20px;
	background: #fff;
	border: solid 1px #e3e3e3;
}

.review_list .rv_my_info>li {
	position: relative;
	padding-left: 120px;
	font-size: 1.3rem;
	color: #000;
	line-height: 28px;
}

.review_list .rv_my_info>li .cate {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
}

.review_list .rv_my_info>li>p {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.review_list .rv_my_info>li>p:last-child {
	margin: 0;
}

.review_list .rv_my_info>li>p>span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
	vertical-align: top;
}


/* review_list */
.review_list .review_origin {
	display: flex;
}

.review_list .review_origin .txt_area {
	width: calc(100% - 68px);
	padding-right: 10px;
}

.review_list .review_origin .txt_area .title {
	display: -webkit-box;
	max-height: 6.6rem;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.review_list .review_origin .img_area {
	position: relative;
	width: 68px;
	height: 68px;
}

.review_list .review_origin .img_more {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
}

.review_list .review_origin .img_more span {
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
}

.review_list .review_img .img_area {
	margin-top: 2rem;
}

/* event */
.review_list .list_area.on .review_origin .img_area {
	display: none;
}

.review_list .list_area.on .review_origin .txt_area {
	width: 100%;
	padding: 0;
}

.review_list .list_area.on .review_origin .txt_area .title {
	display: block;
	max-height: 100%;
}


.review_list .review_img {
	display: none;
}

.review_list .rv_btm {
	display: flex;
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review_list .rv_btm>dt {
	font-weight: 400;
	color: #999;
	opacity: 1;
	transition: opacity 0.4s;
}

.review_list .rv_btm>dd {
	color: #000;
	text-align: right;
}

.review_list .rv_btm .btn_good {
	display: inline-block;
	position: relative;
	min-width: 76px;
	padding: 0 15px;
	margin-left: 10px;
	background: #fff;
	border: solid 1px #e2e2e2;
	border-radius: 50px;
	font-size: 1.4rem;
	color: #2684ff;
	text-align: center;
	line-height: 28px;
	vertical-align: top;
}

.review_list .rv_btm .btn_good:before {
	content: "\e8dc";
	display: inline-block;
	margin-right: 5px;
	font-family: "Material Icons";
	font-size: 1.6rem;
	vertical-align: top;
	transition: font-size 0.4s;
}

.review_list .rv_btm .btn_good:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	border: solid 1px #fff;
	border-radius: 50px;
	transition: all 0.4s;
}

.review_list .rv_btm .btn_good>span {
	display: inline-block;
	position: relative;
	margin-top: 8px;
	font-weight: 700;
	line-height: 1;
	vertical-align: top;
	z-index: 1;
	transition: color 0.4s;
}

.review_list .rv_btm .btn_good:hover:before {
	font-size: 2.3rem;
}

.review_list .rv_btm .btn_good:hover:after {
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: solid 5px #2684ff;
	opacity: 0.3;
}

.review_list .rv_btm .btn_good.chk {
	background: #2684ff;
	border: solid 1px #2684ff;
	color: #fff;
}

.review_list .rv_btm .btn_good.chk:after {
	display: none;
}




.review_list .rv_comment {
	display: none;
	position: relative;
	margin-top: 25px;
	padding: 20px;
	background: #fff;
	border: solid 1px #e3e3e3;
	font-size: 1.3rem;
	color: #666;
	line-height: 22px;
}

.review_list .rv_comment:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -11px;
	width: 10px;
	height: 11px;
	background: url(/static/images/icon/blt_rv_comment.png) no-repeat center center;
}

.review_list .rv_comment>dt {
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}

.review_list .rv_comment>dt:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 22px;
	background: url(/static/images/icon/ico_rv_commnet.png) no-repeat left 3px;
	vertical-align: top;
}


.review_list .list_area.on .rv_btm>dt {
	opacity: 0;
}



/* q&a */
.item_qna .list_in {
	padding-top: 30px;
	padding-bottom: 30px;
}

.item_qna .faq_list .question {
	margin-top: 1.4rem;
}

.faq_list .lock {
	display: inline-block;
	width: 12px;
	height: 13px;
	margin-right: 4px;
	background: url(/static/images/icon/icon_lock.png) no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
}


/* 검색결과 유/무 */
.search_contents .tit_wrap {
	padding-bottom: 21px;
	border-bottom: 1px solid #f5f5f5;
}

.search_contents .tit_wrap .tit {
	font-weight: 400;
}

.search_contents .tit_wrap span {
	display: inline-block;
	margin-right: 4px;
	font-weight: 500;
}

.search_contents .search_txt {
	display: table;
	margin: 76px auto 0;
}

.search_contents .search_txt>p {
	font-size: 1.6rem;
	text-align: center;
}

.search_contents .info_dot {
	margin-top: 20px;
}


/* -------- 판매자 정보 -------- */
/* --- buyer_area ---*/
.buyer_wrap {
	padding: 0 20px;
}

.buyer_wrap .buyer_area .tit_area {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.buyer_wrap .buyer_area .buyer_tit {
	font-size: 1.4rem;
	font-weight: 700;
}

.buyer_wrap .buyer_area dt,
.buyer_wrap .buyer_area dd {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.buyer_wrap .buyer_area dt {
	font-weight: 400;
	color: #4c4c4c;
}

.buyer_wrap .buyer_area dd {
	color: #959595;
}


/* --- deli_info ---*/
.buyer_wrap .deli_info {
	margin-top: 30px;
}

.buyer_wrap .deli_info .deli_tit {
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.buyer_wrap .deli_info .txt_area {
	margin-top: 10px;
}

.buyer_wrap .deli_info .txt_area dl {
	position: relative;
	margin-bottom: 18px;
}

.buyer_wrap .deli_info .txt_area dl:last-child {
	margin-bottom: 0;
}

.buyer_wrap .deli_info .txt_area dt,
.buyer_wrap .deli_info .txt_area dd {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.buyer_wrap .deli_info .txt_area dt {
	margin-bottom: 8px;
	font-weight: 400;
	color: #4c4c4c;
}

.buyer_wrap .deli_info .txt_area dd {
	position: relative;
	margin-bottom: 6px;
	padding-left: 10px;
	color: #959595;
}

.buyer_wrap .deli_info .txt_area dd:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	margin-right: 5px;
	border-radius: 50%;
	background: #959595;
}

.buyer_wrap .deli_info .txt_area dd:last-child {
	margin-bottom: 0;
}



/* ======================================== ~ mobile ======================================== */
@media (max-width: 767px) {

	/* ============ 상품리스트 ============ */
	.item_view .view_top {
		padding: 0;
	}

	.item_list.basic .badge-wrap {
		margin-top: 15px;
	}

	.item_contents .item_category2.fixed {
		position: fixed;
		top: 100px;
		width: 100%;
		background: #fff;
		z-index: 1000;
	}

	/* ============ 상품상세 ============ */
	/* --- view_top ---*/
	.view_info .tit_area {
		padding: 0 20px;
	}

	.item_view .view_photo {
		padding: 0;
	}

	.view_top .view_info {
		margin-top: 20px;

	}

	.view_info .time_sale_wrap {
		padding: 0 20px;
	}

	.view_info .title {
		max-width: calc(100% - 50px);
	}

	.item_slider .item_list {
		padding: 0 20px;
	}

	/* --- item_tab ---*/
	.tab_container.container {
		padding: 0;
	}

	.item_info_inner {
		padding: 0 20px;
	}

	.item_slider .tit {
		padding: 0 20px;
	}

	.item_tab .container {
		padding: 0;
	}

	.tab-content .container {
		padding: 0;
	}

	.tab-content .tab_inner {
		padding: 0 20px;
	}

	.option_area .amt_box span {
		display: inline-block;
		margin-right: 19px;
		padding-left: 20px;
		font-size: 1.4rem;
		line-height: 30px;
	}
}


/* ======================================== tablet ======================================== */
@media (min-width: 768px) {
	.view_info .btn_sns {
		right: 0;
	}

	.item_contents2 .mobile_item .item_head_m.active {
		top: 100px;
	}

	.item_category .btn_more_wrap {
		text-align: center;
	}

	.item_category .btn_more_wrap .btn_more {
		width: 330px;
	}

	.item_wrap .item_dropdown .row {
		justify-content: center;
	}

	.item_category .item_dropdown.tablet .dropDown_wrap {
		display: flex;
		justify-content: center;
	}

	.item_category .item_dropdown .dropdown-item {
		overflow: hidden;
		width: 170px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.item_category .item_dropdown .dropDown {
		position: relative;
	}

	.item_category .item_dropdown .dropDown:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 25px;
		margin-left: 12px;
		border-right: 1px solid #d5d5d5;
		vertical-align: middle;
	}

	.item_category .item_dropdown .dropDown:last-child:after {
		display: none;
	}

	.item_contents .item_category .filter_select {
		display: none;
	}

	.item_category .item_dropdown .dropdown-toggle {
		padding: 0 24px 0 12px;
		background-size: 21px auto;
		vertical-align: middle;
	}

	.item_category .item_dropdown .dropDown:first-child .dropdown-toggle {
		padding-left: 0;
	}

	.item_category .item_dropdown .dropdown-toggle:after {
		width: 21px;
		margin-left: 5px;
		margin-right: 10px;
		background-size: 21px auto;
		vertical-align: middle;
	}

	/* ======= 상품상세 옵션 추가 부분 ======= */
	.detail_view_wrap .view_wrap .custom-select.box {
		line-height: 4.5rem;
	}

	.detail_view_wrap .option_layer .option_area .option_view_inner {
		position: relative;
		margin: 30px auto 0;
	}

	.detail_view_wrap .option_layer .view_left {
		margin-bottom: 30px;
		padding-top: 30px;
		padding-right: 30px;
	}

	.detail_view_wrap .option_layer .option_area .option_view_inner h4 {
		margin-bottom: 10px;
		font-size: 2rem;
		font-weight: 400;
		letter-spacing: -0.6px;
	}

	.detail_view_wrap .option_layer .option_area .option_view .view_wrap {
		border-top: 1px solid #d5d5d5;
	}

	.detail_view_wrap .option_layer .option_area .option_view .view_wrap .view_wrap_left {
		float: left;
		width: 648px;
		padding-top: 20px;
	}

	.detail_view_wrap .option_layer .view_left .amt_box {
		margin-bottom: 16px;
	}

	.detail_view_wrap .option_layer .price_wrap {
		display: flex;
		margin-right: 0;
		justify-content: space-between;
		align-items: center;
	}

	.detail_view_wrap .option_layer .price_wrap .amt_box {
		margin-bottom: 0;
	}

	.detail_view_wrap .option_list .op_tit {
		width: calc(100% - 270px);
		margin-right: 0;
	}

	.detail_view_wrap.wfix .option_list .op_tit {
		width: calc(100% - 110px);
	}

	.detail_view_wrap .price_wrap {
		display: flex;
		margin-left: 30px;
		align-items: center;
		justify-content: space-between;
	}

	.detail_view_wrap .price_wrap .text-right {
		margin-left: 20px;
	}

	.detail_view_wrap .option_layer .list_in .op_price {
		font-size: 1.2rem;
	}

	.detail_view_wrap .option_layer .list_in .op_price span {
		font-size: 1.4rem;
		font-weight: 800;
	}

	.detail_view_wrap .option_layer .custom-select.box {
		text-align: left;
	}

	.detail_view_wrap .option_layer .custom-select.box:after {
		display: none;
	}

	.detail_view_wrap .option_drop {
		overflow: hidden;
		display: none;
		position: absolute;
		top: 50%;
		width: 100%;
		/*height:248px;*/
		border: 1px solid #333;
		background-color: #fff;
		z-index: 10;
		transform: translateY(-27px);
	}

	.detail_view_wrap .custom-select:focus {
		box-shadow: none;
		outline: none;
	}

	.detail_view_wrap .option_drop .drop_tit {
		height: 4.4rem;
		padding: 0 30px 0 13px;
		color: #959595;
		line-height: 4.7rem;
		letter-spacing: 0;
		border-bottom: 1px solid #333;
	}

	.detail_view_wrap .option_drop .drop_close {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 53px;
		padding: 0;
		background: url(/static/images/icon/icon_close_black.png) no-repeat center;
		background-size: 18px auto;
	}

	.detail_view_wrap .option_drop .dropdown_area {
		border-top: 1px solid #333;
	}

	.detail_view_wrap .option_drop .dropdown_area:first-of-type {
		border-top: 0;
	}

	.detail_view_wrap .option_drop .dropdown_area:last-of-type {
		border-bottom: 1px solid #e2e2e2;
	}

	.detail_view_wrap .option_drop .dropdown_area:first-of-type .option_btn {
		display: block;
	}

	.view_info .dropdown_box.single .option_drop .tit {
		background: #fff;
		color: #000;
	}

	.detail_view_wrap .option_drop .tit {
		width: 100%;
		padding: 12px;
		color: #959595;
		font-size: 1.3rem;
		text-align: left;
		background-color: #fbfbfb;
	}

	.detail_view_wrap .option_btn {
		display: none;
		overflow-y: auto;
		max-height: 115px;
		border-top: 1px solid #e2e2e2;
	}

	.detail_view_wrap .option_drop button {
		width: 100%;
		padding: 12px 0 12px 12px;
		font-size: 1.3rem;
		text-align: left;
	}

	.detail_view_wrap .amt_box {
		margin-bottom: 16px;
		justify-content: space-between;
	}

	.detail_view_wrap .btn_amt_box {
		font-size: 0;
		justify-content: space-between;
	}

	.detail_view_wrap .amt_box span {
		display: inline-block;
		/* margin-right: 19px; */
		font-size: 1.4rem;
		line-height: 2.8rem;
	}

	/*.detail_view_wrap .amt_box .btn_amt_box{
		justify-content: right;
	}*/
	/*.detail_view_wrap .amt_box */
	.detail_view_wrap .dropdown_box {
		position: relative;
		max-height: 86px;
		margin: 0 0 8px;
	}

	.detail_view_wrap .option_btn::-webkit-scrollbar {
		width: 4px;
	}

	.detail_view_wrap .option_btn::-webkit-scrollbar-thumb {
		background: #e2e2e2;
	}

	.detail_view_wrap .option_btn {
		max-height: 110px;
		overflow-y: auto;
	}

	/*.detail_view_wrap .list_in{
		overflow-y:auto;
		max-height: 170px;
	}*/
	.detail_view_wrap .view_right {
		position: relative;
		border-top: 1px solid #111;
	}

	.detail_view_wrap .view_right .option_total {
		display: flex;
		justify-content: space-between;
	}

	.detail_view_wrap .view_right span {
		display: block;
		/*font-size:1.4rem;*/
		font-size: 2rem;
	}

	.detail_view_wrap .view_right span:first-child span {
		font-size: 1.4rem;
	}

	.detail_view_wrap .view_right span:last-child {
		color: #000;
	}

	.detail_view_wrap .view_right span:last-child strong {
		/*font-size:1.8rem;*/
		font-size: 2.4rem;
	}

	.detail_view_wrap .view_right span strong {
		font-size: 1.6rem;
	}

	.detail_view_wrap .option_btn_area {
		display: flex;
		width: 100%;
		margin-bottom: 8px;
		font-size: 0;
	}

	.detail_view_wrap .option_btn_area .btn_default {
		width: 100%;
		max-width: 25.6rem;
		line-height: 4.4rem;
		font-size: 18px;
		font-weight: 500;
		margin: 0 8px;
	}

	.detail_view_wrap .option_btn_area .btn_primary {
		width: 100%;
		max-width: 25.6rem;
		line-height: 4.4rem;
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 500;
	}

	.detail_view_wrap .option_list li {
		display: flex;
		position: relative;
		padding: 16px 0;
		border-bottom: 1px solid #e2e2e2;
	}

	.detail_view_wrap .option_list li:last-child {
		border-bottom: 0;
	}

	.detail_view_wrap .op_tit {
		max-width: calc(100% - 80px);
	}

	/* .detail_view_wrap .option_btn_area a {
		display: block;
		height:4.4rem;
		margin-right: 8px;
		font-size: 1.4rem;
		font-weight: 300;
		line-height:4.4rem;
	}
	.detail_view_wrap .option_btn_area a:last-child{
		margin-right:0;
	} */
	.detail_view_wrap .option_list .btn_item_delete {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: url(/static/images/icon/icon_close_black.png) no-repeat center;
		background-size: 18px auto;
		transform: translateY(-40%);
	}

	.detail_view_wrap .option_btn_area .btn_naverpay {
		width: 100%;
	}

	.detail_view_wrap .option_btn_area .btn_naverpay img {
		width: 100%;
	}

	.detail_view_wrap .btn_option_close {
		display: none;
	}

	.detail_view_wrap .btn_option_close img {
		width: 100%;
		height: 100%;
	}

	.detail_view_wrap .option_drop button {
		width: 100%;
		padding: 12px 0 12px 12px;
		font-size: 1.3rem;
		text-align: left;
	}

	.detail_view_wrap .option_layer_tit {
		display: none;
	}

	.detail_view_wrap.wfix .option_layer_tit {
		display: block;
	}

	/* ======= 필터 ======= */
	.item_contents2.filter_open .item_list_wrap {
		width: 100%;
	}

	.item_contents2 .item_list_wrap {
		width: 100%;
		margin: 8px 0 0 auto;
		-webkit-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	.item_contents2 .item_category_m .swiper-slide {
		text-align: left;
	}



	/* ======= item_category2 ======= */
	.item_view .item_category2 .container {
		/* padding:0; */
	}

	.item_category2 .item_dropdown.tablet .dropDown_wrap {
		justify-content: flex-start;
	}

	.item_category2 .item_dropdown .dropdown-toggle {
		padding-right: 17px;
		font-size: 14px;
		font-weight: 400;
		background: url(/static/images/icon/icon_drop.png) no-repeat center right;
		background-size: 10px auto;
	}

	.item_category2 .item_dropdown .dropdown-menu.show {
		left: 0 !important;
		margin-top: 25px;
		transform: none !important;
	}

	.item_category2 .item_category .item_dropdown .dropdown-toggle {
		padding: 0;
	}

	.item_category2 .item_dropdown .drop_tit {
		font-size: 14px;
		font-weight: 500;
		/*line-height: 20px;*/
	}

	.item_category2 .item_dropdown .drop_tit:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 8px;
		margin-bottom: 2px;
		border: 0;
	}

	.item_category2 .item_dropdown .dropDown:after {
		height: 8px;
	}

	.view_info {
		margin-top: 30px;
	}

	.view_info .info_area {
		margin-bottom: 20px;
		border-top: 1px solid #E8E8E8;
		border-bottom: 1px solid #000000;
	}

	.view_info .info_area dt,
	.view_info .info_area dd {
		padding: 0;
	}

	.time_sale_wrap .time_term {
		display: flex;
	}

	.time_sale_wrap .time_term .date {
		margin-top: 0;
	}

	.time_sale_wrap .time_term .d_day:after {
		margin: 0 12px 2px 11px;
	}

	.time_sale_wrap .time_term .time:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 8px;
		margin: 0 12px 2px 11px;
		background: rgba(112, 112, 112, 0.3);
	}

	.item_slider {
		margin-top: 200px;
	}

	.item_slider .list_area {
		width: 210px;
	}

	.item_slider .tit,
	.item_detail .tit {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}

	/* ======= 상품후기 ======= */
	/*.inquiry_write .rating_star{
		display: inline-flex;
	}
	.inquiry_write .rating_scores{
		display: flex;
		justify-content: left;
		margin-bottom: 28px;
	}
	.inquiry_write .rating_score{
		margin-top: 6px;
	}
	.inquiry_write .file_area ul li{
		max-width: 68px;
		margin-right: 30px;
	}*/


	/* ============ 상품 Q&A ============ */
	.item_qna {
		padding: 0;
	}


	/* ============ 상품후기 ============ */
	.item_review {
		padding: 0;
	}


	/* ============ 상품후기 ============ */
	.buyer_wrap {
		padding: 0;
	}



	/* ======= 바로구매 ======= */
	.detail_view_wrap.wfix {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		background: #fff;
		border-top: solid 4px #F15C22;
		z-index: 100;
		transition: none;
	}

	.detail_view_wrap.wfix.view {
		bottom: 0 !important;
	}

	.detail_view_wrap.wfix .view_wrap {
		max-width: 1200px;
		margin: 0 auto;
	}

	.detail_view_wrap .btn_open2 {
		display: none;
		position: absolute;
		right: 0;
		top: -60px;
		width: 180px;
		height: 60px;
		font-size: 1.8rem;
		padding: 13px 20px;
		line-height: 3.5rem;
		background: #F15C22 url(/static/images/icon/btn_select_on.png) no-repeat 90% 50%;
		background-size: 10px auto;
		color: #fff;
		vertical-align: middle;
		transform: translateX(-20px);
	}

	.detail_view_wrap.wfix .btn_open2 {
		display: block;
		background: #F15C22 url(/static/images/icon/btn_select_off.png) no-repeat 90% 50%;
		background-size: 10px auto;
	}

	/*.option_layer {
		!*display: none !important;*!
		position: fixed;
		left: 0;
		bottom: -1px;
		width: 100%;
		z-index: 1000;
	}*/
	/*.option_layer.show{
		display: block !important;
	}*/
	.detail_view_wrap.wfix .option_area {
		position: relative;
		width: 100%;
	}

	.detail_view_wrap.wfix.view .btn_open2 {
		/*float:right;*/
		background: #F15C22 url(/static/images/icon/btn_select_on.png) no-repeat 90% 55%;
		background-size: 10px auto;
		z-index: 9999;
	}

	/*.detail_view_wrap.wfix .btn_open2 .option_open {
		display: block;
		width: 160px;
		margin-right: 40px;
		padding: 0 0 0 20px;
		background: url(/static/images/icon/btn_select_on.png) no-repeat right center;
		background-size: 10px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
*/
	.detail_view_wrap.wfix .option_box.on:after {
		content: '';
		display: block;
		clear: both;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_naverpay {
		background: url(/static/images/btn_naverpay.png) no-repeat center;
		background-size: 100% auto;
	}

	.detail_view_wrap.wfix .option_area .btn_naver .option_open {
		background: url(/static/images/icon/btn_select_on.png) no-repeat right center;
		background-size: 10px;
	}

	.detail_view_wrap.wfix .option_area .option_view {
		display: none;
		width: 100%;
		border-top: 4px solid #333;
		background: #fff;
		clear: both;
	}

	.detail_view_wrap.wfix .option_area .option_view_inner {
		position: relative;
		margin: 30px auto 0;
	}

	.detail_view_wrap.wfix .view_left {
		overflow-y: auto;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
		max-height: 450px;
		margin-bottom: 30px;
		padding-top: 30px;
		padding-right: 30px;
		padding-left: 0;
	}

	.detail_view_wrap.wfix .option_layer_tit {
		margin-bottom: 0;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		/*padding-top:30px;*/
		padding-bottom: 10px;
		font-size: 2rem;
		font-weight: 400;
		letter-spacing: -0.6px;
		border-bottom: 1px solid #d5d5d5;
	}

	.detail_view_wrap.wfix .option_area .option_view .view_wrap {
		border-top: 1px solid #d5d5d5;
	}

	.detail_view_wrap.wfix .view_wrap .view_wrap_left {
		float: left;
		width: 648px;
		padding-top: 20px;
	}

	.detail_view_wrap.wfix .view_left .amt_box {
		margin-bottom: 16px;
	}

	.detail_view_wrap.wfix .price_wrap {
		display: flex;
		margin-right: 0;
		margin-left: 0;
		justify-content: space-between;
		align-items: center;
	}

	.detail_view_wrap.wfix .price_wrap .amt_box {
		margin-bottom: 0;
	}

	.detail_view_wrap.wfix .list_in .op_price {
		font-size: 1.2rem;
	}

	.detail_view_wrap.wfix .list_in .op_price span {
		font-size: 1.4rem;
		font-weight: 800;
	}

	.detail_view_wrap.wfix .custom-select.box {
		text-align: left;
	}

	.detail_view_wrap.wfix .custom-select.box:after {
		display: none;
	}

	.option_view .option_drop {
		overflow: hidden;
		display: none;
		position: relative;
		width: 100%;
		height: 248px;
		border: 1px solid #333;
		background-color: #fff;
		z-index: 10;
	}

	.option_view .custom-select:focus {
		box-shadow: none;
		outline: none;
	}

	.option_view .option_drop .drop_tit {
		height: 4.4rem;
		padding: 0 30px 0 13px;
		color: #959595;
		line-height: 3.5;
		border-bottom: 1px solid #333;
	}

	.option_view .option_drop .drop_close {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 53px;
		padding: 0;
		background: url(/static/images/icon/icon_close_black.png) no-repeat center;
		background-size: 18px auto;
	}

	.option_view .option_drop .dropdown_area {
		border-top: 1px solid #333;
	}

	.option_view .option_drop .dropdown_area:first-of-type {
		border-top: 0;
	}

	.option_view .option_drop .dropdown_area:last-of-type {
		border-bottom: 1px solid #e2e2e2;
	}

	.option_view .option_drop .dropdown_area:first-of-type .option_btn {
		display: block;
	}

	.option_view .option_drop .tit {
		width: 100%;
		padding: 12px;
		color: #959595;
		font-size: 1.3rem;
		text-align: left;
		background-color: #fbfbfb;
	}

	.option_view .option_btn {
		display: none;
		overflow-y: scroll;
		max-height: 115px;
		border-top: 1px solid #e2e2e2;
	}

	.option_view .option_drop button {
		width: 100%;
		padding: 12px 0 12px 12px;
		font-size: 1.3rem;
		text-align: left;
	}

	.detail_view_wrap.wfix .amt_box span {
		display: inline-block;
		-ms-flex: 0 0 14.333333%;
		flex: 0 0 14.333333%;
		max-width: 14.333333%;
		/*margin-right: 19px;*/
		font-size: 1.4rem;
		line-height: 2.8rem;
	}

	.detail_view_wrap.wfix .dropdown_box {
		position: relative;
		margin-bottom: 8px;
	}

	.detail_view_wrap.wfix .option_btn {
		max-height: 110px;
		overflow-y: scroll;
	}

	/*	.detail_view_wrap.wfix .list_in{
            overflow-y:auto;
            max-height: 170px;
        }*/
	.detail_view_wrap.wfix .view_right {
		position: relative;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		min-height: 268px;
		padding: 45px 30px 30px;
		border-top: 0;
		background: #f5f5f5;
	}

	.detail_view_wrap.wfix .view_right .option_total {
		display: flex;
		margin: 0;
		justify-content: space-between;
	}

	.detail_view_wrap.wfix .view_right span {
		display: block;
		font-size: 1.4rem;
	}

	.detail_view_wrap.wfix .view_right span:first-child span {
		font-size: 1.4rem;
	}

	.detail_view_wrap.wfix .view_right span:last-child {
		color: #333;
	}

	.detail_view_wrap.wfix .view_right span:last-child strong {
		font-size: 1.8rem;
	}

	.option_layer .view_right span strong {
		font-size: 1.8rem;
	}

	.detail_view_wrap.wfix .option_btn_wrap {
		position: absolute;
		bottom: 30px;
		width: calc(100% - 60px);
	}

	.detail_view_wrap.wfix .option_btn_area {
		display: flex;
		width: 100%;
		margin-bottom: 8px;
		font-size: 0;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_secondary {
		width: 100%;
		line-height: 4.4rem;
		background: #4c4c4c;
		border: 0;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_primary {
		/* width:100%;
		max-width: 100%;
		line-height: 4.4rem;
		margin-bottom: 0;
		background: #333;
		border: 0; */
	}

	.detail_view_wrap.wfix .option_list li {
		display: block;
		position: relative;
		padding: 16px 0;
		border-bottom: 1px solid #e2e2e2;
	}

	.detail_view_wrap.wfix .option_list li:last-child {
		border-bottom: 0;
	}

	.detail_view_wrap.wfix .op_tit {
		max-width: calc(100% - 110px);
		/*margin-bottom: 16px;*/
	}

	/* .detail_view_wrap.wfix .option_btn_area a {
		display: block;
		height:4.4rem;
		margin-right: 8px;
		font-size: 1.4rem;
		font-weight: 300;
		line-height:4.4rem;
	} */
	.detail_view_wrap.wfix .option_btn_area a:last-child {
		margin-right: 0;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_save {
		min-width: 4.4rem;
	}

	.detail_view_wrap.wfix .btn_item_delete {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: url(//static/images/icon/icon_close_black.png) no-repeat center;
		background-size: 18px auto;
		transform: translateY(-172%);
	}

	/*.detail_view_wrap.wfix .npay_type1{
		display: none;
	}*/
	.detail_view_wrap.wfix .option_btn_area .btn_naverpay img {
		width: 100%;
	}

	.detail_view_wrap.wfix .btn_option_close {
		display: block;
		position: absolute;
		top: 24px;
		right: 0;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 2;
		transform: translateX(-20px);
	}

	.detail_view_wrap.wfix .btn_option_close img {
		width: 100%;
		height: 100%;
	}

}



@media screen and (max-width: 991px) {

	.item_contents .filter_tit.active,
	.item_contents .btn_filter.active {
		position: fixed;
		top: 0;
	}

	/*	.item_contents .btn_filter{
            position: absolute;
            top: 68px;
            right: 20px;
            width: 26px;
            height: 26px;
        }*/
}



/* ======================================== pc ======================================== */
@media screen and (min-width: 992px) {
	.home_link {
		bottom: 1px;
	}

	.item_contents2 .bg_dim {
		display: none !important;
	}

	.item_contents2 .item_head_m.active {
		position: fixed;
		width: 100%;
		height: 150px;
		font-size: 1.25rem;
		background: #fff;
		z-index: 1000;
	}

	.item_contents2 .item_head_list {
		padding: 0;
	}

	.item_contents2 .pc_item {
		height: 225px;
	}

	.item_contents2 .pc_item .item_head.active {
		position: fixed;
		top: 106px;
		left: 0;
		width: 100%;
		padding: 80px 0 20px;
		background: #fff;
		z-index: 160;
	}

	.item_contents2 .pc_item .item_head {
		padding: 80px 0 0;
		transition: padding 0.4s;
	}

	.item_contents2 .pc_item .item_head_list .filter_tit {
		color: #000;
		font-size: 1.4rem;
		font-family: 'Noto Sans KR';
		background: url(/static/images/icon/icon_item_point_link.png) no-repeat center right;
		background-size: 20px auto;
	}

	.item_contents2 .btn_filter {
		margin-left: -2px;
		padding-left: 9px;
		padding-right: 42px;
		border: 1px solid #d5d5d5;
	}

	.item_contents2 .pc_item .tit {
		overflow: hidden;
		display: inline-block;
		/*width: 243px;*/
		width: 274px;
		/*margin-top: 20px;*/
		/*font-size: 5rem;*/
		font-size: 3.2rem;
		word-wrap: break-word;
		text-overflow: clip;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.item_contents2 .pc_item .item_head.active .depth_select select {
		font-size: 1.2rem;
	}

	.item_contents2 .pc_item .depth_select {
		display: flex;
		position: absolute;
		top: 50%;
		left: 350px;
		transform: translateY(-50%);
		z-index: 100;
	}

	.item_contents2 .pc_item .depth_select .select_depth3 {
		margin-right: 21px;
	}

	.item_contents2 .pc_item .depth_select select {
		font-size: 1.6rem;
		font-weight: 500;
		padding-right: 20px;
	}

	.item_contents2 .pc_item .depth_select .select_depth3 select {
		color: #333;
		background: url(/static/images/icon/icon_select3.png) no-repeat center right;
		background-size: 13px auto;
	}

	.item_contents2 .pc_item .depth_select .select_depth4 select {
		color: #686868;
		background: url(/static/images/icon/icon_select4.png) no-repeat center right;
		background-size: 13px auto;
	}

	.item_contents2 .item_list .sale_per.size {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 1.7rem;
		line-height: 4.5rem;
	}

	.item_contents2 .item_list .sale_per.size span {
		font-size: 1.2rem;
	}

	/* ======= 아이템 필터 ======= */
	.item_contents2 .item_filter_wrap .item_menu .menu_depth1>li {
		margin-top: 20px;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth1 li>a {
		display: block;
		color: #333;
		font-size: 2rem;
		font-family: 'Noto Sans KR';
		line-height: 29px;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth1 .now {
		font-weight: 700;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth1 .off {
		background: url(/static/images/icon/icon_plus.png) no-repeat center right;
		background-size: 11px auto;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth1 .on {
		background: url(/static/images/icon/icon_minus.png) no-repeat center right;
		background-size: 11px auto;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth2 li a {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 8px;
		color: #999;
		font-size: 1.3rem;
		font-family: 'Noto Sans KR';
		line-height: 19px;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth2 li:first-child a {
		padding-top: 12px;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth2 li:last-child a {
		padding-bottom: 0;
	}

	.item_contents2 .item_filter_wrap .item_menu .menu_depth2 {
		display: none;
	}

	.item_contents2 .item_contents .item_head_m.active {
		padding-top: 30px;
	}

	.item_contents2 .item_contents .item_head_m.active .filter_tit {
		margin: 0;
		padding: 0;
	}

	.item_contents2 .item_filter_wrap .sort_area.active {
		position: absolute;
		top: 50px;
	}

	.item_contents2 .item_head .sort_area {
		display: flex;
		position: absolute;
		top: 96px;
		right: 22px;
		/*width: calc(100% - 333px);
		margin-top: 22px;
		margin-bottom: 22px;
		margin-left: 333px;*/
		width: calc(100% - 373px);
		/* 좌측여백 + 좌우 20 */
		margin: 22px 0 22px 333px;
		padding: 0;
		justify-content: space-between;
		-webkit-transition: width 0.4s, margin 0.4s;
		-moz-transition: width 0.4s, margin 0.4s;
		-ms-transition: width 0.4s, margin 0.4s;
		-o-transition: width 0.4s, margin 0.4s;
		transition: width 0.4s, margin 0.4s;
	}

	.item_contents2 .item_head .filter_open_pc .sort_area {
		width: calc(100% - 40px);
		margin: 22px 0;
	}

	.item_contents2 .item_head.active .depth_select {
		transform: translateY(-34%);
	}

	.item_contents2 .item_head.active .sort_area .sort_total {
		visibility: hidden;
	}

	.item_contents2 .item_head.active .sort_area {
		position: absolute;
		top: 50%;
		/*margin-left: 293px;*/
		transform: translateY(-52%);
	}

	.item_contents2 .item_filter_wrap .item_category_m ul {
		display: block;
	}

	.item_contents2 .filter_wrap.trans_none {
		transition: none;
	}

	.item_contents2 .item_head_m .filter_tit {
		margin: 10px 0 60px 0;
		font-size: 7rem;
		line-height: 87px;
	}

	.item_contents2 .filter_container {
		position: static;
		height: auto;
		z-index: 110;
	}

	.item_contents2 .filter_open_pc .item_list_wrap {
		width: calc(100% - 333px);
	}

	.item_contents2 .filter_wrap {
		position: relative;
		top: 0;
		left: -100%;
		width: 0;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.item_contents2 .filter_open_pc .filter_wrap {
		left: 0;
		width: 274px;
	}

	.item_contents2 .filter_open_pc .filter_wrap.active {
		left: 50%;
		transform: translateX(-170%);
	}

	.item_contents2 .item_filter_wrap {
		position: relative;
		display: flex;
		margin-top: 14px;
	}

	.item_contents2 .filter_container {
		width: 274px;
		margin-top: 92px;
		padding: 0;
	}

	.item_contents2 .btn_filter_reset {
		font-size: 1.6rem;
	}

	.item_contents2 .filter_content .title>a {
		font-size: 1.8rem;
	}

	.item_contents2 .filter_lists a {
		font-size: 1.6rem;
	}

	.item_contents2 .colors .panel {
		display: inline-block;
		width: 12.33%;
		margin: 0 15px 30px 15px;
	}

	.item_contents2 .filter_wrap.active {
		overflow-y: auto;
		position: fixed;
		top: 300px;
		left: -100%;
		bottom: 0;
		width: auto;
		height: calc(100% - 250px);
		padding-left: 0;
		transform: none;
	}

	.item_contents2 .fixedBottom {
		position: absolute;
		bottom: 0;
		transform: translate(-294%, -40%);
	}

	/* .view_top.container{
		max-width: 1200px;
	} */
	/* --- 바로구매 ---*/
	.detail_view_wrap.wfix .option_btn_area a {
		height: 6rem;
		font-size: 1.8rem;
		line-height: 6rem;
	}

	.detail_view_wrap.wfix .amt_box span {
		display: inline-block;
		-ms-flex: 0 0 9.333333%;
		flex: 0 0 9.333333%;
		max-width: 9.333333%;
	}

	.option_view .option_drop {
		height: 233px;
	}



	/* ============ 상품 상세 내용 ============ */

	/* --- view_info ---*/
	.view_info {
		padding-left: 70px !important;
		padding-right: 0 !important;
	}

	/* --- view_top ---*/
	.view_top {
		margin-bottom: 60px;
		/* padding-top: 45px; */
	}

	/* --- view_photo ---*/
	.view_photo .thumb_area {
		margin: 30px 0;
	}

	.view_photo .thumb_area li {
		width: 80px;
		height: 80px;
		border-radius: 0;
		background: none;
	}

	.view_photo .thumb_area li {
		width: 74px;
		height: 74px;
		border-radius: 0;
		background: none;
	}

	.view_photo .thumb_area .swiper-slide-thumb-active {
		border: 2px solid #000;
	}

	.view_photo .swiper-button-next,
	.view_photo .swiper-button-prev {
		top: auto;
		bottom: -100px;
		margin: 0;
		width: 22px;
		height: 80px;
	}

	.view_photo .swiper-button-next {
		right: 0;
		background: url(/static/images/icon/arrow_sub_next.png) no-repeat;
		background-size: 100% 100%;
	}

	.view_photo .swiper-button-prev {
		left: 0;
		background: url(/static/images/icon/arrow_sub_prev.png) no-repeat;
		background-size: 100% 100%;
	}

	.view_info {
		margin-top: 0 !important;
	}

	.view_info .info_area dd.dropdown_content_wrap {
		margin-top: -20px;
	}

	.item_slider .list_area {
		width: 255px;
	}

	.item_slider .swiper-button-next,
	.item_slider .swiper-button-prev {
		right: -2px;
		top: 50%;
		width: 27px;
		height: 80px;
		margin-top: -98px;
	}

	.view_photo .img_area,
	.view_photo .img_area .swiper-slide {
		height: 500px;
	}


	/* ============ 구매 옵션 추가 ============ */

	.detail_view_wrap .option_list .op_tit {
		width: calc(100% - 270px);
		margin-right: 0;
	}

	.detail_view_wrap.wfix {
		/*bottom:-68%;*/
	}

	.detail_view_wrap .option_drop {
		/*height:243px;*/
		transform: translateY(-22px);
	}

	.detail_view_wrap.wfix .option_drop {
		/*height:237px;*/
	}

	.detail_view_wrap .price_wrap {
		margin-left: 30px;
	}

	.detail_view_wrap .option_btn_area.top .btn.btn_save {
		width: 60px;
		height: 60px;
	}

	.detail_view_wrap .option_btn_area.top .btn {
		height: 60px;
		line-height: 60px;
	}

	/*.detail_view_wrap .option_btn_area .npay_type2{
        background: url(/static/images/btn_naverpay_mc.png) no-repeat center;
        background-size: auto;
    }*/
	.detail_view_wrap .price_wrap .text-right {
		margin-left: 30px;
	}

	.detail_view_wrap .option_btn {
		max-height: 120px;
	}

	.detail_view_wrap .option_list .btn_item_delete {
		right: 0;
		transform: translateY(-48%);
	}

	.detail_view_wrap .amt_box span {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.detail_view_wrap .option_drop .drop_close {
		height: 43px;
	}




	/* ============ 바로구매 옵션 ============ */
	.detail_view_wrap.wfix .option_list li {
		display: flex;
		justify-content: space-between;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_secondary {
		line-height: 6rem;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_primary {
		line-height: 6rem;
	}

	.detail_view_wrap.wfix .price_wrap {
		margin-right: 50px;
	}

	.detail_view_wrap.wfix .option_list .op_tit {
		width: calc(100% - 260px);
		padding: 0;
	}

	.detail_view_wrap.wfix .list_in .text-right {
		margin-left: 20px;
	}

	.option_area .option_list li {
		display: flex;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_save {
		min-width: 6rem;
		line-height: 6rem;
	}

	.detail_view_wrap.wfix .option_btn_area .btn_naverpay {
		background: url(/static/images/btn_naverpay.png) no-repeat center;
		background-size: 100% auto;
	}

	.detail_view_wrap.wfix .btn_item_delete {
		top: 50%;
		margin-top: -15px;
		transform: translateY(0%);
	}

	.item_slider .tit,
	.item_detail .tit {
		font-size: 3.0rem;
		line-height: 4.2rem;
	}

}



/* ======================================== pc large ======================================== */
@media (min-width: 1200px) {

	/* .item_contents .container,
	.item_contents2 .container{
		max-width:1614px;
	} */
	.item_contents2 .filter_wrap.active {
		left: -100%;
		padding-left: 0;
	}

	.item_contents2 .filter_open_pc .filter_wrap.active {
		left: 20px;
		transform: translateX(0);
	}

	.item_contents2 .pc_item .item_head.active .depth_select select {
		font-size: 1.6rem;
	}

	.view_photo .thumb_area li {
		width: 80px;
		height: 80px;
	}

	.view_photo .swiper-button-next,
	.view_photo .swiper-button-prev {
		/* bottom:-110px; */
		top: 660px;
	}

	.viewBg {
		display: none;
	}

	.detail_view_wrap.wfix .option_list .op_tit {
		width: calc(100% - 310px);
	}

	.detail_view_wrap.wfix .list_in .text-right {
		margin-left: 40px;
	}

	.detail_view_wrap.wfix .btn_open2 {
		right: 50%;
		transform: translateX(330%);
	}

	.detail_view_wrap.wfix .btn_option_close {
		right: 50%;
		transform: translateX(600px);
	}

	.view_photo .img_area,
	.view_photo .img_area .swiper-slide {
		height: 625px;
	}
}

@media (min-width: 1630px) {
	.item_contents2 .filter_open_pc .filter_wrap.active {
		left: calc(50% - 790px);
	}
}





/* ================= 추가 MediaQuery ===================================================================================== */
@media (max-width:991px) {
	.item_review .total_top .total_area {
		margin-bottom: 30px;
	}

	.item_review .list_wrap {
		margin-top: 50px;
	}

	.item_review .review_list .list_top_sel .btn_my_filter {
		font-size: 1.4rem;
		line-height: 50px;
	}

	.item_review .review_list .list_top_sel .btn_my_filter:after {
		height: 50px;
	}

	.item_review .review_list .list_top_sel .custom-select {
		margin-top: 20px;
		font-size: 1.2rem;
	}
}


@media (max-width:767px) {
	.item_review .total_top .total_area {
		padding-bottom: 0;
		border: none;
	}

	.item_review .grade {
		font-size: 1.6rem;
	}

	.item_review .grade .rating_star {
		margin: 0 20px;
	}

	.item_review .grade .rating_star span {
		width: 24px;
		height: 24px;
	}

	.item_review .grade .num>b {
		font-size: 2.4rem;
	}

	.item_review .list_wrap {
		margin-top: 30px;
	}

	.item_review .review_list .list_top_sel {
		padding-top: 30px;
		border-top: solid 1px #f5f5f5;
	}

	.item_review .review_list .list_top_sel .btn_my_filter {
		display: block;
		width: 100%;
		font-size: 1.6rem;
	}

	.item_review .review_list .list_top_sel .btn_my_filter:before {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.item_review .review_list .list_top_sel .custom-select {
		float: none;
		width: 60px;
		margin-left: calc(100% - 60px);
		font-size: 1.4rem;
	}
}



@media (max-width: 375px) {
	.view_info .sale_area .ttip_btn {
		position: static;
	}

	.view_info .price_ttip {
		top: 65px;
	}
}