/* Author:HtmlCoder
 * http://html.fwpolice.com/css/ css 정렬 사이트
 * http://www.cleancss.com/css-minify/ css 압축 사이트
 */


/* ------------------------------------ Layout Customer Group ------------------------------------ */
/* Layout Common */
body {
	/*height:100%;*/
	min-height:100%;
	overflow-x:hidden;
	/*font-size:15px;*/
	top:auto !important;
}
body .skiptranslate iframe {height:0;}

html {
	position:relative;
	height:100%;
	min-height:100%;
}


/* Typography */
body {
	color: #777;
	color: #555;
	/*font-size:0.875rem;*/
	line-height: 1.8;
	line-height:normal;
	font-weight: 400;
	background-color: #fff;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #393939;
	margin: 5px 0;
	line-height: 1.4;
}

h1,
.h1 {
	font-size: 260%;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 240%;
	font-weight: 700;
	margin: 15px 0;
}

h3,
.h3 {
	font-size: 215%;
	font-weight: 700;
	margin: 15px 0;
}

h4,
.h4 {
	color: #444;
	font-size: 160%;
	font-weight: 700;
	margin: 10px 0;
}

h5,
.h5 {
	color: #555;
	font-size: 140%;
	font-weight: 700;
}

h6,
.h6 {
	font-weight: 400;
	font-size: 110%;
}

h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i,
h4 i,
.h4 i,
h5 i,
.h5 i {
	font-size: 89%;
	opacity: .5;
	filter: alpha(opacity=50);
}

/* h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span {
	color: #339BEB;
} */

a {
	color: #5c5b5b;
}

a:hover {
	color: #393939;
}

a:focus,
button:focus,
label:focus,
area:focus,
.btn:focus,
.pointer:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.form-control:focus,
.dropdown-toggle:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.on>a,
.dropdown-menu>.on>a:focus,
.navbar-toggle:focus,
.carousel-control:focus {
	outline: 0px dotted #000 !important; /*수정*/
	outline-offset: 2px !important;
}
.dropdown-menu>.on>a, .dropdown-menu>.on>a:focus, .dropdown-menu>.on>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.text-info,
.text-info a {
	color: #444;
}

.text-muted,
.text-muted a {
	color: #777;
}

.text-danger,
.text-danger a {
	color: #EB5D48;
}

.text-primary,
.text-primary a {
	color: #337ab7;
}

.text-warning,
.text-warning a {
	color: #db2900;
}

.text-success,
.text-success a {
	color: #60B8B8;
}

.text-overflow {
	width: 96%;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: "...";
}

.text-underline {
	text-decoration: underline !important;
}

small,
.small {
	font-size: 85% !important;
}

.small-hb {
	font-size: 95% !important;
}

p {
	margin: 5px 0 15px;
	margin:0;
}

ul,ol,dl,.table {
	margin-bottom: 0 !important;
}

dd, dt {
	line-height:1.8em;
}


/* Buttons */
html[lang|=ko] .btn {
	letter-spacing: -.05em;
}

.btn {
	overflow: hidden;
	height: 31px;
	padding: 4px 18px;
	color: #fff;
	font-size: 13px !important;
	line-height: 1.5555555;
	border-radius:5px;
	border-left-width: 1px !important;
	border-bottom-width: 2px !important;
	border-right-width: 0 !important;
	border-top-width: 0 !important;
	/*text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);*/
	-webkit-transition: opacity .3s ease,
	background-color .3s ease,
	color .3s ease,
	background .3s ease;
	transition: opacity .3s ease,
	background-color .3s ease,
	color .3s ease,
	background .3s ease;
}


/* Forms */
.form-control {
	font-size: 90%;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Lists */
ul, ol {
	list-style: none;
	padding-left: 12px;
	padding-left:0;
	margin-bottom: 20px;
}


/* scroll to top */
.scrollToTop {
	color: #fff;
	position: fixed;
	z-index: 1005;
	bottom: 115ㅔㅌ;
	right: 16px;
	width: 46px;
	height: 46px;
	text-align: center;
	cursor: pointer;
	display: none;
	background-color: #cf1717;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
}

.scrollToTop i {
	line-height: 46px;
	font-size: 220%;
}


/* 바로가기 */
#accessibility {
	position: relative;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
}

#accessibility li a, #accessibility li a:hover, #accessibility li a:visited {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #fff;
}

#accessibility li a:active, #accessibility li a:focus {
	top: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
	background: #585858;
}


/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1;
	};
}

@-moz-keyframes empty {
	0% {
		opacity: 1;
	};
}

@keyframes empty {
	0% {
		opacity: 1;
	};
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	};
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	};
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	};
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	};
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	};
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	};
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	};
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	};
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	};
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	};
}

@-moz-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	};
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	};
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	};
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	};
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	};
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	};
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	};
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	};
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	};
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	};
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	};
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	};
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	};
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	};
}