@charset "utf-8";
/* euc-kr / utf-8 */

/* SPB3 Basic Style Beta1 10/04/18 by Sunmin Park(http://twitter.com/sitehis) */
* {
	margin:0;
	padding:0;
	font-family:dotum, "돋움", Arial, sans-serif;
	-webkit-text-size-adjust:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	/* margin: 0;
	padding: 0; */
	border: 0;
	outline: 0;
	font-size: 100%;
}
html, body {
	height:100%;
}
body {
	font-size:12px;
	color:#666;
	line-height:1.5;
	word-wrap:break-word;
	word-break:break-all;
}
img, fieldset {
	border:0 none;
}
input, select, textarea, h1, h2, h3, h4, h5, h6, table {
	font-weight:normal;
	font-size:12px;
	color:#666;
}
form, input, textarea, fieldset, ul, ol, dl, li, dt, dd, blockquote, p {
	margin:0;
	padding:0;
}
input, select, textarea {
	vertical-align:middle;
}
label {
	cursor:pointer;
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a:active, a:hover, a:focus {
	text-decoration:underline;
}
/* sitehis.com default tag */
input.basic {
	height:14px;
	border:1px solid #ccc;
	padding:2px 5px 0 5px;
}
select.basic {
	height:18px;
}


/* sitehis.com default class */
.hide {
	display:none;
}
.clear {
	clear: both;
}
.overflowtext { /* ?ㅻ쾭?뚮줈??*/
	width:550px;
	overflow-x:hiddin;
	overflow-y:hiddin;
	clear:left;
}
/* ?щ갚?꾩슜 */
.pd_l5 {
	padding-left:5px;
}
.pd_l10 {
	padding-left:10px;
}
.pd_l15 {
	padding-left:15px;
}
.pd_l20 {
	padding-left:20px;
}
.pd_r5 {
	padding-right:5px;
}
.pd_r10 {
	padding-right:10px;
}
.pd_r15 {
	padding-right:15px;
}
.pd_r20 {
	padding-right:20px;
}
.pd_r40 {
	padding-right:40px;
}
/* p tag for 紐⑤컮??*/
.p14 {
	font-size: 14px;
}
/* 200715 김영광 read 상세페이지 고정크기값 오버 방지*/
td.sshop3_read_detail table tbody tr td img{
	width:100%;
}
td.sshop3_read_detail table tbody tr td>a>img{
	width:auto;
}