html {
	position: relative;
	width:100%;
	min-height: 100vh;
	box-sizing: border-box;
}
body {
	width:100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}
body.modal-open {overflow: hidden;}
h1 {
	margin: 0px;
	font-size: 54px;
	font-weight: 500;
}
h2 {
	margin: 0px;
	font-size: 42px;
	font-weight: 500;
}
h3 {
	margin: 0px;
	font-size: 36px;
	font-weight: 500;
}
h4 {
	margin: 0px;
	font-size: 28px;
	font-weight: 500;
}
h5 {
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
}
p {
	margin: 0px;
	padding: 0px;
}
a,button {cursor: pointer;}
*:focus {outline: none;}
footer {
	position: relative;
	min-height: 30px;
}
input[type="number"] {-moz-appearance:textfield;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div[id^='page-row-'] {
	position: relative;
	min-height: 50px;
}
#overlay {
	display: none;
	position: fixed;
	z-index: 1015;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
#top,
#grobalnav,
#localnav {
	margin: 0px;
	padding: 0px;
	transition-property: top;
	transition-duration: 300ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}
#grobal-menu-list {visibility:hidden;}
#main {
	position: relative;
	margin: 0px;
}
#main > .row {position: relative;}
#main-left,
#main-right {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#contents {position: relative;}
#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#link.modal .modal-header,
#image.modal .modal-header,
#confirm.modal .modal-header,
#message.modal .modal-header {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	z-index: 100;
	border-bottom: 0px;
	border-radius: 6px 6px 0px 0px;
}
#link.modal .modal-header .close,
#image.modal .modal-header .close,
#message.modal .modal-header .close {
	opacity: 1;
	margin-top: 0px;
	margin-left: 15px;
	font-size: 18px;
	font-weight: normal;
	color:inherit;
	text-shadow:inherit;
}
#link.modal .modal-header .modal-title,
#image.modal .modal-header .modal-title {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
#link.modal .modal-body,
#image.modal .modal-body {padding-top: 0px;}
#image.modal .image-enlarge {display: none;}
#link.modal .modal-body img,
#link.modal .modal-body video,
#image.modal .image-enlarge img,
#image.modal .image-enlarge video {
	margin: auto;
	outline: none;
}
#image.modal .gallery-main {
	display: none;
	width: 100%;
	margin-bottom: 10px;
}
#image.modal .gallery-main img,
#image.modal .gallery-main video {
	object-fit: contain;
	margin: auto;
	outline: none;
}
#image.modal .gallery-thumbs {
	display: none;
	box-sizing: border-box;
	padding-bottom: 15px;
}
#image.modal .gallery-thumbs .swiper-slide {background-color: #000000;}
#image.modal .caption {margin-top: 10px;}
#image.modal .gallery-thumbs img {
	object-fit: cover;
	width: 100%;
	margin: auto;
	outline: none;
}
#image.modal .gallery-thumbs video {
	object-fit: cover;
	margin: auto;
	outline: none;
}
#confirm.modal p.form-control-static {margin: 0px;}
#confirm.modal .modal-footer,
#message.modal .modal-footer {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0px;
	text-align: center;
	padding-bottom: 30px;
	background-color: inherit;
	border-top: 0px;
	border-radius: 0px 0px 6px 6px;
}
#message.modal .modal-header {border-bottom: 0px;}
#message.modal .modal-footer {border-top: 0px;}
#message.modal .panel-default {
	margin-bottom: 0px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-bottom: 0px;
}
#message.modal .panel-default>.panel-heading {background-color: #ffffff;}
#message.modal .panel-default>.panel-heading .caret {margin-top: 10px;}
.modal .modal-xl {
	width: 85%;
	height: 85%;
	margin: 15px auto;
}
.modal .modal-xl .modal-content {height: 100%;}
.modal .modal-fl {
	top: 0px;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
}
.modal .modal-fl .modal-content {
	height: 100%;
	max-height: 100vh;
	border: 0px none;
	border-radius: 0px;
}
.modal-body .message {padding:15px;}
.row-no-gutters [class*=page-col-] {height:inherit;}
.form-group [class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.row.flexbox:before,
.row.flexbox-sm:before,
.row.flexbox-row-reverse:before,
.row.flexbox-nowrap:before,
.row.flexbox-nowrap-sm:before,
.row.flexbox-nowrap-xs:before,
.row.flexbox:after,
.row.flexbox-sm:after,
.row.flexbox-row-reverse:after,
.row.flexbox-nowrap:after,
.row.flexbox-nowrap-sm:after,
.row.flexbox-nowrap-xs:after {
	display:block !important;
	content: "";
}
.page-row-container,
.section,
.module,
.module .inner,
.module .column-list,
.module .column-1,
.module .column-2,
.module .title,
.module .heading,
.module .heading-detail,
.module .subheading,
.module .subheading-detail,
.module .line,
.module .line-detail,
.module .text,
.module .text-detail,
.module .link,
.module .link-detail,
.module .image,
.module .image-detail,
.module .video,
.module .video-detail,
.module .caption,
.module .caption-detail,
.module .list,
.module .detail-heading,
.module .detail-subheading,
.module .module .detail-text,
.module .detail-image,
.module .detail-video,
.module .detail-link {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.module .list {height: 100%;}
.module .category a,
.module-detail .category a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.module .category-heading,
.module-detail .category-heading {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
	cursor: pointer;
}
.module .content-category-icon,
.module-detail .content-category-icon {right: 10px;}
.module ul.category-menu,
.module-detail ul.category-menu {margin-bottom: 0px;}
.module .category-list,
.module-detail .category-list {
	list-style: none;
	padding: 10px;
}
.module .tag a,
.module .tag-detail a,
.module-detail .tag a,
.module-detail .tag-detail a {
	color: inherit;
	text-decoration: none;
}
.module .category-tabs {overflow-x: auto;}
.module .category-tabs > .tab-menu {
	display: block;
	white-space: nowrap;
}
.module .category-tabs > .tab-menu > li {
	display: inline-block;
	float: none;
}
.module nav {
	width: 100%;
	text-align: center;
}
.module .inner > .row-no-gutters,
.module .list > .row-no-gutters,
.module .column-1 > .row-no-gutters,
.module .column-2 > .row-no-gutters {
	width: 100%;
	height: 100%;
}
.image > a,
.video > a,
.image-detail > a,
.video-detail > a {
	display: block;
	position: relative;
}
.tag > a.btn.active,
.tag-detail > a.btn.active {box-shadow: none;}
.image .image-caption {position: absolute;}
.image .image-caption h1,
.image .image-caption h2,
.image .image-caption h3,
.image .image-caption h4,
.image .image-caption h5,
.image .image-caption p {
	color: inherit;
	text-shadow: inherit;
}
.image .glyphicon-zoom-in,
.image .glyphicon-search,
.image .glyphicon-new-window,
.video .glyphicon-zoom-in,
.video .glyphicon-search,
.video .glyphicon-new-window,
.image-detail .glyphicon-zoom-in,
.image-detail .glyphicon-search,
.image-detail .glyphicon-new-window,
.video-detail .glyphicon-zoom-in,
.video-detail .glyphicon-search,
.video-detail .glyphicon-new-window {
  position: absolute;
  top: unset;
  bottom: 10px;
  right: 10px;
  padding: 5px;
	border-radius: 100%;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	opacity: 0.7;
}
.image.pull-left,
.image.pull-right,
.image-detail.pull-left,
.image-detail.pull-right,
.video.pull-left,
.video.pull-right,
.video-detail.pull-left,
.video-detail.pull-right {z-index: 1;}
.overflow-x-auto li {white-space: nowrap;}
.swiper-content .gallery-main {
	width: 100%;
	margin-bottom: 10px;
}
.swiper-content .gallery-main img,
.swiper-content .gallery-main video {
	object-fit: contain;
	margin: auto;
	outline: none;
}
.swiper-content .gallery-thumbs {
	box-sizing: border-box;
	padding-bottom: 15px;
}
.swiper-content .gallery-thumbs .swiper-slide {background-color: #000000;}
.swiper-content .gallery-thumbs img {
	object-fit: cover;
	width: 100%;
	margin: auto;
	outline: none;
}
.swiper-content .gallery-thumbs video {
	object-fit: cover;
	margin: auto;
	outline: none;
}
.swiper-content .swiper-caption-heading,
.swiper-content .swiper-caption-text {display: none;}
.inherit {background-color: inherit;}
.danger {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}
.embed-responsive-full{height: 100%;}

/*---Form parts---*/
.input-group.time .input-group-addon {cursor: pointer;}
.toggle-button {
	position: relative;
  width: 78px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.toggle-button input[type=checkbox] {display: none;}
.toggle-button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #999;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.toggle-button:after {
	content: "OFF";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 42px;
  height: 26px;
  display: block;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  letter-spacing: .5px;
  box-sizing: border-box;
}
.toggle-button.checked:before {background: #449d44;}
.toggle-button.checked:after {
	content: "ON";
	left: 33px;
	box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
	color: #449d44;
	padding-top: 8px;
}

/*---Login---*/
.form-login {
	display: none;
	max-width: 330px;
	padding: 30px 15px;
	margin: 50px auto;
	border-radius: 6px;
}
.form-login .heading,
.form-login .checkbox {margin-bottom: 10px;}
.form-login .checkbox {font-weight: 400;}
.form-login .form-control {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-login .form-control:focus {z-index: 2;}
.form-login input#inputUserID {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-login input#inputPassword {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.login-info,
.notice-icon {padding: 15px;}
.view-barcode {
	padding: 10px 15px;
	background-color: #FFF;
}
.barcode {margin: auto;}
.login-icon {display: none;}

/* --- PWA ---*/
.visible-pwa-install {display: block;}
.hidden-pwa-install {display: none;}

/* --- 404 ---*/
.not-found {
	display: inline-block;
	padding: 50px;
	margin: auto;
	background-color: rgba(255,255,255,0.3);
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 100%;
	font-size: 72px;
}
.not-found-message {
	padding: 15px;
	margin: auto;
}

/* --- Bootstrap ---*/
.navbar {
	min-height: 30px;
	margin-bottom: unset;
	border: unset;
	border-radius: unset;
}
.btn:hover,
.btn:active,
.btn:focus{
	outline: none;
	box-shadow: none;
}
.modal-content {
	overflow-y: auto;
	max-height: calc(100vh - 60px);
}
.pagination {display: block;}
.pagination > li {display: inline-flex;}

.navbar-collapse {
	border-top: 0px;
	-webkit-box-shadow: none;;
	box-shadow: inset none;;
}
.dropdown-menu {box-shadow: none;}
.help-block {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
  padding-right: 15px;
}
.help-block.with-errors {
	padding-left: 0px;
  padding-right: 0px;
}
.form-horizontal .list {
	padding-left: 15px;
	padding-right: 15px;
}
.form-horizontal .list > .control-label {padding-top: 15px;}

/* --- Swiper ---*/
.swiper-slide {overflow: hidden;}
.swiper-button-prev,
.swiper-button-next {
	color: #FFFFFF !important;
	text-shadow: 0px 1px 2px #666666 !important;
	opacity: 0.8 !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}
.swiper-pagination-bullet {
	background: #666666 !important;
	opacity: 0.8 !important;
}
.swiper-pagination-bullet-active {
	opacity: 0.8 !important;
	background: #FFFFFF !important;
}

/* --- FullCalendar ---*/
.fc .fc-toolbar-chunk button:focus {box-shadow: none !important;}
.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion {color: inherit;}
.fc .fc-daygrid-day-number:hover,
.fc .fc-col-header-cell-cushion {
	cursor: default;
	text-decoration: none;
}
.fc a.fc-daygrid-day-number[data-navlink],
.fc a.fc-col-header-cell-cushion[data-navlink] {
	color: #337ab7;
	cursor: pointer;
}
.fc a.fc-daygrid-day-number[data-navlink]:hover,
.fc a.fc-col-header-cell-cushion[data-navlink]:hover {text-decoration: underline;}
.fc td.fc-day-sat {background-color: #eaf4ff;}
.fc td.fc-day-sun {background-color: #ffeaea;}
.fc .fc-bg-event {opacity: 1;}

/* --- Bootstrap Validator ---*/
.has-error .form-control {background-color: #FFF0F0;}

@media screen and (min-width: 768px) {
	.login-icon,
	.notice-icon,
	.notice-icon-offset {
		position: absolute !important;
		top: 50% !important;
		right: 30px !important;
		transform: translateY(-50%) !important;
		width: 30px;
		text-align: center;
		cursor: pointer;
	}
	.login-icon .glyphicon-user,
	.notice-icon .glyphicon-bell,
	.notice-icon-offset .glyphicon-bell {
		background-color: rgba(255,255,255,0.6);
		border-radius: 100%;
		padding: 5px;
	}
	.notice-icon-offset {right: 60px !important;}
	.localnav-sticky {
		position: -webkit-sticky !important;
		position: sticky !important;
	}
	.content-category-icon {display: none;}
	.flexbox-nowrap .col-sm-12,
	.flexbox-nowrap-sm .col-sm-12 {min-width: 100%;}
	.flexbox-nowrap .col-sm-11
	.flexbox-nowrap-sm .col-sm-11 {min-width: 91.66666667%;}
	.flexbox-nowrap .col-sm-10,
	.flexbox-nowrap-sm .col-sm-10 {min-width: 83.33333333%;}
	.flexbox-nowrap .col-sm-9,
	.flexbox-nowrap-sm .col-sm-9 {min-width: 75%;}
	.flexbox-nowrap .col-sm-8,
	.flexbox-nowrap-sm .col-sm-8 {min-width: 66.66666667%;}
	.flexbox-nowrap .col-sm-7,
	.flexbox-nowrap-sm .col-sm-7 {min-width: 58.33333333%;}
	.flexbox-nowrap .col-sm-6,
	.flexbox-nowrap-sm .col-sm-6 {min-width: 50%;}
	.flexbox-nowrap .col-sm-5,
	.flexbox-nowrap-sm .col-sm-5 {min-width: 41.66666667%;}
	.flexbox-nowrap .col-sm-4,
	.flexbox-nowrap-sm .col-sm-4 {min-width: 33.33333333%;}
	.flexbox-nowrap .col-sm-3,
	.flexbox-nowrap-sm .col-sm-3 {min-width: 25%;}
	.flexbox-nowrap .col-sm-2,
	.flexbox-nowrap-sm .col-sm-2 {min-width: 16.66666667%;}
	.flexbox-nowrap .col-sm-1,
	.flexbox-nowrap-sm .col-sm-1 {min-width: 8.33333333%;}
}

@media screen and (min-width: 992px) {
	.flexbox-nowrap .col-md-12,
	.flexbox-nowrap-sm .col-md-12 {min-width: 100%;}
	.flexbox-nowrap .col-md-11,
	.flexbox-nowrap-sm .col-md-11 {min-width: 91.66666667%;}
	.flexbox-nowrap .col-md-10,
	.flexbox-nowrap-sm .col-md-10 {min-width: 83.33333333%;}
	.flexbox-nowrap .col-md-9,
	.flexbox-nowrap-sm .col-md-9 {min-width: 75%;}
	.flexbox-nowrap .col-md-8,
	.flexbox-nowrap-sm .col-md-8 {min-width: 66.66666667%;}
	.flexbox-nowrap .col-md-7,
	.flexbox-nowrap-sm .col-md-7 {min-width: 58.33333333%;}
	.flexbox-nowrap .col-md-6,
	.flexbox-nowrap-sm .col-md-6 {min-width: 50%;}
	.flexbox-nowrap .col-md-5,
	.flexbox-nowrap-sm .col-md-5 {min-width: 41.66666667%;}
	.flexbox-nowrap .col-md-4,
	.flexbox-nowrap-sm .col-md-4 {min-width: 33.33333333%;}
	.flexbox-nowrap .col-md-3,
	.flexbox-nowrap-sm .col-md-3 {min-width: 25%;}
	.flexbox-nowrap .col-md-2,
	.flexbox-nowrap-sm .col-md-2 {min-width: 16.66666667%;}
	.flexbox-nowrap .col-md-1,
	.flexbox-nowrap-sm .col-md-1 {min-width: 8.33333333%;}
}
@media screen and (min-width: 1200px) {
	.flexbox-nowrap .col-lg-12,
	.flexbox-nowrap-sm .col-lg-12 {min-width: 100%;}
	.flexbox-nowrap .col-lg-11,
	.flexbox-nowrap-sm .col-lg-11 {min-width: 91.66666667%;}
	.flexbox-nowrap .col-lg-10,
	.flexbox-nowrap-sm .col-lg-10 {min-width: 83.33333333%;}
	.flexbox-nowrap .col-lg-9,
	.flexbox-nowrap-sm .col-lg-9 {min-width: 75%;}
	.flexbox-nowrap .col-lg-8,
	.flexbox-nowrap-sm .col-lg-8 {min-width: 66.66666667%;}
	.flexbox-nowrap .col-lg-7,
	.flexbox-nowrap-sm .col-lg-7 {min-width: 58.33333333%;}
	.flexbox-nowrap .col-lg-6,
	.flexbox-nowrap-sm .col-lg-6 {min-width: 50%;}
	.flexbox-nowrap .col-lg-5,
	.flexbox-nowrap-sm .col-lg-5 {min-width: 41.66666667%;}
	.flexbox-nowrap .col-lg-4,
	.flexbox-nowrap-sm .col-lg-4 {min-width: 33.33333333%;}
	.flexbox-nowrap .col-lg-3,
	.flexbox-nowrap-sm .col-lg-3 {min-width: 25%;}
	.flexbox-nowrap .col-lg-2,
	.flexbox-nowrap-sm .col-lg-2 {min-width: 16.66666667%;}
	.flexbox-nowrap .col-lg-1,
	.flexbox-nowrap-sm .col-lg-1 {min-width: 8.33333333%;}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 36px;
		font-weight: 500;
  }
  h2 {
    font-size: 32px;
    font-weight: 500;
  }
  h3 {
    font-size: 28px;
    font-weight: 500;
  }
  h4 {
    font-size: 24px;
    font-weight: 500;
  }
  h5 {
    font-size: 20px;
    font-weight: 500;
  }
	#localnav {
		transition-property: top;
		transition-duration: 300ms;
		transition-delay: 0s;
		transition-timing-function: ease;
	}
	.login-icon,
	.notice-icon,
	.notice-icon-offset {
		float: right;
		padding: 5px;
		text-align: center;
		cursor: pointer;
	}
	.login-icon .glyphicon-user,
	.notice-icon .glyphicon-bell,
	.notice-icon-offset .glyphicon-bell  {
		border-radius: 100%;
		padding: 5px;
	}
	.flexbox-nowrap-xs li {white-space: nowrap;}
	.flexbox-nowrap .col-xs-12,
	.flexbox-nowrap-xs .col-xs-12 {min-width: 100%;}
	.flexbox-nowrap .col-xs-11,
	.flexbox-nowrap-xs .col-xs-11 {min-width: 91.66666667%;}
	.flexbox-nowrap .col-xs-10,
	.flexbox-nowrap-xs .col-xs-10 {min-width: 83.33333333%;}
	.flexbox-nowrap .col-xs-9,
	.flexbox-nowrap-xs .col-xs-9 {min-width: 75%;}
	.flexbox-nowrap .col-xs-8,
	.flexbox-nowrap-xs .col-xs-8 {min-width: 66.66666667%;}
	.flexbox-nowrap .col-xs-7,
	.flexbox-nowrap-xs .col-xs-7 {min-width: 58.33333333%;}
	.flexbox-nowrap .col-xs-6,
	.flexbox-nowrap-xs .col-xs-6 {min-width: 50%;}
	.flexbox-nowrap .col-xs-5,
	.flexbox-nowrap-xs .col-xs-5 {min-width: 41.66666667%;}
	.flexbox-nowrap .col-xs-4,
	.flexbox-nowrap-xs .col-xs-4 {min-width: 33.33333333%;}
	.flexbox-nowrap .col-xs-3,
	.flexbox-nowrap-xs .col-xs-3 {min-width: 25%;}
	.flexbox-nowrap .col-xs-2,
	.flexbox-nowrap-xs .col-xs-2 {min-width: 16.66666667%;}
	.flexbox-nowrap .col-xs-1,
	.flexbox-nowrap-xs .col-xs-1 {min-width: 8.33333333%;}

	/* --- Swiper ---*/
	.swiper-content .gallery-thumbs img {height:75px;}
	.swiper-button-prev {left:0px !important;}
	.swiper-button-next {right:0px !important;}
	.swiper-button-prev::after,
	.swiper-button-next::after {font-size: 20px !important;}

	/* --- FullCalendar ---*/
	.fc .fc-toolbar.fc-header-toolbar {margin-bottom: 5px;}
	.fc .fc-toolbar {flex-wrap: wrap;}
	.fc-toolbar-chunk {padding: 5px 0px;}
	.fc-toolbar-chunk:nth-of-type(3) {margin-left: auto;}
	.fc-toolbar-title{
		display: inline-block;
		margin: 0px !important;
		padding: 5px 10px;
		font-size: 24px !important;
	}
	.fc-prev-button,
	.fc-next-button {
		padding: 5px;
		font-size: 18px;
	}
}
