.showroom {
	width:var(--bodywidth);
	height:880px;
	margin:0 auto;
}

.showroom .bgwrap {
	width:1440px;
	padding:0 820px;
	margin-left:-820px;
	background-position: left calc(center - 30px);
	background-color:#f4f4f4;
	background-size:cover;
	height:880px;
}

ul {
	list-style: none;
	display:inline-block;
	margin:0px;
	padding:0px;
}

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

/* 라벨 */

.bg_thumbnail {
	display:flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width:880px;
	margin-left:20px;
	margin-top:-90px;
	z-index: 9999;
}


.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:75px;
	height:75px;
	border:2px solid #ffffff;
	opacity: 1;
	transition:0.15s;
}

.bg_thumbnail label input + img {
	cursor: pointer;
	width:60px;
	height:60px;
	transition:0.15s;
	border:0px solid rgba(255,255,255,0);
	opacity: 0.9;
	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;
}

#posteffect {
	padding-left:10px;
}

#mediadiv, #sizediv, #printstyle, #mat_size, #framediv,  #frontcover {
	font-size:0;
	height:241px;
	display:none;
}

#mediadiv {
	display:block;
}

/* 라벨 */
ul#print_media {
	
}

ul#posteffectul {
	padding-left:10px;
}

ul#frame_type, ul#optionVal, ul#mat_type, ul#printstyleul {
	overflow-y: auto;
	height:215px;
	margin-top:0px;
	//-ms-overflow-style: none;
}

ul#frame_type::-webkit-scrollbar {
	//display: none;
}

ul#frame_type li, ul#print_media li, ul#mat_type li, ul#posteffectul li, ul#printstyleul li, ul#frontcoverul li {
	margin-right:1px;
	margin-bottom:5px;
	height:84px;
}

ul#frame_type li:nth-child(6n), ul#print_media li:nth-child(6n), ul#mat_type li:nth-child(6n), ul#posteffectul li:nth-child(6n), ul#printstyleul li:nth-child(6n), ul#frontcoverul li:nth-child(6n) {
	margin-right:0;
}

ul#optionVal {
	width:100%;
	background-color:#ffffff;
	padding:3px 2px;
}

ul#optionVal li {
	display:inline-block;
	width:calc(25% - 3px);
	margin:0 1px 1px 0;
	border:1px solid #dddddd;
	border-radius:3px;
	background-color:#ffffff;
	
}

ul#optionVal li label input + p {
	font-family:'arial';
	font-weight:600;
	padding:10px;
	font-size:12px;
	color:#888888;
	cursor:pointer;
	letter-spacing: -0.5px;
}

ul#optionVal li label input + p:hover {
	background-color:#f0f9ff;
	color:#333333;
}

ul#optionVal li label input:checked + p {
	background-color:#ddeeff;
	color:#333333;
}

.warn_artposter {
	display:none;
	width:350px;
	padding:6px 8px;
	border-radius:4px;
	position:absolute;
	margin:5px 0 0 0;
}

.warn_artposter p {
	display:inline-block;
	font-size:12px;
	width:100%;
	padding:0;
	margin:12px 0 0 3px;
	letter-spacing:-1px;
	line-height: 130%;
	font-weight:300;
	vertical-align: top;
}

.uparrow, .downarrow {
	position:absolute;
	display:block;
	width:calc(100% - 20px);
	height:20px;
	text-align:center;
}

.uparrow img {
	width:24px;
	rotate:-90deg;
	margin-top:-25px;
	filter:brightness(0);
	opacity:0.4;
}

.downarrow img {
	width:24px;
	rotate:90deg;
	margin-top:-25px;
	filter:brightness(0);
	opacity:0.4;
}

.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:67px;
	height:67px;
	border:1px solid #cccccc;
}

.product_info label input + img.sthumbnailFrame {
	width:54px;
	height:54px;
}

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

ul#sizeflag {
	width:100%;
	font-size:0;
	margin:10px 0 0;
}

ul#sizeflag li {
	width:calc((100% / 2) - 1px);
	padding:0;
	text-align:center;
}

ul#sizeflag li:first-child {
}

ul#sizeflag li:last-child {
	width:calc((100% / 2) - 1px);
}

ul#sizeflag li label input + p {
	font-size:13px;
	letter-spacing: -1px;
	font-weight:600;
	padding:6px 10px 10px 40px;
	color:#000000;
	border:0px solid #bbbbbb;
	border-width:0 0 2px 0;
	line-height: 120%;
	text-align:left;
}

ul#sizeflag li label input + p span {
	font-size:11px;
	color:#aaaaaa;
	font-weight:400;
}

ul#sizeflag li label input + p svg path {
	fill:#cccccc;
}

ul#sizeflag li label p:hover {
	color:#000000;
}

ul#sizeflag li label p:hover span {
	color:#999999;
}

ul#sizeflag li input {
	display:none;
}

ul#sizeflag li label input:checked + p {
	color:#000000;
	border:0px solid #bbbbbb;
	border-width:2px 2px 0 2px;
	font-weight:600;
	border-radius:5px 5px 0 0;
	padding-bottom:12px;
}

ul#sizeflag li label input:checked + p span {
	color:#888888;
	font-weight:400;
}

ul#sizeflag li label input:checked + p svg path {
	fill:#43a047;
}

ul#buildstep {
	width:100%;
	height:57.4px;
	font-size:0;
	margin:0 0 10px;
	border-bottom:1px solid #bbbbbb;
}

ul#buildstep li {
	width:calc((100% / 4) - 11px);
	height:34.4px;
	padding:7px 5px 5px;
	margin:5px 0;
	text-align:center;
	font-size:11px;
	letter-spacing: -1px;
	
	font-weight:600;
	text-align: center;
	cursor: pointer;
	color:#999999;
}

ul#buildstep li.active {
	border:0px solid #bbbbbb;
	border-radius:3px;
	padding-bottom:6px;
	color:#0099aa;
	background-color: #e2e2e2;
}

ul#buildstep li:last-child {
	width:calc((100% / 4) - 11px);
}

#printstyle {
	display:none;
}

.info-tab {
	font-size:13px;
	font-weight:600;
	line-height: 130%;
	color:#333333;
}

/* 라벨 */

.product_info {
	display:inline-block;
	position: absolute;
	width:498px;
	padding:20px 10px 15px;
	background-color:#ffffff;
	margin:0px 0 0 0px;
	border:0px solid #dddddd;
	border-width:0 1px 0 1px;

}

hr {
	border:0px;
	border-bottom:1px solid #dddddd;
	margin:8px 0;
}

button.buynow {
	width:calc(50% - 0px);
	padding:13px 10px;
	background-color:#dd0000;
	border:0px;
	color:#ffffff;
	font-size:16px;
}

button.cart {
	width:calc(50% - 0px);
	padding:12px 10px;
	background-color:#ffffff;
	border:1px solid #dd0000;
	color:#dd0000;
	font-size:16px;
	margin-top:5px;
}

button.stopsell {
	width:calc(100% - 2px);
	padding:15px 10px 14px;
	background-color:#bbbbbb;
	border:0px;
	color:#ffffff;
	font-size:16px;
	border-radius:3px;
	font-weight:600;
	vertical-align: top;
}

/* 작품 설명 부분 */

.detail-description {
	margin-top:100px;
}

.detail-description .wrap p.title {
	text-align:center;
	font-size:38px;
	color:#4c7185;
	margin:0px;
	padding:0px;
	font-weight:200;
}

.detail-description .wrap p.etitle {
	text-align:center;
	font-size:24px;
	color:#4c7185;
	margin:0px;
	padding:0px;
	font-weight:200;
	letter-spacing: 3px;
}

.detail-description .wrap p.title img {
	margin-top:6px;
}

.detail-description .wrap p.description {
	color:#4c7185;
	padding:0 150px;
	font-weight:300;
	text-align: center;
	line-height:180%;
	font-size:16px;
	text-align:left;
	width:800px;
	margin:40px auto 60px;
}

/* 작품 설명 부분 */

.detail-description .wrap .detail {
	margin-top:20px;
	text-align: center;
}

.detail-description .wrap .detail a {
	text-decoration:none;
	color:#4c7185;
	font-size:14px;
}

p {
	letter-spacing:-1px;
}

p.artistname {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:600;
}

p.artistname a {
	text-decoration: none;
	color:#666666;
}

p.name {
	font-size:24px;
	margin:5px 0 0 0;
	padding:0px;
	font-weight: 500;
	line-height:1;
}

p.ename {
	font-size:13px;
	color:#999999;
	font-weight: 500;
	margin:5px 0 0 1px;
	line-height: 100%;
	letter-spacing: 0px;
}

p.subtitle {
	font-weight: 600;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:13px;
}

p.steptitle {
	font-weight: 400;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:11px;
}


p.descriptionbig {
	font-size:14px;
	font-weight: 300;
	padding:0px 0 0px 0;
	margin-bottom:10px;
	color:#888888;
	line-height: 150%;
}

p.description a {
	text-decoration: none;
	line-height:250%;
	color:#0099aa;
	font-weight: 400;
}

p.descriptionbig a {
	text-decoration: none;
	margin-left:0px;
	color:#0099aa;
	font-weight: 400;
}

div#info {
	font-size:0;
}

p.info {
	display:inline-block;
	width:60px;
	font-size:12px;
	margin:1px 0 0 0;
	padding:3px 5px 0;
	color:#888888;
	border-radius:2px;
	font-weight: 400;
	vertical-align: top;

}

p.option {
	display:inline-block;
	width:80px;
	height:22px;
	font-size:12px;
	margin:0 0 0 10px;
	padding:3px 0px;
	color:#333333;
	font-weight: 400;

}

p.result {
	display:inline-block;
	font-size:12px;
	margin:1px 0 0 2px;
	padding:3px 5px 0;
	color:#555555;
	font-weight: 600;
}

p.quantity {
	display:inline-block;
	width:100px;
	font-size:14px;
	margin:0px;
	padding:0px 0px;
	color:#000000;
	font-weight: 500;
	text-align: right;
}

p.quantity input[type=text] {
	width:50px;
	margin-right:0px;
	text-align:right;
	padding:5px;
	font-size:14px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	color:#333333;
	font-weight: 600;
}

p.price {
	display:inline-block;
	float:right;
	width:194px;
	font-size:20px;
	margin:0px 10px 0 0;
	padding:0px 0px;
	color:#000000;
	font-weight: 500;
	text-align: right;
	letter-spacing:-0.5px;
}

#originalprice {
	margin-right:5px;
	font-size:16px;
	font-family:'arial';
	font-weight:200;
	color:#777777;
	text-decoration: line-through;
}

#salepercent {
	margin-right:5px;
	font-family:'arial';
	font-weight:600;
	color:#BB8855;
}

#price {
	font-family:'arial';
	font-size:20px;
	font-weight:600;
}

p.agreement {
	font-size:13px;
	margin:10px 0 5px 0;
}

p.agreement input[type=checkbox] {
	visibility: visible;
	position: inherit;
}

p.vote {
	padding:10px 10px 5px 10px;
	margin:0px;
	font-size:11px;
	letter-spacing:-1px;
	color:#ffcc00
}

.rowbreak {
	display:inline-block;
	width:50%;
}

.rowall {
	display:inline-block;
	width:100%;
}

select::-ms-expand {
   display: none;
}

p.quantity i {
	font-size:11px;
	margin:0 8px 0 8px;
	vertical-align:0px;
	color:#666666;
	cursor:pointer;
}

p.event {
	font-size:12px;
	text-align: center;
	line-height: 140%;
}

p.event span {
	color:#dd0000;
	font-weight: 400;
}

.talk_banner_div {
	padding:5px 0;
}

#save {
	font-size:12px;
	font-weight:300;
	margin-left:4px;
}
/* 상표권 */

.copyright {
	font-size:12px;
	padding:70px 0;
	text-align:center;
	letter-spacing: -1px;
	line-height: 20px;
	color:#000000;
	background-color:#ffffff;
	font-weight: 400;
}

.copyright span {
	color:#888888;
	font-weight: 300;
}

/*리뷰 */

.reviewBox {
	border:1px solid #eeeeee;
}

.reviewBox ul {
	width:100%;
	margin:0;
	padding:0;
}

.reviewBox ul li {
	width:calc(100% - 20px);
	letter-spacing: -1px;
	font-size:13px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dotted #dddddd;
}

.reviewBox ul li i {
	color:#ffcc00;
	font-size:11px;
	margin-bottom:3px;
}

.reviewBox ul li:last-child {
	border:0;
	
}

.view_review_thumbnail {
	display:inline-block;
	width:70px;
	height: 70px;
	margin-right:10px;
	vertical-align: top;
	background-size:cover;
	background-position: center center;
}

.reviewBox ul li p.content {
	display:inline-block;
	width:calc(100% - 90px);
	font-weight:300;
	margin:0;
	line-height: 18px;
	vertical-align:top;
	color:#333333;
}

.reviewBox ul li p.content span.option {
	color:#0099aa;
	font-size:11px;
	font-weight:400;
}

.reviewBox ul li p.content span.name {
	color:#999999;
	font-size:11px;
	font-weight:400;
}

.zoom {
	justify-content: center;
	align-items: center;
	width:880px;
	height:880px;
	margin:0;
	background-color:transparent;
	background-size:cover;
	position: relative;
	top:-880px;
	left:20px;
	z-index:99;
	display:none;
}

.zoomFrame {
	width:220px;
	height:220px;
	left:-220px;
	top:322px;
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	background-size:cover;
	position: absolute;
	display:none;
}

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

/* 리뷰 */


/* 프레임 */

.thumbnails {
	width:880px;
	height:880px;
	padding-left:20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.thumbnails .frame {
	width:500px;
	margin:-280px -50px 0 0;
	height:auto;
	display:none;
	background:none;
	/* background-color: rgba(0,0,0,0.3); */
}

.orderImage {
	cursor:pointer;
}

.clicktozoom {
	position:absolute;
	width:500px;
	text-align:center;
	margin:10px auto 0;
}

.clicktozoom p {
	display:inline-block;
	margin:0;
	padding:0;
	background-color:#ffffff;
	border:0px solid #bbbbbb;
	border-radius:10px;
	font-size:11px;
	font-weight:600;
	color:#777777;
	padding:6px 10px 7px;
	line-height:100%;
}

.detailFrame {
	margin:0;
	padding:0;
	
}

.detailFrame .bigframe {
	width:100%;
	min-width:1160px;
	margin:0 auto;
	padding:120px 0;
	background-color:#f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bigframe table tbody tr td {
	padding:0;
}

.frame table, .bigframe table {
	border-collapse: collapse;
	margin:0 auto;
}

#image {
	width:300px;
}

/* mat */

.mat {
	background-color:#ffffff;
}

#mat_top {
	background-image:url('http://img.artnshop.net/frame/mat_top.png');
	background-position:center bottom;
	background-repeat: repeat-x;
	background-size: 1px 33px;
}

#mat_left {
	background-image:url('http://img.artnshop.net/frame/mat_left.png');
	background-position:right center;
	background-repeat: repeat-y;
	background-size: 33px 1px;
}

#mat_lefttop {
	background-image:url('http://img.artnshop.net/frame/mat_lefttop.png');
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size: 1px 1px;
}

#mat_right {
	background-image:url('http://img.artnshop.net/frame/mat_right.png');
	background-position:left center;
	background-repeat: repeat-y;
	background-size: 33px 1px;
}

#mat_righttop {
	background-image:url('http://img.artnshop.net/frame/mat_righttop.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size: 1px 1px;
}

#mat_bottom {
	background-image:url('http://img.artnshop.net/frame/mat_bottom.png');
	background-position:center top;
	background-repeat: repeat-x;
	background-size: 1px 33px;
}

#mat_rightbottom {
	background-image:url('http://img.artnshop.net/frame/mat_rightbottom.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-size: 1px 1px;
}

#mat_leftbottom {
	background-image:url('http://img.artnshop.net/frame/mat_leftbottom.png');
	background-position:right top;
	background-repeat: no-repeat;
	background-size: 1px 1px;
}

#mat_topbig {
	background-image:url('http://img.artnshop.net/frame/mat_top.png');
	background-position:center bottom;
	background-repeat: repeat-x;
}

#mat_leftbig {
	background-image:url('http://img.artnshop.net/frame/mat_left.png');
	background-position:right center;
	background-repeat: repeat-y;
}

#mat_biglefttop {
	background-image:url('http://img.artnshop.net/frame/mat_lefttop.png');
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size: 4px 4px;
}

#mat_rightbig {
	background-image:url('http://img.artnshop.net/frame/mat_right.png');
	background-position:left center;
	background-repeat: repeat-y;
}

#mat_bigrighttop {
	background-image:url('http://img.artnshop.net/frame/mat_righttop.png');
	background-position:left bottom;
	background-repeat: no-repeat;
}

#mat_bigbottom {
	background-image:url('http://img.artnshop.net/frame/mat_bottom.png');
	background-position:center top;
	background-repeat: repeat-x;
}

#mat_bigrightbottom {
	background-image:url('http://img.artnshop.net/frame/mat_rightbottom.png');
	background-position:left top;
	background-repeat: no-repeat;
}

#mat_bigleftbottom {
	background-image:url('http://img.artnshop.net/frame/mat_leftbottom.png');
	background-position:right top;
	background-repeat: no-repeat;
}

/* 공지 */
.notice {
	border:0px solid #bbbbbb;
	border-width:0 0 2px 0;
	padding:0;
	font-size:13px;
}

.notice p {
	margin:3px 0;
}

.selected_info {
	display:inline-block;
	padding:10px 20px 20px 0;
	width:300px;
	vertical-align: top;
}

.alert {
	display:inline-block;
	width:830px;
	border-left:0px solid #dddddd;
	padding:10px 20px 10px 0;
	vertical-align: top;
	font-size:14px;
	font-weight: 300;
}

.warn_text {
	text-indent: -5px;
	margin:10px 0 0 5px !important;
	line-height: 130%;
	color:#666666;
}

.warn_text span {
	color:#000000;
	font-weight:400;
}

.buy_area {
	display:inline-block;
	width:274px;
	border-left:0px solid #dddddd;
	padding:10px 0 20px 20px;
}

/* 디테일 HTML */

.detail_matiere {
	text-align:center;
}

.detail_matiere img {
	max-width:1160px;
	margin:30px auto 10px;
}

.detail_header {
	font-size:32px;
	font-weight:600;
	letter-spacing: 2px;
	text-align:center;
	margin:70px 0 4px;
	color:#000000;
}

.detail_header_line {
	width:360px;
	margin:0 auto;
	border-color: #000000;
	padding:0;
}

.detail_header_under {
	font-size:24px;
	font-weight:300;
	letter-spacing: 1px;
	text-align:center;
	margin:4px 0;
	color:#000000;
}

.detail_header_description {
	font-size:18px;
	line-height: 130%;
	font-weight:300;
	letter-spacing: -2px;
	text-align:center;
	margin:10px 0 30px;
	padding:0;
	color:#000000;
}

.detail_body_title {
	font-size:28px;
	font-weight:400;
	letter-spacing: -2px;
	text-align:left;
	margin:100px 0 20px;
	padding:0 100px;
	color:#000000;
}

.detail_body_text {
	font-size:22px;
	line-height: 130%;
	font-weight:300;
	letter-spacing: -2px;
	text-align:left;
	margin:20px 0 20px;
	padding:0 100px;
	color:#000000;
}

.detail_body_description {
	font-size:16px;
	line-height: 130%;
	font-weight:300;
	letter-spacing: -2px;
	text-align:left;
	margin:20px 0 20px 8px;
	padding:0 100px;
	color:#000000;
	text-indent: -8px;
}

ul.detail_frametype {
	margin:0;
	padding:60px;
	font-size:0;
}

ul.detail_frametype li {
	display:inline-block;
	width:calc(50% - 10px);
	vertical-align: top;
}

ul.detail_frametype li:nth-child(2)
{
	margin-left:20px;
}

ul.detail_frametype li hr {
	width:60px;
	margin:8px 0;
	padding:0;
	border-color:#000000;
}

.detail_frame_name {
	font-size:26px;
	padding:0;
	margin:0;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 110%;
	vertical-align: middle;
	
}

.circle {
	position:absolute;
	margin-top: -24px;
	margin-left: 380px;
	width:70px;
	height:70px;
	font-size:14px;
	border-radius:35px;
	text-align: center;
}

.circle1 {
	position:absolute;
	margin-top: -24px;
	margin-left: 440px;
	width:70px;
	height:70px;
	font-size:14px;
	border-radius:35px;
	text-align: center;
}

.circle p {
	color:#ffffff;
	font-weight: 500;
	line-height: 120%;
	margin:20px 0 0;
	padding:0;
}

.circle1 p {
	color:#000000;
	font-weight: 500;
	line-height: 120%;
	margin:20px 0 0;
	padding:0;
}

.detail_frame_kname {
	font-size:17px;
	padding:0;
	margin:0;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 100%;
}

.detail_frame_spec {
	font-size:12px;
	padding:0;
	margin:20px 0;
	color:#444444;
}

.detail_frame_spec span {
	font-weight: 500;
}

.detail_frame_description {
	font-size:18px;
	line-height: 160%;
	font-weight:300;
	letter-spacing: -2px;
	text-align:left;
	margin:20px 0 0;
	padding:0;
	color:#444444;
}

.detail_frame_description img {
	width:100%;
	margin:0;
}

.detail_note_title {
	font-size:22px;
	font-weight:400;
	letter-spacing: -1px;
	text-align:left;
	margin:50px 0 20px;
	padding:0 100px;
	color:#000000;
}

.detail_note_text {
	font-size:18px;
	line-height: 130%;
	font-weight:300;
	letter-spacing: -1.5px;
	text-align:left;
	margin:20px 0 20px;
	padding:0 100px;
	color:#000000;
}

.detail_logo {
	text-align:center;
	margin:100px 0 0;
}

.detail_logo img {
	width:250px;
}

.detail_logo_copy {
	text-align:center;
	font-size:20px;
	font-weight: 400;
	letter-spacing: -1px;
	margin:10px 0 100px;
}

.detail_main_copy {
	text-align:center;
	font-size:72px;
	font-weight: 400;
	letter-spacing: -5px;
	margin:100px 0 0;
	line-height: 100%;
}

.detail_main_copy_en {
	text-align:center;
	font-size:50px;
	font-weight: 200;
	letter-spacing: -1px;
	margin:10px 0 60px;
	line-height: 100%;
}

.detail_main_image {
	width:100%;
	max-width:820px;
}

.detail_frame_image {
	max-width:calc(100% - 30px);
	margin:0 auto;
}

.detail_body_img {
	text-align:center;
}

.detail_body_img img {
	width:900px;
	margin:30px 0;
}

.img_description {
	font-size:16px;
	font-weight:300;
}

table.detailTable {
	width:calc(100% - 100px);
	margin:40px 50px 40px;
	border-collapse: collapse;
}

table.detailTable th {
	width:50%;
	text-align:center;
	border-bottom:1px solid #000000;
	font-size:24px;
	font-weight: 500;
	padding:30px 0;
	color:#000000;
}

table.detailTable td {
	width:50%;
	text-align:center;
	border-bottom:1px dotted #666666;
	font-size:24px;
	font-weight: 300;
	padding:30px 0;
	color:#000000;
	letter-spacing: -1px;
	line-height: 120%;
}

table.detailTable td:nth-child(1) {
	border-right:1px dotted #666666;
}

table.detailTable tr:nth-child(n+5) td {
	border:0;
	font-weight: 500;
}

.bg_gray {
	background-color:#f4f4f4 !important;
}

.bg_red {
	background-color:#ff0000 !important;
}

.bg_white {
	background-color:#ffffff !important;
}

.bg_green {
	background-color:green;
}

.bg_green p {
	color:#ffffff;
}

.bg_yellow {
	background-color:#ffdd00;
}

/* 풍선 도움말 */
span.help {
	position: absolute;
	font-size:11px;
	font-weight: 800;
	width:15px;
	height:15px;
	border-radius: 7px;
	color:#ffffff;
	background-color:#cccccc;
	text-align:center;
	line-height: 14px;
	margin-left:3px;
	margin-top:3px;
	cursor: pointer;
}

.help_bubble {
	position: relative;
	width:250px;
	top:-222px;
	left:225px;
	font-size:12px;
	letter-spacing:-1px;
	font-weight: 300;
	line-height: 140%;
	border-radius: 5px;
	padding:9px 10px;
	background-color:#ffffff;
	border:1px solid #999999;
	color:#333333;
	z-index:999;
}

.help_bubble strong {
	font-weight:400;
	color:#000000;
}

.fineart {
	display:none;
}

.canvas {
	display:none;
}

.Matiere-UV {
	display:none;
}

.commondetailimg {
	text-align:center;
}

.event-caption {
	color:#ffffff;
	padding:1px 6px 2px;
	background-color:#ff4400;
	line-height:100%;
	letter-spacing:-0.5px;
	
}

.event-duration {
	color:#ff4400;
	padding:1px 6px 2px;
	background-color:#dddddd;
}

.original-price {
	color: #bbbbbb;
	text-decoration: line-through;
}