/*	공통적용 CSS */

/*
html, body {
	height: 100%
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size:12px;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic
}


h1, h2, h3, h4, ul, li, dl, dd, dt, figure, form, p {
	margin: 0; list-style: none;
}

img, video, audio, object, embed, iframe {
	max-width: 100%
}

img {
	max-width: 100%;
	border: 0 none;
	-ms-interpolation-mode: bicubic;
	-webkit-image-rendering: optimizeQuality;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
th, td {
	padding: 0
}
figure, form {
	margin: 0
}


input[type=text], input[type=password], textarea {
	font-size: 13px
}
input {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}


ul:after,
dl:after  {
	content:'';
	display:block;
	clear:both;
}
.width_wrap:after {
	content:'';
	display:block;
	clear:both;
}

select::-ms-expand {
	display: none;            
 }

hr {
	display: none;
}

*/

body{background:#fff;direction:ltr;/*word-break:break-all;*/-ms-word-break:break-all}
body, h1, h2, h3, h4, h5, input, select, textarea, button {font-size:14px; line-height:1.5; font-family: "Nanum Gothic", "Malgun Gothic", "맑은 고딕", "돋움", 'Dotum', sans-serif; }

ul, li, ol{list-style:none}
legend, caption { display: none; }
body, nav, footer, header, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dt, dd, form, fieldset, legend, input, textarea, select, button, address {
	margin:0; padding:0;
}

label {font-weight:normal;margin:0;padding:0; cursor:pointer;}
input[type=checkbox] { -webkit-appearance: checkbox; display:none; }
input[type=radio] { -webkit-appearance: radio; display:none; }
p, span, label {word-break: keep-all;}
select::-ms-expand { display: none; }
input::-ms-clear{display:none}
a, a:active, a:visited, a:focus {color: #222; text-decoration: none;}
address{font-style:normal}
button, input[type=button], input[type=reset], input[type=submit] {	cursor: pointer }
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main, a { display: block }
fieldset, img, iframe, button {border:0 none}

input:focus {
	outline: none;
}
a:focus{
	outline: none;
}
*:focus{
	  outline: none;
}
button:focus { outline:0 !important; } 

* {-ms-overflow-style:scrollbar;}

.dropdown-toggle::after{display: none;}