@charset "utf-8";

body,
div,
table,
th,
td,
pre,
blockquote,
thead,
tfoot,
input,
button,
textarea,
ol,
li,
ul,
dl,
dt,
dd {
	font-family: 'NotoSansKR', '나눔고딕', 'Nanum Gothic', '맑은고딕', 'Malgun Gothic', 'gulim', 'arial', 'Dotum', 'AppleGothic', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.05;
}
/* site color */
:root {
	--main-color: #0a295f;
}

/*사이트 포인트색*/
.wset {
	background: #be44b3;
	border: 1px solid #be44b3;
	color: #fff !important;
}
.wset:hover {
	background: #be44b3;
	border: 1px solid #be44b3;
	color: #fff !important;
}

table .spr,
.total_price .spr {
	display: inline-block;
}

#device_change {
	min-width: 1200px;
	margin-bottom: 90px;
	color: #666;
	background-color: #f1f1f1;
	border: 0;
}

/*타이틀강조*/
.anc_tit {
	padding: 0 0 12px 14px;
	line-height: 1.1em;
	font-size: 19px;
	font-weight: 500;
	color: #111;
	position: relative;
}
.anc_tit:after {
	width: 5px;
	height: 18px;
	background-color: #be44b3;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
}

/*인트로*/
#intro {
	width: 1000px;
	height: 570px;
	margin: -285px 0 0 -500px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#intro .int_copy {
	color: #888;
	text-align: center;
	margin: 10px 0 0;
	line-height: 1.6em;
}
#int_wrap {
	padding: 40px;
	border: 5px solid #f1f1f1;
	overflow: hidden;
}
#int_wrap .rbanner {
	width: 410px;
	height: 410px;
	padding-left: 40px;
	border-left: 1px solid #eee;
	float: right;
}
#int_wrap .rbanner .bx-wrapper {
	position: relative;
}
#int_wrap .lcont {
	width: 419px;
	float: left;
}
#int_wrap .lcont .tit {
	font-size: 37px;
	font-weight: 400;
	color: #666;
	margin: 20px 0 3px;
}
#int_wrap .lcont .tit b {
	font-weight: 800;
	color: #333;
}
#int_wrap .int_login {
	margin: 20px 0 0 0;
}
#int_wrap .int_login dt {
	width: 95px;
	float: right;
}
#int_wrap .int_login dt .btn_large {
	width: 100%;
	height: 80px;
}
#int_wrap .int_login dd {
	width: 318px;
	float: left;
}
#int_wrap .int_login dd input {
	height: 37px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 12px;
	margin-bottom: 6px;
	line-height: 35px;
}
#int_wrap .int_btn {
	padding: 20px 0 0;
	border-top: 1px dotted #ddd;
}
#int_wrap .int-txt {
	padding: 10px 0 0 0;
}
#int_wrap .int-txt li {
	font-size: 11px;
	color: #888;
	padding: 5px 0 0 5px;
	background: url('/img/ic_dot3.gif') no-repeat left 9px;
}

/*layout*/
#wrapper {
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
#container {
	width: 100%;
	position: relative;
}
.cont_wrap {
	width: 1200px;
	margin: 0 auto;
}
.cont_wrap:after {
	display: block;
	clear: both;
	content: '';
}
.cont_bg {
	background-color: #f5f5f5;
	padding: 50px 0 65px;
}
.cont_bg .mtit span {
	background-color: #f5f5f5;
}
.cont_inner {
	width: 1200px;
	min-height: 520px;
	padding: 20px 0;
	margin: 0 auto;
}
.cont_inner:after {
	display: block;
	clear: both;
	content: '';
}

/*header*/
#hd_banner {
	text-align: center;
	position: relative;
}
#hd_banner a {
	height: 100%;
	display: block;
	text-decoration: none !important;
}
#hd_close {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -13px;
	cursor: pointer;
}

#hd {
	background-color: #fff;
	position: relative;
}
#hd:after {
	display: block;
	clear: both;
	content: '';
}
#hd a,
#hd a:before {
	text-decoration: none !important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

#hd .tnb {
	margin: 0 -600px 0 0;
	position: absolute;
	top: 7px;
	right: 50%;
	z-index: 9700;
}
#hd .tnb ul {
	overflow: visible;
	z-index: 10;
}
#hd .tnb ul li {
	font-size: 13px;
	line-height: 28px;
	margin-left: 15px;
	overflow: visible;
	float: left;
}
#hd .tnb ul li:first-child.tnbline:before {
	display: none;
}
#hd .tnb ul li.tnbline:before {
	width: 1px;
	height: 11px;
	margin: 9px 15px 0 0;
	background-color: #e1e1e1;
	display: block;
	float: left;
	content: '';
}
#hd .tnb ul li a {
	color: #666;
}
#hd .tnb ul li .tnbmy {
	padding: 0;
	display: block;
	cursor: pointer;
	position: relative;
	float: left;
}
/* #hd .tnb ul li .tnbmy:after {font-family:'Ionicons';font-size:16px;color:#aaa;content:'\f3d0';position:absolute;top:0;right:1px;} */
#hd .tnb ul li .tnbSm {
	width: 120px;
	padding: 15px 0;
	margin-left: -34px;
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07);
	overflow: visible;
	display: none;
	position: absolute;
	top: 26px;
	left: 50%;
	z-index: 9700;
}
#hd .tnb ul li .tnbSm:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: none;
	border-bottom-color: #333;
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	content: '';
}
#hd .tnb ul li .tnbSm:after {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	display: inline-block;
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -4px;
	z-index: 1;
	content: '';
}
#hd .tnb ul li .tnbSm a {
	font-size: 13px;
	line-height: 27px;
	text-align: center;
	display: block;
}
#hd .tnb ul li .tnbSm a:hover {
	background: #f8f8f8;
}
#hd .tnb ul li .tnbSm p {
	font-size: 13px;
	color: #999;
	text-align: center;
}
/* #hd .tnb ul li:hover > .tnbSm {
	display: block;
} */
/* #hd .tnb ul li:hover .tnbmy:after {
	content: '\f3d8';
} */
#hd .tnb ul li .ic_num {
	font-weight: 600;
	color: #be44b3;
	margin: 0 1px 0 5px;
}

#hd .hdBox {
	width: 1200px;
	height: 140px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
#hd .hd_logo {
	/* flex: 1; */
	/* text-align: center; */
	max-width: 148px;
}
#hd .hd_logo a {
	display: block;
}
#hd .hd_logo a img {
	width: 100%;
	max-height: 80px;
}
#hd .hdBox .hd_bnr {
	display: none;
	width: 260px;
	height: 80px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hd .hdBox .hd_bnr .slick-list {
	width: 200px;
	position: relative;
}
#hd .hdBox .hd_bnr .bnimg {
	border: 0 !important;
}
#hd .hdBox .hd_bnr .bnimg img {
	width: auto;
	height: 80px;
}
#hd .hdBox .hd_bnr .slick-arrow {
	width: 18px;
	height: 18px;
	margin-top: 0 !important;
	color: #999;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
#hd .hdBox .hd_bnr .slick-arrow:before {
	font-size: 11px;
}
#hd .hdBox .hd_bnr .slick-next {
	top: 0;
	right: 50px;
}
#hd .hdBox .hd_bnr .slick-next:before {
	content: '\f3d3';
}
#hd .hdBox .hd_bnr .slick-prev {
	top: 0;
	right: 67px;
}
#hd .hdBox .hd_bnr .slick-prev:before {
	content: '\f3d2';
}

#hd .hd_sch {
	width: 260px;
	position: relative;
}
#hd .hd_sch .sch_frm {
	width: 100%;
	padding: 0 60px 0 20px;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	position: relative;
}
#hd .hd_sch .sch_frm .sch_stx {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border: none;
	outline: none;
}
#hd .hd_sch .sch_frm .sch_submit {
	width: 40px;
	height: 37px;
	line-height: 37px;
	color: #888;
	background-color: transparent !important;
	font-size: 19px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	border: none;
	top: -2px;
	right: 10px;
	z-index: 10;
}
.hd_util {
}
.hd_util ul li {
	position: relative;
	font-size: 13px;
	line-height: 28px;
	margin-left: 15px;
	overflow: visible;
	float: left;
}
.hd_util li:first-child.tnbline:before {
	display: none;
}
.hd_util li.tnbline:before {
	width: 1px;
	height: 11px;
	margin: 9px 15px 0 0;
	background-color: #e1e1e1;
	display: block;
	float: left;
	content: '';
}
.hd_util li.toggle {
	padding-right: 16px;
}
.hd_util li.toggle:after {
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #aaa;
	content: '\f0d7';
	position: absolute;
	top: 0;
	right: 0;
}

#gnb {
	width: 100%;
	height: 46px;
	background-color: #be44b3;
	background-color: #fff !important;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 9600;
}
#gnb.gnd_fixed {
	position: fixed;
	top: -1px;
	left: 0;
	right: 0;
}
#gnb .gnb_inner {
	width: 1200px;
	height: 46px;
	padding: 0 0 0 200px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnb .gnb_inner a {
	text-decoration: none !important;
}
#gnb .gnb_inner .all_cate .allc_bt {
	width: 200px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	padding: 0 0 0 35px;
	color: #111;
	display: block;
	text-align: left;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnb .gnb_inner .all_cate .allc_bt:before {
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #111;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
}
#gnb .gnb_inner .all_cate .allc_bt span {
	width: 20px;
	height: 2px;
	background-color: #111;
	position: absolute;
	left: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#gnb .gnb_inner .all_cate .allc_bt span:nth-child(1) {
	top: 16px;
}
#gnb .gnb_inner .all_cate .allc_bt span:nth-child(2) {
	width: 13px;
	top: 23px;
}
#gnb .gnb_inner .all_cate .allc_bt span:nth-child(3) {
	bottom: 14px;
}
#gnb .gnb_inner .all_cate .allc_bt:hover span {
	width: 22px !important;
}
#gnb .gnb_inner .all_cate .allc_bt.close span:nth-child(1) {
	top: 13px;
	transform: translateY(10px) rotate(45deg);
}
#gnb .gnb_inner .all_cate .allc_bt.close span:nth-child(2) {
	width: 0;
	top: 23px;
}
#gnb .gnb_inner .all_cate .allc_bt.close span:nth-child(3) {
	bottom: 17px;
	transform: translateY(-4px) rotate(-45deg);
}
#gnb .gnb_inner .all_cate .allc_bt.close:hover span:nth-child(2) {
	width: 0 !important;
}
#gnb .gnb_inner .all_cate .allc_bd {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#gnb .gnb_inner .all_cate .con_bx {
	width: 210px;
	height: 421px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#gnb .gnb_inner .all_cate .con_bx:after {
	display: block;
	clear: both;
	content: '';
}
#gnb .gnb_inner .all_cate .con_bx .allc_clese:before {
	font-family: 'Ionicons';
	font-size: 35px;
	content: '\f2d7';
}
#gnb .gnb_inner .all_cate .con_bx ul {
	width: 100%;
	height: 421px;
	background: #fff;
	border-bottom-right-radius: 10px;
}
#gnb .gnb_inner .all_cate .con_bx .depth2-wrap {
	display: none;
	width: 210px;
	height: 421px;
	background: #fff;
	left: 200px;
	position: absolute;
	top: 0;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #eee;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
#gnb .gnb_inner .all_cate .con_bx .depth3-wrap {
	display: none;
	width: 210px;
	height: 421px;
	background: #fff;
	left: 400px;
	position: absolute;
	top: 0;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #eee;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
#gnb .gnb_inner .all_cate .con_bx ul.depth1 {
	height: 400px;
}
#gnb .gnb_inner .all_cate .con_bx .depth2,
#gnb .gnb_inner .all_cate .con_bx .depth3 {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	white-space: nowrap;
	z-index: 1000;
}
#gnb .gnb_inner .all_cate .con_bx .c_box:hover .cate_tit,
#gnb .gnb_inner .all_cate .con_bx .c_box:focus .cate_tit {
	background-color: var(--main-color);
	color: #fff;
}
#gnb .gnb_inner .all_cate .con_bx .c_box .cate_tit {
	line-height: 1em;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	text-align: center;
	padding: 20px;
	margin-right: 9px;
	display: block;
}
#gnb .gnb_inner .all_cate .con_bx .c_box ul {
	overflow: visible;
	border-left: 1px solid #eee;
}
#gnb .gnb_inner .all_cate .con_bx .c_box li {
	width: 100%;
	line-height: 26px;
	text-align: left;
}
#gnb .gnb_inner .all_cate .con_bx .c_box li a {
	font-size: 16px;
	padding: 16px 20px;
	display: block;
}
#gnb .gnb_inner .all_cate .con_bx .c_box li a:hover,
#gnb .gnb_inner .all_cate .con_bx .c_box li a:focus {
	color: var(--main-color);
	font-weight: 500;
}
#gnb .gnb_inner .gnb_ul {
	width: 100%;
	height: 46px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
#gnb .gnb_inner .gnb_ul a {
	padding: 0 6px;
	line-height: 46px;
	font-size: 16px;
	color: #111;
	font-weight: 400;
	text-align: center;
	display: block;
	position: relative;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#gnb .gnb_inner .gnb_ul a:before {
	width: 0;
	height: 3px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 30px;
	z-index: 2;
	content: '';
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#gnb .gnb_inner .gnb_ul a:hover:before {
	width: 100%;
}

.hdkeword {
	width: 250px;
	height: 30px;
	margin: 5px 5px 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hdkeword #ticker {
	height: 30px;
	padding: 0 20px 0 0;
	position: relative;
	cursor: pointer;
}
.hdkeword #ticker:before {
	font-family: 'Ionicons';
	font-size: 16px;
	margin: -7px 0 0;
	content: '\f3d0';
	position: absolute;
	top: 50%;
	right: 1px;
}
.hdkeword #ticker li {
	font-size: 13px;
	color: #888;
	line-height: 30px;
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hdkeword #ticker li span {
	color: #333;
	margin-right: 3px;
}
.hdkeword .hdkBx {
	width: 260px;
	min-height: 160px;
	padding: 20px 25px 55px;
	border-radius: 5px;
	border: 1px solid #be44b3;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 1px;
	right: -5px;
	z-index: 9700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hdkeword .hdkBx a {
	text-decoration: none !important;
}
.hdkeword .hdkBx h2 {
	font-size: 14px;
	font-weight: 500;
	color: #111;
	line-height: 1em;
	padding-bottom: 7px;
	clear: both;
	text-align: left;
}
.hdkeword .hdkBx .btn_close {
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	border-top: 1px solid #eaeaea;
	text-align: right;
	font-size: 13px;
	color: #999;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.hdkeword .hdkBx .btn_close i {
	font-size: 10px;
	margin-left: 3px;
}
.hdkeword .hdkBx ul {
}
.hdkeword .hdkBx ul li {
	font-size: 13px;
	margin-top: 10px;
	padding: 0 0 0 15px;
	position: relative;
}
.hdkeword .hdkBx ul li a {
	line-height: 1em;
}
.hdkeword .hdkBx ul li a span {
	position: absolute;
	top: 3px;
	left: 0;
}
.hdkeword .hdkBx ul:nth-child(2) li:nth-child(-n + 3) a {
	font-weight: 500;
	color: #c60101;
}
.hdkeword .hdkBx .nokw {
	width: 280px;
	font-size: 14px;
	color: #aaa;
}

/*quick*/
#qcrM {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 40px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#qcrM .qcrCont {
	position: relative;
}
#qcrM .qcrCont .qcr_ul {
	width: 60px;
	height: 220px;
	padding: 16px 0;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#qcrM .qcrCont .qcr_ul li {
	width: 58px;
	height: 42px;
	padding: 7px 0 13px;
	overflow: visible;
	position: relative;
}
#qcrM .qcrCont .qcr_ul li a {
	display: block;
	text-decoration: none !important;
}
#qcrM .qcrCont .qcr_ul li i {
	font-size: 30px;
	color: #333;
	text-align: center;
	display: block;
}
#qcrM .qcrCont .qcr_ul li p {
	font-size: 11px;
	line-height: 1em;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
}
#qcrM .qcrCont .qcr_ul li.today_btn {
	cursor: pointer;
}
#qcrM .qcrCont .qcr_ul li.today_btn.active:hover .qm_txt {
	display: none;
}
#qcrM .qbtn_bx {
	margin-top: 7px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #333;
	overflow: hidden;
	cursor: pointer;
	display: block;
}
#qcrM .qbtn_bx i {
	line-height: 1em;
	font-size: 23px;
	margin: 10px auto 2px;
	display: block;
	text-align: center;
}
#qcrM .qbtn_bx p {
	line-height: 1em;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
}
#qcrM .today {
	width: 65px;
	height: 165px;
	padding: 15px 15px 40px;
	background: #fff;
	border: 1px solid #010101;
	border-radius: 15px;
	position: absolute;
	top: 0;
	right: 70px;
	bottom: 0;
	z-index: 3;
	display: none;
}
#qcrM .today .tdclose_btn {
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	color: #888;
	border-top: 1px dotted #010101;
	cursor: pointer;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
#qcrM .today .tit {
	font-size: 13px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
#qcrM .today p {
	margin-bottom: 5px;
	text-align: center;
}
#qcrM .today .stv_wrap {
	height: 15px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	bottom: 42px;
	left: 15px;
	right: 15px;
}
#qcrM .today .stv_wrap #up {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
#qcrM .today .stv_wrap #down {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#qcrM .today .no_item {
	color: #ddd !important;
	font-size: 12px;
	line-height: 224px;
}
#qcrM .qcr_bn {
}
#qcrM .qcr_bn li {
	width: 60px;
	height: 60px;
	margin-top: 7px;
	overflow: hidden;
	border-radius: 50%;
}

/*메인 슬라이드배너*/
#mbn_wrap {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: block;
	position: relative;
}
#mbn_wrap .mbn_img {
	width: 100%;
	height: 450px;
	display: block;
	text-align: center;
}
#mbn_wrap .slick-slide a {
	height: 450px;
	display: block;
}
#mbn_wrap .slick-slide {
	text-align: center;
}
#mbn_wrap .slick-center {
}
#mbn_wrap .slick-center:before {
	display: none !important;
}
/* #mbn_wrap .slick-arrow {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-top: -100px;
	color: #666;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} */
/* #mbn_wrap .slick-arrow:before {
	font-size: 30px;
}
#mbn_wrap .slick-next {
	right: -150px;
	padding-right: 140px;
}
#mbn_wrap .slick-prev {
	left: -150px;
	padding-left: 140px;
} */
#mbn_wrap .slick-dots {
	width: 1200px;
	margin-left: -600px;
	left: 50%;
}

/*slick 아이콘*/
.slick-arrows {
	display: flex;
	gap: 20px;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	color: #333;
}
.slick-next:before {
	content: '\f061';
	font-size: 16px;
}
.slick-prev:before {
	content: '\f060';
	font-size: 16px;
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 900;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots button {
	width: 65px;
	height: 3px;
	margin: 0 2px;
	font-size: 0;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 0.9);
} /* 롤링  색상*/

.mbn_controls {
	display: flex;
	align-items: center;
	gap: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	margin-top: 32px;
	padding: 8px 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07);
}

#slickToggle::before {
	content: '⏸';
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #333;
}

#slickToggle.is-paused::before {
	content: '▶';
}

.mbn_controls .progress-bar {
	width: 160px;
	height: 3px;
	background: #eee;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.mbn_controls .progress-fill {
	width: 0%;
	height: 100%;
	background: #0a295f;
	transition: width 0.3s ease;
}

/*메인*/
.sbn01 {
	margin: 170px 0;
}
.sbn01 li {
	margin: 0 0 0 10px;
	float: left;
}
.sbn01 li:first-child {
	margin-left: 0 !important;
}

.sbn02 {
	margin: 170px 0 0;
}
.sbn02 img {
	width: 100%;
	height: auto;
}

.m_brand {
	margin: 70px auto 0;
	position: relative;
}
.m_brand h2 {
	font-size: 25px;
	color: #111;
	text-align: center;
}
.m_brand .m_br_inner {
	width: 1200px;
	padding: 0 27px;
	margin: 30px auto 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m_brand .m_br_inner .brli {
	padding: 0 15px;
	float: left;
	position: relative;
}
.m_brand .m_br_inner .brli a {
	width: 132px;
	height: 132px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m_brand .m_br_inner .brli a img {
	max-height: 70px;
	max-width: 100px;
	display: inline-block;
}
.m_brand .m_br_inner .brli .brname {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.m_brand .btn_allbr {
}
.m_brand .slick-arrow {
	margin-top: 0;
	color: #ddd;
	top: 0;
	bottom: 0;
}
.m_brand .slick-arrow:before {
	font-size: 45px;
	font-weight: normal;
}
.m_brand .slick-next {
	right: 0;
}
.m_brand .slick-prev {
	left: 0;
}

.mtit {
	position: relative;
	clear: both;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
}
.mtit .stxt {
	font-size: 15px;
	color: #888;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0;
	margin-left: 20px;
}
.mtit .ttxt {
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
	color: #111;
	letter-spacing: -2px;
	position: relative;
}
.mtit .ttxt:before {
	width: 5px;
	height: 29px;
	background-color: #111;
	display: none;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
}
.mtit .btnMore {
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none !important;
	position: absolute;
	right: 0;
	bottom: ;
}
.mtit .btnMore:after {
	font-family: 'Ionicons';
	margin: 0 0 1px 10px;
	display: inline-block;
	vertical-align: middle;
	content: '\f3d3';
}
.mtit .btnMore:hover {
	border-color: #333;
	color: #333;
}

/* 아이콘 메뉴 */
.icon-menu-wrap {
	margin: 150px auto 0;
	max-width: 600px;
	width: 100%;
}
.icon-menu-wrap .icon-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.icon-menu-wrap .icon-menu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}
.icon-menu-wrap .icon-menu li a .img-box {
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.icon-menu-wrap .icon-menu li a .img-box img {
	width: 100%;
	object-fit: cover;
}
.icon-menu-wrap .icon-menu li a span {
	font-size: 14px;
}

/* 메인 타임세일 */
.mainTms {
	padding: 100px 0;
	/* background-color: #f5f5f5; */
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainTms .mtit {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 1200px;
	margin: 0 auto;
}
.mainTms .mtit .ttxt {
	font-size: 40px;
}
.mainTms .mtit .stxt {
	font-size: 18px;
}
.mainTms .mtit .ttxt:before {
	display: none;
}
.mainTms .mtit .stxt {
	font-size: 18px;
}
.mainTms .tmsul {
	width: 1200px;
	margin: 50px auto 0;
	padding: 0 0 0 -15px;
	position: relative;
}
.mainTms .tmsul .slick-list {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
}
.mainTms .tmsul .tmsli {
	width: 390px;
	/* padding: 35px; */
	margin: 0 0 0 15px;
	/* background-color: #fff; */
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainTms .tmsul .tmsli a {
	display: flex;
	text-decoration: none !important;
	flex-direction: column;
	align-items: center;
}
.mainTms .tmsul .tmsli dl {
	height: 150px;
	padding: 0 0 0 175px;
	position: relative;
}
.mainTms .tmsul .tmsli dt {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.mainTms .tmsul .tmsli dt img {
	width: 100%;
	height: auto;
}
.mainTms .tmsul .tmsli dd {
	position: relative;
	text-align: left;
}
.mainTms .tmsul .tmsli .ptime {
	align-self: flex-start;
	margin-left: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 12px;
	margin-bottom: 12px;
	color: var(--main-color);
	border-radius: 50px;
}
.mainTms .tmsul .tmsli .ptime i {
	font-size: 20px;
	line-height: 30px;
	margin: 0 4px 0 0;
}
.mainTms .tmsul .tmsli .ptime .timen {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.5px;
}
.mainTms .tmsul .tmsli .ptime .timen span {
	font-size: 13px;
	font-weight: 400;
}
/* .mainTms .tmsul .tmsli .pimg {
	overflow: hidden;
	border-radius: 20px;
} */
.mainTms .tmsul .tmsli .product-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 75%;
	margin-top: 12px;
}
.mainTms .tmsul .tmsli .pname {
	line-height: 1.2em;
	font-size: 15px;
	font-weight: 500;
}
.mainTms .tmsul .tmsli .price {
	position: initial;
	/* bottom: 0; */
	/* right: 0; */
	/* left: 175px; */
}
.mainTms .tmsul .tmsli .price .price-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.mainTms .tmsul .tmsli .price .mpr {
	font-size: 17px;
	line-height: 1em;
	font-weight: 600;
	color: #111 !important;
	display: inline-block;
}
.mainTms .tmsul .tmsli .price .mpr span {
	font-size: 18px;
	font-weight: 400;
}
.mainTms .tmsul .tmsli .price .spr {
	margin-bottom: 4px;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1em;
	color: #aaa;
	text-decoration: line-through;
	display: block;
	letter-spacing: 0;
}
.mainTms .tmsul .tmsli .sale {
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 600;
	color: #e30613;
	display: block;
	position: initial;
	/* position: absolute; */
	/* bottom: 0; */
	/* right: 1px; */
	/* z-index: 100; */
}
.mainTms .tmsul .tmsli .sale span {
	font-weight: 400;
}
.mainTms .slick-dots {
	display: none;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: -50px;
	right: 20px;
}
.mainTms .slick-dots li {
	font-size: 13px;
	letter-spacing: 0;
	color: #666;
}
.mainTms .slick-arrow {
	width: 20px;
	height: 30px;
	line-height: 30px;
	color: #888;
	top: -50px;
	margin: 0;
	z-index: 901;
}
.mainTms .slick-arrow:before {
	font-size: 20px;
	font-weight: normal;
}
.mainTms .slick-next {
	right: 0;
}
.mainTms .slick-prev {
	right: 70px;
}
/*메인 카테고리별 베스트*/
.bestca-wrap .mtit {
	justify-content: center;
}
.bestca-wrap .mtit .ttxt {
	font-size: 40px;
}
.bestca-wrap .mtit .ttxt::before {
	display: none;
}
.bestca_tab {
	margin: 50px 0 0;
	padding: 5px 0;
	clear: both;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.bestca_tab li {
	/* flex: 1; */
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	padding: 0 25px;
	color: #333;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.bestca_tab li:hover {
	color: var(--main-color) !important;
}
.bestca_tab li.active {
	background-color: var(--main-color) !important;
	color: #fff;
}
.bestca {
	margin-top: 35px;
}
.bestca ul {
	display: none;
}
.bestca ul .slick-list {
	overflow: hidden;
	width: 100%;
}
.bestca ul .slick-list .slick-track {
	display: flex !important;
	align-items: center;
	gap: 10px;
	min-width: 100% !important;
}
.bestca li {
	width: calc((100% / 5) + -10px);
	height: 400px;
	float: left;
	position: relative;
}
.bestca li a {
	display: block;
	text-decoration: none !important;
}
.bestca li dl {
	height: 350px;
}
.bestca li dt {
	border-radius: 20px;
}
.bestca li dt img {
	width: 100%;
	height: auto;
}
.bestca li dd {
	text-align: left;
}
.bestca li .pname {
	height: 45px;
	color: #010101;
	line-height: 1.4em;
	margin: 20px 20px 0;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.bestca li .price {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	height: 25px;
	margin-top: 24px;
	overflow: visible;
}
.bestca li .price .sale {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60px;
	height: 60px;
	line-height: 1.3;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #be44b3;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.bestca li .price .sale span {
	font-size: 18px;
	font-weight: 400;
}
.bestca li .price .sale .sale_txt {
	font-size: 15px;
	color: #01fc53;
}
.bestca li .price .mpr {
	font-size: 17px;
	line-height: 1.1em;
	font-weight: 600;
	color: #010101;
	display: inline-block;
}
.bestca li .price .mpr span {
	font-weight: 400;
}
.bestca li .price .spr {
	font-size: 13px !important;
	font-weight: 300;
	color: #aaa;
	text-decoration: line-through;
	display: inline-block;
}
.bestca li .petc {
	display: none;
	height: 37px;
	line-height: 37px;
	margin: 10px 20px 0;
	border-top: 1px solid #eaeaea;
}
.bestca li .petc span {
	color: #888;
	margin: 0 2px 0 0;
}
.bestca li .petc .ic_txt2 {
	display: none;
}
.bestca li.empty_list {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #bbb;
	border: 0;
	line-height: 150px;
}

.bestca-wrap .progress-bar {
	width: 90%;
	height: 5px;
	background: #eee;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 2px;
}
.bestca-wrap .progress-fill {
	width: 0%;
	height: 100%;
	background: #0a295f;
	transition: width 0.3s ease;
}
.bestca ul[id^='bstab_c'] {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	overflow: hidden;
}
.bestca ul[id^='bstab_c'] > li {
	flex: 0 0 auto;
	width: calc((100% / 5) + -10px);
	box-sizing: border-box;
}

.bestca-wrap .zzim {
	display: none !important;
}
/* MD */
.md-slide {
	display: flex;
	align-items: center;
	gap: 30px;
}
.md-slide .slick-track {
	display: flex;
	align-items: center;
}
.md-slide .pr_desc .slick-track {
	gap: 10px;
}
.md-slide .pr_desc,
.md-slide .md-banner {
	max-width: 600px;
}
.md-slide .md-banner ul {
	display: flex;
	position: relative;
}
.md-slide .md-banner li {
	height: 422px;
	border-radius: 20px;
	border: 1px solid #eee;
}
.md-slide .md-banner .img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.md-slide .md-banner .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.md-slide .md-banner .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 10px 15px;
	font-size: 0;
	border-radius: 50%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
.md-slide .md-banner .slick-prev::before {
	content: '\f104';
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.md-slide .md-banner .slick-next::before {
	content: '\f105';
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.md-slide .md-banner .slick-prev {
	left: 20px;
}
.md-slide .md-banner .slick-next {
	right: 20px;
}
.md-slide .pr_desc ul {
	margin-top: 0;
}
.md-slide .pr_desc li {
	height: 385px;
	margin: 0;
	border: none;
}
.md-slide .pr_desc .md-pair {
	display: flex;
	align-items: center;
	gap: 20px;
}
.md-slide .pr_desc .md-pair .md-item {
	flex: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.md-slide .pr_desc li .petc,
.md-slide .pr_desc .zzim {
	display: none !important;
}
.md-slide .pr_desc li dt {
	width: initial;
	height: initial;
	border-radius: 20px;
}
.md-slide .pr_desc li .price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.md-slide .pr_desc li .price .spr {
	display: none;
}
.md-slide .pr_desc li .price .sale {
	display: inline-block;
	position: initial;
	width: initial;
	height: initial;
	line-height: normal;
	background-color: transparent;
	color: #01fc53;
}
.md-slide .pr_desc .slick-arrow {
	display: none;
}
/* 신품 조립PC */
.new_pc {
	padding-bottom: 100px;
}
.new_pc_stxt {
	margin-top: 14px;
	line-height: 1em;
	font-size: 15px;
	font-weight: 400;
	color: #888;
}
.pr_desc.new_pc li {
	border: none;
}
.pr_desc.new_pc li dt {
	border-radius: 20px;
}
.pr_desc.new_pc li .pname {
	height: auto;
	margin: 20px 20px 10px;
	text-align: center;
}
.pr_desc.new_pc li .price {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	height: auto;
	margin: 0;
}
.pr_desc.new_pc li .price .spr {
	margin-left: 0;
}
.pr_desc.new_pc li .price .sale {
	display: none;
}
.pr_desc.new_pc li .petc {
	display: none;
}
.pr_desc.new_pc .zzim {
	display: none !important;
}

/* 용도별 상품 */
.use_mtit {
	/* justify-content: center; */
}
.use-banner {
	margin-top: 24px;
}
.use-banner ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.use-banner ul li {
	flex: 1;
	height: 200px;
	border: 1px solid #eee;
	border-radius: 20px;
}
.use-banner ul li a {
	flex: 1;
	height: 200px;
	border: 1px solid #eee;
	border-radius: 20px;
}
.use-banner ul li a .img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.use-banner ul li a .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.use_wrap ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.use_wrap ul li {
	width: 100%;
	height: auto;
	margin: 0;
	border: none;
}
.pr_desc.use_wrap li .price .sale,
.pr_desc.use_wrap li .petc,
.pr_desc.use_wrap li .price .spr {
	display: none;
}
.use_wrap li a .product-box {
	display: flex;
	align-items: center;
	gap: 20px;
}
.use_wrap li a .product-box .thumb {
	display: block;
	flex-shrink: 0;
	width: 170px;
	height: 120px;
}
.use_wrap li a .product-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.use_wrap li a .product-box .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.pr_desc.use_wrap li .pname {
	margin: 0;
	height: auto;
	font-size: 16px;
	font-weight: 400;
}
.pr_desc.use_wrap li .price {
	margin: 0;
	font-size: 20px;
}
.pr_desc.use_wrap li .price .mpr {
	font-size: 20px;
}
.use_wrap .zzim {
	display: none !important;
}

/* 키워드 상품 */
.keyword_mtit {
	margin-top: 170px !important;
}
.keyword_container {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 24px;
}
.keyword_container .keyword_list {
	/* max-width: 600px; */
	width: 35%;
}
.keyword_container .keyword_list ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.keyword_container .keyword_list ul li {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #eee;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.keyword_container .keyword_list ul li.on {
	background-color: var(--main-color);
	color: #fff;
}
.keyword_container .keyword_content {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.keyword_wrap {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	opacity: 0;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.keyword_wrap.on {
	position: static;
	visibility: visible;
	opacity: 1;
}
.keyword_wrap li {
	margin: 0 !important;
}
.keyword_wrap ul .slick-list .slick-track {
	display: flex;
	gap: 20px;
}
.keyword_wrap ul .slick-list .slick-track li {
	margin: 0;
	border: none;
}
.keyword_wrap ul .slick-list .slick-track li dt {
	width: initial;
	height: initial;
	border-radius: 20px;
}
.keyword_wrap ul .slick-list .slick-track li .pname {
	margin: 16px 0 0 0;
	line-height: initial;
	text-align: center;
}
.keyword_wrap ul .slick-list .slick-track li .price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	margin: 0;
}
.keyword_wrap ul .slick-list .slick-track li .price .sale {
	position: initial;
	width: initial;
	height: initial;
	line-height: initial;
	background-color: transparent;
	color: #01fc53;
	opacity: 1;
}
.keyword_wrap ul .slick-list .slick-track li .price .spr {
	display: none;
}
.keyword_wrap ul .slick-list .slick-track li .petc,
.keyword_wrap ul .slick-list .slick-track li .zzim {
	display: none !important;
}
.keyword_container .keyword-arrows {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
.keyword_container .keyword-arrows .keyword-prev,
.keyword_container .keyword-arrows .keyword-next {
	position: absolute;
	transform: translateY(-50%);
	padding: 20px;
	background: #fff;
	font-family: 'FontAwesome';
	font-size: 0;
	border: 1px solid #eee;
	border-radius: 50%;
	pointer-events: all;
}
.keyword_container .keyword-arrows .keyword-prev {
	left: 0;
}
.keyword_container .keyword-arrows .keyword-next {
	right: 0;
}
.keyword_container .keyword-arrows .keyword-prev:before {
	content: '\f060';
	font-size: 24px;
}
.keyword_container .keyword-arrows .keyword-next:before {
	content: '\f061';
	font-size: 24px;
}
/*메인 베스트 리뷰*/
.maRvw {
	margin-top: 70px;
	padding: 70px 0 100px;
	overflow: hidden;
	position: relative;
	/* background: #f5f5f5; */
}
.maRvw a {
	display: block;
	text-decoration: none !important;
}
.maRvw .mtit {
	width: 1200px;
	margin: 0 auto;
}
.maRvw .maRvw_ul {
	width: 1200px;
	padding: 0 -16px;
	margin: 30px auto 0;
}
.maRvw .maRvw_ul .maRvw_li {
	width: 276px;
	height: 440px;
	margin: 0 16px;
	background-color: #fff;
	overflow: hidden;
	float: left;
	border: 1px solid #eee;
}
.maRvw .maRvw_ul .maRvw_li .rvw_img {
	width: 276px;
	height: 276px;
	overflow: hidden;
	position: relative;
}
.maRvw .maRvw_ul .maRvw_li .rvw_img img {
	width: 100%;
	height: 100%;
}
.maRvw .maRvw_ul .maRvw_li .prname {
	width: 236px;
	margin: 20px 20px 0;
	font-size: 16px;
	color: #111;
	line-height: 1.1em;
	font-weight: 500;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.maRvw .maRvw_ul .maRvw_li .rvw_txt {
	margin: 12px 20px 20px;
	height: 57px;
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
	font-weight: 500;
	overflow: hidden;
}
.maRvw .maRvw_ul .maRvw_li .rvw_info {
	height: 17px;
	line-height: 17px;
	margin: 20px 20px 0;
	overflow: hidden;
}
.maRvw .maRvw_ul .maRvw_li .rvw_info .rvw_star {
	margin: 0 17px 0 0;
	display: inline-block;
}
.maRvw .maRvw_ul .maRvw_li .rvw_info .idtxt {
	font-size: 12px;
	color: #aaa;
	letter-spacing: 0;
	float: right;
	display: inline-block;
}
.maRvw .slick-dots {
	position: absolute;
	bottom: -36px;
	width: 100%;
	text-align: center;
	z-index: 900;
}
.maRvw .slick-dots button {
	width: 45px;
	height: 6px;
	border-radius: 50px;
	background-color: #ccc;
}

/*공통*/
.zzim {
	height: 38px;
	line-height: 38px;
	margin: 0 2px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 20px;
	text-align: center;
	display: inline-block !important;
	cursor: pointer;
	text-decoration: none !important;
}
.zzim:before {
	font-family: 'Ionicons';
	font-size: 19px;
	color: #bbb;
	display: inline-block;
	vertical-align: middle;
	content: '\f387';
}
.zzim:after {
	font-size: 12px;
	color: #888;
	margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
	content: '찜';
}
.zzim.on:before {
	content: '\f388';
	color: #be44b3;
}
.zzim.on:after {
	color: #be44b3;
}
.nwin:before {
	content: '\f218';
}
.soldout,
.memopen {
	line-height: 1em;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 10px 5px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
.soldout {
	background-color: #ed3636;
}
.memopen {
	background-color: #1680d9;
}

/*상품리스트*/
.pr_desc {
	overflow: hidden;
}
.pr_desc ul {
	margin-top: 30px;
}
.pr_desc li {
	width: 274px;
	height: 422px;
	margin: 32px 0 0 32px;
	border: 1px solid #eaeaea;
	float: left;
	position: relative;
}
.pr_desc li:nth-child(4n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.pr_desc li:nth-child(-n + 4) {
	margin-top: 0 !important;
}
.pr_desc li a {
	display: block;
	text-decoration: none !important;
}
.pr_desc li dt {
	width: 274px;
	height: 274px;
}
.pr_desc li dt img {
	width: 100%;
	height: auto;
}
.pr_desc li dd {
	text-align: left;
}
.pr_desc li .pname {
	height: 45px;
	color: #010101;
	line-height: 1.4em;
	margin: 20px 20px 0;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.pr_desc li .price {
	height: 25px;
	margin: 10px 20px 0;
	overflow: visible;
}
.pr_desc li .price .sale {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #be44b3;
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 204px;
	right: 10px;
}
.pr_desc li .price .sale span {
	font-size: 15px;
	font-weight: 400;
}
.pr_desc li .price .mpr {
	font-size: 17px;
	line-height: 1.1em;
	font-weight: 600;
	color: #010101;
	display: inline-block;
}
.pr_desc li .price .mpr span {
	font-weight: 400;
}
.pr_desc li .price .spr {
	font-size: 13px !important;
	font-weight: 300;
	color: #aaa;
	margin-left: 10px;
	text-decoration: line-through;
	display: inline-block;
}
.pr_desc li .petc {
	height: 37px;
	line-height: 37px;
	margin: 10px 20px 0;
	border-top: 1px solid #eaeaea;
}
.pr_desc li .petc span {
	color: #888;
	margin: 0 2px 0 0;
}
.pr_desc li .petc .ic_txt2 {
	display: none;
}
.pr_desc li.empty_list {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #bbb;
	border: 0 !important;
	line-height: 150px;
}

/*상품 슬라이드*/
.pr_slide {
	margin: 30px -16px 0;
	position: relative;
}
.pr_slide:after {
	display: block;
	clear: both;
	content: '';
}
.pr_slide .prli {
	width: 274px;
	height: 422px;
	border: 1px solid #eaeaea;
	margin: 0 16px;
	float: left;
	position: relative;
}
.pr_slide .prli a {
	display: block;
	text-decoration: none !important;
}
.pr_slide .prli dt {
	width: 274px;
	height: 274px;
}
.pr_slide .prli dt img {
	width: 100%;
	height: auto;
}
.pr_slide .prli dd {
	text-align: left;
}
.pr_slide .prli .pname {
	height: 45px;
	color: #010101;
	line-height: 1.4em;
	margin: 20px 20px 0;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.pr_slide .prli .price {
	height: 25px;
	margin: 10px 20px 0;
	overflow: visible;
}
.pr_slide .prli .price .sale {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #be44b3;
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 204px;
	right: 10px;
}
.pr_slide .prli .price .sale span {
	font-size: 15px;
	font-weight: 400;
}
.pr_slide .prli .price .mpr {
	font-size: 17px;
	line-height: 1.1em;
	font-weight: 600;
	color: #010101;
	display: inline-block;
}
.pr_slide .prli .price .mpr span {
	font-weight: 400;
}
.pr_slide .prli .price .spr {
	font-size: 13px !important;
	font-weight: 300;
	color: #aaa;
	margin-left: 10px;
	text-decoration: line-through;
	display: inline-block;
}
.pr_slide .prli .petc {
	height: 37px;
	line-height: 37px;
	margin: 10px 20px 0;
	border-top: 1px solid #eaeaea;
}
.pr_slide .prli .petc span {
	color: #888;
	margin: 0 2px 0 0;
}
.pr_slide .prli .petc .ic_txt2 {
	display: none;
}
.pr_slide .prli.empty_list {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #bbb;
	border: 0 !important;
	line-height: 150px;
}
.pr_slide .slick-arrow {
	width: 50px;
	height: 50px;
	color: #bbb;
	border: 1px solid #eaeaea;
	background-color: #fff;
	border-radius: 50%;
	top: 162px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.pr_slide .slick-arrow:before {
	font-size: 27px;
}
.pr_slide .slick-next {
	right: 50%;
	margin-right: -625px;
}
.pr_slide .slick-prev {
	left: 50%;
	margin-left: -625px;
}

/*상품상세보기*/
.vi_info {
	width: 100%;
	display: table;
	overflow: hidden;
}
.vi_img_bx {
	padding-right: 40px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.vi_img_bx .bimg {
	overflow: hidden;
}
.vi_img_bx .simg_li {
	margin-top: 15px;
	overflow: hidden;
}
.vi_img_bx .simg_li ul {
	width: 100%;
	font-size: 0;
	font-style: normal;
	text-align: center;
}
.vi_img_bx .simg_li li {
	width: calc(20% - 5.6px);
	padding: 7px 0 0 7px;
	display: inline-block;
	white-space: nowrap;
	word-break: break-all;
}
.vi_img_bx .simg_li li:nth-child(5n + 1) {
	padding-left: 0;
}
.vi_img_bx .simg_li li img {
	width: calc(100% - 2px);
	height: auto;
	border: 1px solid #eee;
	cursor: pointer;
}

.vi_txt_bx {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.vi_txt_bx dt,
.vi_txt_bx dd,
.vi_txt_li dt,
.vi_txt_li dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vi_txt_bx .tit {
	font-size: 27px;
	font-weight: 600;
	padding: 10px 0 15px;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	position: relative;
}
.vi_txt_bx .tit .btn_wrap {
	margin: 10px 0 0;
	line-height: 1em;
}
.vi_txt_bx .tit .btn_wrap .seller {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.vi_txt_bx .tit .btn_wrap .seller #btn_cp_open {
	height: 21px;
	line-height: 21px;
	padding: 0 12px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: block;
	cursor: pointer;
}
.vi_txt_bx .tit .btn_wrap .seller ul {
	width: 350px;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 2000;
	display: none;
}
.vi_txt_bx .tit .btn_wrap .seller ul li {
	height: 14px;
	font-size: 13px;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0 10px 80px;
	position: relative;
}
.vi_txt_bx .tit .btn_wrap .seller ul li:first-child {
	border-top: 0 !important;
}
.vi_txt_bx .tit .btn_wrap .seller ul li span {
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
.vi_txt_bx .tit .btn_wrap .seller:hover #btn_cp_open {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
.vi_txt_bx .tit .btn_wrap .seller:hover ul {
	display: block;
}
.vi_txt_bx .stxt {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #999;
	padding: 15px 0 0;
}
.vi_txt_bx .price_bx {
	padding: 17px 0;
	border-bottom: 1px solid #ddd;
	background-color: #fafafa;
}
.vi_txt_bx .price_bx dl {
	width: 100%;
	padding: 4px 0;
	display: table;
}
.vi_txt_bx .price_bx dt,
.vi_txt_bx .price_bx dd {
	font-size: 14px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.vi_txt_bx .price_bx dt {
	width: 27%;
	padding: 0 0 0 20px;
	font-weight: 600;
}
.vi_txt_bx .price_bx dd {
	width: 73%;
	padding: 0 20px 0 0;
}
.vi_txt_bx .price_bx dd.price {
	font-size: 20px !important;
	font-weight: bold;
	color: #222;
}
.vi_txt_bx .price_bx dd.price .mpr span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 3px;
}
.vi_txt_bx .price_bx dd.pay {
	font-weight: bold;
	line-height: 140% !important;
}
.vi_txt_li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.vi_txt_li dl {
	width: 100%;
	margin-top: 10px;
	display: table;
}
.vi_txt_li dl:first-child {
	margin-top: 0 !important;
}
.vi_txt_li dt,
.vi_txt_li dd {
	line-height: 1.4em;
	display: table-cell;
	vertical-align: top;
}
.vi_txt_li dt {
	width: 27%;
	font-size: 13px;
	padding: 0 0 0 20px;
}
.vi_txt_li dt.op_vi_tit {
	width: 57% !important;
}
.vi_txt_li dd {
	width: 73%;
	font-size: 13px;
	padding: 0 20px 0 0;
}
.vi_txt_li dd.op_vi_txt {
	width: 40% !important;
	margin-left: 3%;
	position: relative;
}
.vi_txt_li td {
	font-size: 13px;
}

.via {
	position: absolute;
	top: -58px;
	left: 0;
}

.vi_tab {
	height: 45px;
	border-bottom: 2px solid #333;
}
.vi_tab ul {
	overflow: visible;
}
.vi_tab li {
	width: 295px;
	height: 44px;
	margin-left: 4px;
	color: #888;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: #f8f8f8;
	cursor: pointer;
	float: left;
}
.vi_tab li:first-child,
.m_event li:first-child {
	margin-left: 0 !important;
}
.vi_tab li.on {
	width: 293px;
	height: 45px;
	line-height: 43px;
	font-weight: 500;
	margin-bottom: -2px;
	color: #333;
	border-width: 2px 2px 0 2px;
	border-color: #333;
	background-color: #fff;
	z-index: 50;
}

/*상품 상세보기 (관련상품)*/
.vi_rel {
	margin: 50px 0 0;
	padding: 0 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #ddd #ddd;
	position: relative;
}
.vi_rel h3 {
	text-align: center;
	position: relative;
	clear: both;
	margin-top: -11px;
}
.vi_rel h3 span {
	font-size: 22px;
	font-weight: 600;
	line-height: 1em;
	color: #222;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
	display: inline-block;
}
.vi_rel dl a {
	display: block;
	text-decoration: none !important;
	outline: none;
}
.vi_rel dl {
	width: 194px;
	padding: 25px 10px 15px;
	float: left;
	position: relative;
}
.vi_rel dl dt {
	width: 100%;
	height: auto;
	position: relative;
}
.vi_rel dl dt img {
	width: 100%;
	height: auto;
}
.vi_rel dl dd {
	position: relative;
	text-align: center;
}
.vi_rel dl .pname {
	height: 38px;
	color: #000;
	line-height: 1.4em;
	margin: 12px 5px 0;
	font-size: 13px;
}
.vi_rel dl .price {
	margin: 12px 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: #111;
}
.vi_rel dl .price .mpr {
	font-size: 16px;
	font-weight: 800;
	color: #000;
}
.vi_rel dl .price .mpr span {
	font-weight: normal;
	margin-left: 2px;
}
.vi_rel dl .price .spr {
	margin-right: 5px;
	font-size: 12px !important;
	font-weight: normal;
	color: #aaa;
	margin-bottom: 3px;
	text-decoration: line-through;
}
.vi_rel dl:hover dt:after {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	content: '';
}
.vi_rel .slick-arrow {
	width: 25px;
	height: 50px;
	line-height: 48px;
	margin-top: -25px;
	background-color: rgba(180, 180, 180, 0.8);
	text-align: center;
	position: absolute;
	top: 50%;
}
.vi_rel .slick-arrow:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
}
.vi_rel .slick-next {
	right: -15px;
}
.vi_rel .slick-next:before {
	content: '\f105';
}
.vi_rel .slick-prev {
	left: -15px;
}
.vi_rel .slick-prev:before {
	content: '\f104';
}

/*sns*/
.t_socia0 {
	border: none;
	margin-top: 10px;
	width: 100%;
}
.t_social {
	background-color: #222;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.t_social span {
	font-weight: 600;
	color: #ff9019;
}

.vi_box_hd {
	background: url('/img/sub/tit_view_bg.gif');
	width: 964px;
	height: 16px;
	padding-right: 40px;
	text-align: right;
}
.vi_box_line {
	background: url('/img/sub/tit_view_line.gif');
	width: 964px;
	height: 390px;
}
.vi_box_tail {
	width: 964px;
	height: 7px;
	background: url('/img/sub/tit_view_03.gif');
}

.letter_bx {
	width: 100%;
	height: 76px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.f_price {
	color: #999;
	font-weight: bold;
	line-height: 140%;
	text-decoration: line-through !important;
}

/*판매 기간상품*/
.time {
	padding: 15px 0;
	background-color: #222;
	text-align: center;
}
.time span {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0;
	display: inline-block;
}
.time .tit,
.time .day {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.time .tit {
	margin-left: 10px;
}
.time .tit:after {
	margin: 0 7px;
	display: inline-block;
	content: ':';
}
.time .day {
	margin-right: 7px;
}

/*옵션*/
#option_set_added {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
#option_set_added li td {
	font-size: 13px;
}
#option_set_added dl {
	padding: 0;
}
#option_set_added .defbtn_plus {
	width: 17px;
	height: 17px;
	line-height: 500% !important;
	background: url('/img/plusminus.gif') no-repeat -16px 0;
	border: 0 none;
	overflow: hidden;
	cursor: pointer;
}
#option_set_added .defbtn_minus {
	width: 17px;
	height: 17px;
	line-height: 500% !important;
	background: url('/img/plusminus.gif') no-repeat 0 0;
	border: 0 none;
	overflow: hidden;
	cursor: pointer;
}
#option_set_added .defbtn_delete {
	width: 13px;
	height: 13px;
	font-size: 0;
	background: url('/img/delete.gif') no-repeat 50% 50%;
	border: 0 none;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
}
#option_set_added .inp_opt {
	font-size: 9pt;
	font-family: tahoma;
	border: 1px solid #cfcfcf;
	border-left: 0;
	border-right: 0;
	height: 17px;
	padding: 0 0 1px;
	text-align: center;
	overflow: hidden;
	margin: 0;
}
.op_vi_txt .sit_opt_prc {
	font-size: 14px;
	font-weight: 600;
	height: 18px;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	right: 20px;
}
#sit_tot_views {
	font-size: 17px;
	font-weight: 600;
	padding: 25px 20px 0;
	line-height: 1.3em;
	margin-top: -1px;
	border-top: 1px solid #666;
	background-color: #fff;
	overflow: hidden;
}
#sit_tot_views .prdc_price {
	font-size: 27px;
	color: #ed3636;
	float: right;
}
#sit_tot_views .prdc_price em {
	font-size: 17px;
	margin: 0 0 0 3px;
	color: #ed3636;
	vertical-align: middle;
}
.vi_btn {
	width: 100%;
	display: table;
	margin-top: 25px;
}
.vi_btn span {
	padding-right: 5px;
	display: table-cell;
}
.vi_btn span:last-child {
	padding-right: 0 !important;
}
.vi_btn a {
	width: 100%;
}
.vi_alert_msg {
	margin-top: 25px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	color: red;
	text-align: center;
	background: #fffcea;
	border: 1px solid #f3cc31;
}

/*결제*/
.total_price {
	height: 18px;
	padding: 15px 10px;
	font-size: 14px;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	line-height: 1.2em;
}

/*쿠폰*/
.apply_cmd {
	position: absolute;
	z-index: 100;
	width: 306px;
	height: auto;
	padding: 10px;
	border: 5px solid #e5e5e5;
	background-color: #fff;
}
.cp_txt_bx {
	padding: 12px 15px;
	background-color: #f8f8f8;
	line-height: 1.6em;
	border-bottom: 1px solid #ddd;
}
.cp_txt_bx .frm_cp {
	background-color: #fff;
}

/*tab menu*/
#tab_cate {
	height: 36px;
	border-bottom: 1px solid #333;
	margin: 10px 0 !important;
}
#tab_cate h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#tab_cate ul {
	overflow: visible;
	zoom: 1;
}
#tab_cate li {
	margin-left: -1px;
	float: left;
	overflow: visible;
}
#tab_cate li a {
	height: 36px;
	color: #999;
	padding: 0 25px;
	font-size: 13px;
	line-height: 37px;
	background-color: #f5f5f5;
	text-align: center;
	display: block;
	text-decoration: none !important;
	position: relative;
}
#tab_cate li.active a {
	height: 37px;
	color: #333;
	line-height: 38px;
	background-color: #fff;
	z-index: 10;
}
#tab_cate li:first-child {
	margin-left: 0 !important;
}
#tab_cate li a:after {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}
#tab_cate li.active a:after {
	border-color: #333;
}

/*기타*/
.td_num {
	text-align: right !important;
	padding-right: 5px !important;
	letter-spacing: 0 !important;
}
.td_name {
	position: relative;
	vertical-align: top !important;
	text-align: left !important;
}
.thumimgage {
	cursor: pointer;
	z-index: 1;
}
.page_wrap {
	height: 29px;
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.page_wrap .lbt_box {
	position: absolute;
	top: 0;
	left: 0;
}
.page_wrap .rbt_box {
	position: absolute;
	top: 0;
	right: 0;
}
.bottom_sch {
	padding: 10px 15px;
	background-color: #f8f8f8;
	text-align: center;
}
.top_sch {
	height: 23px;
	margin: 0 0 7px 0;
}
.bottom_sch select,
.bottom_sch input[type='text'] {
	height: 29px;
}
.del_box {
	width: 400px;
	font-size: 13px;
	line-height: 1.4em;
	padding: 30px 0;
	margin: 80px auto;
	border: 1px solid #ddd;
	text-align: center;
}
.txt_expired {
	color: #ccc !important;
}

.bx-has-pager {
	width: 100%;
	position: absolute;
	bottom: 15px;
}
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(80, 80, 80, 0.3);
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	outline: 0;
	border-radius: 50%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(10, 10, 10, 0.8);
}

/*footer*/
#ft {
	min-width: 1200px;
	margin-top: 70px;
	padding: 60px 0;
	background: #444;
	overflow: hidden;
	clear: both;
}
.fgnb {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.fgnb li {
	margin-right: 35px;
	float: left;
}
.fgnb li a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	display: block;
	text-decoration: none !important;
}
.fgnb li.pointbt a {
	color: #fffe89;
}
.company {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
	overflow: hidden;
	position: relative;
}
.company .info {
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
}
.company .info p {
	margin-top: 12px;
}
.company .info p:first-child {
	margin-top: 0 !important;
}
.company .info .tit {
	margin: 0 10px 0 25px;
	color: rgba(255, 255, 255, 0.7);
}
.company .info .tit2 {
	margin: 0 10px 0 0;
	color: rgba(255, 255, 255, 0.7);
}
.company .info .cptxt {
	color: rgba(255, 255, 255, 0.5);
}
.ftcs {
	width: 1200px;
	margin: 0 auto;
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ftcs dl {
	width: 350px;
	float: left;
}
.ftcs dl dt {
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.ftcs dl dd {
	font-size: 14px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 8px 0;
	text-align: left;
	letter-spacing: 0;
}
.ftcs dl dd.num {
	font-size: 25px;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
	margin: 0 0 15px 0;
}
.ftcs dl.escrow {
	width: 500px;
	float: right;
}
.ftcs dl.escrow dt {
	text-align: right;
}
.ftcs dl.escrow dd {
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
}
.ftcs dl dd.btns {
	margin: 25px 0 0 0;
}
.ftcs dl dd.btns a {
	margin-right: 3px;
}

.sns_wrap {
	position: absolute;
	bottom: 45px;
	right: 0;
}
.sns_wrap a {
	width: 20px;
	height: 20px;
	padding: 10px;
	margin-left: 6px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	text-align: center;
	display: inline-block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.sns_wrap a img {
	width: 100%;
	height: auto;
	vertical-align: baseline;
	opacity: 0.6;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.sns_wrap a:hover img {
	opacity: 1;
}

/*폰트box 스타일*/
.fbx_small,
.fbx_free,
.fbx_lsmall {
	display: inline-block;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
}
.fbx_small {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.555;
	font-weight: normal;
	letter-spacing: 0;
}
.fbx_lsmall {
	padding: 0 10px;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal !important;
}
.fbx_bg1 {
	border: 1px solid #c1dcff;
	background-color: #ffffff;
	color: #4294ff;
} /*blue*/
.fbx_bg2 {
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
	color: #aaaaaa;
} /*gray*/
.fbx_bg3 {
	border: 1px solid #fdd8e2;
	background-color: #ffffff;
	color: #ff90af;
} /*pink*/
.fbx_bg4 {
	border: 1px solid #fdedec;
	background-color: #fdedec;
	color: #d0130d;
} /*red*/
.fbx_bg5 {
	border: 1px solid #cbcbcb;
	background-color: #ffffff;
	color: #909090;
} /*default*/
.fbx_bg6 {
	border: 1px solid #e9f3f3;
	background-color: #e9f3f3;
	color: #398a8b;
}
.fbx_free {
	width: 70px;
	height: 38px;
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.222;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	background: url('/img/ic_free_bg.png') no-repeat;
	background-size: 100%;
}

/*sub*/
.stit {
	font-size: 27px;
	font-weight: 600;
	color: #222;
	margin: 20px 0 30px;
	text-align: center;
	position: relative;
}
.s_stit {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	text-align: left;
	letter-spacing: -1px;
}
.tit_navi {
	font-size: 12px;
	line-height: 1em;
	color: #888;
	font-weight: normal;
	text-align: right;
}
.tit_navi a {
	font-weight: normal;
	color: #888;
}
.tit_navi .ionicons {
	margin: 0 10px;
	color: #bbb;
	vertical-align: middle;
}

/* 서브페이지 */
#con_lf {
	width: calc(100% - 200px);
	display: inline-block;
	float: right;
	margin-bottom: 80px;
}
#con_lf img {
	max-width: 100%;
	height: auto;
}

.pg_tit {
	margin: 40px 0;
	position: relative;
	text-align: center;
}
.pg_tit span {
	font-size: 31px;
	line-height: 1em;
	font-weight: 500;
	color: #111;
	padding: 4px 10px 7px 0;
	display: inline-block;
}
.pg_tit .pg_nav {
	font-size: 13px;
	font-weight: normal;
	color: #888;
	position: absolute;
	bottom: 2px;
	right: 0;
	letter-spacing: 0;
}
.pg_tit .pg_nav a {
	color: #888;
}
.pg_tit i {
	font-style: normal;
	font-size: 12px;
	color: #aaa;
	margin: 0 5px;
}
.pg_tit .sch_txt {
	font-weight: 600;
	color: #de0000;
}
.pg_cnt {
	font-size: 13px;
	margin: 0 0 10px;
}
.pg_cnt em {
	color: red;
	font-weight: 600;
}

.grtit {
	width: 100%;
	height: 8px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	overflow: visible;
}
.grtit span {
	height: 16px;
	line-height: 16px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 15px;
	margin-bottom: 8px;
	color: #888;
	background-color: #fff;
	display: inline-block;
}

.pg_title {
	margin-bottom: 20px;
	text-align: center;
}
.pg_title .inner {
	padding: 8px;
	background-color: #f1f1f1;
	position: relative;
}
.pg_title .inner .txt_bx {
	padding: 17px 0;
	border: 1px solid #ddd;
	background-color: #fff;
}
.pg_title .inner .txt_bx dt {
	font-size: 27px;
	line-height: 1em;
	font-weight: 600;
	color: #666;
	text-align: center;
}
.pg_title .inner .txt_bx dd {
	font-size: 13px;
	font-weight: normal;
	color: #999;
	margin-top: 10px;
	text-align: center;
}

.sub_tree {
	padding: 15px 20px;
	margin: 0 0 20px;
	border: 1px solid #eaeaea;
}
.sub_tree li {
	padding: 7px 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sub_tree a {
	font-size: 15px;
	text-decoration: none !important;
}
.sub_tree a:hover {
	color: #be44b3;
}
.sub_tree li.active a {
	font-weight: 600;
	color: #be44b3;
}

.li_ty_tab li {
	float: left;
	margin-right: 3px;
}
.li_ty_tab li a {
	height: 25px;
	padding: 0 12px;
	line-height: 2em;
	background-color: #aaa;
	color: #fff;
	display: block;
	text-decoration: none !important;
}
.li_ty_tab li a:hover {
	background-color: #777;
}
.li_ty_tab li a.active {
	background-color: #222;
}

.tab_sort {
	padding: 0 20px;
	line-height: 50px;
	background-color: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.tab_sort:after {
	display: block;
	clear: both;
	content: '';
}
.tab_sort .total {
	font-size: 15px;
}
.tab_sort .total b {
	color: #de0000;
}
.tab_sort .tab_sort_m {
	margin: 0 0 0 auto;
}
.tab_sort .tab_sort_m a {
	font-size: 14px;
	color: #999;
	margin: 0 25px 0 0;
	text-decoration: none !important;
}
.tab_sort .tab_sort_m a:hover {
	color: #333;
}
.tab_sort .tab_sort_m a.active {
	color: #010101;
}
.tab_sort .prline {
	padding: 0 0 0 25px;
	border-left: 2px solid #fff;
}
.tab_sort .prline select {
	width: 100px;
	height: 50px;
	font-size: 14px;
	border: 0;
	background: transparent;
}

/*서브페이지 왼쪽메뉴*/
#aside {
	float: left;
	width: 180px;
}
.aside_hd {
	height: 120px;
	background: #be44b3;
	text-align: center;
}
.aside_hd p {
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.aside_hd p.eng {
	padding-top: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #e1e1e1;
	text-transform: uppercase;
}
.aside_hd p.kor {
	padding-top: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
.aside_name {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #121418;
	background-color: #2c313c;
	font-weight: 600;
	color: #fff;
}
.aside_bx {
	background-color: #495164;
	color: #fff;
}
.aside_bx li {
	position: relative;
	padding-left: 15px;
	height: 36px;
	font-size: 11px;
	line-height: 36px;
	border-top: 1px solid #525a6c;
	border-bottom: 1px solid #444c5e;
}
.aside_bx li:first-child {
	border-top: 0;
}
.aside_bx li span {
	position: absolute;
	top: 0;
	right: 10px;
}
.aside_bx li span a {
	font-weight: 600;
	color: #fff;
}
.aside_cs {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ddd;
}
.aside_cs dt {
	height: 37px;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.9;
	border-top: 1px solid #ddd;
	position: relative;
}
.aside_cs dt:first-child {
	border-top: 0 !important;
}
.aside_cs dt a:after {
	font-family: FontAwesome;
	font-size: 19px;
	font-weight: normal;
	line-height: 2em;
	color: #ccc;
	position: absolute;
	top: 0;
	right: 15px;
	content: '\f105';
}
.aside_cs dd {
	padding: 8px 0;
	border-top: 1px dotted #ddd;
}
.aside_cs dt a,
.aside_cs dd li a {
	padding: 0 15px;
	text-decoration: none;
	display: block;
}
.aside_cs dt:hover a,
.aside_cs dt:hover a:after {
	color: #be44b3;
}
.aside_cs dd li a:hover {
	color: #454545;
	background-color: #f5f5f5;
}
.aside_cs dd li a {
	padding: 5px 15px 5px 22px !important;
	color: #999;
	background: url('/img/lm_dot.gif') no-repeat 15px 14px;
}
.aside_my {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.aside_my dt {
	margin-top: 7px;
	padding: 10px 0 7px 15px;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #ddd;
}
.aside_my dt:first-child {
	margin-top: 0;
	border-top: 0;
}
.aside_my dd a {
	line-height: 1.9em;
	padding-left: 15px;
	color: #666;
	display: block;
	text-decoration: none !important;
}
.aside_my dd a:hover {
	background-color: #f5f5f5;
	color: #454545;
}

/*로그인*/
.login_wrap {
	width: 450px;
	margin: 0 auto;
	display: none;
	text-align: center;
	overflow: hidden;
}
.login_wrap.active {
	display: block;
}
.logBn {
	margin-bottom: 20px;
}
.log_inner {
}
.log_inner dt {
	font-size: 15px;
	color: #999;
	margin-bottom: 20px;
	text-align: center;
}
.log_inner dd {
	margin-bottom: 7px;
	text-align: center;
}
.log_inner .log_op {
	font-size: 15px;
	margin: 15px auto 25px;
	max-width: 450px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.log_inner input[type='text'],
.log_inner input[type='password'] {
	width: 100%;
	max-width: 450px;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	font-size: 15px;
	border: 0;
	background: #f4f4f4;
}
.log_inner dd button,
.log_inner dd a {
	width: 100%;
	max-width: 450px;
	font-weight: 500;
}
.login_wrap .in_box p {
	margin: 0 0 10px 0;
}
.login_wrap .bt_box {
	padding: 20px 0 10px;
	text-align: center;
	overflow: hidden;
}
.login_wrap .bt_box a {
	font-size: 13px;
	display: inline-block;
}
.login_wrap .bt_box a:before {
	width: 1px;
	height: 12px;
	background-color: #ccc;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.login_wrap .bt_box a:first-child:before {
	display: none;
}

/*SNS로그인*/
.sns_btn {
	margin-top: 40px;
}
.sns_btn ul {
	margin-top: 15px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.sns_btn ul li {
	flex: 1;
	margin-left: 3px;
}
.sns_btn ul li:first-child {
	margin-left: 0 !important;
}
.sns_btn a {
	display: block !important;
}
.bt_naver,
.bt_face,
.bt_kakao {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	padding: 0 15px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	position: relative;
}
.bt_naver .bt_ic,
.bt_face .bt_ic,
.bt_kakao .bt_ic {
	width: 25px;
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: middle;
}
.bt_naver {
	color: #fff !important;
	background-color: #1ec800;
}
.bt_naver:hover {
	background-color: #1bb300;
}
.bt_face {
	color: #fff !important;
	background-color: #3b579d;
}
.bt_face:hover {
	background-color: #304c91;
}
.bt_kakao {
	color: #381e1e !important;
	background-color: #f1dc43;
}
.bt_kakao:hover {
	background-color: #e9d334;
}
.bt_ic img {
	margin-bottom: 2px;
}

/*회원*/
.regi_box {
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fafafa;
}
.regi_box .agree_box {
	height: 150px;
	font-size: 13px;
	color: #555;
	padding: 12px 15px;
	line-height: 1.4em;
	border: 1px #eee solid;
	background-color: #fff;
	overflow-y: auto;
}
.agree_txt {
	font-size: 13px;
	padding: 20px;
	background-color: #f5f5f5;
}
.sns_box {
	border: 1px solid #ddd;
	text-align: left;
}
.sns_box h3 {
	font-size: 15px;
	padding: 10px 20px;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
}
.sns_box p {
	padding: 20px;
	text-align: center;
}
.sns_box a {
	width: 250px;
	margin-right: 5px;
	display: inline-block;
}

/*인기검색어 순위*/
.kw_rank {
	width: 167px;
	height: 302px;
	border-right: 1px solid #ddd;
	padding: 15px;
	float: left;
}
.kw_rank h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
.kw_rank li {
	line-height: 26px;
	padding: 0 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.kw_rank li .rank_num {
	width: 25px;
	font-weight: 13px;
	font-weight: 800;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.kw_rank li .rank_icon {
	font-size: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.kw_rank li .rank_icon:before {
	font-size: 18px;
	line-height: 23px;
	margin-right: 4px;
	color: #888;
	content: '-';
}
.kw_rank li .rank_icon.rnew {
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 3px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	background-color: #ee7d4d;
	font-weight: 600;
	top: 50%;
	margin-top: -7px;
}
.kw_rank li .rank_icon.rnew:before {
	display: none !important;
}
.kw_rank li .rank_up {
	width: 12px;
}
.kw_rank li .rank_up:before {
	font-size: 16px;
	line-height: 23px;
	font-family: 'FontAwesome';
	color: #c2191f;
	content: '\f0d8';
}
.kw_rank li .rank_down {
	width: 12px;
}
.kw_rank li .rank_down:before {
	font-size: 16px;
	line-height: 23px;
	font-family: 'FontAwesome';
	color: #22b0bd;
	content: '\f0d7';
}
.kw_rank li:first-child a,
.kw_rank li:nth-child(2) a,
.kw_rank li:nth-child(3) a,
.kw_rank li:first-child .rank_num,
.kw_rank li:nth-child(2) .rank_num,
.kw_rank li:nth-child(3) .rank_num {
	color: #ee7d4d;
}
.kw_rank li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none !important;
}
.kw_rank li:hover {
	background-color: #fafafa;
}

/*브랜드샵*/
.br_search {
	padding: 25px 12px 12px 12px;
	border: 1px solid #ddd;
	text-align: center;
}
.br_search #br_sch {
	margin-top: 25px;
	overflow: hidden;
	display: inline-block;
}
.br_search .sch_inner {
	width: 430px;
	margin: 0 auto;
}
.br_search .sch_inner dt {
	width: 73px;
	height: 37px;
	line-height: 2.4;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	float: left;
}
.br_search .sch_inner dd {
	width: 355px;
	height: 35px;
	border: 1px solid #555;
	float: left;
}
.br_search .sch_inner dd input[type='text'] {
	width: 320px;
	height: 35px;
	font-size: 13px;
	padding: 0 10px;
	line-height: 2.3;
	border: 0;
}
.br_search .sch_inner dd .btn_submit {
	width: 35px;
	height: 35px;
	color: #555;
	font-size: 20px;
	padding-bottom: 2px;
	border: 0;
	cursor: pointer;
}
.br_search .sch_tab {
	width: 125px;
	border: 1px solid #555;
	float: left;
}
.br_search .sch_tab li {
	width: 50%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.br_search .sch_tab li a {
	height: 25px;
	color: #666;
	line-height: 2;
	text-decoration: none !important;
	display: block;
}
.br_search .sch_tab li.active a {
	color: #fff;
	background-color: #555;
}
.br_search .sch_tab_con {
	margin-left: 7px;
	float: left;
}
.br_search .sch_tab_con li {
	width: 24px;
	height: 25px;
	color: #666;
	line-height: 2;
	margin-left: 3px;
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	cursor: pointer;
}
.br_search .sch_tab_con li:hover {
	border: 1px solid #555;
}
.br_search .sch_tab_con li.active {
	color: #fff;
	font-weight: 600;
	background-color: #555;
	border: 1px solid #555;
}
.br_list {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}
.br_list ul {
}
.br_list li {
	width: 160px;
	border: 1px solid #ddd;
	margin: 0 0 11px 11px;
	float: left;
}
.br_list li:hover {
	border: 1px solid #222;
}
.br_list li:nth-child(7n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.br_list li a {
	height: 64px;
	padding: 10px 15px;
	color: #666;
	text-align: center;
	text-decoration: none !important;
	display: block;
}
.br_list li img {
	width: auto;
	max-width: 130px;
	height: 40px;
}
.br_list li p {
	height: 16px;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.br_view_tit {
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
	background-color: #bbb;
	position: relative;
}
.br_view_tit .tit_logo {
	width: 128px;
	height: 40px;
	padding: 35px 183px 35px 215px;
	background: url('/img/br_view_bg.png') no-repeat right top;
	float: right;
}
.br_view_tit .tit_logo img {
	width: auto;
	max-width: 128px;
	height: 40px;
}
.br_view_tit .tit_txt {
	width: 500px;
	height: 40px;
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	position: absolute;
	top: 35px;
	left: 50px;
	z-index: 99;
}

/*비회원구매약관*/
#guest_privacy {
	margin: 30px 0 0;
}
#guest_privacy h2 {
	margin: 0 0 10px;
	font-size: 17px;
	text-align: left;
}
#guest_privacy p {
	margin: 0 0 10px;
}
#guest_privacy .tbl_head02 {
	border: 1px solid #e1e1e1;
}
#guest_privacy .tbl_head02 td {
	width: 33%;
}
#guest_privacy #guest_agree {
	padding: 12px 0;
	text-align: left;
}
#guest_privacy #guest_agree label {
	display: inline-block;
	margin-right: 5px;
}

/*인스타그램*/
.insta {
	width: 100%;
	padding: 40px 0 50px;
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
}
.insta h2 {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	color: #222;
}
.insta h2 a {
	margin-left: 15px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none !important;
}
.insta h2 a:hover {
	color: #888;
}
.insta ul {
	width: 1200px;
	margin: 20px auto 0;
}
.insta li {
	width: 118px;
	height: 118px;
	margin-left: 8px;
	float: left;
	position: relative;
}
.insta li:first-child {
	margin-left: 0 !important;
}
]
.insta li a {
	display: block;
}
.insta li:hover a:before {
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	content: '';
}
.insta li img {
	width: 100%;
	height: auto;
}

/*faq*/
.faq_li {
	margin-top: 20px;
}
.faq_li li {
	font-size: 13px;
	line-height: 1.4em;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.faq_li li:first-child {
	border-top: 1px solid #e1e1e1;
}
.faq_li li:before {
	font-size: 17px;
	font-weight: 800;
	position: absolute;
	left: 10px;
}
.faq_li .faq_q {
	padding: 12px 10px 12px 32px;
	cursor: pointer;
}
.faq_li .faq_q:before {
	color: #6379d8;
	content: 'Q';
	top: 8px;
}
.faq_li .faq_q:hover,
.faq_li .faq_q.active {
	color: #6379d8;
}
.faq_li .faq_a {
	padding: 15px 15px 15px 32px;
	background-color: #fbfbfb;
	display: none;
}
.faq_li .faq_a:before {
	color: #999;
	content: 'A';
	top: 15px;
}

/*게시판 카테고리*/
.bo_cate {
	margin-bottom: 10px;
	text-align: center;
}
.bo_cate li {
	display: inline-block;
}
.bo_cate li a {
	font-size: 13px;
	padding: 9px 17px;
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	text-decoration: none !important;
}
.bo_cate li.active a {
	font-weight: 600;
	background-color: #222;
	border-color: #222;
	color: #fff;
}

/*갤러리 게시판*/
.gallery {
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	overflow: hidden;
}
.gallery a {
	display: block;
	text-decoration: none !important;
}
.gallery dl {
	width: 296px;
	margin: 15px 0 15px 32px;
	padding-bottom: 15px;
	border: 1px solid #eee;
	position: relative;
	float: left;
	display: table;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.gallery dl:nth-child(3n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.gallery dl dt {
	width: 296px;
	height: 296px;
	border-bottom: 1px solid #eee;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.gallery dl dt img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.gallery dl dd {
	font-size: 13px;
	color: #999;
	padding: 0 12px;
	text-align: center;
}
.gallery dl dd.bo_tit {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin: 15px 0 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gallery dl dd.bo_tit .bo_notice {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px;
	margin-right: 3px;
	line-height: 1em;
	border-radius: 3px;
	color: #fff;
	background-color: #0ca2b8;
	vertical-align: middle;
	display: inline-block;
}
.gallery dl dd span:before {
	width: 1px;
	height: 10px;
	margin: 0 7px;
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	content: '';
}
.gallery dl:hover {
	border-color: #222;
}
.gallery .bo_chk {
	position: absolute;
	left: 0;
	top: 13px;
}
.gallery .bo_chk input {
	width: 17px;
	height: 17px;
}

/*웹진스킨 게시판*/
.webzine {
	border-width: 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	overflow: hidden;
}
.webzine a {
	height: 110px;
	display: block;
	text-decoration: none !important;
}
.webzine dl {
	height: 110px;
	padding: 20px 0 20px 145px;
	border-top: 1px solid #eee;
	position: relative;
	clear: both;
}
.webzine dl:first-child {
	border-top: 0 !important;
}
.webzine dl dt {
	display: table;
	position: absolute;
	left: 0;
	top: 15px;
}
.webzine dl dt p {
	width: 120px;
	height: 120px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.webzine dl dt p img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.webzine dl dd {
	font-size: 12px;
	color: #aaa;
	text-align: left;
}
.webzine dl dd.bo_tit {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 0 0 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.webzine dl dd.bo_tit .bo_notice {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	margin-right: 3px;
	line-height: 1em;
	border-radius: 3px;
	color: #fff;
	background-color: #0ca2b8;
	vertical-align: middle;
	display: inline-block;
}
.webzine dl dd.bo_txt {
	height: 50px;
	margin-top: 17px;
	color: #666;
	line-height: 1.4em;
}
.webzine dl dd span:before {
	width: 1px;
	height: 10px;
	margin: 0 7px;
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	content: '';
}
.webzine .bo_chk {
	position: absolute;
	left: 0;
	top: 13px;
}
.webzine .bo_chk input {
	width: 17px;
	height: 17px;
}

/*기획전*/
.plan {
}
.plan a {
	text-decoration: none !important;
}
.plan li {
	width: 285px;
	margin: 0 0 20px 20px;
	border: 1px solid #e1e1e1;
	float: left;
}
.plan li:nth-child(4n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.plan li .plan_img {
	width: 285px;
	height: 160px;
}
.plan li .plan_img img {
	width: 100%;
	height: auto;
}
.plan li .plan_tit {
	height: 15px;
	font-size: 13px;
	padding: 12px 15px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
}

/*타임세일*/
.timesale {
	margin-top: 20px;
}
.timesale li {
	width: 274px;
	height: px;
	margin: 32px 0 0 32px;
	border: 1px solid #eaeaea;
	float: left;
	position: relative;
}
.timesale li:nth-child(4n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.timesale li:nth-child(-n + 4) {
	margin-top: 0 !important;
}
.timesale li a {
	display: block;
	text-decoration: none !important;
}
.timesale li dt {
	width: 274px;
	height: 274px;
}
.timesale li dt img {
	width: 100%;
	height: auto;
}
.timesale li dd {
	text-align: left;
}
.timesale li .ptime {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	margin: 20px;
	color: #fff;
	background: #333;
	border-radius: 100px;
}
.timesale li .ptime i {
	font-size: 25px;
	line-height: 40px;
	margin: 0 7px 0 0;
}
.timesale li .ptime .timen {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}
.timesale li .ptime .timen span {
	font-size: 16px;
	font-weight: 400;
	margin-right: 5px;
}
.timesale li .pname {
	height: 45px;
	color: #010101;
	line-height: 1.4em;
	margin: 20px 20px 0;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.timesale li .price {
	height: 25px;
	margin: 10px 20px 0;
	overflow: visible;
}
.timesale li .price .sale {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #be44b3;
	opacity: 0.8;
	border-radius: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 204px;
	right: 10px;
}
.timesale li .price .sale span {
	font-size: 15px;
	font-weight: 400;
}
.timesale li .price .mpr {
	font-size: 17px;
	line-height: 1.1em;
	font-weight: 600;
	color: #010101;
	display: inline-block;
}
.timesale li .price .mpr span {
	font-weight: 400;
}
.timesale li .price .spr {
	font-size: 13px !important;
	font-weight: 300;
	color: #aaa;
	margin-left: 10px;
	text-decoration: line-through;
	display: inline-block;
}
.timesale li .petc {
	height: 37px;
	line-height: 37px;
	margin: 10px 20px 0;
	border-top: 1px solid #eaeaea;
}
.timesale li .petc span {
	color: #888;
	margin: 0 2px 0 0;
}
.timesale li.empty_list {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #bbb;
	border: 0 !important;
	line-height: 150px;
}

/*네이버페이*/
.naverpay-item {
	display: block;
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}
.cart-naverpay {
	margin-top: 15px;
}

/*회원가입 약관*/
#fregister section {
	padding: 30px 0 0 0;
}
#fregister section:first-child {
	padding: 0 !important;
}
#fregister h2 {
	margin: 0 0 10px;
	font-size: 17px;
	text-align: left;
}
#fregister textarea {
	display: block;
	padding: 10px;
	width: 100%;
	height: 200px;
	line-height: 1.4em;
	color: #666;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
#fregister .fregister_agree {
	padding: 12px;
	text-align: left;
}
#fregister .fregister_agree label {
	display: inline-block;
	margin-right: 5px;
}
#fregister .fregister_agree label > span {
	color: #999999 !important;
}
#fregister_private .tbl_head02 {
	border: 1px solid #e1e1e1;
}
#fregister_private .tbl_head02 td {
	width: 33%;
}

/*회원가입 입력*/
#fregisterform {
}
#fregisterform h3 {
	margin: 20px 0 5px;
}
#fregisterform #msg_certify {
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #dbecff;
	background-color: #eaf4ff;
	text-align: center;
}

/* 회원가입 완료 */
#reg_result {
}
#reg_result #result_email {
	margin: 20px 0;
	padding: 10px 30px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
#reg_result #result_email span {
	display: inline-block;
	width: 150px;
}
#reg_result #result_coupon {
	margin: 20px 0;
	padding: 10px 30px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
#reg_result #result_coupon strong {
	color: #ff3061;
	font-weight: normal;
}
#reg_result .bx-danger {
	margin: 30px 0 0;
	padding: 30px !important;
	line-height: 1.8em !important;
}
#reg_result .btn_confirm {
	margin: 50px 0;
}

/*회원탈퇴*/
#fleaveform {
}
#fleaveform section {
	font-size: 13px;
	margin: 30px 0 0 0;
}
#fleaveform section li {
	height: 23px;
	line-height: 1.7em;
}
#fleaveform .line_box {
	padding: 12px 0;
	margin-bottom: 20px;
	line-height: 1.4em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
}

/* 회원 비밀번호 확인 */
#mb_confirm {
	margin: 0 auto;
	padding: 120px 0 150px;
	width: 600px;
}
#mb_confirm h1 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 600;
}
#mb_confirm p {
	padding: 20px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background-color: #fff;
}
#mb_confirm p strong {
	display: block;
	padding-bottom: 4px;
}
#mb_confirm fieldset {
	margin: 0 0 20px;
	padding: 30px 0;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	text-align: center;
}
#mb_confirm fieldset .frm_input {
	background-color: #fff !important;
}
#mb_confirm label {
	margin: 0 7px 0 0;
}
#mb_confirm_id {
	display: inline-block;
	margin: 0 30px 0 7px;
	font-weight: 600;
}

/*아이디/비밀번호 찾기*/
#find_info {
}
#find_info #info_fs {
	margin: 0 20px 0 20px;
	padding: 0;
	background-color: #fff;
}
#find_info #info_fs .frm_input {
	width: 70%;
}
#find_info p {
	margin: 0 0 10px;
	line-height: 1.8em;
}
#find_info .info_form {
	padding: 10px 15px;
	background-color: #f8f8f8;
}

/*입점신청*/
#fsellerform {
}
#fsellerform h2 {
	margin: 0 0 5px;
	font-size: 17px;
	text-align: left;
}
#fsellerform .frm_address {
	margin: 5px 0 0;
}
.fsellerform_term {
	padding: 30px 0 20px;
}
.fsellerform_term textarea {
	display: block;
	padding: 10px;
	width: 100%;
	height: 150px;
	line-height: 1.4em;
	color: #666;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.fsellerform_agree {
	padding: 10px 0;
	text-align: left;
}
.fsellerform_agree label {
	display: inline-block;
	margin-right: 5px;
}

/*쇼핑몰분양신청*/
#fpartnerform {
}
#fpartnerform h2 {
	margin: 0 0 5px;
	font-size: 17px;
	text-align: left;
}
#fpartnerform #reg_tot_price em {
	font: bold 18px tahoma;
	color: #ec0e03;
}
.fpartnerform_term {
	margin: 0 0 20px;
}
.fpartnerform_term textarea {
	display: block;
	padding: 5px;
	width: 100%;
	height: 100px;
	line-height: 1.4em;
	color: #666;
	border: 1px solid #e1e1e1;
	background: #fffcea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fpartnerform_agree {
	padding: 10px 0;
	text-align: left;
}
.fpartnerform_agree label {
	display: inline-block;
	margin-right: 5px;
}

.fp_sign {
	margin: 20px 0 0;
	overflow: hidden;
}
.fp_sign .info_bx {
	width: 393px;
	height: 250px;
	padding: 42px 0 0;
	border: 1px solid #ddd;
	overflow: visible;
	position: relative;
}
.fp_sign .info_bx dt {
	width: 395px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	background-color: #999;
	position: absolute;
	top: -1px;
	left: -1px;
}
.fp_sign .info_bx dd {
	min-height: 23px;
	font-size: 12px;
	padding: 3px 15px;
	line-height: 1.7em;
}
.fp_sign .info_bx .m-signature-pad {
	height: 130px;
	padding: 12px 0 0;
	margin: 7px 0 12px;
	border-top: 1px dotted #ddd;
	position: relative;
}
.fp_sign .info_bx .m-signature-pad button {
	position: absolute;
	top: 15px;
	right: 0;
}
.fp_sign .info_bx .admin_seal {
	position: absolute;
	top: 170px;
	left: 110px;
}
.kbw-signature {
	width: 100%;
	height: 100px;
	background-color: #f1f1f1;
	display: block;
	-ms-touch-action: none;
}

/*장바구니*/
.sod_opt {
	margin: 0;
	border-bottom: 0;
	background: #fff;
}
.sod_opt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sod_opt li.ty {
	padding: 0;
	color: #7d62c3;
	letter-spacing: 0;
}
.sod_opt li.ny {
	padding: 0;
	color: #888888;
	letter-spacing: 0;
}
.sod_option_btn {
	margin: 5px 0;
}
#sod_bsk_btn {
	position: relative;
	margin-top: 10px;
	height: 24px;
}
#sod_bsk_btn div.palt {
	position: absolute;
	left: 0;
	top: 0;
}
#sod_bsk_btn div.part {
	position: absolute;
	right: 0;
	top: 0;
}
#sod_bsk_list #mod_option_frm {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 500px;
	height: auto !important;
	height: 500px;
	max-height: 500px;
	border: 1px solid #000;
	background: #fff;
	overflow-y: scroll;
	overflow-x: none;
}
.btn_cancel {
	width: 60px;
	height: 30px;
	background: url('/img/btn_021016.jpg') no-repeat;
	border: 0 none;
	overflow: hidden;
	cursor: pointer;
}

/*주문*/
#sod_fin_pay,
#sod_fin_orderer,
#sod_fin_receiver,
#sod_bsk_tot,
#bank_section,
#tax_section {
	margin: 30px 0 0;
}
#sod_fin_cancel {
	margin: 20px 0 0;
	text-align: center;
}
#sod_fin_cancel h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#sod_fin_cancelfrm {
	display: none;
	padding: 10px;
	margin: 10px 0 0;
	background-color: #f8f8f8;
}
#sod_fin_cancelfrm label {
	margin-right: 10px;
}
#sod_ws_tot {
	margin: 20px 0 0;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
	zoom: 1;
}
#sod_ws_tot:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
}
#sod_ws_tot dt,
#sod_ws_tot dd {
	float: left;
	font-weight: 600;
	padding: 12px 0;
	border-top: 1px solid #e2e2e2;
}
#sod_ws_tot dt {
	padding-left: 2%;
	width: 48%;
}
#sod_ws_tot dd {
	padding-right: 2%;
	width: 48%;
	margin: 0;
	text-align: right;
}
#sod_ws_tot .ws_price {
	background-color: #8f908c;
	color: #fff;
	border-top: 0 !important;
}
.taxbill_fld {
	display: none;
}
.order_vbx {
	width: calc(100% - 2px);
	margin-bottom: 25px;
	border: 1px solid #ddd;
	overflow: hidden;
	display: table;
}
.order_vbx dl {
	padding: 15px 10px 10px;
	border-left: 1px solid #ddd;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order_vbx dl:first-child {
	border-left: 0 !important;
}
.order_vbx dt {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.order_vbx dt span {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	color: #e94c1c;
}
.order_vbx dd {
	font-size: 15px;
	position: relative;
}
.order_vbx dd p {
	height: 17px;
	color: #222;
	font-weight: 800;
	padding: 15px 0;
}
.order_vbx dd .ddtit {
	height: 13px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
	background-color: #eee;
}
.order_vbx .od_bx1 {
	width: 290px;
}
.order_vbx .od_bx1 dd {
	width: calc(37% - 2px);
	margin: 0 1px;
	background-color: #f8f8f8;
	text-align: center;
	float: left;
}
.order_vbx .od_bx1 dd.total {
	width: calc(63% - 2px);
}
.order_vbx .od_bx1 dd.total {
	font-size: 13px;
}
.order_vbx .od_bx2 {
	width: 418px;
}
.order_vbx .od_bx2 dd {
	width: calc(20% - 2px);
	margin: 0 1px;
	background-color: #f8f8f8;
	text-align: center;
	float: left;
}
.order_vbx .od_bx3 {
	width: 290px;
}
.order_vbx .od_bx3 dd {
	width: calc(25% - 2px);
	margin: 0 1px;
	background-color: #f8f8f8;
	text-align: center;
	float: left;
}

/*마이페이지 (내쇼핑)*/
#smb_my_ov {
	margin: 0 0 20px;
}
#smb_my_ov h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#smb_my_act {
	margin: 10px 0;
	zoom: 1;
}
#smb_my_act:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
}
#smb_my_act ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#smb_my_act li {
	float: left;
	margin: 0 0 0 4px;
}
#smb_my_tbl {
	width: 100%;
	border-top: 1px solid #c0c0c0;
}
#smb_my_tbl th,
#smb_my_tbl td {
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}
#smb_my_tbl th {
	width: 15%;
	padding: 10px 15px;
	background-color: #f8f8f8;
	font-weight: normal;
}
#smb_my_tbl td {
	width: 35%;
	padding: 10px 15px;
	color: #666;
	word-break: break-all;
}
#smb_my_od {
	margin: 0 0 20px;
}
#smb_my_wish {
}
.smb_my_more {
	margin-top: 10px;
	text-align: right;
}

/*미니샵*/
.minishop_head {
	width: 100%;
	border-width: 0 0 7px 0;
	border-style: solid;
}
.mini_hdinner {
	width: 1200px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.mini_hdinner .mini_logo img {
	max-height: 70px;
	width: auto;
}
.mini_hdinner .seller {
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0px;
}
.mini_hdinner .seller #btn_cp_open {
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	display: block;
	cursor: pointer;
}
.mini_hdinner .seller ul {
	width: 350px;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #333;
	position: absolute;
	right: 0;
	top: 27px;
	z-index: 2000;
	display: none;
}
.mini_hdinner .seller ul li {
	font-size: 13px;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0 10px 80px;
	position: relative;
}
.mini_hdinner .seller ul li:first-child {
	border-top: 0 !important;
}
.mini_hdinner .seller ul li span {
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
.mini_hdinner .seller:hover #btn_cp_open {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
.mini_hdinner .seller:hover ul {
	display: block;
}
.mini_top {
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;
}
.mini_top .mini_cate {
	width: 180px;
	float: left;
}
.mini_top .mini_cate h2 {
	height: 23px;
	font-size: 20px;
	font-weight: 800;
	color: #111;
	padding: 17px 0;
	text-align: center;
	border-width: 2px 0 1px;
	border-style: solid;
}
.mini_top .mini_cate div {
	padding: 12px 0;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.mini_top .mini_cate ul {
	height: 154px;
	overflow-y: auto;
}
.mini_top .mini_cate ul li {
	position: relative;
}
.mini_top .mini_cate ul li a {
	font-size: 12px;
	color: #111;
	padding: 4px 15px;
	display: block;
	text-decoration: none !important;
}
.mini_top .mini_cate ul li a:after {
	font-family: 'FontAwesome';
	margin-top: -6px;
	color: #ddd;
	line-height: 1em;
	position: absolute;
	right: 15px;
	top: 50%;
	content: '\f0da';
}
.mini_top .mini_cate ul li a:hover {
	font-weight: 600;
	background-color: #f8f8f8;
}
.mini_top .mini_bn {
	width: 800px;
	height: 250px;
	overflow: hidden;
	float: right;
}
.mini_top .mini_bn img {
	width: 100%;
	height: 100%;
}
.mini_top .mini_bn .slick-dots li button {
	width: 13px;
	height: 13px;
	margin: 0 2px;
	background-color: #fff;
}
.mini_body {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.mini_body h2 {
	font-size: 25px;
	text-align: center;
	padding: 17px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000 #fff #ddd;
}
.mini_body .stxt {
	font-size: 12px;
	color: #333;
	background-color: #f1f1f1;
	padding: 12px 20px;
}

/* --- 포토리뷰 모아보기 리스트 --- */
.photoRw {
	margin: 0 0 40px 0;
}
.photoRw:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
}
.photoRw a {
	text-decoration: none !important;
}
.photoRw h3 {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	text-align: left;
	position: relative;
}
.photoRw h3 .ptrMore {
	font-size: 15px;
	font-weight: 500;
	color: #999;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}
.photoRw h3 .ptrMore i {
	margin: 0 2px 0 7px;
}
.photoRw .prwul {
	margin: 12px 0 0;
}
.photoRw .prwul .prwli {
	width: 155px;
	margin-left: 16px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
}
.photoRw .prwul .prwli:nth-child(7n + 1) {
	margin-left: 0 !important;
}
.photoRw .prwul .prwli .review_detail:hover {
	opacity: 0.8;
}
.photoRw .prwul .prwli .review_detail img {
	width: 155px;
	height: 155px;
}
.photoRw .prwul .prwli .numBx {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* --- 포토리뷰 내용팝업 --- */
.photoRw .review_detail_cnt {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	background: rgba(0, 0, 0, 0.3);
}
.photoRw .review_detail_in {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 590px;
	max-height: 450px;
	background: #fff;
	text-align: left;
	margin-left: -300px;
	margin-top: -180px;
	overflow-y: auto;
	border: 1px solid #dde7e9;
}
.photoRw .review_detail_in h3 {
	padding: 15px 25px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 21px;
}
.photoRw .review_cnt {
	padding: 25px;
}
.photoRw .review_cnt .rd_op {
	font-size: 14px;
	color: #999;
	margin: 0 0 7px 0;
}
.photoRw .review_cnt .rd_cntxt {
	font-size: 16px;
}
.photoRw .review_cnt .rd_info {
	border-bottom: 1px solid #eaeaea;
	margin: 20px 0;
	padding: 0 0 15px 0;
}
.photoRw .review_cnt .rd_info span {
	font-size: 13px;
	font-weight: normal;
	color: #999;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.photoRw .review_cnt .rd_info span i {
	color: #999;
	margin: 0 5px 0 0;
}
.photoRw .review_cnt .rd_summ {
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.photoRw .review_cnt .rd_summ span {
	font-size: 13px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.photoRw .review_cnt .rd_summ .rd_summ_img {
	margin: 0 10px 0 0;
}
.photoRw .review_cnt .rd_summ .rd_summ_img img {
	width: 50px;
	height: 50px;
}
.photoRw .review_cnt .rd_photo {
}
.photoRw .review_cnt .rd_photo li {
	margin-top: 10px;
}
.photoRw .review_cnt .rd_photo li:first-child {
	margin-top: 0 !important;
}
.photoRw .review_cnt .rd_photo li img {
	width: 100%;
	height: auto;
}
.photoRw .rd_cls {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 0 25px;
}
.photoRw .rd_cls i {
	font-size: 26px;
	color: #aaa;
	line-height: 60px;
}

.photoRw .rvwPop {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}
.photoRw .rvwPop a {
	text-decoration: none !important;
}
.photoRw .rvwPop:before {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.photoRw .rvwPop .popBx {
	width: 1000px;
	height: 650px;
	padding: 30px;
	background-color: #fff;
	border-radius: 7px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.photoRw .rvwPop .popBx h2 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	color: #111;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.photoRw .rvwPop .popBx .btClose {
	font-size: 32px;
	color: #666;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -5px;
}
.photoRw .rvwPop .popBx .phtul {
	height: 530px;
	overflow: hidden;
	overflow-y: scroll;
}
.photoRw .rvwPop .popBx .phtul .phtli {
	width: 145px;
	height: 145px;
	margin: 10px 0 0 10px;
	position: relative;
	float: left;
}
.photoRw .rvwPop .popBx .phtul .phtli:nth-child(6n + 1) {
	margin-left: 0 !important;
	clear: both;
}
.photoRw .rvwPop .popBx .phtul .phtli .review_detail img {
	width: 145px;
	height: 145px;
}
.photoRw .rvwPop .popBx .phtul .phtli .numBx {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* --- 상품리뷰 리스트 --- */
.viRvw {
}
.viRvw:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
}
.viRvw .viRvw_top {
	font-weight: 600;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.viRvw .viRvw_top h3 {
	font-size: 18px;
	line-height: 1em;
}
.viRvw .viRvw_top b {
	color: #bb1010;
}
.viRvw .viRvw_top ul {
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.viRvw .viRvw_top ul li {
	margin: 5px 0 0 20px;
	float: left;
}
.viRvw .viRvw_top ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #888;
}
.viRvw .viRvw_top ul li:last-child {
	margin: 0 0 0 20px !important;
}
.viRvw .viRvw_top .btnRvw {
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border: 1px solid #333;
	padding: 0 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
}
.viRvw .viRvw_top .btnRvw:before {
	font-size: 17px;
	font-family: 'Ionicons';
	color: #333;
	margin: 0 7px 3px 0;
	display: inline-block;
	vertical-align: middle;
	content: '\f12c';
}
.viRvw .viRvw_bd dl {
	padding: 25px 0 30px 0;
	border-bottom: 1px solid #eaeaea;
}
.viRvw .viRvw_bd dl dt {
	margin: 0 0 17px 0;
	position: relative;
}
.viRvw .viRvw_bd dl dt .star {
	height: 22px;
	line-height: 1em;
}
.viRvw .viRvw_bd dl dt .star span {
	font-size: 15px;
	margin: 1px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.viRvw .viRvw_bd dl dt .idday {
	line-height: 22px;
	font-size: 13px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 0;
}
.viRvw .viRvw_bd dl dt .idday span {
}
.viRvw .viRvw_bd dl dt .idday span:before {
	width: 1px;
	height: 10px;
	background: #ddd;
	margin: 1px 11px 0;
	display: inline-block;
	content: '';
}
.viRvw .viRvw_bd dl dt .optxt {
	font-size: 14px;
	color: #aaa;
	margin-top: 5px;
}
.viRvw .viRvw_bd dl dd {
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
}
.viRvw .viRvw_bd dl dd.photo {
	margin-top: 20px;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_li_title {
}
.viRvw .viRvw_bd dl dd.photo .sit_use_li_title:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
}
.viRvw .viRvw_bd dl dd.photo .sit_use_li_title img {
	width: 110px;
	height: 110px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_li_title img:first-child {
	margin-left: 0 !important;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_li_title img:hover {
	opacity: 0.7;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_con {
	display: none;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_con img {
	max-width: 800px;
	height: auto;
	margin-top: 10px;
}
.viRvw .viRvw_bd dl dd.photo .sit_use_con img:hover {
	opacity: 1 !important;
}
.viRvw .viRvw_bd .empty_list {
	border-bottom: 1px solid #eaeaea;
	padding: 50px 0 !important;
}
.viRvw .li_more {
	text-align: center;
	margin: 0 0 10px;
}
.viRvw .li_more img {
	width: 30px;
	margin: 5px 0;
}
.viRvw .li_more p {
	color: #aaa;
	margin-top: 5px;
	display: none;
}
.viRvw .li_more button {
	width: 205px;
	padding: 8px 0;
	font-size: 14px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #222;
	color: #222;
}
.rvw_sympathy {
	margin-top: 20px;
	line-height: 26px;
	font-size: 13px;
	color: #888;
	text-align: left;
}
.rvw_sympathy a {
	height: 24px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	border-radius: 50px;
	padding: 0 15px 0 40px;
	margin: 0 0 0 12px;
	position: relative;
	text-decoration: none !important;
}
.rvw_sympathy a:before {
	font-family: 'Ionicons';
	font-size: 20px;
	display: block;
	color: #888;
	content: '\f387';
	position: absolute;
	top: 0;
	left: 15px;
}
