.w50 {width: 50px;}
.w100 {width: 100px;}
.w120 {width: 120px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w95p {width: 95%;}

.aleft {text-align: left !important;}
.acenter {text-align: center !important;}
.aright {text-align: right !important;}

.noborder {border: 0 !important}

.red {color: #f30 !important;}


.order-on-list {
	padding-bottom: 10px;
	text-align: right;
}
.order-on-list a {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	background-color: #0f6997;
	color: #fff;
}

.cal-list {
	margin-top: 30px;
}

.cal-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cal-list ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-bottom: 50px;
}
.cal-list ul li.custom {
	width: 33%;
}
.cal-list .cal-item {
	cursor: pointer;
	text-align: center;
}
.cal-list ul li.readymade:nth-child(odd) .cal-item {
	margin-right: 20px;
}
.cal-list ul li.readymade:nth-child(even) .cal-item {
	margin-left: 20px;
}

.cal-list .cal-img {
	width: 100%;
}
.cal-list ul li.custom .cal-img {
	width: 90%;
}
.cal-list .cal-info {
	position: relative;
}
.cal-list ul li.custom .cal-info {
	width: 90%;
	margin: 0 auto;
}
.cal-list .cal-title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
.cal-list .cal-info .price {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #00a8c6;
}

.inquiry-guide {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
}
.inquiry-guide li {
	margin: 5px 0;
}

.inquiry-goods {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
}
.inquiry-goods li {
	margin: 5px 0;
}
.inquiry-goods li label {
	font-weight: bold;
}

.btn-opendetail {
	border: 1px #bbb solid;
	background-color: #fff;
	color: #444;
	margin-top: 3px;
	border-radius: 4px;
	padding: 1px 5px 2px;
	cursor: pointer;
}
.btn-opendetail:hover {
	background-color: #f60;
	border-color: #f60;
	color: #fff;
}


#orderdetail {
	width: 100%;
	height: 600px;
	border: 0;
	overflow-y: scroll;
}


.picbox-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 2000;
	display: none;
}
.picbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	display: none;
}
.picbox .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 90px;
	line-height: 70%;
	z-index: 2003;
	cursor: pointer;
}
.picbox .pic-wrap {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	z-index: 2002;
}
.picbox .pic-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.sect-title {
	margin: 30px 0 10px;
	font-size: 16px;
	font-weight: bold;
	
}
.sect-desc {
	border: 3px #f1f1f1 solid;
	padding: 10px;
	line-height: 150%;
	margin-bottom: 5px;
}


/* 주문페이지 */
.order-list {
	width: 100%;
	border-spacing: 0;
	border: 1px #d7d7d7 solid;
	border-collapse: collapse;
}
.order-list th {
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	border: 1px #d7d7d7 solid;
	background-color: #ffebdf;
}
.order-list td {
	font-weight: normal;
	padding: 8px 0;
	text-align: center !important;
	border: 1px #d7d7d7 solid;
}

.order-item {
	width: 100%;
	border-spacing: 0;
	border: 1px #d7d7d7 solid;
	border-collapse: collapse;
}
.order-item th {
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	border: 1px #d7d7d7 solid;
	background-color: #ffebdf;
}
.order-item td {
	font-weight: normal;
	padding: 8px 10px;
	text-align: left;
	border: 1px #d7d7d7 solid;
}

.goods-guide {
	margin: 0;
	padding: 0 0 0 20px;
}
.goods-guide li {
	text-align: left;
}
.free-desc {
	color: #f80;
}

.sect-order-guide {
	margin-top: 50px;
	padding: 20px;
	background-color: #ffebdf;
	color: #000;
	font-size: 15px;
}
.sect-order-guide .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.sect-order-guide .title > div {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px #000 solid;
}

.sect-order-guide .content {
	padding-top: 20px;
	line-height: 150%;
}
.sect-order-guide .content > div {
	text-align: center;
	font-weight: bold;
}
.sect-order-guide li {
	margin: 5px 0;
}

.sect-order-sample {
	margin-top: 30px;
	border: 1px #d7d7d7 solid;
	padding: 20px;
	background-color: #eee;
}

.sect-order-sample .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.sect-order-sample .title > div {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px #000 solid;
}
.sect-order-sample .stitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px 0;
}
.sect-order-sample .wrap {
	width: 50%;
	float: left;
}

.sect-order-sample .img-wrap {
	text-align: center;
}

.sect-order-sample .img-wrap img {
	max-height: 110px;
	max-width: 97%;
	border: 1px #d7d7d7 solid;
}

.sect-order-account {
	margin-top: 30px;
	border: 1px #d7d7d7 solid;
	padding: 20px;
	background-color: #eee;
}

.sect-order-account .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.sect-order-account .title > div {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px #000 solid;
}

.privacy-content {
	background-color: #f1f1f1;
	border: 1px #ccc solid;
	white-space: pre-wrap;
	padding: 15px;
	line-height: 150%;
	height: 150px;
	overflow-y: auto;
}

.addr-row {
	margin: 3px 0;
}

.order-cmd {
	margin-top: 30px;
	text-align: center;
}
.order-cmd .title {
	font-size: 40px;
}
.order-cmd .desc {
	margin: 15px 0 50px 0;
}
.order-main-button {
	width: 200px;
	height: 50px;
	border-radius: 30px;
	border: 0;
	font-size: 20px !important;
}

.dialog #designlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dialog #designlist li {
	padding: 10px;
	border-bottom: 1px #ccc solid;
}
.dialog #designlist li .title {
	padding: 5px 0;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #000;
}
.dialog #designlist li img {
	width: 100%;
	height: auto;
}

.order-item #design1 img,
.order-item #design2 img {
	width: 450px;
}


.imgview {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99990;
	display: none;
}
.imgview-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 99991;
}
.imgview-imgwrap {
	position: absolute;
	background-color: #fff;
	z-index: 99992;
	text-align: center;
}
.imgview-imgwrap img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#picbox-guide {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-weight: bold;
	border-top: 1px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	z-index: 9999999;
	display: none;
}
#picbox-guide > div {
	width: 80%;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	padding: 15px 0;
}


/* 청구서 / 영수증 */
.bill-wrap {
	margin: 0 auto;
	border: 1px #000000 solid;
	padding: 15px;
	max-width: 700px;
}
.bill-top {
	text-align: center;
}
.bill-top img {
	max-height: 70px;
}
.bill-message {
	padding: 10px 30px;
	line-height: 180%;
}

.bill-list .summary {
	margin: 20px 0;
	text-align: center;
}

.bill-glist {
	width: 100%;
	border-spacing: 0;
	border-top: 2px #000 solid;
	border-bottom: 1px #000 solid;
}
.bill-glist th {
	padding: 7px 0;
	text-align: center;
	font-weight: normal;
	border-left: 1px #000 solid;
}
.bill-glist td {
	padding: 4px 10px;
	text-align: center;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
}
.bill-glist th:first-child,
.bill-glist td:first-child {
	border-left: 0;
}

.bill-btminfo {

}
.bill-btminfo .bill-date {
	margin: 30px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.bill-btminfo .bill-orgname {
	position: relative;
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}
.bill-btminfo .bill-orgname .stamp {
	position: absolute;
	right: 150px;
	top: -30px;
}
.bill-btminfo .bill-orgname .stamp img {
	width: 110px;
	height: auto;
}

.printcmd {
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.printcmd button {
	width: 200px;
	height: 30px;
	border: 1px #d7d7d7 solid;
	background-color: #f7f7f7;
	color: #777;
	font-size: 16px;
}
@media print {
	.printcmd {
		display: none;
	}
}



/* 기타 */

.hide {
	display: none;
}

input::placeholder {
	font-size: 12px !important;
	font-weight: normal;
	color: #bbb !important;
}
input:-ms-input-placeholder {
	font-size: 12px !important;
	font-weight: normal;
	color: #bbb !important;
}

.no-list {
	padding: 50px 0;
	text-align: center;
}