/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border:0;
}
.ui-widget-content {
	background: #DFDFDF;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 0;
	background: #4D68F3;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/**
 * Swiper 6.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 8, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 90px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 90px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #666;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* regular-400 medium-500 bold-700 */

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(../fonts/notosans/NotoSansKR-Thin.otf) format('woff2')}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(../fonts/notosans/NotoSansKR-Light.otf) format('woff2')}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(../fonts/notosans/NotoSansKR-Regular.otf) format('woff2')}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(../fonts/notosans/NotoSansKR-Medium.otf) format('woff2')}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(../fonts/notosans/NotoSansKR-Bold.otf) format('woff2')}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(../fonts/notosans/NotoSansKR-Black.otf) format('woff2')}

@import url('fonts.css');
* {-webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch;}
body,html {overflow: hidden; position: relative; font-family : 'Noto Sans KR'; font-weight: 400; max-width: 100%; width: 100%; height: 100%; color: #000; font-size: 16px; line-height: 20px;}
a {text-decoration: none; color: #000;}
input,pre,textarea,select,option,table td,button {-webkit-appearance: none;-moz-appearance: none; appearance: none; font-family: 'Noto Sans KR'; background: transparent; resize: none; font-size: 16px;}
button {border: none; background: none; padding: 0; outline: none; font-size: 1rem;}
input:focus,textarea:focus,select:focus {outline: none;}
input::placeholder{color:#888; font-family: 'Noto Sans KR'; letter-spacing: -1.5px;}
textarea::placeholder{color:#888;} 
select {border-radius: 0px; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::-ms-clear,
input::-ms-reveal{display:none;width:0;height:0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{display:none;}
::-webkit-scrollbar {display:none;} /*스크롤바없애기*/
body,a {-webkit-tap-highlight-color : transparent} /* 하이라이트 없애기 */
textarea {width: 100%; border: 0; font-size: 16px; color: rgba(51,51,51,.86); line-height: 24px; box-sizing: border-box;}
textarea:focus {background: #fff;}
textarea::-webkit-scrollbar {display: block; width: 3px;}
textarea::-webkit-scrollbar-thumb {background: #999;}
.aria-text {text-indent: -9999px;}
button:disabled ,select:disabled, textarea:disabled, input:disabled, input:disabled + label {opacity: .6;}
textarea:disabled, input:disabled {color: #666;}

/* 로딩 */
.loadWrap {position: fixed; width: 100%; height: 100%; left: 0; top: 0;  background: rgba(0,0,0,.7); z-index: 9999; display: none;}
.loadWrap > div {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.loader {width: 48px;height: 48px;border-radius: 50%; position: relative;animation: rotate 1s linear infinite}
.loader:before, .loader:after {content: "";box-sizing: border-box;position: absolute;inset: 0px;border-radius: 50%;border: 5px solid #FFF;animation: prixClipFix 2s linear infinite}
.loader::after {border-color: #023F9D;animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;inset: 6px;}
@keyframes rotate {
0%   {transform: rotate(0deg)}
100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
/* 메인 */
#mainWrap {overflow: hidden; position: relative; width: 100%; height: 100%;}
.main_scroll {overflow-y: auto; position: relative; height: 100%; padding-bottom: 60px;}
#mainHeader {position: absolute; top: 0; left: 0; width: 100%; height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: #fff; z-index: 10;}
.main_logo {width: 175px; height: 31px; background: url(../images/logo_long.png) no-repeat center; background-size: contain;}
.main_login {display: flex; align-items: center;}
.main_login button {margin-right: 10px;}
.main_login button:last-child {margin-right: 0;}
.btn_logout {width: 24px; height: 24px; background: url(../images/icon_logout.png) no-repeat center; background-size: contain;}
.btn_alarm {position: relative; width: 24px; height: 24px; background: url(../images/icon_alarm.png) no-repeat center; background-size: contain;}
.btn_alarm.on:before {content: ''; position: absolute; top: 1px; right: 0; width: 6px;height: 6px; background: #D13848; border: 2px solid #fff; border-radius: 50%;}
.btn_login {font-size: 15px; font-weight: 700; padding-right: 10px; text-transform: uppercase; background: url(../images/arrow_right.png) no-repeat center right; background-size: auto 10px;}
.btn_review {width: 30px; height: 30px; background: url(../images/icon_review.png) no-repeat center; background-size: contain;}
.main_cont {overflow: hidden; position: relative; width: 100%; margin-bottom: 15px;}
.main_01 { padding-top: 50px; background: #EEF2F7;}
.mainPage {position: relative; height: 100%;}
.main_slide {position: relative; height: 396px; padding: 12px 12px 40px 12px;}
.swiper-container {width: 100%; height: 100%;}
.swiper-pagination {left: 50%; bottom: 15px; transform: translateX(-50%);}
.swiper-pagination-bullet {width: 7px; height: 7px; margin-right: 12px; background: #B9B9B9; opacity: 1;}
.swiper-pagination-bullet-active {background: #2A7ACF;}
.swiper-pagination-bullet:last-child {margin-right: 0;}
.ms_list {display: grid; gap: 8px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr 1fr;}
.msl_box {overflow: hidden; border-radius: 5px;}
.mb01 {background-color: #002D71; grid-column: 1 / 4; grid-row: 1 / 3;}
.mb02 {background-color: #D13848; grid-column: 4 / 8; grid-row: 1 / 2;}
.mb03 {background-color: #39B7EE; grid-column: 4 / 8; grid-row: 2 / 3;}
.mb04 {background-color: #2093EB; grid-column: 1 / 5; grid-row: 3 / 4;}
.mb05 {background-color: #0A78C2; grid-column: 5 / 8; grid-row: 3 / 4;}
.mb06 {background-color: #2B6AD0; grid-column: 1 / 4; grid-row: 4 / 5;}
.mb07 {background-color: #264E9D; grid-column: 4 / 8; grid-row: 4 / 5;}

.msl_box a {display: block; width: 100%; height: 100%; color: #fff; padding: 10px 15px; background-repeat: no-repeat; background-position: right 10px bottom 10px; background-size: 26px;}
.msl_box .mb01_icon {background-image: url(../images/img_guide01.png), url(../images/img_guide02.png); background-size: 89px 60px; background-position: left -35px bottom -11px, right -32px bottom 30px;}
.msl_box .mb02_icon {background-image: url(../images/img_vision.png);}
.msl_box .mb03_icon {background-image: url(../images/img_grade.png);}
.msl_box .mb04_icon {background-image: url(../images/img_cal.png);}
.msl_box .mb05_icon {background-image: url(../images/img_map.png);}
.msl_box .mb06_icon {background-image: url(../images/img_notice.png);}
.msl_box .mb07_icon {background-image: url(../images/img_contact.png);}
.msl_box .mb08_icon {background-image: url(../images/img_idcard.png);}
.msl_box .mb09_icon {background-image: url(../images/img_mail.png);}

.msl_box .tit {padding-bottom: 5px; font-size: 18px; font-weight: 500;}
.msl_box .e_tit {font-size: 13px; font-weight: 300; opacity: .7; line-height: 16px;}
.msl_box strong {padding-left: 3px; font-weight: 700; color: #FFE07B;}
.main_02 {margin-bottom: 6px; padding: 0 12px;}
.quick_tit {display: flex; align-items: center; justify-content: space-between; padding: 0 2px 14px 2px;}
.quick_tit h5 {font-size: 16px; font-weight: 700;color: #002D71;}
.quick_tit h5 span {padding-right: 5px; color: #3D8FEE;}
.qt_setting {padding-left: 20px; background: url(../images/icon_setting.png) no-repeat left center; background-size: 18px; font-size: 14px; color: #657184;}
.quick_menu_list {display: flex; flex-wrap: wrap; align-items: center;}
.quick_menu_list li {width: calc(33.333% - 20px / 3); margin: 0 10px 10px 0; background: #F0F5FF; border: 1px solid #BFD4F9; box-shadow: 0 2px 3px 0 rgba(89,124,223,.12); border-radius: 6px;}
.quick_menu_list li:nth-child(3n) {margin-right: 0;}
.quick_menu_list li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 55px; padding: 0 10px; font-size: 15px; font-weight: 500; text-align: center; color: #003E95;}
.quick_menu_list .quick_oth {background: #E2F7FF; border-color: #90C5F3;} 	
.quick_menu_list .quick_oth a {color: #0065B2;}	
.quick_menu_list .quick_plus {background: url(../images/icon_plus.png) no-repeat center; background-size: 16px; border: 1px dashed #BFD4F9; box-shadow: 0 0 0 transparent;}
.main_03 {padding: 0 12px;}
.sns_list {overflow: hidden; display: flex; align-items: center; justify-content: space-between; padding: 11px 39px; background: #fff; border: 1px solid #EAEFF5; border-radius: 6px;}
.sns_list li a {display: block; width: 30px; height: 30px; background-color: #003E9D; border-radius: 5px;}
.sns_list li .sns_you {background-image: url(../images/icon_you.png); background-size: 16px 12px;} 
.sns_list li .sns_insta {background-image: url(../images/icon_insta.png); background-size: 17px; } 
.sns_list li .sns_kakao {background-image: url(../images/icon_kakao.png); background-size: 20px;} 
.sns_list li .sns_blog {background-image: url(../images/icon_blog.png); background-size: 22px 18px;} 
.sns_list li a {background-repeat: no-repeat; background-position: center;}
#gnb {position: absolute; overflow: hidden; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; border-top: 1px solid #EBEBEB; z-index: 100;}
.gnb_logo {display: none;}
#gnb ul {overflow-x: hidden; display: flex; align-items: center; justify-content: space-around; width: 100%; height: 100%;}
#gnb ul li {width: 100%; height: 100%; text-align: center;}
#gnb ul li a {display: block; width: 100%; height: 100%;}
#gnb ul li a span {display: inline-block; padding-top: 38px; font-size: 11px; color: #6F7480;}
#gnb ul li.on a span {font-weight: 700; color: #1B1F30;}
#gnb ul .gnb_home {background-image: url(../images/icon_gnb_home.png);}
#gnb ul .gnb_menu {background-image: url(../images/icon_gnb_menu.png);}
#gnb ul .gnb_cafe {background-image: url(../images/icon_gnb_cafe.png);}
#gnb ul .gnb_noti {background-image: url(../images/icon_gnb_noti.png);}
#gnb ul .gnb_news {background-image: url(../images/icon_gnb_news.png);}
#gnb ul .gnb_idcard {background-image: url(../images/icon_gnb_idcard.png);}
#gnb ul .gnb_info {background-image: url(../images/icon_gnb_info.png);}
#gnb ul .gnb_qr {background-image: url(../images/icon_gnb_qr.png);}
#gnb ul .gnb_mail {background-image: url(../images/icon_gnb_mail.png);} 
#gnb ul .gnb_home.on {background-image: url(../images/icon_gnb_home_on.png);}
#gnb ul .gnb_menu.on {background-image: url(../images/icon_gnb_menu_on.png);}
#gnb ul .gnb_cafe.on {background-image: url(../images/icon_gnb_cafe_on.png);}
#gnb ul .gnb_noti.on {background-image: url(../images/icon_gnb_noti_on.png);}
#gnb ul .gnb_news.on {background-image: url(../images/icon_gnb_news_on.png);} 
#gnb ul .gnb_idcard.on {background-image: url(../images/icon_gnb_idcard_on.png);}
#gnb ul .gnb_info.on {background-image: url(../images/icon_gnb_info_on.png);}
#gnb ul .gnb_qr.on {background-image: url(../images/icon_gnb_qr_on.png);} 
#gnb ul .gnb_mail.on {background-image: url(../images/icon_gnb_mail_on.png);}
#gnb ul li {background-position: top 10px center; background-repeat: no-repeat; background-size: 24px;}

/*공통*/
.subWrap {overflow: auto; position: fixed; top: 100%; left: 0; width: 100%; height: 100%; background: #fff; z-index: 200; transition: top .3s;}
.subWrap.upper {z-index: 201 !important;}
.subWrap.upper02 {z-index: 202 !important;}
.subWrap.upper03 {z-index: 203 !important;}
.subWrap.upper04 {z-index: 204 !important;}
.subWrap.pop-side {top: 0; left: -100%; transition: left .3s;}
.subWrap.smpop {display: flex; flex-direction: column; justify-content: flex-end; background: transparent;}
.subWrap.popbg {overflow: auto; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 199; display: none;}

.posi_right {position: absolute; top: 13px; right: 13px; z-index: 1;}
.posi_left {position: absolute; top: 13px; left: 13px; z-index: 1;}
.btn_main {width: 100%; height: 50px; background: #023F9D; font-size: 16px; font-weight: 500; color: #fff; text-transform: uppercase;}
.btn_cancel {width: 100%; height: 50px; background: #E5E5E5; font-size: 16px; font-weight: 500; color: #999; text-transform: uppercase;}
.btn_save {width: 100%; height: 50px; background: #ECECE4; font-size: 16px; font-weight: 500; color: #0E6945; border-radius: 10px; text-transform: uppercase;}
.btn_oth {width: 100%; height: 50px; background: #fff; border: 1px solid #023F9D; font-size: 16px; font-weight: 500; color: #023F9D; text-transform: uppercase;}
.btn_dark {width: 100%; height: 50px; background: #A1A8B3; font-size: 16px; font-weight: 500; color: #fff; text-transform: uppercase;}

.ck_box {flex-shrink: 0;}
.ck_box input[type=checkbox] {display: none;}
.ck_box input[type=checkbox] + label {display: inline-block; width: 20px; height: 20px; background: url(../images/ckbox_squ_off.png) no-repeat; background-size: contain;}
.ck_box input[type=checkbox]:checked + label {background: url(../images/ckbox_squ_on.png) no-repeat; background-size: contain;}

.ck_uselabel {flex-shrink: 0;}
.ck_uselabel input[type=checkbox] {display: none;}
.ck_uselabel input[type=checkbox] + label {display: inline-block; width: auto; height: 20px; padding-left: 28px; background: url(../images/ckbox_off.png) no-repeat; background-size: 20px; font-size: 14px; font-weight: 500; line-height: 21px;}
.ck_uselabel input[type=checkbox]:checked + label {background: url(../images/ckbox_on.png) no-repeat; background-size: 20px;}

.ck_uselabel_v2 {flex-shrink: 0;}
.ck_uselabel_v2 input[type=checkbox] {display: none;}
.ck_uselabel_v2 input[type=checkbox] + label {display: inline-block; width: auto; height: 20px; padding-left: 30px; background: url(../images/ckbox_squ_off.png) no-repeat; background-size: 20px; line-height: 21px;}
.ck_uselabel_v2 input[type=checkbox]:checked + label {background: url(../images/ckbox_squ_on.png) no-repeat; background-size: 20px;}

input[type='file'] {display: none;}

.radio_label_box.v2 input[type='radio'] + label {margin-bottom: 5px;}
.ck_label_box.v2 input[type='checkbox'] + label {margin-bottom: 5px; padding-left: 27px; font-size: 14px; line-height: 20px;}
.ck_label_box.v2 input[type='checkbox']:checked + label {font-weight: 400;}
.ck_label_box.v2 {margin-right: 30px;}
.ck_label_box.v2:last-child {margin-right: 0px;}

.ld_uselabel {flex-shrink: 0;}
.ld_uselabel input[type=radio] {display: none;}
.ld_uselabel input[type=radio] + label {display: inline-block; width: 100%; height: 20px; padding-left: 28px; background: url(../images/radio_off.png) no-repeat; background-size: 20px; font-size: 15px; color: #333; line-height: 21px;}
.ld_uselabel input[type=radio]:checked + label {background: url(../images/radio_on.png) no-repeat; background-size: 20px; font-weight: 500; color: #000;}

.ld_usebox {width: 100%;}
.ld_usebox input[type=radio] {display: none;}
.ld_usebox input[type=radio] + label {display: flex; align-items: center; height: 44px; padding: 0 14px; background-color: #F6F6F6; border: 1px solid #E5E5E5; color: #888; border-radius: 5px;}
.ld_usebox input[type=radio]:checked + label {padding-right: 40px; background-image: url(../images/ckbox_on.png); background-size: 21px; background-repeat: no-repeat; background-position: center right 15px; background-color: #ECF3FF; border-color: #9EC2FF; font-weight: 500; color: #004ABC;}

.alert_txt {min-height: 22px; padding-left: 27px; background: url(../images/icon_warning.png) no-repeat left; background-size: 22px; font-size: 14px; color: #666; line-height: 22px;}

.popup_header {position: relative; height: 50px; border-bottom: 1px solid #EBEBEB;}
.popup_header .tit {font-size: 19px; font-weight: 700; color: #000; text-align: center; line-height: 51px;}
.popup_main {overflow-y: auto; position: relative; height: calc(100% - 50px);}
.pm_usebtn {overflow-y: auto; height: calc(100% - 67px);}
.pm_usebtn02 {overflow-y: auto; height: calc(100% - 54px);}
.pm_usepd {padding: 0 20px;}
.pm_usecolpd {padding: 18px 20px;}
.btm_btn {position: absolute; bottom: 0; left: 0; width: 100%; height: 83px; display: flex; align-items: center; justify-content: center; padding: 16px 20px; background: linear-gradient(to top,#fff, #fff 75%, transparent); z-index: 5;}
.btm_btn button {width: 100%; margin-right: 10px; border-radius: 5px;}
.btm_btn button:last-child {margin-right: 0;}
.btm_btn02 {position: absolute; bottom: 0; left: 0; width: 100%; height: 54px; display: flex; align-items: center; justify-content: center; z-index: 5;}
.btm_btn02 button {width: 100%; height: 100%; margin-right: 10px;}
.btm_btn02 button:last-child {margin-right: 0;}
.boldDivider {height: 8px; background: #F5F5F5; border-top: 1px solid #EBEBEB;}
.dis_flex {display: flex; align-items: center; justify-content: space-between;}
.maintxt {color: #004ABC !important; font-weight: 500;}
.subtit {font-weight: 500;}
.smtit {padding-bottom: 9px; font-size: 14px; font-weight: 700;}
.select_box select {width: 100%; height: 38px; padding: 0 26px 0 12px; background-color: #fff; background-image: url(../images/arrow_down.png); background-position: right 10px center; background-repeat: no-repeat; background-size: 16px; border: 1px solid #E5E5E5; border-radius: 5px;}
.inquiry {display: flex; align-items: center;}
.inquiry > button {width: 60px; height: 38px; margin-left: 6px; flex-shrink: 0; font-size: 15px; font-weight: 400; border-radius: 5px;}
.inquiry > div {width: 100%; margin-right: 8px;}
.inquiry > div:last-of-type {margin-right: 0;}
.inquiry + .inquiry {margin-top: 8px;}
.select_box.sm {width: 49%;}
.input_sub.sm {width: 49%;}
.btn_srh02 {width: 18px; height: 18px; background: url(../images/icon_search_g.png) no-repeat; background-size: contain;}
.input_sub {overflow: hidden; position: relative; display: flex; align-items: center; height: 38px; background: #fff; border: 1px solid #DBDBDB; border-radius: 5px;}
.input_sub input {width: calc(100% - 41px); height: 100%; padding-left: 13px; border: 0;}
.file_box {overflow: hidden; position: relative; border: 1px solid #DBDBDB; border-radius: 5px;}
.btn_filedwn {position: absolute; top: 50%; transform: translateY(-50%); right: 55px; width: 24px; height: 24px;}
.btn_filedel {position: absolute; top: 50%; transform: translateY(-50%); right: 85px; width: 24px; height: 24px;}
.input_file {position: relative; display: flex; align-items: center; height: 38px;}
.input_file input {display: none;}
.input_file label {position: relative; display: flex; align-items: center; width: 100%; padding-left: 14px; height: 100%; background-color: #fff; background-image: url(../images/icon_atta02.png); background-size: 14px; background-repeat: no-repeat; background-position: right 14px center; font-size: 16px; color: #999; padding-right: 115px;}
.input_file label:before {content: ''; position: absolute; top: 0; right: 42px; width: 1px; height: 100%; background: #eee;}
.input_file input:disabled + label {height: 100%; background-color: #F6F6F6; opacity: 1;background-image: url(../images/icon_atta02_off.png);}
.list_file {background: #F8F8F8;}
.list_file > div {padding: 11px; border-top: 1px solid #eee;}
.list_file .name {font-size: 13px; color: #666; text-decoration: underline;}
.input_money input {text-align: right;}
.input_money .ador {color: #666;}
.input_money input:disabled + .ador {color: #bbb;}

.popup_main .select_box select {height: 42px;}
.popup_main .input_date {height: 42px;}
.popup_main .input_time {height: 42px;}
.popup_main .input_sub {height: 42px;}
.popup_main .input_file {height: 42px;}softzam

.popup_main .input_sub_02 {height: 42px;}
.popup_main .inquiry > button {height: 42px;}

.tab {height: 62px; background: #fff; border-bottom: 1px solid #F1F1F1;}
.tab ul {display: flex; align-items: center; width: 100%; height: 100%; overflow: auto; padding-left: 16px;}
.tab ul li {padding: 0 6px 0 0; flex-shrink: 0;}
.tab ul li a {display: flex; justify-content: center; align-items: center; height: 30px; padding: 0 12px; background: #F3F3F3; font-size: 14px; color: #8A8A8A; border-radius: 15px;}
.tab ul li.on a {background: #DFEBFF; font-weight: 500; color: #002D71;}
.js-tablist > div {display: none;}
.js-tablist > .show {display: block;}

/* 로그인 */
.login_box {display: flex; justify-content: center; width: 100%; padding: 40px; top: 100%; transition: top .3s;}
.login_wrap {display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 280px; padding-top: 10vh;}
.login_logo {width: 180px; height: 112px; background: url(../images/logo_big.png) no-repeat center; background-size: contain; flex-shrink: 0;}
.btn_close {width: 24px; height: 24px; background: url(../images/icon_close.png) no-repeat center; background-size: contain;}
.login_form {width: 100%; padding: 60px 0 20px;}
.login_form .btn_main {height: 54px; margin: 10px 0; font-size: 17px; font-weight: 700; border-radius: 5px;}
.login_input > div {margin-bottom: 10px;}
.li_checkbox {display: flex; align-items: center; padding-top: 2px;}
.li_checkbox > div {margin-right: 30px;}
.li_checkbox > div:last-child {margin-right: 0;}
.input_main {overflow: hidden; position: relative; display: flex; align-items: center; height: 52px; background: #fff; border: 1px solid #DBDBDB; border-radius: 5px;}
.input_main input {width: calc(100% - 45px); height: 100%; padding-left: 45px; border: 0;}
.input_main .btn_del {display: none;}
.btn_del {position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 18px; height: 18px; background: url(../images/icon_del.png) no-repeat center; background-size: contain; z-index: 1;}
.input_id {background: url(../images/icon_id.png) no-repeat center left 15px; background-size: 18px;}
.input_pw {background: url(../images/icon_pw.png) no-repeat center left 15px; background-size: 18px;}
.pretxt {width: 100%; white-space: pre-line; font-size: 15px; line-height: 20px;}
.pop_padding {max-width: 360px; margin: 0 auto; padding: 100px 30px 20px;}
.pop_padding .tit {padding-bottom: 8px; font-size: 28px; font-weight: 700; text-align: center; line-height: 32px;}
.pop_padding .txt {font-size: 15px; color: #666; text-align: center;}
.email_cert {padding-top: 48px;}
.email_cert .input_main {margin-bottom: 15px;}
.pop_padding .btn_main {margin-top: 5px; border-radius: 5px;}
.input_main .input_df {width: 100%; padding-left: 16px; background: #DBDBDB;}
.input_main .input_df2 {width: 100%; padding-left: 16px; background: #FFF;}
.sc_btn {display: flex; align-items: center; }
.sc_btn > button {width: 100%; height: 160px; padding-top: 90px; margin-right: 20px; border: 1px solid #E5E5E5; font-size: 16px; font-weight: 500; color: #333; border-radius: 5px;}
.sc_btn > button:last-child {margin-right: 0;}
.sc_btn .body {background: url(../images/img_cert01.png) no-repeat center top 30px; background-size: 66px;}
.sc_btn .pin {background: url(../images/img_cert02.png) no-repeat center top 30px; background-size: 66px;}
.sc_txt {padding-top: 40px; font-size: 14px; color: #333;}
.sc_txt p {padding-bottom: 5px;}
.pin_input {position: relative; height: 20px; margin: 10px 20px;}
.pin_bg {position: absolute; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.pin_bg span {display: block; width: 20px; height: 20px; background: #DCDCDC; border-radius: 50%; border: 1px solid #000;}
@media (prefers-color-scheme: dark) {
    .pin_bg span {background: #fff;}
  }
.pin_bg span.on {background:#427EE2;}
.pin_input input {position: absolute; top: 0; left: 0; width: 100%; background: transparent; opacity: 0; user-select: none;}
.smp_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 300; display: none;}
.smpWrap {position: fixed; top: 100%; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; transition: top .3s; z-index: 390;}
.smpbox {position: relative; overflow: hidden; width: 90%; max-width: 300px; height: auto; background-color: #fff; border-radius: 12px;}
.smp_top {padding: 14px 11px; border-bottom: 1px solid #EBEBEB; font-size: 19px; font-weight: 700; text-align: center;}
.smp_btm {padding: 20px;}
.smp_btm button {height: 44px; margin-top: 8px; font-size: 15px; border-radius: 5px;}
.usedot_list li {position: relative; padding: 0 0 12px 10px; font-size: 15px;}
.usedot_list li:before {content: ''; position: absolute; top: 6px; left: 0; width: 4px; height: 4px; background: #326DCE; border-radius: 50%;}
.smp_btm .usedot_list {padding-bottom: 5px;}
.usedot_list li .impotxt {font-weight: 700; color: #427EE2;}
.c_infotxt {margin-top: 30px; padding: 15px 20px; background: #F9F9F9; border-radius: 8px; line-height: 25px;}
.c_it_txt {padding:2px 0 0 0px; font-size: 14px;}
.c_it_txt > b {font-weight: bold;}
.suis_url {overflow-wrap: anywhere; word-break: break-all;}

/* 전체메뉴 */
.all_menu {overflow: hidden; z-index: 190; top: 100%; transition: top .3s;}
.am_top {position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 16px 20px; background: #002D71;}
.btn_close_w {width: 24px; height: 24px; background: url(../images/icon_close_w.png) no-repeat center; background-size: contain;}
.am_top .posi_right {top: 15px; right: 15px;}
.am_top p {padding-left: 6px; color: #F1F8FF; line-height: 22px;}
.am_top .info {padding-bottom: 5px; font-size: 20px;}
.am_top .info strong {font-weight: 700; color: #fff;}
.am_top .major {font-size: 14px; color: #89D0F2;}
.am_top .link_home {display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-left: 8px;}
.am_btn {display: flex; padding-top: 16px;}
.am_btn button {width: 100%; min-width: 96px; height: 36px; margin-right: 10px; background: #093F91; font-size: 14px; color: #fff; border-radius: 5px;}
.am_btn button:last-child {margin-right: 0;}
.am_btn .am_b_login {width: auto;}
.am_btm {overflow: hidden;}
.am_btm > div {padding: 16px; border-bottom: 1px solid #F3F3F3;}
.am_btm > div:last-child {border-bottom: 0;}
.am_menu {overflow-x: hidden; height: calc(100% - 73px);}
.input_srh {overflow: hidden; position: relative; display: flex; align-items: center; height: 40px; background: #F2F2F2; border-radius: 5px;}
.input_srh input {width: calc(100% - 37px); height: 100%; padding-left: 37px; border: 0; background: url(../images/icon_search.png) no-repeat center left 12px; background-size: 18px;}
.input_srh .btn_del {display: none;}
.am_menulist > li {padding: 18px 0 9px; border-bottom: 1px solid #F1F1F1;}
.am_menulist > li:first-child {padding-top: 0;}
.am_menulist > li > a {display: block; padding: 0 0 10px 8px; background: url(../images/arrow_expand.png) no-repeat right top; background-size: 16px; font-size: 17px;}
.am_menulist > li > a.on {font-weight: 500; background: url(../images/arrow_fold.png) no-repeat right top; background-size: 16px;}
.am_menulist > li > div {display: none;}
.am_sublist {display: flex; flex-wrap: wrap;}
.am_sublist > li {width: 50%;}
.am_sublist > li > a {display: block; padding: 12px; color: #333;}
.am_sublist > li.on > a {background: #ECF3FF; font-weight: 500; color: #004ABC; border-radius: 4px;}
.am_srh li {padding-bottom: 16px;}
.am_srh a {display: block; padding-right: 20px; background: url(../images/arrow_right_g.png) no-repeat right center; background-size: 8px 12px;}
.am_srh .tit {font-weight: 500;}
.am_srh .tit strong {color: #004ABC;}
.am_srh .info {padding-top: 5px; font-size: 14px; color: #9799A8;}

/*신분증*/
.idcard_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 300; display: none;}
.idWrap {position: fixed; top: 150%; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; transition: top .3s; z-index: 390;}
.idcard {position: relative; width: 90%; max-width: 300px; height: auto; background-image: url(../images/bg_idcard01.png), url(../images/bg_idcard02.png); background-repeat: no-repeat; background-position: top right 55px,  right 25px top 53px; background-size: 47px 145px, 22px 127px; background-color: #fff; border-radius: 12px;}
.id_top {position: relative; padding: 30px;}
.id_mid {display: flex; width: 100%; justify-content: space-between; align-items: flex-end; padding: 64px 33px 30px 30px;}
.idm_img {overflow: hidden; width: 120px; height: 140px; border-radius: 10px;}
.idm_img img {width: 100%; height: 100%; object-fit: cover; object-position: top;}
.idm_txt {margin-top: 14px;}
.idm_txt .name {padding-bottom: 3px; font-size: 24px; font-weight: 700; letter-spacing: 1px; line-height: 28px;}
.idm_txt .num {padding-bottom: 3px; font-weight: 500; color: #004ABC;}
.idm_txt .depart {padding-bottom: 2px; font-size: 14px; color: #666;}
.id_time {display: flex; align-items: center;}
.id_time .txt {font-size: 12px; color: #888;}
.id_time .time {font-size: 13px; font-weight: 700; color: #D13848;}
.qrImg img {width: 76px; height: 76px;}
.btn_refresh {width: 24px; height: 24px; margin-left: 11px; background: url(../images/icon_refresh.png) no-repeat; background-size: contain;}

/*별점*/
.review_box {display: flex; flex-direction: column; width: 100%; top: 100%; transition: top .3s;}
.rb_top {padding: 64px 10px 40px; text-align: center; border-bottom: 1px solid #EBEBEB;}
.rb_top span {display: block;}
.rb_top .tit {padding-bottom: 6px; font-size: 28px; font-weight: 700; line-height: 34px;}
.rb_top .txt {color: #666;}
.rb_btm {padding: 40px 20px;}
.review {display: flex; justify-content: center; margin-bottom: 40px;}
.review i {margin-right: 5px;}
.review i:last-child {margin-right: 0;}
.star_off {display: inline-block; width: 48px; height: 48px; background: url(../images/icon_staroff.png) no-repeat; background-size: contain;}
.star_on {display: inline-block; width: 48px; height: 48px; background: url(../images/icon_staron.png) no-repeat; background-size: contain;}
.rb_btm textarea {padding: 14px 19px; background: #F7F7F7; border: 1px solid #E5E5E5; border-radius: 5px;}
.rb_btn {display: flex; align-items: center; padding-top: 20px;}
.rb_btn button {width: 100%; margin-right: 10px; border-radius: 5px;}
.rb_btn button:last-child {margin-right: 0;}

/*퀵메뉴*/
.quick_box {width: 100%; top: 100%; transition: top .3s;}
.pm_quick {padding: 16px 20px;}
.input_srh02 {overflow: hidden; position: relative; display: flex; align-items: center; height: 44px; background: #fff; border: 1px solid #DBDBDB; border-radius: 5px;}
.input_srh02 input {width: calc(100% - 34px); height: 100%; padding-left: 14px; border: 0;}
.btn_srh {width: 22px; height: 22px; background: url(../images/icon_search_m.png) no-repeat; background-size: contain;}
.qb_order {padding-top: 20px;}
.qb_order > p {padding-bottom: 14px; font-size: 14px; color: #888;}
.sortable {display: flex; align-items: center; flex-wrap: wrap;}
.sortable > div {display: flex; align-items: center; justify-content: space-between; width: calc(33.333% - (20px / 3)); padding: 10px 12px; background: #fff; border: 1px dashed #bbb; margin-right: 10px; margin-bottom: 10px; border-radius: 5px;}
.sortable > div:nth-child(3n) {margin-right: 0;}
.btn_quickdel {width: 16px; height: 16px; background: url(../images/icon_close_g.png) no-repeat center; background-size: 10px; flex-shrink: 0;}
.sortable p {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; font-weight: 500;}
.qb_list {padding-top: 20px;}
.qb_list > div {padding-bottom: 15px;}
.qb_list .tit {padding-bottom: 15px; font-size: 17px; font-weight: 700;} 
.qb_list ul {display: flex; align-items: center; flex-wrap: wrap;}
.qb_list li {width: calc(50% - 5px); margin-right: 10px; margin-bottom: 10px;}
.qb_list li:nth-child(2n) {margin-right: 0;}
.qb_list input[type=checkbox] {display: none;}
.qb_list input[type=checkbox] + label {display: flex; align-items: center; width: 100%; height: 59px; padding:0 36px 0 16px; background-color: #F3F3F3; background-image: url(../images/icon_plus02.png); background-repeat: no-repeat; background-size: 20px; background-position: right 15px center; font-weight: 500; line-height: 21px; color: #333; border-radius: 5px; border: 1px solid #F3F3F3;}
.qb_list input[type=checkbox]:checked + label {background-color: #ECF3FF; background-image: url(../images/ckbox_on.png); background-repeat: no-repeat; background-size: 20px; border-color: #9EC2FF; color: #004ABC;}

/*my*/
.p20 {padding: 20px;}
.p16 {padding: 16px;}
.p20-16 {padding: 20px 16px;}
.btn_back {width: 24px; height: 24px; background: url(../images/icon_back.png) no-repeat center; background-size: contain;}
.my_top > div {border-bottom: 1px solid #F1F1F1;}
.my_top > div:last-child {border-bottom: 0;}
.my_top .info {display: flex; align-items: center; padding-bottom: 20px;}
.img_prof {overflow: hidden; width: 64px; height: 64px; margin-right: 20px; border-radius: 50%; flex-shrink: 0;}
.img_prof img {width: 100%; object-fit: contain;}
.my_top .name {display: block; padding-bottom: 5px; font-size: 20px; font-weight: 700; color: #111;}
.my_top .num {font-size: 15px; color: #657184;}
.my_top .major {background-image: url(../images/icon_major.png);}
.my_top .phone {background-image: url(../images/icon_phone.png);}
.my_top .email {background-image: url(../images/icon_email.png);}
.my_top .p20 p {min-height: 16px; padding: 0 0 7px 26px; font-size: 15px; color: #657184; background-size: 16px; background-position: top 2px left; background-repeat: no-repeat;}
.my_top .p20 p:last-child {padding-bottom: 0;}
.my_top .setting {padding: 15px 20px;}
.my_top .setting a {display: inline-block; padding-right: 16px; background: url(../images/arrow_right_g.png) no-repeat right center; background-size: 7px auto; color: #333;}
.devicelist li {padding: 16px 0; border-bottom: 1px solid #F1F1F1;}
.devicelist div {min-height: 24px; display: flex; padding-bottom: 4px; font-size: 14px; }
.devicelist span {min-width: 78px; color: #999;}
.devicelist strong {color: #333; word-break: break-all;}
.devicelist .maintxt {font-weight: 700;}
.devicelist .maintxt span {font-weight: 400; color: #004ABC;}
.devicelist button {width: 46px; height: 24px; background: #F0F5FF; border: 1px solid #BFD4F9; font-size: 14px; color: #00387F; border-radius: 3px;}
.devicelist.v2 div {padding-bottom: 8px;}
.devicelist .alert {font-weight: 500; color: #D24C59;}
.devicelist .impo {font-weight: 500; color: #004ABC;}
.devicelist.v3 span {min-width: 120px;}
/*페이지*/
.subPage {padding-bottom: 60px; z-index: 99; top: 0;}
.page_header {border-bottom:8px solid #F5F5F5;}
.page_header .top {position: relative; height: 50px;}
.page_header .tit {font-size: 19px; font-weight: 700; color: #000; text-align: center; line-height: 51px;}
.btn_setting {width: 24px; height: 24px; background: url(../images/icon_setting_b.png) no-repeat center; background-size: contain;}
.page_header .mid {height: 46px; background: #023F9D;}
.page_header .mid ul {display: flex; align-items: center; width: 100%; height: 100%; overflow: auto;}
.page_header .mid ul li {padding: 0 10px 0 18px; flex-shrink: 0;}
.page_header .mid ul li a {display: flex; justify-content: center; color: rgba(255,255,255,.5);}
.page_header .mid ul li.on a {color: rgba(255,255,255,1);}

.page_header .btm {height: 46px; background: #fff; border-bottom: 1px solid #EBEBEB;}
.page_header .btm ul {display: flex; align-items: center; width: 100%; height: 100%; overflow: auto; padding-left: 12px;}
.page_header .btm ul li {padding: 0 6px 0 0; flex-shrink: 0;}
.page_header .btm ul li a {display: flex; justify-content: center; align-items: center; height: 30px; padding: 0 10px; background: #F3F3F3; font-size: 14px; color: #8A8A8A; border-radius: 15px;}
.page_header .btm ul li.on a {background: #DFEBFF; font-weight: 500; color: #023894;}
.page_main {overflow-x: hidden;}
.main_padding {padding: 16px 16px 50px;}

/*메시지*/
.infotxt {padding-bottom: 8px; font-size: 13px; color: #427EE2;}
.total_tit {font-size: 14px; color: #333;}
.total_tit strong {font-weight: 700; color: #004ABC;}
.pt20 {padding-top: 20px;}
.box_list {}
.box_list > li {position: relative; overflow: hidden; margin-bottom: 10px; background: #fff; border: 1px solid #EBEBEB; border-radius: 5px; box-shadow: 0 2px 3px rgba(153,153,153,.1);}
.box_list .btn_quickdel {background-size: 12px;}
.msg_list {margin-top: 10px;}
.msg_list li {padding: 18px 18px 15px 18px;}
.msg_list .tit {overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #333;}
.msg_list .info {display: flex; align-items: center; padding-bottom: 6px;}
.msg_list .info span {margin-right: 5px;}
.namemark {position: relative; width: 28px; height: 28px; font-weight: 500; color: #fff; border-radius: 50%; flex-shrink: 0; line-height: 28px; text-align: center;}
.msg_list li:nth-child(4n) .namemark {background: #9B55E1;}
.msg_list li:nth-child(4n+1) .namemark {background: #568CE6;}
.msg_list li:nth-child(4n+2) .namemark {background: #25B9B9;}
.msg_list li:nth-child(4n+3) .namemark {background: #43A9EC;}
.msg_list .name {font-size: 18px; font-weight: 700; flex-shrink: 0;}
.msg_list .major {font-size: 15px; color: #666;}
.new .namemark:before {content: ''; position: absolute; top: 1px; left: -2px; width: 5px; height: 5px; background: #FF5757; border: 2px solid #fff; border-radius: 50%;}
.new .tongmark:before {content: ''; position: absolute; top: -1px; left: -4px; width: 5px; height: 5px; background: #FF5757; border: 2px solid #fff; border-radius: 50%;}
.msg_list .date {padding-top: 8px; font-size: 13px; color: #999;}
.switch {position: relative; display: inline-block; width: 42px;height: 26px;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0; background-color: #EBEBEB;-webkit-transition: .3s;transition: .3s;border-radius: 28px;}
.slider:before {position: absolute;content: ''; height: 22px;width: 22px;left: 2px;bottom: 2px;background-color: #fff;-webkit-transition: .3s;transition: .3s;border-radius: 50%;}
.switch input:checked + .slider {background-color: #427EE2;}
.switch input:checked + .slider:before {transform: translateX(16px);}
.parttit {padding-bottom: 12px; font-size: 14px; color: #657184;}
.msgstg_btm {padding: 20px 16px 12px; border-bottom: 1px solid #F1F1F1;}
.msgstg_btm:last-child {border-bottom: 0;}
.msgstg_btm .parttit {padding-left: 4px;}
.msgstg_btm > .subtit {padding-bottom: 12px; padding-left: 4px;}
.msgstg_btm > .subtit strong {font-weight: 700; color: #427EE2;}
.receive {display: flex; align-items: center; flex-wrap: wrap;}
.receive > div {display: flex; align-items: center; justify-content: space-between; width: calc(33.333% - (20px / 3)); padding: 10px 9px 10px 12px; background: #ECF3FF; margin-right: 8px; margin-bottom: 8px; border-radius: 5px;}
.receive > div:nth-child(3n) {margin-right: 0;}
.btn_quickdel {width: 16px; height: 16px; background: url(../images/icon_close_g.png) no-repeat center; background-size: 10px; flex-shrink: 0;}
.receive p {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; font-weight: 500; color: #004ABC;}
.receive_ck {}
.receive_ck .subtit {padding: 9px 13px; background: #F8F8F8; font-size: 14px; color: #333;}
.rc_list {display: flex; align-items: center; flex-wrap: wrap; padding: 0 18px; margin-bottom: -1px;}
.rc_list li {width:50%; border-bottom: 1px solid #F1F1F1;}
.rc_list input[type=checkbox] {display: none;}
.rc_list input[type=checkbox] + label {display: flex; align-items: center; width: 100%; height: 50px; padding: 0 10px 0 29px; background-image: url(../images/icon_plus03.png); background-repeat: no-repeat; background-size: 20px; background-position: left center;}
.rc_list input[type=checkbox]:checked + label {background-image: url(../images/ckbox_on.png); background-repeat: no-repeat; background-size: 20px;}
.msgdtl_top {position: relative; padding: 48px 20px 20px; border-bottom: 1px solid #EBEBEB;}
.voting {position: absolute; top: 18px; left: 20px; display: inline-flex; justify-content: center; align-items: center; height: 24px; padding: 0 6px; background: #427EE2; font-size: 13px; font-weight: 500; color: #fff; border-radius: 3px;}
.subsp {padding-bottom: 3px; font-size: 15px; color: #333;}	
.subsmark {position: relative; display: inline-flex; align-items: center; justify-content: center; height: 24px; margin-right: 4px; padding: 0 6px; background: #4ABCEB; font-size: 14px; color: #fff; border-radius: 3px; flex-shrink: 0; line-height: 14px;}
.msgdtl_top .tit {padding-bottom: 3px; font-size: 22px; line-height: 28px;}
.msgdtl_top .name {font-size: 15px; color: #666;}
.msgdtl_top .date {font-size: 13px; color: #999;}
.msgdtl_btm .txt {width: 100%; white-space: pre-line; line-height: 22px;}
.msgdtl_btm .txt img {width: 100%; height: auto;}
.vote_box {overflow: hidden; margin-bottom: 20px; border: 1px solid #DEDEDE; border-radius: 5px;}
.vb_top {padding: 15px 20px 20px; background: #F8F8F8;}
.vb_top .tit {padding-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 24px;}
.vb_top .mark {display: inline-flex; align-items: center; justify-content: center; height: 21px; padding: 0 5px; border: 1px solid #BFD4F9; background: #F0F5FF; font-size: 12px; color: #004ABC; border-radius: 3px;} 
.vb_top .date {padding-left: 9px; font-size: 14px; color: #657184;} 
.vb_btm {}
.vb_btm li {border-bottom: 1px solid #F1F1F1;}
.vbb_list li {padding: 17px 20px;}
.vbr_list li {padding: 16px 20px 16px 48px;}
.vbr_list li:last-child {border-bottom: 0;}
.vbr_list .win {background: url(../images/ckbox_on.png) no-repeat left 20px center; background-size: 20px;}
.vbr_list p {font-size: 15px; color: #333;}
.vbr_list .bar {height: 7px; background: #D8E7FF; border-radius: 5px;}
.vbr_list .result {display: flex; align-items: center;}
.vbr_list .num {padding-left: 10px; font-size: 12px; font-weight: 500; color: #427EE2; flex-shrink: 0;}
.vb_btm .btn_main {border-radius: 5px;}
.msg_list .info .tongmark {position: relative; display: inline-flex; align-items: center; justify-content: center; height: 25px; margin-right: 10px; padding: 0 6px; background: #4ABCEB; font-size: 14px; font-weight: 500; color: #fff; border-radius: 3px; flex-shrink: 0;}
.msg_list .part {overflow: hidden; white-space: nowrap; font-weight: 700; text-overflow: ellipsis;}
.msg_list .info .num {display: inline-flex; min-width: 34px; align-items: center; justify-content: center; height: 25px; margin-right: 10px; padding: 0 5px; background: #EBF2FF; font-size: 14px; font-weight: 500; color: #004ABC; border-radius: 3px; flex-shrink: 0;}
.recipient {overflow: hidden; margin-top: 10px; border-radius: 5px;}
.recipient li {padding: 11px 12px 12px 16px; background: #F8F8F8; border-bottom: 1px solid #F1F1F1;}
.recipient li:last-of-type {border-bottom: 0;}
.recipient .rcp {display: inline-flex; align-items: center; justify-content: center; min-width: 43px; height: 21px; background: #F0F5FF; border: 1px solid #BFD4F9; font-size: 12px; color: #004ABC; border-radius: 3px;}
.recipient .rcp.off {background: #FAEFF0; border-color: #F9BFCD; color: #D24C59;}
.recipient span {font-size: 14px;}
.recipient .num {color: #999;}
.recipient .major {color: #666;}

/*대학소개*/
.greeting pre {margin-bottom: 20px; font-size: 15px; white-space: pre-line; line-height: 22px;}
.greeting .bold {font-weight: 700; color: #004ABC;}
.greeting .impo {font-weight: 700; color: #D24C59;}
.history > div {position: relative; padding-left: 28px; padding-bottom: 10px;}
.history > div:before {content: ''; position: absolute; top: 7px; left: 10px; width: 1px; height: 100%; background: #EFEFEF;} 
.history > div:last-child:before {width: 0;}
.history .tit {position: relative; padding-bottom: 8px; font-size: 18px; font-weight: 700;}
.history .tit:before {content: ''; position: absolute; top: 0; left: -28px; width: 20px; height: 20px; background: #427EE2; background: rgba(66,126,226,.2); border-radius: 50%;}
.history .tit:after {content: ''; position: absolute; top: 6.5px; left: -22.5px; width: 7px; height: 7px; background: #427EE2;  border-radius: 50%;}
.history li {padding-bottom: 10px;}
.history .date {font-size: 15px; font-weight: 700; color: #004ABC;}
.history .txt {font-size: 14px; color: #333; line-height: 20px; white-space: pre-line;}
.history .txt img {width: 100%; height: auto;}
.history + .history {padding-top: 25px;}
.history .smtit {padding-bottom: 6px;}
.accor {position: relative; margin-bottom: 10px;}
.accor_top {padding: 12px 44px 12px 16px; background-image: url(../images/arrow_expand.png); background-repeat: no-repeat; background-position: center right 12px; background-size: 20px; background-color: #F8F8F8; border: 1px solid #F8F8F8; border-radius: 5px;}
.accor_top.on {background-image: url(../images/arrow_fold.png); background-color: #ECF3FF; border-color: #9EC2FF;}
.accor_top.on .tit {font-weight: 500; color: #004ABC;}
.accor_btm {display: none;}
.accor_btm.vision {padding: 10px 0 6px;}
.accor_btm img {width: 100%;}
.page_header .btm {height: 46px; background: #fff; border-bottom: 1px solid #EBEBEB;}
.page_header .btm .dis_flex {height: 100%; padding: 0 16px;}
.link {padding-right: 14px; background: url(../images/arrow_right_g.png) no-repeat right center; background-size: 8px auto; font-weight: 500; color: #004ABC;}
.maplist > div {padding: 14px 16px; border-bottom: 1px solid #F1F1F1;}
.maplist > ul li {padding: 14px 16px; border-bottom: 1px solid #F1F1F1;}
.maplist .tit {display: flex; align-items: center;}
.maplist .num {display: flex; align-items: center; justify-content: center; width: 24px; height: 22px; margin-right: 10px; background: #ECF3FF; font-size: 13px; font-weight: 500; color: #004ABC; border-radius: 3px;}
.mapbtn {flex-shrink: 0;}
.mapbtn button {height: 24px; margin-right: 4px; padding: 0 6px; background: #F8F8F8; border: 1px solid #DCDFDF; font-size: 13px; color: #666; border-radius: 3px;}
.mapbtn button:last-of-type {margin-right: 0;}
.mapdtl_top {position: relative;}
.mapimg img {width: 100%; max-height: 200px; object-fit: cover;}
.mapdtl_top .dis_flex {padding: 14px 20px;}
.mapdtl_top .tit {font-size: 20px; font-weight: 500;}
.mapdtl_top .btn_map {width: 32px; padding-top: 25px; background: url(../images/icon_map.png) no-repeat top center; background-size: 24px; font-size: 11px; color: #666; flex-shrink: 0;}
.mapdtl_top .mapimg {position: relative;}
.mapdtl_top .mapimg:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 72px; background:linear-gradient(to bottom, rgba(41,46,54,0.5), transparent)}
.mapdtl_list {padding-bottom: 20px;}
.mapdtl_list li {padding: 13px 20px; border-bottom: 1px solid #F1F1F1;}
.mapdtl_list li span {padding-right: 10px; color: #004ABC;}
.accor_btm .txt {padding: 12px 4px 16px; white-space: pre-line; font-size: 14px; color: #333; line-height: 20px;}
.accor_btm .txt strong {font-weight: 500; color: #004ABC;}
.accor_btm .symbol {padding: 8px; border: 1px solid #F1F1F1;}
.accor_btm .symbol ul {width: 100%; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.accor_btm .symbol li {width: 49%;}
.pagelink {position: absolute; top: 11px; right: 44px; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 24px; background: #fff; border: 1px solid #BFD4F9; font-size: 13px; color: #004ABC; border-radius: 3px;}
.unidtl {padding-bottom: 10px;}
.unidtl li {position: relative; padding-left: 16px; border-top: 1px solid #F1F1F1;}
.unidtl li:last-of-type {border-bottom: 1px solid #F1F1F1;}
.unidtl li:before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 6px; width: 4px; height: 4px; background: #427EE2; border-radius: 50%;}
.unidtl li a {display: block; padding: 12px 30px 12px 0; font-size: 15px; background: url(../images/arrow_right_cir.png) no-repeat right 10px center; background-size: 18px;}
.btn_more {width: 100%; height: 44px; margin-top: 4px; background: #fff; border: 1px solid #DEDEDE; border-radius: 5px;}
.btn_more p {display: inline-block; padding-left: 20px; background: url(../images/icon_plus04.png) no-repeat left center; background-size: 13px; font-size: 15px; color: #333;}
.btn_more .num {}
.btn_more .total {color: #999;}
.btm-tabs .tab{position: absolute; height: 50px; width: 100%; z-index: 200; background: #FFFFFF; border-bottom: 1px solid #F1F1F1;}

/*대학생활*/
.calbox {padding: 18px 16px 0;}
.p16 + .calbox {padding-top: 2px;}
.calbox .tit {font-size: 18px; font-weight: 700;}
.calbox > div {display: flex; padding: 20px 0 15px; border-bottom: 1px solid #F1F1F1;}
.calbox > div:last-of-type {border-bottom: 0;}
.calbox > div:first-of-type {padding-top: 12px;;}
.calbox .month {display: flex; align-items: center; justify-content: center; width: 48px; height: 34px; background: #ECF3FF; margin-right: 14px; font-size: 15px; font-weight: 700; color: #004ABC; border-radius: 5px; flex-shrink: 0;}
.calbox ul {}
.calbox ul li {padding-bottom: 10px;}
.calbox .day {display: block; font-size: 15px; font-weight: 500;}
.calbox .txt {font-size: 14px; color: #333;}
.attach {margin-top: 20px;}
.attach .list {display: block; margin-bottom: 1px; padding: 14px 18px 14px 40px; background-image: url(../images/icon_atta.png); background-repeat: no-repeat; background-position: left 10px center; background-size: 24px; background-color: #F6F6F6; font-size: 12px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} 
.university {padding-top: 18px;}
.university > div {padding-bottom: 15px;}
.university > div > div {padding: 12px 4px 0;}
.university .tit {padding-bottom: 11px; border-bottom: 1px solid #707070; font-size: 18px; font-weight: 700;}
.university .midtit {padding-bottom: 8px; font-size: 17px; font-weight: 500; color: #004ABC;}
.university .txt {padding-bottom: 8px; font-size: 15px;}
.university .list > li {position: relative; padding-left: 10px; padding-bottom: 9px; font-size: 15px; color: #333; line-height: 20px; white-space: pre-line;}
.university .list > li:before {content: ''; position: absolute; top: 7px; left: 0; width: 4px; height: 4px; background: #427EE2; border-radius: 50%;}
.maintable {border-top: 1px solid #707070; padding-bottom: 10px;}
.maintable table {width: 100%; table-layout: fixed; }
.maintable table tr th {padding: 10px; font-size: 13px; font-weight: 700; color: #333; background: #F8F8F8;}
.maintable table tr td {padding: 10px 12px; font-size: 14px;}
.maintable table tr th, 
.maintable table tr td {border-right: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; white-space: pre-line;}
.maintable table tr th:last-of-type, 
.maintable table tr td:last-of-type {border-right: 0;} 
.maintable .impo {color: #004ABC;}
.cafe_top {padding: 12px 10px 15px;}
.btn_prev {width: 20px; height: 20px; background: url(../images/btn_prev.png) no-repeat center; background-size: contain;}
.btn_next {width: 20px; height: 20px; background: url(../images/btn_next.png) no-repeat center; background-size: contain;}
.cafe_top .date {font-size: 15px; font-weight: 500;}
.cafe_top .week {display: flex; align-items: center; justify-content: space-around; padding-top: 12px; max-width: 480px; margin: 0 auto;}
.cafe_top .week li {display: flex; flex-direction: column; align-items: center;}
.cafe_top .week span {display: inline-block; padding-bottom: 4px; font-size: 13px; color: #999;}
.cafe_top .weekend span ,
.cafe_top .weekend strong {color: #FF7A96;}
.cafe_top .week button {width: 30px; height: 30px; font-size: 14px; font-weight: 500; color: #666;}
.cafe_top .week .on button {background: #427EE2; font-weight: 700; color: #fff; border-radius: 50%;}
.cafe_btm > div {border-top: 1px solid #EBEBEB;}
.cafe_btm .tit {padding-left: 20px; font-size: 17px; font-weight: 700;}
.cafe_btm .tit.lunch {background: url(../images/icon_cafe01.png) no-repeat left center; background-size: 14px;}
.cafe_btm .tit.dinner {background: url(../images/icon_cafe02.png) no-repeat left center; background-size: 14px;}
.cafe_btm .list {}
.cafe_btm .list > div {padding: 10px 0 6px;}
.cafe_btm .dis_flex {padding: 9px; background: #F6F6F6; font-size: 15px; font-weight: 500; border-radius: 5px;}
.cafe_btm .menu {padding: 10px 4px 0;}
.cafe_btm .m_tit {padding-bottom: 3px; font-size: 14px; font-weight: 700; color: #004ABC;}
.cafe_btm .dtlmenu {font-size: 14px; color: #333;}

/*대학광장*/
.border_list {padding-bottom: 12px; border-top: 1px solid #707070;}
.border_list > li {padding: 10px 0 15px; border-bottom: 1px solid #EBEBEB;}
.noti_list {margin-top: 10px;}
.noti_list .mark {display: inline-flex; height: 19px; padding: 0 5px; background: #D24C59; font-size: 12px;font-weight: 500; color: #fff; border-radius: 3px;}
.noti_list .tit {display: inline;}
.noti_list .info {padding-top: 3px; font-size: 14px;}
.noti_list .date {color: #999;}
.noti_list .name {color: #666;}
.middot {display: flex; align-items: center; flex-wrap: wrap; }
.middot p {position: relative; padding-right: 13px;}
.middot p:before {content: ''; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; background: #CECECE; border-radius: 50%;}
.middot p:last-of-type {padding: 0;} 
.middot p:last-of-type:before {width: 0;} 
.icon_file {padding-left: 4px;}

/*스마트학사*/
.sub_list {margin-top: 10px;}
.sub_list li a {display: block; padding: 16px;}
.submark {display: flex; align-items: center; flex-wrap: wrap;}
.submark span {display: block; height: 21px; margin-right: 5px; padding: 0 5px;font-size: 13px; border-radius: 3px; flex-shrink: 0;}
.submark .sub01 {background: #EBF2FF; color: #004ABC;} 
.submark .sub02 {background: #eee;} 
.submark .sub03 {background: #79A9F5; color: #fff;} 
.submark .sub04 {border: 1px solid #BFD4F9; color: #004ABC;} 
.sub_list .tit {padding: 3px 0; font-weight: 500;}
.subinfo {font-size: 14px; }
.subinfo span {color: #999;}
.subinfo strong {padding-left: 3px; color: #333;}
.subinfo .oth {color: #666;}
.subinfo .num {color: #427EE2;}
.subinfo .ese {color: #004ABC;}
.subinfo .impo {font-weight: 500; color: #002D71;}
.subinfo_02 {font-size: 14px; }
.subinfo_02 span {padding-left: 3px; color: #666;}
.subinfo_02 strong {color: #333;}
.input_date {overflow: hidden; position: relative; display: flex; align-items: center; height: 38px; background: #fff; border: 1px solid #E5E5E5; border-radius: 5px;}
.input_date input {width: 100%; height: 100%; padding-left: 13px; background: url(../images/icon_cal.png) no-repeat right 10px center; background-size: 24px; border: 0;}
.input_time {overflow: hidden; position: relative; display: flex; align-items: center; height: 38px; background: #fff; border: 1px solid #E5E5E5; border-radius: 5px;}
.input_time input {width: 100%; height: 100%; padding-left: 13px; background: url(../images/icon_time.png) no-repeat right 10px center; background-size: 24px; border: 0;}
.ap-theme-ios .ap-button:not(:last-child) {color: #A1A8B3;}
.ap-theme-ios .ap-button:last-child {color: #004ABC;}
.btn_fixed {position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); height: 48px; padding: 0 24px; background: #00387F; font-weight: 500; color: #fff; box-shadow: 0 5px 12px rgba(0,0,0,.2); border-radius: 24px; z-index: 1;}
.info_list {margin-top: 10px;}
.ilb_top {display: flex; align-items: flex-start; justify-content: space-between; padding: 14px 14px 14px 16px;}
.ilb_top > div {padding-right: 5px;}
.ilb_btm {display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; flex-wrap: wrap; border-top: 1px solid #F1F1F1;}
.btn_squa {width: 46px; height: 42px; flex-shrink: 0; font-size: 13px; font-weight: 500; border-radius: 5px;}
.btn_squa.cancel {background: #F6F6F6; border: 1px solid #DEDEDE; color: #888;}
.info_list .maintxt {font-size: 14px;}
.info_list .subtit {padding: 2px 0;}
.info_list .info {font-size: 14px; color: #666;}
.popup_main .inquiry + .inquiry {margin-top: 10px;}
.texta_main {padding: 13px 16px; background: #F7F7F7; border: 1px solid #E5E5E5; color: #111; border-radius: 5px;} 
.time_list {margin-top: 10px;}
.time_list li {padding: 15px 4px;}
.time_list .dis_flex {align-items: flex-start;}
.time_list .num {font-size: 14px; color: #999; flex-shrink: 0;}
.time_list .num span {padding-left: 3px; color: #666;}
.time_list .num strong {color: #004ABC;}
.time_list .tit {padding: 5px 0; font-weight: 500;}
.timetable {border-top: 1px solid #EDEFF3;}
.timetable table {width: 100%; table-layout: fixed;}
.timetable tr td {position: relative; height: 48px; border-bottom: 1px solid #EDEFF3; border-right: 1px solid #EDEFF3; vertical-align: middle;}
.timetable tr td:first-child {font-size: 11px; text-align: center; line-height: 14px;}
.timetable tr td:last-child {border-right: 0;}
.tt_w_top {background: #fff; z-index: 10;}
.tt_w_top tr th {padding: 2px 0; background: #fff; border-bottom: 1px solid #EDEFF3; border-right: 1px solid #EDEFF3; font-size: 12px;}
.tt_w_top tr th:last-child {border-right: 0;} 
.tt_w_btm td:first-of-type strong {display: block; font-weight: 700;}
.tt_w_btm .ttbox {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 2px; z-index: 2; line-height: 12px;}
.tt_w_btm .ttbox strong {display: block; font-size: 11px; color: #fff;}
.tt_w_btm .ttbox span {display: block; padding-top: 5px; font-size: 10px; color: rgba(255,255,255,.6);}
.tt_w_btm .ttbox.t_1h {height: 100%;}
.tt_w_btm .ttbox.t_2h {height: calc(200% + 1px);}
.tt_w_btm .ttbox.t_3h {height: calc(300% + 2px);}
.tt_w_btm .ttbox.t_4h {height: calc(400% + 3px);}
.tt_w_btm .ttbox.t_5h {height: calc(500% + 4px);}
.tt_w_btm .ttbox.t_6h {height: calc(600% + 5px);}
.tt_01 {background: rgba(230,51,63,.7);}
.tt_02 {background: rgba(39,176,188,.7);}
.tt_03 {background: rgba(46,119,233,.7);}
.tt_04 {background: rgba(243,160,50,.7);}
.tt_05 {background: rgba(243,106,54,.7);}
.tt_06 {background: rgba(98,181,74,.7);}
.tt_07 {background: rgba(27,138,102,.7);}
.tt_08 {background: rgba(18,94,181,.7);}
.tt_09 {background: rgba(124,88,230,.7);}
.classdtl {position: relative; overflow: hidden; background: #fff; border-radius: 12px 12px 0 0;}
.classdtl_top {padding: 24px 24px 16px 24px; border-bottom: 1px solid #F1F1F1;}
.classdtl_top .tit {padding-top: 10px; font-size: 20px; font-weight: 500;}
.classdtl_btm {padding: 6px 24px;}
.classdtl_btm .devicelist li {border-bottom: 0;}
.input_sub_02 {overflow: hidden; position: relative; display: flex; align-items: center; justify-content: space-between; height: 38px; padding-right: 10px; background: #F6F6F6; border: 1px solid #DBDBDB; border-radius: 5px;}
.input_sub_02 input {width: calc(100% - 70px); height: 100%; padding-left: 13px; border: 0;}
.btn_del02 {width: 18px; height: 18px; background: url(../images/icon_del.png) no-repeat center; background-size: contain; z-index: 1;}
.stusrh_list {margin-top: 10px;}
.stusrh_list li {padding: 10px 2px 13px;}
.stusrh_list .name {font-weight: 700;}
.stusrh_list .num {padding-left: 3px; font-size: 15px; color: #888;}
.stusrh_list .middot {padding-top: 3px; font-size: 14px;color: #666;}
.stusrh_list .middot .part {color: #004ABC;}
.grade_box {overflow: hidden; margin: 16px 0 5px; border: 1px solid #DEDEDE; border-radius: 5px;}
.gb_top {padding: 14px 18px;}
.gb_top .name {padding-right: 3px; font-size: 18px; font-weight: 700;}
.gb_top .num {font-size: 17px; color: #888;}
.gb_top .major {padding-top: 3px; font-size: 14px; color: #666;}
.gb_btm {display: flex; text-align: center; border-top: 1px solid #EBEBEB;}
.gb_btm > div {width: 100%; display: flex; flex-direction: column; border-right: 1px solid #F1F1F1;}
.gb_btm > div:last-child {border-right: 0;}
.gb_btm span {padding: 10px 0; background: #F8F8F8; border-bottom: 1px solid #F1F1F1; font-size: 14px; color: #888;}
.gb_btm strong {padding: 10px 0; font-weight: 500; color: #333;}
.grade_list {padding-bottom: 4px;}
.grade_list li {padding: 14px 4px;}
.grade_list .tit {padding-top: 5px; font-weight: 500;}
.grade_list .middot {flex-shrink: 0;}
.bt_box {border-top: 1px solid #707070;}
.bt_box > div {padding-top: 10px; border-bottom: 1px solid #eee;}
.bt_box .tit {padding: 10px; background: #F6F6F6;}
.moneylist {padding: 14px 4px;}
.moneylist li {display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; font-size: 14px;}
.moneylist li:last-child {padding-bottom: 0;}
.moneylist span {color: #888;}
.bt_box .total {display: flex; align-items: center; justify-content: space-between; padding: 12px 4px; border-top: 4px double #F1F1F1;}
.bt_box .total span {font-size: 14px; color: #333;}
.bt_box .total strong {font-weight: 700; color: #004ABC;}
.btn_allck {height: 24px; padding: 0 6px; background: #427EE2; font-size: 13px; color: #fff; border-radius: 3px; flex-shrink: 0;}
.stu_list {margin-top: 10px; padding-bottom: 50px;}
.stu_list li {display: flex; align-items: center; justify-content: space-between; padding: 12px 4px;}
.stu_list .name {font-weight: 700;}
.stu_list .num {padding-left: 5px; font-size: 15px; color: #888;}
.stu_list .part {padding-top: 3px; font-size: 13px; color: #666;}
.btm_fix {position: fixed; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 44px; padding: 14px 15px; bottom: 60px; left: 0; background: #292A2B; z-index: 20; display: none;}
.btm_fix > div {display: flex; align-items: center;}
.btm_fix .btn_close_w {width: 18px; height: 18px;}
.cknum {padding-left: 12px; font-size: 14px; color: rgba(255,255,255,.4);}
.cknum .num {font-weight: 500; color: #427EE2;}
.cknum .all {font-weight: 500; color: #fff;}
.bf_btnbox button {position: relative; margin-right: 30px; padding: 0 5px; font-size: 14px; color: #fff; white-space: nowrap;}
.bf_btnbox button:after {content: ''; position: absolute; top: 10%; right: -16px; width: 1px; height: 80%; background: rgba(255,255,255,.15);}
.bf_btnbox button:last-child {margin-right: 0;}
.bf_btnbox button:last-child:after {width: 0;}
.msgwrite {padding: 52px 16px;}
.msgwrite > div {padding: 12px 0; border-bottom: 1px solid #eee;}
.msgwrite > div:last-child {border-bottom: 0;}
.msgwrite .tit {font-size: 14px; color: #aaa;}
.msgwrite .tit strong {padding-left: 10px;color: #666;}
.msgwrite input {width: 100%; font-size: 1 8px; font-weight: 700; border: 0;}
.graytit {padding: 12px 15px; background: #F8F8F8;}
.lecture {display: flex; align-items: flex-start; padding: 10px 14px; flex-wrap: wrap; border-bottom: 1px solid #F1F1F1;}
.lecture:last-child {border-bottom: 0;}
.lecture .cancel {height: 21px; margin-right: 10px; padding: 0 6px; background: #FAEFF0; border: 1px solid #F9BFCD; font-size: 12px; color: #D24C59; border-radius: 3px;}
.lecture .cancel.sup {background: #F0F5FF; border-color: #BFD4F9; color: #004ABC;}
.lecture .date {padding-bottom: 3px; font-size: 14px; color: #333;}
.subtit + .partbox {padding-top: 14px;}
.partbox > div {padding-bottom: 16px;}
.partbox .tit {padding-bottom: 8px; font-size: 14px; font-weight: 500; color: #666;}
.verti {display: flex; align-items: center; flex-wrap: wrap;}
.verti .tit {padding-bottom: 0; padding-right: 7px;}
.verti .maintxt {padding-right: 4px;}
.stusrh_list .middot .room {color: #333;}
.verti .ck_box {margin-right: 11px;}
.stuinfo .name {font-weight: 700;}
.stuinfo .num {padding-left: 5px; font-size: 15px; color: #888;}
.btn_bline {border: 1px solid #81ABEC; color: #427EE2;}
.btn_line {border: 1px solid #DEDEDE; color: #333;}
.graytit button {width: 100%; height: 36px; margin-right: 8px; background: #fff;font-size: 14px; border-radius: 4px;}
.graytit button:last-of-type {margin-right: 0;}
.lect_list {margin-top: 10px;}
.lib_top {padding: 13px 16px;}
.lib_top > div {display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 3px;}
.lib_top .subtit {padding-left: 5px;}
.lib_btm {padding: 10px 16px; border-top: 1px solid #F1F1F1;}
.lib_btm + .lib_btm {border-top: 1px dashed #EBEBEB;}
.stu_info {overflow: hidden; margin-top: 16px; border: 1px solid #EBEBEB; border-radius: 5px;}
.stu_info .info {display: flex; align-items: center; padding: 16px;}
.stu_info .img_prof {margin-right: 14px;}
.stu_info .name {display: block; padding-bottom: 3px; font-size: 20px; font-weight: 700; color: #111;}
.stu_info .ename {font-size: 15px; color: #666;}
.stu_info .dtl {padding: 16px 18px; border-top: 1px solid #F1F1F1;}
.flsub_list {margin-top: 10px;}
.flsub_list li {padding: 11px 0;}
.fls_top {padding: 0 4px 12px;}
.fls_top .tit {padding-bottom: 3px; font-weight: 500;}
.graydtl > div {display: flex; align-items: center; padding: 8px; background: #F8F8F8; border-bottom: 1px solid #F1F1F1;}
.graydtl > div:last-child {border-bottom: 0;}
.graydtl .fsub {height: 21px; margin-right: 8px; padding: 0 6px; background: #fff; border: 1px solid #BFD4F9; font-size: 12px; color: #004ABC; border-radius: 3px; flex-shrink: 0;}
.graydtl .lsub {height: 21px; margin-right: 8px; padding: 0 6px; background: #F0F5FF; border: 1px solid #BFD4F9; font-size: 12px; color: #004ABC; border-radius: 3px; flex-shrink: 0;}
.bt_box .tit .certi {padding-right: 5px; font-size: 14px; font-weight: 500; color: #888;}
.bt_box .tit .impo {font-size: 14px; font-weight: 700; color: #333;}
.bt_box.v2 {margin-top: 10px;}
.bt_box.v2 .total {display: block; padding: 12px 4px; border-top: 4px double #F1F1F1;}
.bt_box.v2 .total > p {display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px;}
.bt_box.v2 .total > p:last-child {padding-bottom: 0;}
.bt_box .total .num {font-weight: 700; color: #000;}
.room_list {margin-top: 10px;}
.room_list .rl_box {display: flex; align-items: center; justify-content: space-between; padding: 15px 14px 15px 16px;}
.room_list .maintxt {padding-right: 5px;}
.room_list .middot {padding-top: 3px;}
.calendar {min-height: 340px; max-width: 480px; margin: 0 auto;}
.calendar .mcc_date {padding: 16px 10px;}
.calendar .mcc_date .month {font-size: 15px; font-weight: 500;}
.cal_main table {width: 100%; table-layout: fixed;}
.cal_main tr th {padding-bottom: 11px; border-bottom: 1px solid #EBEBEB; font-size: 14px; color: #999;}
.cal_main tr td {padding: 6px 0; text-align: center; vertical-align: middle;}
.cal_main tr td span {position: relative; display: inline-block; width: 30px; height: 30px; font-size: 15px; color: #666; line-height: 29px;}
.cal_main tr:first-child td {padding-top: 14px;}
.cal_main tr td:first-child span {color: #FF8595;}
.cal_main tr td.checked span {background: #427EE2; font-size: 14px; font-weight: 700; color: #fff; border-radius: 50%;}
.labelbox {display: flex; align-items: center; padding-bottom: 4px;}
.labelbox > div {margin-right: 40px;}
.labelbox > div:last-child {margin-right: 0px;}
.days {padding-left: 10px; flex-shrink: 0; font-size: 14px; color: #666;}
.agr_line {padding: 0 20px; margin-bottom: 20px;}
.agr_line > div {display: flex; align-items: flex-start; padding: 13px 0; border-top: 1px solid #EBEBEB;}
.agr_line > div:last-of-type {border-bottom: 1px solid #EBEBEB;}
.agr_line .ck_box {margin-right: 10px;}
.agr_line .tit {display: block; width: 100%; padding-right: 20px; background: url(../images/btn_next.png) no-repeat center right; background-size: 20px; font-size: 14px; color: #333;}
.labelbox02 {display: flex; align-items: center;}
.labelbox02 > div {margin-right: 8px;}
.labelbox02 > div:last-child {margin-right: 0px;}
.grade_box02 {overflow: hidden; margin-top: 10px; border: 1px solid #DEDEDE; border-radius: 5px;}
.grade_box02 .gb_btm {border: 0;}
.grade_box02 .gb_btm strong {font-weight: 400;}
.grade_box02 .gb_btm div {width: auto; flex-grow: 1;}
.grade_box02 .gb_btm .total {flex-grow: 2;}
.grade_box02 .gb_btm .total strong {font-weight: 700;}
.subtable {border-top: 1px solid #707070; margin-top: 10px;}
.subtable table {width: 100%; table-layout: fixed;}
.subtable thead tr th {padding: 6px; font-size: 13px; color: #888; background: #F8F8F8;}
.subtable tbody tr td {padding: 6px 12px; font-size: 14px; text-align: right;}
.subtable tbody tr th {padding: 6px 12px; font-size: 13px; color: #666; text-align: center;}
.subtable thead tr th, 
.subtable tbody tr th, 
.subtable tbody tr td {border-right: 1px solid #EBEBEB; white-space: pre-line;}
.subtable tbody tr th, 
.subtable tbody tr td {border-top: 1px solid #EBEBEB;}
.subtable thead tr th:last-of-type, 
.subtable tbody tr td:last-of-type {border-right: 0;} 
.subtable tbody .total th,ㅋ
.subtable tbody .total td {border-top: 4px double #EBEBEB; border-bottom: 1px solid #EBEBEB;}
.subtable tbody .total td {font-weight: 700;}
.incomp {height: 21px; width: 43px; background: #FAEFF0; border: 1px solid #F9BFCD; font-size: 12px; color: #D24C59; text-align: center; border-radius: 3px;}
.incomp.sup {background: #F0F5FF; border-color: #BFD4F9; color: #004ABC;}
.student_box {overflow: hidden; margin-top: 16px; background: #F0F5FF; border-radius: 5px;}
.student_box .middot {padding-top: 5px;}
.student_box .middot p {font-size: 16px;}
.student_box .middot .impo {color: #333;}
.btn_titside {width: auto; height: 30px; padding: 0 8px; font-size: 14px; font-weight: 400; border-radius: 3px;}

.conseldtl_top {padding: 16px 0 16px 20px; border-bottom: 1px solid #F1F1F1;}
.conseldtl_top .tit {font-size: 20px; font-weight: 500;}
.conseldtl_btm {display: flex; flex-wrap: wrap; padding: 20px 20px 80px;}
.conseldtl_btm  > div {width: 50%; margin-bottom: 20px;}
.conseldtl_btm .ld_uselabel input[type=radio] + label {font-size: 16px;}

/*스마트행정*/
.organ_chart {padding: 6px 16px 30px;}
.organ_chart div {display: flex; align-items: center; justify-content: space-between;}
.organ_chart span {display: block; height: 20px; min-width: 28px; padding: 0 7px; background: #E6E6E6; font-size: 13px; text-align: center; color: #666; border-radius: 12px; flex-shrink: 0;}
.oc01 {}
.oc01 ul {display: none;}
.oc01_tit {padding: 16px 4px; font-size: 17px;}
.oc01_tit.off {background: url(../images/arrow_expand.png) no-repeat center right 12px; background-size: 20px;}
.oc01_tit.on {background: url(../images/arrow_fold.png) no-repeat center right 12px; background-size: 20px;}
.oc01 > li {border-bottom: 1px solid #EBEBEB;}
.oc02 {padding: 10px 0 20px; border-top: 1px solid #EBEBEB;}
.oc02 > li {margin-bottom: 8px;}
.oc02 > li:last-child {margin-bottom: 0;}
.oc02_tit {overflow: hidden; padding: 12px 12px 12px 36px; border: 1px solid #F8F8F8; background-color: #F8F8F8; background-image: url(../images/icon_org.png); background-size: 16px; background-repeat: no-repeat; background-position: left 12px center; color: #333; border-radius: 5px;}
.oc02_tit.off{background-image: url(../images/icon_expand.png); }
.oc02_tit.on {background-image: url(../images/icon_fold.png);background-color: #F0F5FF; border-color: #BFD4F9; font-weight: 500; color: #004ABC;}
.organ_chart .oc02_tit.on span {background: #79A9F5; color: #fff;}
.oc03 {padding: 10px 0 10px 22px;} 
.oc03 > li {position: relative; margin-bottom: 8px; border: 1px solid #EBEBEB; border-radius: 5px;}
.oc03 > li:before {content: ''; position: absolute; top: 20px; left: -12px; width: 12px; height: 1px; background: #DEDEDE;}
.oc03 > li:after {content: ''; position: absolute; top: -33px; left: -12px; width: 1px; height: calc(100% + 10px); background: #DEDEDE;}
.oc03 > li:last-child {margin-bottom: 0;}
.oc03 > li:first-child:after {top: -11px;}
.oc03_tit {padding: 12px 12px 12px 36px; background-image: url(../images/icon_org.png); background-size: 16px; background-repeat: no-repeat; background-position: left 12px center; font-size: 15px; color: #333; border-radius: 5px 5px 0 0; }
.oc03_tit.off{background-image: url(../images/icon_expand.png); }
.oc03_tit.on {background-color: #F8F8F8; background-image: url(../images/icon_fold.png); font-weight: 500; color: #000;}
.organ_chart .oc03_tit.on span {background: #9EA8B8; color: #fff;}
.oc04 {}
.oc04 > li {border-bottom: 1px solid #F1F1F1;}
.oc04 > li:last-child {border-bottom: 0;}
.oc04_tit {padding: 12px 12px 12px 36px; font-size: 15px; color: #333;}
.oc01 ul.oc05 {display: block; padding-bottom: 10px;}
.oc05 li {position: relative; padding: 7px 7px 7px 49px; font-size: 14px; color: #666;}
.oc05 li:before {content: ''; position: absolute; top: 16px; left: 39px; width: 4px; height: 4px; background: #427EE2; border-radius: 50%;}
.orgdtl_list {margin-top: 10px;}
.orgdtl_list .name {font-size: 17px; font-weight: 500;}
.orgdtl_list .middot {padding-top: 3px; font-size: 14px; color: #657184;}
.orgdtl_list .part {color: #004ABC;}
.orgdtl_list li {padding-right: 20px; padding-left: 2px; background: url(../images/arrow_right_g.png) no-repeat right 10px center; background-size: auto 12px;}
.stfdtl {overflow: auto; height: calc(100% - 96px); background: #F8F8F8;}
.stfdtl_top {display: flex; flex-direction: column; align-items: center; width: 100%; padding: 90px 10px 50px; background: #fff;}
.sftimg {overflow: hidden; width: 128px; height: 128px; margin-bottom: 18px; border-radius: 50%;}
.sftimg img {width: 100%;}
.stfdtl_top p {padding-bottom: 5px;}
.stfdtl_top .name {font-size: 26px; font-weight: 700; color: #111; line-height: 28px;}
.stfdtl_top .part {font-size: 18px; font-weight: 500; color: #004ABC;}
.stfdtl_top .major {font-size: 15px; color: #657184;}
.stfdtl_top p:last-child {padding-bottom: 0;}
.stfdtl_btm {padding: 29px 24px;}
.stfdtl_btm p {display: flex; padding-bottom: 6px;}
.stfdtl_btm span {width: 70px; font-size: 14px; color: #888; flex-shrink: 0;}
.stfdtl_btm strong {font-size: 14px; color: #333; white-space: pre-line; line-height: 22px;}
.stfdtl_btn {position: absolute; bottom: 0; left: 0; width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; background: #023F9D;}
.stfdtl_btn > a {display: block; width: 100%; height: 96px; padding: 56px 20px 0; font-size: 13px; color: #fff; background-size: 24px; background-position: top 22px center; background-repeat: no-repeat; text-align: center; white-space: nowrap;}
.stfdtl_btn .call {background-image: url(../images/link_call.png);}
.stfdtl_btn .phone {background-image: url(../images/link_phone.png);}
.stfdtl_btn .sms {background-image: url(../images/link_sms.png);}
.stfdtl_btn .email {background-image: url(../images/link_email.png);}
.aler_txt {padding-top: 10px; font-size: 13px; color: #427EE2;}


/*아이원패스*/
.main_box {text-align: center;}
.mtit {padding-bottom: 10px; font-size: 28px; font-weight: 700; line-height: 32px; text-align: center;}
.mtxt {font-size: 14px; line-height: 18px; text-align: center; color: #333;}
.pass-pop .btn_login {display: block; width: 98px; height: 96px; margin: 8vh auto 0 auto; padding-right: 0; background: none;}
.pass-pop .btn_login img {width: 100%; height: auto;}
.other_box {position: absolute; bottom: 0; left: 0; width: 100%; height: auto;}
.ob_tit {padding: 16px 18px 15px 25px; display: flex; align-items: center; justify-content: space-between; }
.ob_tit h4 {font-size: 14px; font-weight: 700;}
.mnumber {overflow: hidden; display: inline-flex; margin-top: 6vh; height: 50px; border: 1px solid #DCDFE4; border-radius: 8px;}
.mnumber input {min-width: 160px; height: 100%; padding: 0 0 0 15px; border: 0;}
.mnumber button {height: 100%; padding: 0 15px; background: #023F9D; color: #fff;}
.btn_lw_setting {padding-right: 12px; background: url(../images/arrow_right.png) no-repeat right center; background-size: 6px auto; font-size: 13px; color: #82848e;}
.ob_btn {display: flex; height: 74px; line-height: 71px; background: #fff;}
.ob_btn > a {position: relative; display: flex; align-items: center; justify-content: center; width: 100%;}
.ob_btn > a:before {content: ''; position: absolute; top: 50%; left: 0; width: 1px; height: 30px; transform: translateY(-50%);}
.ob_btn > a:first-child:before {width: 0;}
.ob_btn > a em {display: inline-block; width: 26px; height: 26px;}
.ob_btn > a span {padding-left: 11px; font-size: 14px; font-weight: 500;}
.ob_tit {background: #f2f2f2; color: #222;}
.ob_btn > a:before {background: #f2f2f2;}
.ob_btn > a.ob_pin em {background: url(../images/icon_pin.png) no-repeat center; background-size: 26px;}
.ob_btn > a.ob_patt em {background: url(../images/icon_pat.png) no-repeat center; background-size: 26px;}
.ob_btn > a.ob_fing em {background: url(../images/icon_fing.png) no-repeat center; background-size: 26px;}
.ob_btn > a.ob_face em {background: url(../images/icon_face.png) no-repeat center; background-size: 26px;}
.ob_btn > a span {color: #333;}
.smpop_main {padding: 35px 30px 25px 30px;}
.smp_tit {font-size: 19px; font-weight: 700;}
.smp_txt {padding: 7px 3px 35px 3px; font-size: 13px; line-height: 20px; color: #888;}
.smp_radiobox > div {margin-bottom: 25px;}
.smp_radiobox > div:last-child {margin-bottom: 0;}
.radio_label_box input[type='radio'] {display: none;}
.radio_label_box input[type='radio'] + label {display: inline-block; height: 21px; padding-left: 29px; font-size: 17px; line-height: 25px; background: url(../images/radio_off.png) no-repeat left center; background-size: 20px; }
.radio_label_box input[type='radio']:checked + label {background: url(../images/radio_on.png) no-repeat left center; background-size: 20px;}
.smpop_btn {width: 100%; height: 54px; display: flex;}
.smpop_btn button {width: 100%; height: 100%;}
.btn_sm_accept {background: #023F9D; color: #fff; font-size: 16px; font-weight: 500;}
.mnumber {padding: 0;}
.mnumber input {width: 100%;}
.mnumber button {margin:0; white-space: nowrap;}

.btline {border-top: 1px solid #EBEBEB;}
.essen:after {content: ' *'; color: #D24C59;}
.js-scr {overflow: hidden;}
.js-btm {overflow: auto;}
/*                  데이터 없을 때
    <div class="no_data_box">
        <p>년도 학기를 선택 후 조회하시면 결보강계를 <br>새창으로 확인 하실 수 있습니다.</p>
    </div> 
*/
.no_data_box {padding-top: 190px; background: url(../images/bg_nodcu.png) no-repeat center; background-size: 200px auto; text-align: center;}
.no_data_box p {font-size: 15px; color: #666;}

/*                  검색결과 없을 때
    <div class="no_srh_box">
        <p>예약 가능한 강의실이 없습니다. <br>다른 조건으로 조회 해주세요.</p>
    </div> 
*/
.no_srh_box {padding-top: 190px; background: url(../images/bg_search.png) no-repeat center; background-size: 200px auto; text-align: center;}
.no_srh_box p {font-size: 15px; color: #666;}

@media only screen {
    .page_header .mid ul::-webkit-scrollbar {display: block; height: 5px;}
    .page_header .mid ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.7);}
    .page_header .btm ul::-webkit-scrollbar {display: block; height: 5px;}
    .page_header .btm ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.3);}
    .tab ul::-webkit-scrollbar {display: block; height: 3px;}
    .tab ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.3);}
}
/* 320이하 - 아이폰 */
@media (max-width: 320px){
}

/* 모바일 가로 , pc 세로*/
@media all and (min-width:480px) and (max-width:767px) { 
    
}

/* pc 태블릿*/
@media all and (min-width:768px){
    body,html {}
    .page_header .mid ul::-webkit-scrollbar {display: block; height: 5px;}
    .page_header .mid ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.7);}
    .page_header .btm ul::-webkit-scrollbar {display: block; height: 5px;}
    .page_header .btm ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.3);}
    .tab ul::-webkit-scrollbar {display: block; height: 3px;}
    .tab ul::-webkit-scrollbar-thumb {background: rgba(153,153,153,.3);}

    /* 메인 */
    #mainWrap {background: #F5F7FB;}
    #mainHeader {height: 60px; padding: 0 2px 0 0; justify-content: flex-end; background: #F5F7FB;}
    .main_logo {display: none;}
    .main_login button {margin-right: 16px;}
    .main_scroll {height: 100%; width: 100%; overflow: hidden; padding: 0 0 0 80px;}
    .main_cont_list {display: flex; flex-wrap: nowrap; flex-direction: column; align-items: center; height: 100%; width: 100%; padding: 0 52px 40px 292px;}
    .main_cont {margin-bottom: 24px;}
    .main_cont:last-child {margin-bottom: 0;}
    .main_01 {overflow: hidden; padding-top: 60px; background: transparent;}
    .main_slide {overflow: hidden; height: 100%; padding: 24px 24px 49px 24px; background: #fff; border-radius: 10px;}
    .msl_box {border-radius: 7px;}

    .msl_box a {padding: 18px 23px; background-position: right 14px bottom 14px; background-size: 34px;}
    .msl_box .tit {padding-bottom: 8px; font-size: 22px; line-height: 26px;}
    .msl_box .e_tit {font-size: 15px; opacity: .8;}
    .main_02 {overflow: auto; position: absolute; left: 80px; top: 0; height: 100%; width: 240px; padding: 40px 18px; background: #fff; z-index: 100;}
    .quick_tit {padding: 0 0 14px 0;}
    .quick_menu_list li {width: 100%; margin: 0 0 14px 0;}
    .quick_menu_list li a {height: 52px; font-size: 16px;}
    .main_03 {padding: 0; background: transparent;}
    .sns_list {padding: 18px 39px;}
    .sns_list li a {width: 36px; height: 36px;}
    .sns_list li .sns_you {background-size: 20px 15px;} 
    .sns_list li .sns_insta {background-size: 20px; } 
    .sns_list li .sns_kakao {background-size: 24px;} 
    .sns_list li .sns_blog {background-size: 26px 22px;} 
    #gnb {width: 80px; height: 100%; display: flex; align-items: center; justify-content: center; border-top: 0; border-right: 1px solid #F3F3F3; z-index: 290;}
    .gnb_logo {display: block; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 40px; height: 36px; background: url(../images/logo_sm.png) no-repeat center; background-size: contain;}
    #gnb ul {height: 460px; flex-direction: column; justify-content: space-between;}
    #gnb ul li {display: flex; align-items: center; justify-content: center;  background-position: top 5px center; background-size: 30px;}
    #gnb ul li a span {padding-top: 42px; font-size: 12px;}

    /*공통*/
    .popup_header .posi_right {top: 13px; right: 13px;}
    
    /*서브화면*/
    .subWrap {position: absolute; top: 100%; border-radius: 10px; transition: top .3s;}
    .posi_right {top: 20px; right: 20px;}
    .subWrap.popbg {position: absolute;}
    /*로그인*/
    .login_wrap {padding-top: 2vh;}
    
    /*전체메뉴*/
    .all_menu {position: absolute; left: -100%; top: 0; height: 100%; width: 240px; border-radius: 0; transition: left .3s;}
    .am_top p {padding-left: 2px;}
    .am_top .info {padding-bottom: 3px; font-size: 15px;}
    .am_top .info strong {display: block; font-size: 17px; font-weight: 700;}
    .am_top .major {font-size: 13px;}
    .am_menulist > li > a {font-size: 16px;}
    .am_sublist > li {width: 100%;}
    .am_sublist > li > a {font-size: 15px;}

    /*신분증*/
    .idcard .posi_right {top: 12px; right: 12px;}

    /*별점*/
    .rb_top {padding: 42px 10px 32px;}
    .review_box .rb_top span {display: inline-block;}
    .review {margin-bottom: 32px;}
    .rb_btm {padding: 30px;}


    /*페이지*/
    .subPage {position: absolute; top: 0; border-radius: 10px; padding-bottom: 0;}
    .page_header .posi_right {top: 13px; right: 13px;}
    /* .main_padding {padding: 20px;} */

    /*메시지*/
    .box_list .posi_right {top: 12px; right: 12px;}
    .msgdtl_top .posi_right {top: 12px; right: 12px;}

    /*대학소개*/
    .mapimg img {max-height: 250px;}
    .accor_btm .symbol {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
    .accor_btm .symbol > div {width: 48%;}
    .accor_btm .symbol li {width: 24%;}
    .conseldtl_top {padding: 22px 0 18px 20px;}

    /*스마트학사*/
    .btn_fixed {bottom: 20px;}
    .btm_fix {position: absolute; bottom: 0;}
}

@media all and (min-width:1023px){
    .msl_box .mb01_icon {background-size: 160px 100px; background-position: left -58px bottom -22px, right -57px bottom 57px;}
    .sns_list {padding: 18px 99px;}
    .stfdtl_btn {padding: 0 60px;}
     /*퀵메뉴*/
    .qb_list li {width: calc(33.333% - (20px / 3));}
    .qb_list li:nth-child(2n) {margin-right: 10px;}
    .qb_list li:nth-child(3n) {margin-right: 0;}
}

/*0215*/
.university .verti {padding-bottom: 8px;}
.university .verti .midtit {padding-bottom: 0;}
.btn_detaview {height: 25px; margin-left: 8px; padding: 0 8px; background: #023F9D; font-size: 13px; color: #fff;}
.link_findpin {display: block; margin-top: 50px; font-size: 14px; font-weight: 500; text-align: center; text-decoration: underline;}

/*0829자원예약*/
.subinfo .impo2 {font-weight: 500; color: #000;}
.room_list .tit {padding: 3px 0; font-weight: 500;}
.room_list .info {color: #666;}
.room_list .reject {background: #F8F8F8;}
.room_list .reject .maintxt {color: #888 !important;}
.room_list .reject .info {color: #888;}
.devicelist.v4 {padding-bottom: 8px; border-bottom: 1px solid #F1F1F1;}
.devicelist.v4 span {min-width: 75px;}
.devicelist.v4 + .devicelist.v4 {padding-top: 16px;}
.devicelist.v4:last-child {padding-bottom: 0; border-bottom: 0;}
.devicelist.v5 div {flex-direction: column;}
.devicelist.v5 div span {display: inline-block; padding-bottom: 3px;}
.resev_list li {padding-bottom: 6px;}
.resev_list strong {color: #333;}
.resev_list span {padding-left: 5px; color: #666;}
.buildimg {height: 140px;}
.buildimg img {width: 100%; height: 100%; object-fit: cover;}
.partbox .txtbox {display: flex; align-items: center; padding-top: 5px; flex-wrap: wrap;}
.partbox .txtbox .tit {padding-bottom: 0;}
.partbox .txtbox span {padding-left: 12px; font-weight: 500;}
.week_ck {width: 100%;}
.week_ck input[type=checkbox] {display: none;}
.week_ck input[type='checkbox'] + label {display: flex; width: 100%; height: 44px; align-items: center; justify-content: center; background: #F6F6F6; border: 1px solid #E5E5E5; color: #333; border-radius: 5px;}
.week_ck input[type='checkbox']:checked + label {background: #ECF3FF; border-color: #9EC2FF; color: #004ABC; font-weight: 500;}

/*1122구독추가*/
.ck_box2 {position: absolute; bottom: 22px; right: 20px; flex-shrink: 0;}
.ck_box2 input[type=checkbox] {display: none;}
.ck_box2 input[type=checkbox] + label {position: relative; display: flex; align-items: center; justify-content: flex-end; width: 64px; height: 30px; padding-right: 10px; font-size: 14px; color: #fff; background-color: #426BCF; background-image: url(../images/alarm_off.png); background-size: 18px; background-repeat: no-repeat; background-position: left 7px center;  border: 1px solid transparent; border-radius: 15px; transition: all .3s;}
.ck_box2 input[type=checkbox]:checked + label {font-weight: 500; color: #888; background-color: #fff; background-image: url(../images/alarm_on.png); border-color: #E5E5E5;}
 
@media all and (min-width:768px){
    .buildimg {height: 340px;}
}

/*1213*/
.msl_box .tit.linkmark {display: inline-block; padding-right: 24px; background: url(../images/icon_link.png) no-repeat top right; background-size: 20px;}
@media all and (min-width:768px){
    .msl_box .tit.linkmark {padding-right: 28px; background-position: top 2px right; background-size: 24px;}
}

/*20240103*/
.deepdtl {position: relative; overflow: hidden; padding: 35px 30px 25px; background: #fff; text-align: center; border-radius: 12px 12px 0 0;}
.deepdtl .btn_close {width: 18px; height: 18px;}
.deepdtl .posi_right {top: 16px; right: 16px;}
.deeplink {display: flex; align-items: center; flex-direction: column;}
.deeplink .logo_img {display: flex; align-items: center; justify-content: flex-end; width: 76px; height: 76px; margin-bottom: 15px; padding: 6px; border: 1px solid #EAEFF5; border-radius: 18px;} 
.deeplink .logo_img img {width: 90%; height: 90%; object-fit: contain;}
.deeplink h6 {padding-bottom: 6px; font-size: 19px; font-weight: 700; line-height: 24px;}
.deeplink h6 span {color: #004ABC;}
.deeplink p {font-size: 14px; line-height: 18px;}
.deeplink .btn_main {margin: 20px 0; border-radius: 5px;}
.deeplink .mlink {font-size: 13px; color: #999; text-decoration: underline;}

/*20240109*/
.my_top .setting select {display: inline-block; padding-right: 16px; background: url(../images/arrow_right_g.png) no-repeat right center; background-size: 7px auto; border: 0;}

/*20240418*/
.n_timelist {display: flex; align-items: center; flex-wrap: wrap; padding-top: 12px;}
.n_timelist li {width: calc(50% - 5px); margin-right: 8px; margin-bottom: 8px;}
.n_timelist li:nth-child(2n) {margin-right: 0;}
.n_timelist input[type=checkbox] {display: none;}
.n_timelist input[type=checkbox] + label {display: flex; align-items: center; width: 100%; height: 39px; padding:0 28px 0 12px; background-color: #fff; background-image: url(../images/ckbox_off.png); background-repeat: no-repeat; background-size: 18px; background-position: right 12px center; font-size: 14px; font-weight: 500; line-height: 21px; color: #333; border-radius: 5px; border: 1px solid #e5e5e5;}
.n_timelist input[type=checkbox]:checked + label {background-color: #ECF3FF; background-image: url(../images/ckbox_on.png); background-repeat: no-repeat; background-size: 18px; border-color: #9EC2FF; color: #004ABC;}

/* ----------------------------------------------------------------------------- 

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */


body.noscroll{overflow:hidden}.ap-overlay{display:none;z-index:2000;min-width:250px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.ap-layout-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.ap-layout-fixed,.ap-layout-popover{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.ap-layout-relative,.ap-layout-inline{position:fixed;top:0;left:0;width:100%;height:100%}.ap-overlay *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ap-bg{width:100%;height:100%;font-family:sans-serif;font-size:22px}.ap-cont{margin:0 auto;background:#FFF}.ap-theme-default:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont{-webkit-box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);-moz-box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)}.ap-layout-popup .ap-cont{position:relative;top:50%;max-width:500px;width:95%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ap-layout-relative .ap-cont{max-width:500px;width:97%;border:1px solid #ECF0F1}.ap-layout-inline .ap-cont{border:1px solid #ECF0F1}.ap-layout-fixed .ap-cont{width:100%;position:fixed}.ap-header{height:50px;line-height:50px;text-align:left;font-size:.9em;padding:0 16px}.ap-dir-rtl .ap-header{text-align:right}.ap-theme-default .ap-header{height:60px;line-height:60px}.ap-content{max-width:320px;margin:0 auto}.ap-content-top{height:50px;padding:8px 16px;color:#555;text-align:center}.ap-content-switch{margin-top:8px;margin-bottom:8px;text-align:center}.ap-content-switch-tab{border:1px solid #009688;padding:5px 16px;cursor:pointer;font-size:.6em;color:#009688}.ap-dir-ltr .ap-content-switch-date{border-top-left-radius:2px;border-bottom-left-radius:2px}.ap-dir-rtl .ap-content-switch-date{border-top-right-radius:2px;border-bottom-right-radius:2px;margin-left:-1px}.ap-dir-ltr .ap-content-switch-time{border-top-right-radius:2px;border-bottom-right-radius:2px;margin-left:-1px}.ap-dir-rtl .ap-content-switch-time{border-top-left-radius:2px;border-bottom-left-radius:2px}.ap-content-switch-selected{background:#009688;color:#FFF}.ap-content-middle{min-height:120px;padding-top:20px;padding-bottom:20px}.ap-content-bottom{height:50px;padding:8px 16px;color:#555;text-align:center}.ap-theme-default .ap-content-top,.ap-theme-default .ap-content-bottom{font-size:.7em}.ap-footer{display:table;table-layout:fixed;width:100%;height:50px;text-align:center;background: #fff;}.ap-theme-default .ap-footer{padding:0 16px}.ap-theme-default .ap-footer-top{line-height:55px}.ap-theme-default .ap-footer-bottom{line-height:45px}.ap-header__title{color:#000;font-size:1.2em}.ap-theme-default .ap-button{cursor:pointer;letter-spacing:0;text-align:center;font-size:.8em;padding:8px 12px;margin:8px;color:#009688;background:rgba(255,255,255,1);text-transform:uppercase}.ap-theme-default .ap-button-cont{float:right}.ap-theme-default.ap-dir-rtl .ap-button-cont{float:left}.ap-show{opacity:0;animation:ap-anim-show ease .5s;animation-iteration-count:1;-webkit-animation:ap-anim-show ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-show ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-show ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-show ease .5s;-ms-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes ap-anim-show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes ap-anim-show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ap-anim-show{0%{opacity:0}100%{opacity:1}}@-o-keyframes ap-anim-show{0%{opacity:0}100%{opacity:1}}.ap-hide{animation:ap-anim-hide ease .5s;animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation:ap-anim-hide ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-hide ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-hide ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-hide ease .5s;-ms-animation-iteration-count:1}@keyframes ap-anim-hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes ap-anim-hide{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ap-anim-hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes ap-anim-hide{0%{opacity:1}100%{opacity:0}}.ap-bottom-slide-up{opacity:0;animation:ap-anim-bottom-slide-up ease .5s;animation-iteration-count:1;-webkit-animation:ap-anim-bottom-slide-up ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-bottom-slide-up ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-bottom-slide-up ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-bottom-slide-up ease .5s;-ms-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes ap-anim-bottom-slide-up{100%{opacity:1;bottom:0}}@-moz-keyframes ap-anim-bottom-slide-up{100%{opacity:1;bottom:0}}@-webkit-keyframes ap-anim-bottom-slide-up{100%{opacity:1;bottom:0}}@-o-keyframes ap-anim-bottom-slide-up{100%{opacity:1;bottom:0}}.ap-bottom-slide-down{opacity:1;animation:ap-anim-bottom-slide-down ease .5s;animation-iteration-count:1;-webkit-animation:ap-anim-bottom-slide-down ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-bottom-slide-down ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-bottom-slide-down ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-bottom-slide-down ease .5s;-ms-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes ap-anim-bottom-slide-down{100%{opacity:0;bottom:-1000px}}@-moz-keyframes ap-anim-bottom-slide-down{100%{opacity:0;bottom:-1000px}}@-webkit-keyframes ap-anim-bottom-slide-down{100%{opacity:0;bottom:-1000px}}@-o-keyframes ap-anim-bottom-slide-down{100%{opacity:0;bottom:-1000px}}.ap-top-slide-down{opacity:0;animation:ap-anim-top-slide-down ease .5s;animation-iteration-count:1;-webkit-animation:ap-anim-top-slide-down ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-top-slide-down ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-top-slide-down ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-top-slide-down ease .5s;-ms-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes ap-anim-top-slide-down{100%{opacity:1;top:0}}@-moz-keyframes ap-anim-top-slide-down{100%{opacity:1;top:0}}@-webkit-keyframes ap-anim-top-slide-down{100%{opacity:1;top:0}}@-o-keyframes ap-anim-top-slide-down{100%{opacity:1;top:0}}.ap-top-slide-up{opacity:1;animation:ap-anim-top-slide-up ease .5s;animation-iteration-count:1;-webkit-animation:ap-anim-top-slide-up ease .5s;-webkit-animation-iteration-count:1;-moz-animation:ap-anim-top-slide-up ease .5s;-moz-animation-iteration-count:1;-o-animation:ap-anim-top-slide-up ease .5s;-o-animation-iteration-count:1;-ms-animation:ap-anim-top-slide-up ease .5s;-ms-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes ap-anim-top-slide-up{100%{opacity:0;top:-1000px}}@-moz-keyframes ap-anim-top-slide-up{100%{opacity:0;top:-1000px}}@-webkit-keyframes ap-anim-top-slide-up{100%{opacity:0;top:-1000px}}@-o-keyframes ap-anim-top-slide-up{100%{opacity:0;top:-1000px}}.ap-theme-default .ap-button-active{animation:ap-anim-default-button-active ease .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:ap-anim-default-button-active ease .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:ap-anim-default-button-active ease .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:ap-anim-default-button-active ease .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:ap-anim-default-button-active ease .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes ap-anim-default-button-active{100%{background:#E0F2F1}}@-moz-keyframes ap-anim-default-button-active{100%{background:#E0F2F1}}@-webkit-keyframes ap-anim-default-button-active{100%{background:#E0F2F1}}@-o-keyframes ap-anim-default-button-active{100%{background:#E0F2F1}}.ap-component-section{display:table;table-layout:fixed;width:100%;background:#FFF}.ap-loading{width:100%;height:100%;z-index:2;background:#FFF}.ap-component-section,ap-component-section *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-select:none;-ms-touch-action:none;touch-action:none}.ap-component{display:table-cell}.ap-component-label{text-align:center;font-size:.7em}.ap-theme-default{color:#009688}.ap-component-plus,.ap-component-minus{background:#FFF;color:#BDBDBD;width:100%;height:40px;line-height:40px;text-align:center;font-size:15px;cursor:pointer}.ap-component-cont{position:relative;overflow:hidden}.ap-component-data{position:absolute;left:0;top:0;width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.ap-row{height:40px;line-height:40px;text-align:center;overflow:hidden;text-overflow:clip;white-space:nowrap;cursor:pointer;color:#000}.ap-row-invalid{color:#FFCDD2}.ap-row-hidden{opacity:0}.ap-component-selector{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:40px;border-top:1px solid #009688;border-bottom:1px solid #009688}.ap-theme-default .ap-component-selector{left:10%;width:80%}.ap-component-gradient{position:absolute;top:-1px;left:0;width:100%;height:102%;cursor:pointer;background:rgba(255,255,255,.8);background:-moz-linear-gradient(top,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.8) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,.8)),color-stop(30%,rgba(255,255,255,.8)),color-stop(45%,rgba(255,255,255,0)),color-stop(55%,rgba(255,255,255,0)),color-stop(70%,rgba(255,255,255,.8)),color-stop(100%,rgba(255,255,255,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.8) 100%);background:-o-linear-gradient(top,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.8) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.8) 70%,rgba(255,255,255,.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)}.ap-theme-ios.ap-layout-popup .ap-cont,.ap-theme-ios.ap-layout-popover .ap-cont{max-width:320px;width:90%;border-radius:10px;border:1px solid #D7D7D7}.ap-theme-ios.ap-layout-popup,.ap-theme-ios.ap-layout-fixed,.ap-theme-ios.ap-layout-popover{background:rgba(0,0,0,.4)}.ap-theme-ios .ap-tooltip,.ap-theme-ios .ap-tooltip:after{display:inline-block;width:0;height:0;position:absolute;border-width:11px;border-style:solid;z-index:6}.ap-theme-ios .ap-tooltip:after{content:" ";border-width:10px}.ap-theme-ios .ap-tooltip-bottom{top:-22px;left:10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #D7D7D7}.ap-dir-rtl.ap-theme-ios .ap-tooltip-bottom{right:10px}.ap-theme-ios .ap-tooltip-bottom:after{top:-8px;left:-10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #FFF}.ap-theme-ios .ap-tooltip-top{bottom:-21px;left:16px;border-color:#D7D7D7 rgba(0,0,0,0) rgba(0,0,0,0)}.ap-dir-rtl.ap-theme-ios .ap-tooltip-top{right:16px}.ap-theme-ios .ap-tooltip-top:after{bottom:-8px;left:-10px;border-color:#FFF rgba(0,0,0,0) rgba(0,0,0,0)}.ap-theme-ios .ap-tooltip-left{top:50%;left:-22px;border-color:rgba(0,0,0,0) #D7D7D7 rgba(0,0,0,0) rgba(0,0,0,0);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ap-theme-ios .ap-tooltip-left:after{top:-10px;left:-9px;border-color:rgba(0,0,0,0) #FFF rgba(0,0,0,0) rgba(0,0,0,0)}.ap-theme-ios .ap-tooltip-right{top:50%;right:-22px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #D7D7D7;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ap-theme-ios .ap-tooltip-right:after{top:-10px;left:-11px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #FFF}.ap-theme-ios .ap-bg{font-size:18px;font-family:sans-serif}.ap-theme-ios .ap-header{height:45px;line-height:45px;text-align:center;border-bottom:1px solid #D7D7D7}.ap-theme-ios .ap-header__title{color:#FF3B30;font-size:1.2em}.ap-theme-ios .ap-button{display:inline-block;cursor:pointer;letter-spacing:0;text-align:center;font-size:1em;height:43px;line-height:47px;background:rgba(255,255,255,1)}.ap-theme-ios .ap-content-top,.ap-theme-ios .ap-content-bottom{font-size:.9em}.ap-theme-ios .ap-footer{padding:0 16px}.ap-theme-ios .ap-footer-top .ap-button{display:inline-block}.ap-theme-ios .ap-button:last-child{float:right;padding:0 0 0 16px;color:#8D001F}.ap-dir-rtl.ap-theme-ios .ap-button:last-child{float:left;padding:0 16px 0 0}.ap-theme-ios .ap-button:not(:last-child){float:left;padding:0 16px 0 0;color:#8D001F}.ap-dir-rtl.ap-theme-ios .ap-button:not(:last-child){float:right;padding:0 0 0 16px}.ap-theme-ios .ap-component-gradient{background:rgba(255,255,255,.7);background:-moz-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.7) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,.7)),color-stop(40%,rgba(255,255,255,.7)),color-stop(45%,rgba(255,255,255,0)),color-stop(55%,rgba(255,255,255,0)),color-stop(60%,rgba(255,255,255,.7)),color-stop(100%,rgba(255,255,255,.7)));background:-webkit-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.7) 100%);background:-o-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.7) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.7) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 40%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)}.ap-theme-ios .ap-content-middle{padding:10px 25px}.ap-theme-ios .ap-content-switch-tab{border:1px solid #8D001F;font-size:.7em;color:#8D001F}.ap-dir-ltr.ap-theme-ios .ap-content-switch-date{border-top-left-radius:5px;border-bottom-left-radius:5px}.ap-dir-rtl.ap-theme-ios .ap-content-switch-date{border-top-right-radius:5px;border-bottom-right-radius:5px;margin-left:-1px}.ap-dir-ltr.ap-theme-ios .ap-content-switch-time{border-top-right-radius:5px;border-bottom-right-radius:5px;margin-left:-1px}.ap-dir-rtl.ap-theme-ios .ap-content-switch-time{border-top-left-radius:5px;border-bottom-left-radius:5px}.ap-theme-ios .ap-content-switch-selected{background:#8D001F;color:#FFF}.ap-theme-ios .ap-component-plus,.ap-theme-ios .ap-component-minus{color:#BDBDBD}.ap-theme-ios .ap-component-label{color:#8D001F}.ap-theme-ios .ap-row{color:#000;font-size:1.2em}.ap-theme-ios .ap-row-disabled{color:#9E9E9E}.ap-theme-ios .ap-component-selector{left:0;width:100%;border-top:1px solid #D7D7D7;border-bottom:1px solid #D7D7D7}.ap-theme-android.ap-layout-popup,.ap-theme-android .ap-layout-fixed{background:rgba(0,0,0,.6)}.ap-theme-android .ap-bg{font-size:16px;font-family:sans-serif}.ap-theme-android.ap-layout-popup .ap-cont{max-width:300px}.ap-theme-android:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont{-webkit-box-shadow:0 3px 5px #111,0 0 5px #111;-moz-box-shadow:0 3px 5px #111,0 0 5px #111;box-shadow:0 3px 5px #111,0 0 5px #111}.ap-theme-android.ap-layout-popup .ap-cont{width:85%}.ap-theme-android .ap-header{text-align:left;height:65px;line-height:65px;border-bottom:2px solid #4D68F3}.ap-dir-rtl.ap-theme-android .ap-header{text-align:right}.ap-theme-android .ap-header__title{color:#4D68F3;font-size:1.45em}.ap-theme-android .ap-footer{height:45px}.ap-theme-android .ap-button{display:table-cell;cursor:pointer;letter-spacing:0;text-align:center;font-size:.9em;height:45px;vertical-align: middle;color:#000;background:rgba(255,255,255,1);}.ap-theme-android .ap-footer-bottom .ap-button{}.ap-theme-android .ap-footer-top{border-bottom:1px solid #DCDCDC}.ap-dir-ltr.ap-theme-android .ap-button:not(:last-child){}.ap-dir-rtl.ap-theme-android .ap-button:not(:last-child){border-left:1px solid #DCDCDC}.ap-theme-android .ap-footer-top .ap-button{display:table-cell;cursor:pointer;letter-spacing:0;text-align:center;font-size:.8em;height:40px;line-height:40px;padding:0 16px;color:#000;background:rgba(255,255,255,1)}.ap-dir-ltr.ap-theme-android .ap-layout-fixed .ap-button:not(:last-child){border-right:0;float:left}.ap-dir-rtl.ap-theme-android .ap-layout-fixed .ap-button:not(:last-child){border-left:0;float:right}.ap-theme-android .ap-component-gradient{background:rgba(255,255,255,1);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,.85) 5%,rgba(255,255,255,.45) 24%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 75%,rgba(255,255,255,.45) 76%,rgba(255,255,255,.85) 95%,rgba(255,255,255,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(5%,rgba(255,255,255,.85)),color-stop(24%,rgba(255,255,255,.45)),color-stop(25%,rgba(255,255,255,0)),color-stop(43%,rgba(255,255,255,0)),color-stop(51%,rgba(255,255,255,0)),color-stop(71%,rgba(255,255,255,0)),color-stop(75%,rgba(255,255,255,0)),color-stop(76%,rgba(255,255,255,.45)),color-stop(95%,rgba(255,255,255,.85)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,.85) 5%,rgba(255,255,255,.45) 24%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 75%,rgba(255,255,255,.45) 76%,rgba(255,255,255,.85) 95%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,.85) 5%,rgba(255,255,255,.45) 24%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 75%,rgba(255,255,255,.45) 76%,rgba(255,255,255,.85) 95%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,.85) 5%,rgba(255,255,255,.45) 24%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 75%,rgba(255,255,255,.45) 76%,rgba(255,255,255,.85) 95%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,.85) 5%,rgba(255,255,255,.45) 24%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 75%,rgba(255,255,255,.45) 76%,rgba(255,255,255,.85) 95%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)}.ap-theme-android .ap-content-middle{padding:25px 32px}.ap-theme-android .ap-content-switch-tab{border:1px solid #4D68F3;font-size:.7em;color:#4D68F3;text-transform:uppercase}.ap-theme-android .ap-content-switch-selected{background:#4D68F3;color:#FFF}.ap-theme-android .ap-component-plus,.ap-theme-android .ap-component-minus{color:#BDBDBD}.ap-theme-android .ap-component-label{color:#4D68F3;font-size:.85em}.ap-theme-android .ap-row{color:#000;font-size:1.1em}.ap-theme-android .ap-row-disabled{color:#9E9E9E}.ap-theme-android .ap-component-selector{left:10%;width:80%;border-top:2px solid #4D68F3;border-bottom:2px solid #4D68F3}.ap-theme-android .ap-button-active{animation:ap-anim-android-button-active ease .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:ap-anim-android-button-active ease .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:ap-anim-android-button-active ease .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:ap-anim-android-button-active ease .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:ap-anim-android-button-active ease .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes ap-anim-android-button-active{100%{background:#F5F5F5}}@-moz-keyframes ap-anim-android-button-active{100%{background:#F5F5F5}}@-webkit-keyframes ap-anim-android-button-active{100%{background:#F5F5F5}}@-o-keyframes ap-anim-android-button-active{100%{background:#F5F5F5}}.ap-theme-windows.ap-layout-popup,.ap-theme-windows.ap-layout-popup *{background:#181C18}.ap-theme-windows.ap-layout-popup .ap-cont{width:100%;height:100%;max-width:100%}.ap-theme-windows .ap-bg{font-size:18px;font-family:sans-serif}.ap-theme-windows .ap-header{position:absolute;top:0;left:0;width:100%;height:60px;line-height:75px;text-align:left;text-transform:uppercase;z-index:2}.ap-theme-windows .ap-header__title{color:#FFF;font-size:1em}.ap-theme-windows .ap-button{display:inline-block;cursor:pointer;letter-spacing:0;text-align:center;font-size:1em;height:30px;max-width:50px;margin-left:4px;margin-right:4px;color:#FFF}.ap-theme-windows .ap-button-icon{height:32px;font-size:32px;position:relative;bottom:-8px}.ap-theme-windows .ap-button-text{display:inline-block;width:100%;font-size:.5em;text-transform:lowercase;position:relative;bottom:0}.ap-theme-windows .ap-content{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;max-width:none}.ap-theme-windows .ap-content-top,.ap-theme-windows .ap-content-bottom{font-size:.9em}.ap-theme-windows .ap-content-top{position:absolute;top:60px;width:100%;z-index:2;height:auto;padding:4px 16px}.ap-theme-windows .ap-content-bottom{position:absolute;bottom:59px;width:100%;z-index:2;height:auto;padding:2px 16px}.ap-theme-windows .ap-footer{position:absolute;bottom:0;left:0;width:100%;height:50px;padding:0 16px;text-align:center;z-index:2;}.ap-theme-windows .ap-component-gradient{background:transparent}.ap-theme-windows .ap-content-middle{padding:0 10px}.ap-theme-windows .ap-content-switch{display:inline-block;height:0;float:right;margin-right:2px;margin-top:0;margin-bottom:0}.ap-theme-windows .ap-content-switch-tab{border:1px solid #ADADAD;font-size:.7em;color:#ADADAD}.ap-dir-ltr.ap-theme-windows .ap-content-switch-date{border-top-left-radius:0;border-bottom-left-radius:0}.ap-dir-rtl.ap-theme-windows .ap-content-switch-date{border-top-right-radius:0;border-bottom-right-radius:0;margin-left:-1px}.ap-dir-ltr.ap-theme-windows .ap-content-switch-time{border-top-right-radius:0;border-bottom-right-radius:0;margin-left:-2px}.ap-dir-rtl.ap-theme-windows .ap-content-switch-time{border-top-left-radius:0;border-bottom-left-radius:0}.ap-theme-windows .ap-content-switch-selected{background:#ADADAD!important;color:#181C18}.ap-theme-windows .ap-component-plus,.ap-theme-ios .ap-component-minus{color:#BDBDBD}.ap-theme-windows .ap-component-label{color:#8D001F}.ap-theme-windows .ap-row{color:#FFF}.ap-theme-windows .ap-row-content{background:transparent;font-size:1.8em;text-align:left;width:100%;height:80px;line-height:80px;padding-left:4px;position:absolute;bottom:0;left:0}.ap-theme-windows .ap-row-label{background:transparent;font-size:.7em;text-transform:lowercase;text-align:left;padding-left:3px;width:100%;height:20px;line-height:20px;position:absolute;bottom:0;left:0}.ap-theme-windows .ap-row-bg{position:relative;margin:4px;border:2px solid #181C18}.ap-theme-windows .ap-row-selected .ap-row-bg{background:#4B4D4A!important;border:2px solid #4B4D4A}.ap-theme-windows .ap-row-selected .ap-row-content{color:#FFF!important}.ap-theme-windows .ap-row-selected .ap-row-label{color:#A7A8A7!important}.ap-theme-windows .ap-component:not(.ap-component-modifying) .ap-row-content{color:transparent}.ap-theme-windows .ap-component:not(.ap-component-modifying) .ap-row-label{color:transparent}.ap-theme-windows .ap-component.ap-component-modifying .ap-row-bg{border:2px solid #4B4D4A}.ap-theme-windows .ap-component.ap-component-modifying .ap-row-content{color:#ADADAD}.ap-theme-windows .ap-component.ap-component-modifying .ap-row-label{color:#5F5F5F}.ap-theme-windows .ap-component.ap-component-modifying .ap-row-content{color:#ADADAD}.ap-theme-windows .ap-component.ap-component-modifying .ap-row-bg{color:#000}.ap-theme-windows .ap-row-disabled{color:#9E9E9E}.ap-theme-windows .ap-component-selector{left:0;width:100%;border-top:0;border-bottom:0;background:transparent}@media only screen and (orientation :landscape){.ap-theme-windows .ap-header{height:40px;line-height:40px}.ap-theme-windows .ap-content-top{top:31px}.ap-theme-windows .ap-content-bottom{bottom:60px}.ap-theme-windows .ap-row-content{font-size:1.3em;height:60px;line-height:60px}.ap-theme-windows .ap-row-label{font-size:.6em}.ap-theme-windows .ap-button-icon{height:24px;font-size:24px;position:relative;bottom:-12px}}@font-face{font-family:anypicker-font;src:url(fonts/anypicker-font.eot)}@font-face{font-family:anypicker-font;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAvQAAAC8AAAAYGNtYXDmP+C4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5Zk9FXHgAAAGAAAAEFGhlYWQGjJupAAAFlAAAADZoaGVhB8IDzQAABcwAAAAkaG10eCYAAAAAAAXwAAAAMGxvY2EEPgMmAAAGIAAAABptYXhwABAAUQAABjwAAAAgbmFtZTvtFloAAAZcAAABznBvc3QAAwAAAAAILAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg4APmA//9//8AAAAAACDgAOYA//3//wAB/+MgBBoIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAADABAACwAADAAAlIQkBBAD8AAIAAgDAAgD+AAAAAQAAAHcEAAMJAAUAAAEnCQEHAQQAkf6R/pGRAgACd5L+kQFvkv4AAAEAAADABAACwAACAAATCQEAAgACAALA/gACAAABAAAAcgP6AwgAGwAACQEmIgcBDgEVFBYfAR4BMzI2NwkBFjI/ATY0JwP6/hUGEgb+FQMDAwOIAwcEBAgDAVUBVQYSBYgGBgEdAesGBv4VAwgEBAgCiAMDAwMBVf6rBgaIBhEGAAAAAAMAAP/ABAADwAAUACkAPwAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CIxMjNTQmKwEiBh0BFBY7ATI2PQE0JiMCAGq7i1BQi7tqaruLUFCLu2pYmnJDQ3KaWFiackNDcppYvZAUDhYOFBQOyA4UFA4DwFCLu2pqu4tQUIu7amq7i1D8WUNymlhYmnJDQ3KaWFiackMB1KYOFBQO3g4UFA4WDhQAAAAAAwAA/8AEAAPAABQAKQBLAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjEyYiDwEnJiIPAQYUHwEUMBUXFDIxFxYyPwE+AT8BNjQvAQIAaruLUFCLu2pqu4tQUIu7aliackNDcppYWJpyQ0NymlipChsKm1oKHAoQCgpxEAECChwKEAMEAagKChADwFCLu2pqu4tQUIu7amq7i1D8WUNymlhYmnJDQ3KaWFiackMCHQoKm1oKChAKHApwAQEPAQIKChECBwSoChwJEAADAAD/wAQAA8AAFAApAE4AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMTJyYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjI/ATY0LwE3NjQnAgBqu4tQUIu7amq7i1BQi7tqWJpyQ0NymlhYmnJDQ3KaWKMQChwJZGQJHAoQCQlkZAkJEAocCWRkCRwKEAkJZGQJCQPAUIu7amq7i1BQi7tqaruLUPxZQ3KaWFiackNDcppYWJpyQwI6EAkJZGQJCRAKHAlkZAkcChAJCWRkCQkQChwJZGQJHAoAAAADAAD/wAQAA8AAFAApADoAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMTISIGHQEUFjMhMjY9ATQmIwIAaruLUFCLu2pqu4tQUIu7aliackNDcppYWJpyQ0Nymlin/rIOExMOAU4OExMOA8BQi7tqaruLUFCLu2pqu4tQ/FlDcppYWJpyQ0NymlhYmnJDAdQUDhYOFBQOFg4UAAEAAAABGZrL7g4nXw889QALBAAAAAAA0baeyQAAAADRtp7JAAD/wAQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAwEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeAC4AQgBQAIQA3AFGAbgCCgAAAAEAAAAMAE8AAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQANAAAAAQAAAAAAAgAHAJYAAQAAAAAAAwANAEgAAQAAAAAABAANAKsAAQAAAAAABQALACcAAQAAAAAABgANAG8AAQAAAAAACgAaANIAAwABBAkAAQAaAA0AAwABBAkAAgAOAJ0AAwABBAkAAwAaAFUAAwABBAkABAAaALgAAwABBAkABQAWADIAAwABBAkABgAaAHwAAwABBAkACgA0AOxBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRWZXJzaW9uIDEuMQBWAGUAcgBzAGkAbwBuACAAMQAuADFBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJBbnlQaWNrZXJGb250AEEAbgB5AFAAaQBjAGsAZQByAEYAbwBuAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');font-weight:400;font-style:normal}[class^=ap-icon-],[class*=" ap-icon-"]{font-family:anypicker-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ap-icon-now:before{content:"\e600"}.ap-icon-set:before{content:"\e601"}.ap-icon-cancel:before{content:"\e602"}.ap-icon-clear:before{content:"\e603"}.ap-icon-arrow-up-filled:before{content:"\e000"}.ap-icon-arrow-down:before{content:"\e001"}.ap-icon-arrow-down-filled:before{content:"\e002"}.ap-icon-arrow-up:before{content:"\e003"}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}