@charset "utf-8";
/* Default Style */
*			{margin:0; padding:0; -webkit-text-size-adjust:none; font-family:"맑은고딕", "Malgun Gothic", dotum, gulim, sans-serif;} /* 20151222수정 */
body		{background-color:#fff; color:#4e4e4e; font-size:12px;}
ul, ol, li						{list-style:none; }
img, hr		{border:none;}
img			{vertical-align:top; border:0px ;}

/* Link Style */
a:link		{text-decoration:none; color:#4e4e4e;}
a:visited	{text-decoration:none; color:#4e4e4e}
a:active	{text-decoration:none; color:#4e4e4e;}
a:hover		{text-decoration:none; color:#4e4e4e;}
a:focus		{text-decoration:none; color:#4e4e4e;}

/* Table Style */
table			{border-collapse:collapse;  border-spacing:0; width:100%; }
table td img	{vertical-align:middle;}

/* tag all font-size set */
p,div,ul,li,dl,dt,dd,ol,fieldset,textarea,input,select,table,th,td,address,cite,strong,h1,h2,h3,h4,h5,h6 {
	font-family:"맑은고딕", "Malgun Gothic", dotum, gulim, sans-serif;
	line-height:120%;
}
strong {font-family:"맑은고딕", "Malgun Gothic", dotum, gulim, sans-serif; font-weight:bold; }
button {border:0 none;cursor:pointer; background:none; margin:0; padding:0;vertical-align:middle}
button span {position:relative; left:0; top:0;vertical-align:middle;}
button::-moz-focus-inner {border:0; padding:0}

/* From Style */
textarea	{padding:5px; border: solid 1px #bdbdbd; background-color:#fff; resize:none;}
input.txt	{height: 23px; line-height:23px; border: solid 1px #bdbdbd; background-color:#fff;}
input.chk,
input.radio	{width:13px; height:13px; display:inline-block; vertical-align:middle;}
select			{height: 23px; line-height:23px; border: solid 1px #b8b8b8; background-color:#fff;}
hr, caption		{display:none;}
legend			{position:absolute; height:0; font-size:0px; line-height:0; overflow:hidden; text-indent:-20000px; }
address,cite,em	{font-style:normal;}
fieldset		{border:0; padding:0; }
label			{cursor:pointer;}
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary {display:block; }

.blind		{display:block;overflow:hidden;position:absolute;top:-1000em;left:0;width:0;height:0;font-size:0}
.hide {display:none; }
.h4Type {font-weight: bold; font-family: "맑은고딕", "Malgun Gothic"; color: #101010; font-size:16px;}


/* samsungcard layout */
.SCwrap {width:696px;} /* 20151222수정 */

/*20151027 gnb수정*/
#SCgnb { float: left;  margin-left: -1px; position: relative;  width: 696px;height:88px;}
#SCgnb > ul  { background: #f4f4f4;border-bottom: 1px solid #b8b8b8;border-top: 1px solid #686868; display: inline; height: 40px; left: 0; position: absolute; width: 100%;} /* 20151222수정 */
#SCgnb > ul > li  {  padding-bottom: 14px;  padding-top: 13px; text-align: center;width: 130px;}
#SCgnb > ul > li a.subon {color: #101010 !important;font-weight:bold;}
#SCgnb > ul > li >  a { color: #606060; display: inline; font-size: 14px;  padding: 0 0 10px; text-align: center; font-weight:bold;} /* 20151222수정 */
#SCgnb > ul > li  .sub > ul {background: #fff;color:#666;} /* 20151222수정 */
#SCgnb li { float: left;  letter-spacing:-1px;}
#SCgnb .sub > ul {border-bottom: 1px solid #e0e0e0;left: 0; position: absolute; top: 41px;} /* 20151222수정 */
#SCgnb .sub > ul > li { float: left;}
#SCgnb .sub > ul > li .sub03_subon {  color: #101010;} /* 20151222수정 */
#SCgnb .sub > ul > li > a {  color: #606060; display: inline; font-size: 13px; height: 30px; line-height: 20px; text-align: center;}  /* 20151222수정 */
#SCgnb a:hover {color: #101010;}
#submenu_dog { cursor: pointer;height: 30px;}
#submenu_dog .sub > ul > li:first-child { padding-left: 30px;} /* 20151222수정 */
#submenu_dog .sub > ul > li { color: #666;padding:10px 9px 7px 9px;}
/*//20151027 gnb수정*/

#SCfooter {padding:10px 0; border-top:1px solid #ccc; font-size:11px; color:#787878;width:696px; margin-top:15px; } /* 20151222수정 */
#SCfooter span{ font-size:12px;}
/* samsungcard layout */