.toparea {
	position:absolute !important;
	border-bottom:0px solid #dddddd !important;
	background-color:rgba(255,255,255, 0) !important;
}

.topareaspace {
	width:100%;
	height:0px !important;
}

img.logo {
	position:absolute;
	left:50px;
}

.main-slider {
	width:100vw;
	height:100vw;
	background-color:#f4f4f4;
	overflow:hidden;
}

.Thumb, .Thumb img {
	display:inline-block;
	width:100vw;
	height:100vw;
}

.thumbnail-slider-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items:center;
}

.thumbnail-slider {
	width:100%;
	display: flex;
	justify-content: center;
	align-items:center;
	overflow: hidden;
}

.mThumb {
	display:inline-block;
	padding:5px 1px 0;
	margin:0;
	vertical-align: top;
	width:42px;
}

.mThumb img {
	width:40px;
	height:40px;
	border: 2px solid #ffffff;
	border-radius:3px;
}

.preview {
	display:flex;
	justify-content: center;
	align-items: center;
	width:36px;
	height:36px;
	font-family:'NanumSquare';
	font-size:11px;
	font-weight:800;
	line-height:100%;
	margin:2px 0 0 0;
	color:#0099aa;
	background-color:#ffffff;
	border:2px solid #dddddd;
	vertical-align:top;
	border-radius:2px;
}

.thumbnail-slider .slick-slide {
	opacity: 0.8;
	transition: opacity 0.2s;
	border-radius:3px;	
}

.thumbnail-slider .slick-current img {
	opacity: 1;
	border: 2px solid #4499aa;
}

.thumbnail-slider img {
	width:40px;
	height:40px;
	object-fit: cover;
	border-radius:3px;
}


.thumbnail {
	width:100vw;
	height:100vw;
	max-height:620px;
	background-color:#f4f4f4;
}

.thumbnail .viewframe {
	display:flex;
	position:absolute;
	width:100vw;
	height:100vw;
	max-height:620px;
	justify-content: center;
	align-items: center;
	background-size:auto 420px;
	background-color:#f4f4f4;
	background-repeat: no-repeat;
}

.thumbnail .viewframe .frame_space {
	margin-top:0px;
}

.thumbnail .viewframe .frame_space table {
	border-collapse: collapse;
	margin:0px auto 0;
	padding:0px;
	border-spacing: 0px;
}

.thumbnail .viewframe .frame_space table tr td {
	padding:0px;
}

.product_info {
	display:inline-block;
	width:calc(100% - 20px);
	padding:0 10px;
	background-color:rgba(255,255,255,1);
	margin:8px auto 0;
	border:0px;
	border-bottom:1px solid #dddddd;
	text-align:left;
	
}

.product_info hr {
	border:0px;
	border-bottom:1px dotted #dddddd;
	margin:8px 0;
}

.product_info ul {
	list-style: none;
	padding:0px;
	margin:0px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	
}

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

.product_info button.buynow {
	width:calc(100% - 186px);
	padding:11px 13px;
	margin-right:2px;
	background-color:#dd0000;
	border:0px;
	color:#ffffff;
	font-size:16px;
	border-radius:2px;
	vertical-align: top;
}

.product_info button.cart {
	width:91px;
	padding:10px 13px;
	margin-right:2px;
	background-color:#ffffff;
	border:1px solid #dd0000;
	color:#dd0000;
	font-size:16px;
	border-radius:2px;
	vertical-align: top;
}

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

.naverpay {
	display:inline-block;
	border-radius:2px;
	width:89px;
	height:40px;
	border:1px solid #339955;
	overflow:hidden;
	vertical-align: top;
}

.select_tab {
	position:relative;
	width:100%;
}

.posterlabel {
	text-align:center;
	font-size:12px;
	margin:20px 0;
	color:#8f763c;
}


/* 작품 설명 부분 */

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

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

.detail-description .wrap p.description {
	text-align: justify-all;
	font-size:12px;
	color:#4c7185;
	margin:30px 0 30px;
	padding:0 15px;
	font-weight:300;
}

.detail-description .wrap p.artistdescription {
	text-align: justify-all;
	font-size:12px;
	color:#4c7185;
	margin:30px 0 30px;
	padding:0 40px;
	font-weight:300;
}

.detail-description .wrap p.artist, .detail-description .wrap p.artist a {
	text-align:center;
	font-size:14px;
	color:#4c7185;
	margin:6px 0 0 0;
	padding:0px;
	text-decoration:none;
}

/* 작품 설명 부분 */

.detail {
	text-align: center;
}

/* 191009 */
.detailImage {
	width:calc(100% - 2px);
	max-width:1160px;
	border:1px solid #f4f4f4;
}

.detail .explain {
	font-size:10px;
	text-align:center;
	padding:0;
	margin:5px;
	line-height: 10px;
	color:#777777;
}

.detail .explain img {
	width:12px;
	margin-right:3px;
	vertical-align: top;
	opacity: 0.5;
}

.zoom {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	background-color:ffffff;
	z-index:999999;
	overflow:scroll;
}

.zoom .explain {
	position:fixed;
	width:100%;
	padding:5px;
	bottom:0;
	font-size:10px;
	text-align:center;
	background-color:#ffffff;
	letter-spacing: -0.5px;
}

.zoomImage {
	max-width:1000px;
	max-height:1000px;
}

.detail-bottom img {
	width:100%;
	max-width:1160px;
}

.buyarea {
	position:fixed;
	width:100%;
	bottom:0px;
	left:0;
	z-index:999999;
}

.buyareabody {
	width:calc(100% - 20px);
	padding:0 10px 10px;
	background-color:#f7f7f7;
	vertical-align:top;
}

.grab {
	width:70px;
	height:20px;
	margin:0 auto;
	text-align:center;
	background-color:#f7f7f7;
	border:0 solid #dddddd;
	border-width:1px 1px 0 1px;
	border-radius:7px 7px 0 0;
}

.line {
	height:1px;
	font-size:0;
}

.leftline {
	display:inline-block;
	width:calc((100% - 70px) / 2);
	border:0px solid #dddddd;
	border-width:1px 0 0 0;
}

.centerline {
	display:inline-block;
	width:70px;
	border:0px solid #f7f7f7;
	border-width:1px 0 0 0;
}

.rightline {
	display:inline-block;
	width:calc((100% - 70px) / 2);
	border:0px solid #dddddd;
	border-width:1px 0 0 0;
}

.reviewrate {
	width:100%;
	padding-bottom:20px;
	text-align:center;
}

p.reviewpercent {
	font-family:'arial';
	font-size:62px;
	padding:0;
	margin:0px 0 0 0;
	text-align: center;
	font-weight: 600;
	line-height: 100%;
	color:#000000;
	letter-spacing: -2px;
}

p.reviewpercent span {
	font-size:24px;
}

p.reviewdetail {
	font-size:14px;
	padding:0;
	margin:0;
	text-align: center;
	font-weight: 400;
	line-height: 100%;
	color:#666666;
	letter-spacing: -1px;
}

p.reviewdetail span {
	font-family:'arial';
	font-weight:600;
}

p {
	letter-spacing:-1px;
}

p.name {
	font-size:18px;
	margin:0px;
	padding:0px;
}

p.ename {
	font-size:12px;
	color:#999999;
	margin:0px;
	
	
}

p.description {
	font-size:12px;
	font-weight: 300;
	padding:0px 0 0px 0;
	margin-bottom:10px;
	color:#888888;
	word-break: break-all;
}

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;
}

p.info {
	display:inline-block;
	width:70px;
	font-size:12px;
	margin:0px;
	padding:3px 0px;
	color:#666666;
	
}

p.agreement {
	margin:0 0 12px;
}

p.optiontitle {
	font-size:14px;
	margin:0px;
	padding:6px 0px;
	text-align: left;
	font-weight: 400;
}

ul.optiontab {
	margin:0 0 6px 0;
	padding:0;
	letter-spacing: -1px;
	font-size:0;
}

ul.optiontab li {
	font-size:12px;
	font-weight: 500;
	width:60px;
	margin:0;
	padding:6px 4px;
	border:0px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#000000;
}

ul.optiontab li:nth-child(3) {
	width:calc(100% - 150px);
}

ul.optiontab li.current {
	font-size:12px;
	font-weight: 500;
	border:0px solid #dddddd;
	border-width:1px 1px 0 1px;
	color:#000000;
}

div.viewTitle {
	position:fixed;
	width:calc(100% - 20px);
	padding:10px 10px 16px;
	background-color:#fafafa;
	border-bottom:1px solid #dddddd;
	z-index:99999999;
}

div.viewTitle a {
	text-decoration: none;
	color:#000000;
	font-size:15px;
	letter-spacing:-1px;
	line-height: 130%;
}

p.option {
	display: inline-block;
	width: 55px;
	font-size: 12px;
	margin: 1px 0 0 0;
	padding: 5px 5px 0 0;
	color: #888888;
	border-radius: 2px;
	font-weight: 400;
}

div.buyinginfo {
	padding:7px 0 0;
}

.rowbreak {
	display:inline-block;
	width:calc(50% - 2px);
}

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

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

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

div.pricesave {
	display:inline-block;
	float:right;
	margin:7px 0 0 3px;
	padding:0;
	text-align: right;
	font-size:13px;
}

span.price {
	font-family:'arial';
	font-size:20px;
	color:#000000;
	font-weight: 600;
	letter-spacing: -0.5px;
}

span.won {
	vertical-align:1px;
	margin-left:1px;
}

p.tag {
	display:inline-block;
	width:calc(100% - 70px);
	font-size:13px;
	margin:0px;
	padding:3px 0px;
	color:#666666;
	font-weight: 300;
}

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

p.result input[type=text] {
	width:50px;
	margin-right:0px;
	text-align:right;
	padding:0 10px 0 0;
	border:0;
	font-size:13px;
	font-weight: 500;
	background-color:#ffffff;
}

select {
	width:42%;
	text-align:right;
	padding:7px 22px 7px 5px;
	border-radius: 3px;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	letter-spacing: -0.5px;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	-webkit-appearance: none; 
	-moz-appearance: none;    
	appearance: none;
	background-image: url('http://img.artnshop.net/bg/select_bg.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

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

#optionVal {
}

#quantity {
	width:34px;
	margin:0 5px;
	padding:6px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	border-radius:3px;
}

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

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

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

p.callcenter {
	text-align:left;
	margin:0px;
}

.callcenter {
	margin-top:5px;
}

.callcenter ul
{
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size:0px;
}

.callcenter ul li {
	display:inline-block;
	width:calc(100% - 56px);
	margin-right:6px;
}

.callcenter ul li:nth-child(2n) {
	width:50px;
	margin-right:0px;
}

.callcenter ul li button {
	width:100%;
	border:1px solid #bbbbbb;
	padding:4px;
	background-color:#ffffff;
	color:#666666;
	font-size:16px;
	height:48px;
	vertical-align:top;
}

.callcenter ul li button img {
	height:32px;
}

.callcenter ul li:nth-child(2) button {
	border:1px solid #fae800;
	background-color:#fae800;
}

/*리뷰 */

.reviewBox {
	border:0px solid #eeeeee;
	border-width:1px 0 1px 0;
	margin-bottom:20px;
}

.reviewBox ul {
	margin:0;
	padding:0;
}

.reviewBox ul li {
	display:block;
	letter-spacing: -1px;
	font-size:12px;
	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:80px;
	height:80px;
	margin-right:5px;
	vertical-align: top;
	background-size:cover;
	background-position: center center;
}

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

.reviewBox ul li .content a {
	color:#000000;
	text-decoration: none;
	
}

.reviewBox ul li .content span.name {
	color:#999999;
	font-size:12px;
	font-weight:400;
	padding:8px 0 0 0;
}


div.voterate {
	margin:0;
	padding:0 0 5px;
}

/* 리뷰 */


#framediv, #printstyle, #mat_size, #posteffect {
	display:none;
}

ul#print_media > li, ul#frame_type > li, ul#radio_matiere > li, ul#posteffectul > li, ul#printstyleul > li {
	font-size:12px;
	letter-spacing: -0.5px;
	margin:0 1px 0 0;
}

ul#print_media label input + p, ul#printstyleul label input + p {
	cursor: pointer;
	padding:2px 8px 3px 7px;
	margin:0;
}

ul#radio_matiere label input + p {
	cursor: pointer;
	padding:2px 20px 3px;
	margin:0;
}

ul#print_media label:nth-child(1) input + p, ul#radio_matiere label:nth-child(1) input + p, ul#printstyleul label:nth-child(1) input + p {
	border:0px solid #dddddd;
	border-width:1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
}

ul#print_media label:nth-child(2) input + p, ul#radio_matiere label:nth-child(2) input + p, ul#printstyleul label:nth-child(2) input + p {
	border:0px solid #dddddd;
	border-width:1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
}

ul#print_media label input:checked + p, ul#radio_matiere label input:checked + p, ul#printstyleul label input:checked + p {
	background-color:#666666;
	border-color:#666666;
	color:#ffffff;
}

ul#print_media label:nth-child(1) input:disabled + p, ul#radio_matiere label:nth-child(1) input:disabled + p, ul#printstyleul label:nth-child(1) input:disabled + p {
	background-color:#eeeeee;
	border-color:#dddddd;
	color:#777777;
}

ul#print_media label:nth-child(2) input:disabled + p, ul#radio_matiere label:nth-child(2) input:disabled + p, ul#printstyleul label:nth-child(2) input:disabled + p {
	background-color:#ffffff;
	border-color:#dddddd;
	color:#999999;
}

ul#print_media li input, ul#posteffectul  li input, , ul#printstyleul li input {
	vertical-align: -2px;
}

ul#frame_type, ul#print_media, ul#mat_type, ul#posteffectul, ul#printstyleul {
	margin-bottom:5px;
	font-size:0;
}

ul#frame_type label, ul#print_media label, ul#posteffectul label, ul#printstyleul label {
	
}

ul#frame_type label input, ul#print_media label input, ul#mat_type label input, ul#posteffectul label input, ul#printstyleul label input {
	visibility: hidden;
	position:absolute;
}

ul#frame_type label input:checked + img, ul#mat_type label input:checked + img, ul#posteffectul label input:checked + img, ul#printstyleul label input:checked + img  {
	border:1px solid #dd0000;
	background-color:#f4f4f4;
}

ul#frame_type label input + img, ul#mat_type label input + img, ul#posteffectul label input + img, ul#printstyleul label input + img {
	cursor: pointer;
	width:50px;
	height:50px;
	border:1px solid #dddddd;
	margin:0;
}

ul#frame_type label p, ul#print_media label p, ul#mat_type label p, ul#posteffectul label p, ul#printstyleul label p {
	margin:0px;
	text-align:center;
	font-size:10px;
	font-weight: 300;
}

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

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

ul#sizeflag li:first-child {
	border-radius:2px 0 0 2px;
}

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

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

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

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

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

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:5px 5px 10px 35px;
	margin:0;
}

ul#sizeflag li:first-child label input:checked + p {
	border-width:2px 2px 0 0;
	border-radius:0 5px 0 0;
}

ul#sizeflag li:last-child label input:checked + p {
	border-width:2px 0 0 2px;
	border-radius:5px 0 0 0;
}

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

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

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

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

ul#buildstep li.active {
	border-radius:3px;
	color:#0099aa;
	background-color:#e2e2e2;
}

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

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

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

/* 라벨 */

/* 상표권 */

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

.copyright .wrap {
	width:calc(100% - 30px);
	padding:0px 15px;
	text-align: left;
}

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

/* 프레임 */

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

.detailFrame .bigframe {
	width:100%;
	margin:0px auto;
	padding:150px 0;
	background-color:#f4f4f4;
}


/*장바구니 팝업*/
.cartpop {
	display:none;
}

.cartpop .dialog {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-110px;
	width:200px;
	height:80px;
	background-color:#ffffff;
	z-index:999999;
	padding:20px 10px;
	text-align: center;
}

.cartpop .dialog p {
	margin:0 0 20px;
	padding:0;
	font-size:13px;
	letter-spacing: -0.5px;
	font-weight: 300;
	line-height: 130%;
}

.cartpop .dialog button {
	font-size:12px;
	letter-spacing: -0.5px;
	width:90px;
	padding:6px 0;
	background-color:#f1f1f1;
	border:0;
}

.cartpop .dialog button.red {
	background-color:#850037;
	color:#ffffff;
}

.cartpop .bg {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:99999;
}

/* 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;
}


/* 디테일 HTML */

.detail_logo {
	text-align:center;
	padding:0;
	margin:30px 0 4px;
}

.detail_logo_copy {
	text-align:center;
	font-size:14px;
	padding:0;
	margin:4px 0 25px;
	color:#000000;
}

.detail_main_copy {
	text-align:center;
	font-size:22px;
	letter-spacing: -1.5px;
	line-height:120%;
	font-weight: 300;
	color:#000000;
}

.detail_main_image {
	width:100%;
	height:auto;
	background-color:#f4f4f4;
}

.detail_image {
	width:100%;
	height:220px;
	background-color:#f4f4f4;
}

.detail_matiere {
	text-align:center;
}

.detail_matiere img {
	max-width:100%;
	margin:30px auto 0px;
}

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

.detail_header_line {
	width:120px;
	margin:0 auto;
	border:0px dotted #666666;
	border-width:1px 0 0 0;
	padding:0;
}

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

.detail_body_title {
	font-size:16px;
	font-weight:500;
	letter-spacing: -1.5px;
	text-align:left;
	margin:50px 0 10px;
	padding:0 20px;
	color:#000000;
}

.detail_body_text {
	font-size:14px;
	font-weight:300;
	letter-spacing: -1.5px;
	text-align:left;
	margin:10px 0 20px;
	padding:0 20px;
	color:#000000;
	line-height: 140%;
}

.detail_note_title {
	font-size:12px;
	font-weight:500;
	letter-spacing: -1.5px;
	text-align:left;
	margin:20px 0 5px;
	padding:0 20px;
	color:#000000;
}

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

.detail_body_description {
	font-size:11px;
	font-weight:300;
	letter-spacing: -1px;
	text-align:left;
	margin:-10px 0 20px 6px;
	padding:0 20px;
	color:#000000;
	text-indent: -6px;
	line-height: 120%;
}

.detail_frame_description {
	font-size:14px;
	font-weight:300;
	letter-spacing: -1px;
	text-align:left;
	margin:10px 0 20px;
	padding:0 20px;
	color:#000000;
	line-height: 140%;
}

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

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

ul.detail_frametype li {
	display:inline-block;
	width:100%;
	vertical-align: top;
}

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

.detail_frame_image {
	max-width:100%;
	margin:0 auto;
}

.circle {
	position:absolute;
	margin-top: -24px;
	right:20px;
	width:50px;
	height:50px;
	font-size:11px;
	border-radius:35px;
	text-align: center;
}

.circle1 {
	position:absolute;
	margin-top: -24px;
	right:65px;
	width:50px;
	height:50px;
	font-size:11px;
	border-radius:35px;
	text-align: center;
}

.circle p {
	color:#ffffff;
	font-weight: 600;
	line-height: 110%;
	margin:12px 0 0;
	padding:0;
}

.circle1 p {
	color:#000000;
	font-weight: 600;
	line-height: 110%;
	margin:12px 0 0;
	padding:0;
}


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

ul.detail_frametype li hr {
	width:60px;
	margin:5px 0;
	padding:0;
	border:0px solid #000000;
	border-width:1px 0 0 0;
}

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

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

.detail_frame_spec span {
	font-weight: 500;
}

.help_bubble {
	display:none;
	position: fixed;
	left:10px;
	top:56px;
	width:calc(100% - 42px);
	font-size:14px;
	letter-spacing:-1px;
	font-weight: 300;
	line-height: 140%;
	border-radius: 3px;
	padding:12px 10px;
	background-color:#ffffff;
	border:1px solid #999999;
	color:#333333;
	z-index:999;
}

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

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

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

table.detailTable td {
	width:50%;
	text-align:center;
	border-bottom:1px dotted #666666;
	font-size:12px;
	font-weight: 300;
	padding:10px 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:#ffbb00;
}

.benefit {
	font-size:14px;
	text-align:center;
}

.event-caption {
	
}