.category-title {
	font-size:30px;
	font-weight: 300;
	letter-spacing: -2px;
	text-align: center;
	margin:50px 0;

}

.workarea {
	width:1160px;
	height:800px;
	margin:0 auto;
}

.workarea .bgwrap {
	width:2560px;
	margin-left:-700px;
	background:url('../img/frame/bg/ordermade_bg01.jpg');
	background-position: left center;
	background-color:#f4f4f4;
	height:800px;

}

.step1, .step2, .step3 {
	width:360px;
	display:none;
	position:absolute;
}

.step3 button {
	padding:15px 15px;
	width:175px;
	font-size:15px;
	font-weight: 500;
	border-radius: 3px;
	border:0px;
	background-color:#ffffff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.step3 button.red {
	background-color:#dd0000;
	color:#ffffff;
}

.naverpay {
	width:320px;
	display:none;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #dddddd;
	background-color:rgba(255,255,255,1);
	padding:15px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size:12px;
}

.workarea p {
	margin:0px 0px 5px 10px;
	padding:0px;
	font-weight: 500;
	letter-spacing: -1px;
}

/* 라벨 */

ul#print_media {
	font-size:0;
}

ul#print_media li {
	margin-right:2px;
	margin-bottom:5px;
}

.box {
	width:320px;
	border:1px solid #dddddd;
	background-color:rgba(255,255,255,0.85);
	padding:15px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size:12px;
}

/* 라벨 */

ul#frame_type {
	overflow-y: auto;
	height:300px;
}

ul#frame_type li {
	margin-right:2px;
	margin-bottom:5px;
}

ul#frame_type li:nth-child(6n) {
	margin-right:0;
}

.product_info label input {
	visibility: hidden;
	position:absolute;
}

.product_info label input:checked + img {
	border:1px solid #aa0000;
}

.product_info label input + img {
	cursor: pointer;
	width:48px;
	height:48px;
	border:1px solid #cccccc;
}

.product_info label p {
	margin:0px;
	text-align:center;
	font-size:11px;
	font-weight: 300;
}

/* 라벨 */

.box input[type=text] {
	width:70px;
	margin:0px;
	background-color:#f4f4f4;
}

.box i {
	margin:0px 5px;
}

.box ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

.box ul li {
	font-weight: 300;
	display:inline-block;
	margin-right:2px;
}

.box ul li label input {
	visibility: hidden;
	position:absolute;
}

.box ul li label input:checked + img
{
	border:1px solid #dd0000;
}

.box ul li label input + img {
	cursor: pointer;
	width:48px;
	height:48px;
	border:1px solid #bbbbbb;
}

.box ul li label p {
	margin:0px;
	text-align:center;
	font-size:11px;
	font-weight: 300;
}

.box ul li input {
	font-size:14px;
	font-weight: 300;
}

.box ul li input[type=file] {
	font-size:14px;
	font-weight: 300;
}

.box p.subtitle {
	font-size:12px;
	font-weight: 500;
	margin:0px 0px 7px 0px;
	padding:0px;
}

.box ul li p.subtitle.margin {
	margin:10px 0 3px;
}

.box p.amount {
	float:right;
	display:inline-block;
	font-size:22px;
	font-weight: 300;
	padding:0px;
	margin:7px;
	line-height: 100%;
	text-align: right;
}

.box hr {
	border:0px;
	border-bottom:1px dotted #bbbbbb;
}

#selectSize {
	width:100%;
	font-size:12px;
	background-color:#fafafa;
	background-repeat: no-repeat;
}

#quantity {
	font-size:12px;
	background-color:#fafafa;
}

#orderFileForm {
	padding:0px;
	margin:0px;
}

p.step {
	font-size:15px;
	margin:0px 0 0 0px;
}

p.step_description {
	font-size:12px;
	margin:0px 0 10px 0px;
	font-weight: 300;
}

p.subtitle i {
	margin:0px 5px 0px 0px;
}

p.originalPrice {
	display:inline-block;
	text-align: right;
	float:right;
	font-size:16px;
	margin:7px 0px 6px;
	color:#666666;
	font-weight: 300;
	text-decoration: line-through;
}

.detail .wrap {
	padding:0px;

}

/* 라벨 */


.bg_thumbnail {
	display:none;
	position: absolute;
	left:60px;
	top:670px;
}

.bg_thumbnail ul {
	list-style: none;
	display:inline-block;
	margin:0px;
	padding:0px;
	width:100%;
}

.bg_thumbnail ul li {
	font-weight: 300;
	display:inline-block;
}

.bg_thumbnail ul li {
	margin-right:5px;
	vertical-align:top;
}

.bg_thumbnail label input {
	visibility: hidden;
	position:absolute;
}

.bg_thumbnail label input:checked + img {
	width:85px;
	height:85px;
	border:2px solid #ffffff;
	opacity: 1;
	transition:0.15s;
	-webkit-transform:0.15s;
	-moz-transform:0.15s;
	-ms-transform:0.15s;
	-o-transform:0.15s;
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
}

.bg_thumbnail label input + img {
	cursor: pointer;
	width:70px;
	height:70px;
	transition:0.15s;
	-webkit-transform:0.15s;
	-moz-transform:0.15s;
	-ms-transform:0.15s;
	-o-transform:0.15s;
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	border:0px solid rgba(255,255,255,0);
	opacity: 0.8;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

.bg_thumbnail label p {
	margin:0px;
	text-align:center;
	font-size:12px;
	font-weight: 300;
}

/* 라벨 */


/* 공지 */

.notice .wrap {
	padding:50px 0px;
	text-align:center;
}

.notice .wrap p.head {
	font-size:26px;
	font-weight: 200;
	letter-spacing: -1px;
	margin:0px;
}

.notice .wrap p.text {
	font-size:16px;
	font-weight: 300;
	letter-spacing: -1px;
	margin:0px;
}
/* 프레임 */

.wall {
	width:700px;
	height:500px;
	position:absolute;
	top:300px;
	left:200px;
	background:none;
	/* background-color: rgba(0,0,0,0.3); */
}

.mulasec_space table {
	border-collapse: collapse;
	margin:150px auto 0;
}

#image {
	width:300px;
}

#frame_01 {
	height:12px;
	background:url('../img/frame/space/white01.png');
	background-size: cover;
}

#frame_02 {
	background:url('../img/frame/space/white02.png');
	background-size:contain;
	background-repeat: repeat-x;
}

#frame_03 {
	background:url('../img/frame/space/white03.png');
	background-size:cover;
}

#frame_04 {
	background:url('../img/frame/space/white04.png');
	background-size:contain;
	background-repeat: repeat-y;
}

#frame_06 {
	background:url('../img/frame/space/white06.png');
	background-size:contain;
	background-repeat: repeat-y;
}

#frame_07 {
	height:12px;
	background:url('../img/frame/space/white07.png');
	background-size: cover;
}

#frame_08 {
	background:url('../img/frame/space/white08.png');
	background-size:contain;
	background-repeat: repeat-x;
}

#frame_09 {
	background:url('../img/frame/space/white09.png');
	background-size: cover;
}

#picInfo {
	padding:0px;
	margin:0px;
}

#picInfo div {
	width:100%;
	border:1px solid #bbbbbb;
	margin:10px 0 0 0;
}

#picInfo p.fileInfo {
	display:inline-block;
	width:290px;
	margin:0px;
	padding:6px;
	font-size:11px;
	font-weight: 300;
	line-height:140%;
	letter-spacing: 0px;
	border:0px solid #bbbbbb;
	word-break:break-all;
}

#picInfo div button {
	display:inline-block;
	padding:0px;
	background-color:transparent;
	margin:8px 0 0 0px;
	border:0px solid #bbbbbb;
	vertical-align:top;
}

.zoomFrame {
	width:180px;
	height:180px;
	margin:-22px 0 0 -178px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	background-size:cover;
	position: absolute;
	display:none;
}

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