@import url('./nanumgothic.css');
@import url('./nanumsquare.css');

@charset 'utf-8';


/* 나눔고딕Font */
@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: url(../font/NanumGothic.eot);
	src: url(../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
	url(../font/NanumGothic.woff) format('woff'),
	url(../font/NanumGothic.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 700;
	src: url(../font/NanumGothicBold.eot);
	src: url(../font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
	url(../font/NanumGothicBold.woff) format('woff'),
	url(../font/NanumGothicBold.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 200;
	src: url(../font/NanumGothicLight.eot);
	src: url(../font/NanumGothicLight.eot?#iefix) format('embedded-opentype'),
	url(../font/NanumGothicLight.woff) format('woff'),
	url(../font/NanumGothicLight.ttf) format('truetype');
}

body {
	font-family: 'NanumGothic', sans-serif;
}

/* Reset */
html {
	font-family: 'NanumGothic', sans-serif;
	font-weight: 400;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #222
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5 {
	font-weight: 600
}

th {
	font-weight: 600
}

article, aside, footer, header, nav, section {
	display: block;
}

/* html5 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption, figure, main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: 600;
}

em {
	font-style: normal;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

small.sm {
	font-size: 75%;
	color: #44a2fb;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: 'NanumSquare', sans-serif;
	font-size: 100%;
	line-height: 1.15;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details, menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: none;
}

.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	color: #333;

}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

i.fa.fa-long-arrow-right {
	font-size: 15px;
}

.btn-primary {
	color: #fff;
	cursor: pointer;
	background-color: #004191;
	border: 1px solid #004191;
	background: #00195e; /* Old browsers */
	background: -moz-linear-gradient(top, #004191 0%, #00195e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #004191 0%, #00195e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #004191 0%, #00195e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004191', endColorstr='#00195e', GradientType=0); /* IE6-9 */
}

.btn-primary:hover {
	color: #fff;
	cursor: pointer;
	background-color: #000f38;
	border: 1px solid #00195e;
	background: #00195e; /* Old browsers */
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004191', endColorstr='#00195e', GradientType=0); /* IE6-9 */
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #000f38;
	border-color: #00195e;
	background: #00195e;
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #000f38;
	border-color: #00195e;
	background: #00195e;
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #000f38;
	border-color: #00195e;
	background: #00195e;
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #003473;
	border-color: #003473;
	background: #003473;
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #003473 0%, #000f38 100%);
}

.btn-primary .badge {
	color: #3276b1;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #fff;
	border-color: #eaeaea
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #fff;
	border-color: #eaeaea
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #fff;
	border-color: #eaeaea
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #fff;
	border-color: #eaeaea
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #fff;
	border-color: #eaeaea
}

.btn-success .badge {
	color: #739e73;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #0384b2;
	border-color: #30d3ef;
	background: #00195e;
	background: -moz-linear-gradient(top, #003473 0%, #000f38 100%);
	background: -webkit-linear-gradient(top, #02b8e0 0%, #0384b2 100%);
	background: -webkit-linear-gradient(top, #02b8e0 0%, #0384b2 100%);
	border: none;
	cursor: pointer;
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #0384b2;
	border-color: #30d3ef;
	background: #00195e;
	background: -moz-linear-gradient(top, #028ab8 0%, #066486 100%);
	background: -webkit-linear-gradient(top, #028ab8 0%, #066486 100%);
	border: none;
	background: -webkit-linear-gradient(top, #06a4da 0%, #066486 100%);
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #0384b2;
	border-color: #30d3ef;
	background: #00195e;
	background: -moz-linear-gradient(top, #028ab8 0%, #066486 100%);
	background: -webkit-linear-gradient(top, #028ab8 0%, #066486 100%);
	border: none;
	background: -webkit-linear-gradient(top, #06a4da 0%, #066486 100%);
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #0384b2;
	border-color: #30d3ef;
	background: #00195e;
	background: -moz-linear-gradient(top, #028ab8 0%, #066486 100%);
	background: -webkit-linear-gradient(top, #028ab8 0%, #066486 100%);
	border: none;
	background: -webkit-linear-gradient(top, #06a4da 0%, #066486 100%);
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #57889c;
	border-color: #4e7a8c
}

.btn-info .badge {
	color: #57889c;
	background-color: #fff
}

.btn-more {
	color: #252525;
	background-color: #d9e9ff;
	border-color: #949494;
}

.btn-more.focus, .btn-more:focus {
	color: #252525;
	background-color: #c6d8f1;
	border-color: #949494;
}

.btn-more.active, .btn-more:active, .btn-more:hover, .open > .dropdown-toggle.btn-more {
	color: #252525;
	background-color: #c6d8f1;
	border-color: #949494
}

.btn-more.active.focus, .btn-more.active:focus, .btn-more.active:hover, .btn-more:active.focus, .btn-more:active:focus, .btn-more:active:hover, .open > .dropdown-toggle.btn-more.focus, .open > .dropdown-toggle.btn-more:focus, .open > .dropdown-toggle.btn-more:hover {
	color: #252525;
	background-color: #c6d8f1;
	border-color: #949494
}

.btn-more.active, .btn-more:active, .open > .dropdown-toggle.btn-more {
	background-image: none
}

.btn-more.disabled.focus, .btn-more.disabled:focus, .btn-more.disabled:hover, .btn-more[disabled].focus, .btn-more[disabled]:focus, .btn-more[disabled]:hover, fieldset[disabled] .btn-more.focus, fieldset[disabled] .btn-more:focus, fieldset[disabled] .btn-more:hover {
	background-color: #c6d8f1;
	border-color: #949494
}

.btn-more .badge {
	color: #c79121;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #a90329;
	border-color: #900323
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #77021d;
	border-color: #130005
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #77021d;
	border-color: #540114
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #540114;
	border-color: #130005
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #a90329;
	border-color: #900323
}

.btn-danger .badge {
	color: #a90329;
	background-color: #fff
}

.btn-link {
	color: #3276b1;
	font-weight: 400;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #214e75;
	text-decoration: none;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 3px
}

.btn-group-sm > .btn, .btn-sm {
	padding: 10px 16px;
	font-size: 22px;
	line-height: 1.33;
	border-radius: 3px;
	font-weight: 600;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

span.bpk-text {
	padding-right: 43px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block + .btn-block {
	margin-top: 5px
}

/* body {overflow-y:scroll;} */
h1, p {
	margin: 0;
	padding: 0;
}

ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* select */
.select {
	position: relative;
	width: 100px;
	height: 30px;
}

.select label {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 5px 30px 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select label:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	border-left: 1px solid #ccc;
	background: #efefef url('../../images/btn/bg_select_arrow.png') 50% 50% no-repeat;
}

.select ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	margin-top: -1px;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select ul.active {
	display: block;
}

.select ul li {
	padding: 10px 15px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.select ul li:hover {
	background: #eee;
}

.select ul li.last {
	border-top: 1px solid #ededed;
}

/* 하단 버튼 */
.bot_button {
	text-align: center;
}

.bot_button a {
	display: inline-block;
	min-width: 220px;
	padding: 19px 0;
	font-size: 28px;
	color: #fff;
	background: #0099ff url('../../images/bg/bg_button_intro.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	border-radius: 4px 4px;
	transition: all 0.3s;
}

.bot_button a span {
	display: inline-block;
	padding-right: 32px;
	background: url('../../images/btn/btn_intro.png') 100% 50% no-repeat;
}

.bot_button a:hover {
	background-color: #0066cc;
}

/*refresh 버튼 */
.refresh_button {
	position: relative;
	display: inline-block;
	float: right;
}

.refresh_button a span {
	display: inline-block;
	height: 25px;
	color: #eee;
	background: url('../../images/icon/ic_refresh.png') 10% 50% no-repeat;
	border-radius: 4px;
	padding: 7px 25px;
	padding-left: 45px;
	line-height: 23px;
	transition: all 0.3s;
}

.refresh_button a span:hover {
	background: url('../../images/icon/ic_refresh_on.png') 10% 50% no-repeat;
	color: #00b3ff;
	font-weight: 700
}

/* Common */
.ov_hidden {
	overflow: hidden;
}

.hide {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.dis_table {
	display: table;
}

.dis_inblock {
	display: inline-block;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.al_left {
	text-align: left !important;
}

.al_right {
	text-align: right !important;
}

.al_center {
	text-align: center;
}

.fw_bold {
	font-weight: 700;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs16 {
	font-size: 16px;
}

.fs24 {
	font-size: 24px;
}

.fs30 {
	font-size: 30px;
}

.fc_blue {
	color: #005cb9;
}

.fc_darkblue {
	color: #0067ac;
}

.fc_skyblue {
	color: #0099da;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt14 {
	margin-top: 14px;
}

.mt16 {
	margin-top: 16px;
}

.mt18 {
	margin-top: 18px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt32 {
	margin-top: 32px !important;
}

.mt34 {
	margin-top: 34px;
}

.mt40 {
	margin-top: 40px !important;
}

.mt46 {
	margin-top: 46px !important;
}

.mt48 {
	margin-top: 48px;
}

.mt50 {
	margin-top: 50px !important;
}

.mt52 {
	margin-top: 52px;
}

.mt62 {
	margin-top: 62px;
}

.mt66 {
	margin-top: 66px;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt135 {
	margin-top: 135px;
}

.ml10 {
	margin-left: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb50 {
	margin-bottom: 50px;
}

.p0 {
	padding: 0 !important;
}

.pt280 {
	padding-top: 280px !important;
}

.pt352 {
	padding-top: 352px !important;
}

.pt18 {
	padding-top: 18px;
}

/**/

.smart-form .checkbox + .checkbox, .smart-form .radio + .radio {
	margin-top: 0
}

.smart-form .checkbox, .smart-form .radio {
	margin-bottom: 4px;
	padding-left: 25px;
	line-height: 25px;
	color: #404040;
	cursor: pointer;
	font-size: 13px
}

.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
	position: relative;
	display: block;
	font-weight: 400
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 5px 10px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none
}

.smart-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 22px;
	margin: 0;
	padding: 0 14px;
	font-size: 13px;
	line-height: 22px
}

.smart-form .input-file .button:hover {
	box-shadow: none
}

.smart-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0
}

.smart-form .select i {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 5px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 9px #fff
}

.smart-form .select i:after, .smart-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.smart-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040
}

.smart-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040
}

.smart-form .select-multiple select {
	height: auto
}

.smart-form .textarea textarea {
	height: auto;
	resize: none
}

.smart-form .textarea-resizable textarea {
	resize: vertical
}

.smart-form .textarea-expandable textarea {
	height: 31px
}

.smart-form .textarea-expandable textarea:focus {
	height: auto
}

.smart-form .checkbox, .smart-form .radio {
	margin-bottom: 4px;
	padding-left: 25px;
	line-height: 25px;
	color: #404040;
	cursor: pointer;
	font-size: 13px
}

.smart-form .checkbox:last-child, .smart-form .radio:last-child {
	margin-bottom: 0
}

.smart-form .checkbox input, .smart-form .radio input {
	position: absolute;
	left: -9999px
}

.smart-form .checkbox i, .smart-form .radio i {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	background: #FFF
}

.smart-form .radio i {
	border-radius: 50%
}

.smart-form .checkbox input + i:after, .smart-form .radio input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity .1s;
	-o-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s
}

.smart-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%
}

.smart-form .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: 1px;
	width: 15px;
	height: 15px;
	font: 400 16px/19px FontAwesome;
	text-align: center
}

.smart-form .checkbox input:checked:hover + i:after {
	content: '\f00d'
}

.smart-form .checkbox input:checked:disabled:hover + i:after {
	content: '\f00c'
}

.smart-form .checkbox input:checked + i:after, .smart-form .radio input:checked + i:after {
	opacity: 1
}

.smart-form .inline-group {
	margin: 0 -15px -4px 0
}

.smart-form .inline-group:after {
	content: '';
	display: table;
	clear: both
}

.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
	float: left;
	margin-right: 30px
}

.smart-form .inline-group .checkbox:last-child, .smart-form .inline-group .radio:last-child {
	margin-bottom: 4px
}

.smart-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 25px;
	color: #404040;
	cursor: pointer
}

.smart-form .toggle:last-child {
	margin-bottom: 0
}

.smart-form .toggle input {
	position: absolute;
	left: -9999px
}

.smart-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 1px;
	border-style: solid;
	border-radius: 12px;
	background: #fff
}

.smart-form .toggle i:after {
	content: attr(data-swchoff-text);
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f
}

.smart-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right .2s;
	-o-transition: right .2s;
	-ms-transition: right .2s;
	-moz-transition: right .2s;
	-webkit-transition: right .2s
}

.smart-form .toggle input:checked + i:after {
	content: attr(data-swchon-text);
	text-align: right
}

.smart-form .toggle input:checked + i:before {
	right: 36px
}

.smart-form .rating {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 25px;
	color: #404040
}

.smart-form .rating:last-child {
	margin-bottom: 0
}

.smart-form .rating input {
	position: absolute;
	left: -9999px
}

.smart-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer
}