/* Author:HtmlCoder
* Author URI:http://hom2box.com
* Author e-mail:homebox78@gmail.com
* Version:1.0.1
* Created:October 2018
* License URI:http://hom2box.com/
*/

/* ----------------------------------------------- Global ----------------------------------------------- */

/* choice Language font type*/
		html[lang|=ko] body, html[lang|=ko] .button, html[lang|=ko] input, html[lang|=ko] textarea, html[lang|=ko] select {
			font-weight:400;
			font-family:"NotoSansCJKkr",'Malgun Gothic','맑은 고딕','Nanum Gothic','나눔 고딕','돋움',dotum,sans-serif !important;
		}
		html[lang|=ja] body, html[lang|=ja] .button, html[lang|=ja] input, html[lang|=ja] textarea, html[lang|=ja] select {
			font-weight:400;
			font-family:"NotoSansCJKjp","メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", Sans-serif !important;
		}
		html[lang|=zh-CN] body, html[lang|=zh-CN] .button, html[lang|=zh-CN] input, html[lang|=zh-CN] textarea, html[lang|=zh-CN] select {
			font-weight:400;
			font-family:"NotoSansCJKsc",Arial, Helvetica, tahoma, verdana, "Microsoft Yahei","微软雅黑", 宋体, SimSun, 华文细黑, STXihei, Sans-serif !important;
		}
		html[lang|=zh-TW] body, html[lang|=zh-TW] .button, html[lang|=zh-TW] input, html[lang|=zh-TW] textarea, html[lang|=zh-TW] select {
			font-weight:400;
			font-family:"NotoSansCJKtc",Arial, Helvetica, tahoma, verdana, "Microsoft Yahei","微软雅黑", 宋体, SimSun, 华文细黑, STXihei, Sans-serif !important;
		}

		/* cyrillic-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
		  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}
		/* cyrillic */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
		  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}
		/* greek-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
		  unicode-range: U+1F00-1FFF;
		}
		/* greek */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
		  unicode-range: U+0370-03FF;
		}
		/* vietnamese */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
		  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
		}
		/* latin-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
		  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}
		/* latin */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 300;
		  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
		  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}
		/* cyrillic-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
		  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}
		/* cyrillic */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
		  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}
		/* greek-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
		  unicode-range: U+1F00-1FFF;
		}
		/* greek */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
		  unicode-range: U+0370-03FF;
		}
		/* vietnamese */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
		  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
		}
		/* latin-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
		  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}
		/* latin */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
		  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}
		/* cyrillic-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
		  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}
		/* cyrillic */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
		  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}
		/* greek-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
		  unicode-range: U+1F00-1FFF;
		}
		/* greek */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
		  unicode-range: U+0370-03FF;
		}
		/* vietnamese */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
		  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
		}
		/* latin-ext */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
		  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}
		/* latin */
		@font-face {
		  font-family: 'Roboto';
		  font-style: normal;
		  font-weight: 700;
		  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
		  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}
		.num-webfont {
			font-family: 'Roboto';
			letter-spacing:.0em;
		}
		html[lang|=ko] .ls5 {
			letter-spacing:-.05em;
		}


/* ----------------------------------- Common Customer Group ----------------------------------- */




.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #8c98a4
}

.nav-tabs {
	border-bottom: 1px solid #e3e6f0
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #8f95a0 #8f95a0 #e3e6f0
}

.nav-tabs .nav-link.disabled {
	color: #8c98a4;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #646f79;
	background-color: #fff;
	border-color: #e3e6f0 #e3e6f0 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #137bbe
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}


/* Common */
		.container {
			-webkit-transition-duration:0.35s;
			-moz-transition-duration:0.35s;
			-ms-transition-duration:0.35s;
			-o-transition-duration:0.35s;
			transition-duration:0.35s;
		}
		.container-blue {
			background: -moz-linear-gradient(top, #f6fbff 0%, #ffffff 50%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6fbff), color-stop(50%, #ffffff));
			background: linear, top, #f6fbff 0%, #ffffff 50%;
			background: -o-linear-gradient(top, #f6fbff 0%, #ffffff 50%);
			background: -ms-linear-gradient(top, #f6fbff 0%, #ffffff 50%);
			background: linear, to bottom, #f6fbff 0%, #ffffff 50%;
		}
		@media (min-width:576px) {
			.container {
				width: 100%
			}
		}

		@media (min-width:992px) {
			.container {
				width: 960px
			}
		}

		@media (min-width:1200px) {
			.container {
				width: 1140px
			}
		}
		em {
			font-style:normal;
		}
		.pointer {
			cursor:pointer;
		}
		.clear {
			clear:both;
		}
		.img-centered {
			margin:0 auto;
		}
		b,strong{font-weight:500}
		hr {
			margin-top:15px;
			margin-bottom:13px;
		}
		.thumbnail-card hr {
			border-top-color:#fff;
			opacity:0.1;
			filter:alpha(opacity=10);
		}
		hr.thin {
			margin-top:5px;
			margin-bottom:5px;
			border-top-color:#e5eaee;
		}
		.opacity50 {
			opacity:0.5;
			filter:alpha(opacity=50);
		}
		@media (max-width:767px) {
			hr {
				margin-top:8px;
				margin-bottom:8px;
			}
		}


/* Img */
		.img-responsive {
			width:100%;
		}

		.thumbnail,
		.img-thumbnail,
		.img-rounded {
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.thumbnail {
			padding:0;
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
		}
		a.thumbnail:hover{
			border-color:#aaa;
		}
		.thumbnail.thumbnail-non {
			margin-bottom:15px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
		.thumbnail-card {
			border:none;
			background-color:transparent;
		}
		.thumbnail-card * {
			color:#fff !important;
		}
		.thumbnail-card li {
			opacity:0.9;
			filter:alpha(opacity=90);
		}
		a.thumbnail-hover {
			text-decoration:none;
		}
		a.thumbnail-hover .thumbnail {
			position:relative;
			margin-bottom:10px;
			-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, .03);
			box-shadow:1px 1px 2px rgba(0, 0, 0, .03);
		}
		a.thumbnail-hover .thumbnail:hover{
			text-decoration:none;
			border-color:#bbb;
			-webkit-box-shadow:2px 2px 8px rgba(0, 0, 0, .2);
			box-shadow:2px 2px 8px rgba(0, 0, 0, .2);
		}
		a.thumbnail-hover .thumbnail:before {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			content: "";
			width: 100%;
			height: 100%;
			opacity:.08;
			filter:alpha(opacity=8);
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
			background: linear-gradient(145deg, rgba(0, 0, 0, 0) 20%, #132962 40%, rgba(0, 0, 0, 0) 70%);
		}
		a.thumbnail-hover .thumbnail:after {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			content: "";
			width: 100%;
			height: 100%;
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
			border:1px solid #26b0ff;
			opacity:0;
			filter:alpha(opacity=0);
		}
		a.thumbnail-hover:hover .thumbnail:before {
			height: 0;
			opacity:0;
			filter:alpha(opacity=0);
		}
		a.thumbnail-hover:hover .thumbnail:after {
			opacity:1;
			filter:alpha(opacity=100);
		}
		a.thumbnail-hover .item-box {
			overflow: hidden;
		}
		a.thumbnail-hover .item-box img {
			max-width: 100%;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		a.thumbnail-hover:hover .item-box img {
			-moz-transform: scale(1.08);
			-webkit-transform: scale(1.08);
			transform: scale(1.08);
		}


		.caption {
			padding:9px 0;
			color:#888;
			font-size:100%;
			line-height:20px;
			margin-bottom:10px;
			transition:all 0.2s;
		}
		.thumbnail-card .caption {
			padding:20px;
		}
		.caption.small {
			min-height:50px;
			line-height:17px;
			margin-bottom:0;
		}
		.caption.auto {
			line-height:17px;
			margin-bottom:0;
			padding-top:15px;
			padding-bottom:0;
		}
		.caption .h3,
		.caption .h5 {
			display:block;
			margin-top:0;
		}
		.caption .h6 {
			margin:0;
			font-size:105%;
		}
		.caption em {
			font-style:normal;
		}


/* Background Color */
		.bg-white {
			background-color:#fff !important;
		}
		.bg-gray {
			background-color:#f0f0f0 !important;
		}
		.bg-primary {
			color:#fff;
			background-color:#8bb3e1 !important;
		}
		a.bg-primary:focus,
		a.bg-primary:hover {
			background-color:#2475d0 !important;
		}
		.bg-success {
			background-color:#00b5a8 !important;
		}
		a.bg-success:focus,
		a.bg-success:hover {
			background-color:#00ab9f !important;
		}
		.bg-info {
			background-color:#0fb1c4 !important;
		}
		a.bg-info:focus,
		a.bg-info:hover {
			background-color:#00a2b5 !important;
		}
		.bg-warning {
			background-color:#edc17c !important;
		}
		a.bg-warning:focus,
		a.bg-warning:hover {
			background-color:#e5b05c !important;
		}
		.bg-danger {
			background-color:#f09796 !important;
		}
		a.bg-danger:focus,
		a.bg-danger:hover {
			background-color:#e23b39 !important;
		}


/* Lists */
		ul, ol {
			list-style:none;
			padding-left:12px;
			margin-bottom:20px;
		}
		.list {
			list-style:none;
			padding:0;
			margin:15px 0;
		}
		.list li {
			padding:4px 0;
		}
		.list-triangle a {
			padding-left:27px;
			position:relative;
		}
		.list-triangle a:after {
			font-family:"FontAwesome";
			content:"\f0da";
			position:absolute;
			left:16px;
		}
		.list-icon {
			padding:0;
			margin-top:5px;
			margin-left:2px;
			margin-bottom:10px;
		}
		.list-icon.last {
			margin-bottom:0 !important;
		}
		.list-icon li {
			font-size:.95em;
			line-height:24px;
			padding-left:8px;
			position:relative;
		}
		.list-icon li li {
			font-size:.95em;
			padding-left:5px;
		}
		.list-icon li:after {
			font-size:65%;
			font-family:"FontAwesome";
			content:"\f0da";
			position:absolute;
			left:-1px;
			top:1px;
			opacity:.5;
			filter:alpha(opacity=50);
		}
		.list-icon li li:after {
			font-size:40%;
			content:"\f096";
			left:-4px;
			top:1px;
		}

		.list-side {
			list-style:none;
			padding:0;
			margin:0 0 15px 2px;
			font-size:95%;
			line-height:20px;
		}
		.list-side a {
			display:block;
			color:#888;
			padding-left:9px;
			position:relative;
		}
		.list-side a:after {
			font-family:"FontAwesome";
			content:"\f0da";
			position:absolute;
			top:0;
			left:2px;
			color:#ccc;
			font-size:7px;
		}
		.list-side-check {
			padding:10px 5px;
			height:140px;
			overflow:auto;
			border:1px solid #ddd;
			background-color:#fff;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			-webkit-box-shadow:inset 2px 2px 1px rgba(0, 0, 0, .05);
			box-shadow:inset 2px 2px 1px rgba(0, 0, 0, .05);
		}
		.list-side-check ul {
			list-style:none;
			margin:0;
			padding:0;
			overflow-x:hidden;
		}
		.list-side-check li {
			margin:0;
			padding:0;
		}
		.list-side-check input[type=checkbox] {
			position:relative;
			top:-2px;
			margin-left:8px;
			vertical-align:middle;
		}
		.list-side-check li span {
			margin-left:6px;
			vertical-align:middle;
		}
		.list-side-check label {
			display:block;
			margin:0;
			padding:2px;
			color:#888;
			font-size:90%;
			font-weight:400;
			cursor:pointer
		}
		.list-side-check label:hover {
			color:#fff;
			background-color:#f56954;
		}


/* Typography */
		body {
			color:#666;
			font-size: 14px;
			line-height:1.7;
			overflow-x: hidden;
			background-color:#fff;
			position:relative;
		}


		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			margin-top: 0;
			margin-bottom: .5rem
		}

		p {
			margin-top: 0;
			margin-bottom: 1rem
		}

		.h1,
		.h2,
		.h3,
		.h4,
		.h5,
		.h6,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			margin-bottom: .5rem;
			font-family: inherit;
			font-weight: 500;
			line-height: 1.2;
			color: inherit
		}

		.h1,
		h1 {
			font-size: 2.4rem
		}

		.h2,
		h2 {
			font-size: 2.25rem
		}

		.h3,
		h3 {
			font-size: 1.7rem
		}

		.h4,
		h4 {
			font-size: 1.5rem
		}

		.h5,
		h5 {
			font-size: 1.4rem
		}

		.h6,
		h6 {
			font-size: 1.3rem
		}

		h1 i,
		.h1 i,
		h2 i,
		.h2 i,
		h3 i,
		.h3 i,
		h4 i,
		.h4 i,
		h5 i,
		.h5 i {
			font-size:.9em;
			opacity:.5;
			filter:alpha(opacity=50);
		}
		h1 span,
		.h1 span,
		h2 span,
		.h2 span,
		h3 span,
		.h3 span,
		h4 span,
		.h4 span {
			font-size:.8em;
			filter:alpha(opacity=80);
		}
		a {
			color:#5c5b5b;
			transition: all .3s ease
		}
		a:hover {
			color:#393939;
		}

		a:focus,
		button:focus,
		label:focus,
		area:focus,
		.btn:focus,
		.pointer:focus,
		input[type=file]:focus,
		input[type=checkbox]:focus,
		input[type=radio]:focus,
		.form-control:focus,
		.dropdown-toggle:focus,
		.dropdown-menu>.active>a,
		.dropdown-menu>.active>a:focus,
		.navbar-toggle:focus,
		.carousel-control:focus {
			outline:none !important;
		}

		.lead,
		.large {
			font-size:110% !important;
		}
		.big {
			font-size:120% !important;
		}
		.big1 {
			font-size:130% !important;
		}
		.big2 {
			font-size:140% !important;
		}
		.big3 {
			font-size:140% !important;
		}
		.big4 {
			font-size:150% !important;
		}
		.big5 {
			font-size:160% !important;
		}
		.big6 {
			font-size:180% !important;
		}


.lh16 {
	line-height: 16px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh22 {
	line-height: 22px;
}

.lh24 {
	line-height: 24px;
}

.lh26 {
	line-height: 26px;
}

.lh28 {
	line-height: 28px;
}

.lh30 {
	line-height: 30px;
}

.lh32 {
	line-height: 32px;
}

.lh34 {
	line-height: 34px;
}

.lh36 {
	line-height: 36px;
}

.lh38 {
	line-height: 38px;
}


/* sm */
@media (min-width: 576px) {

	.lh16-sm {
		line-height: 16px;
	}

	.lh18-sm {
		line-height: 18px;
	}

	.lh20-sm {
		line-height: 20px;
	}

	.lh22-sm {
		line-height: 22px;
	}

	.lh24-sm {
		line-height: 24px;
	}

	.lh26-sm {
		line-height: 26px;
	}

	.lh28-sm {
		line-height: 28px;
	}

	.lh30-sm {
		line-height: 30px;
	}

	.lh32-sm {
		line-height: 32px;
	}

	.lh34-sm {
		line-height: 34px;
	}

	.lh36-sm {
		line-height: 36px;
	}

	.lh38-sm {
		line-height: 38px;
	}
}

/* md */
@media (min-width: 768px) {
	.lh16-md {
		line-height: 16px;
	}

	.lh18-md {
		line-height: 18px;
	}

	.lh20-md {
		line-height: 20px;
	}

	.lh22-md {
		line-height: 22px;
	}

	.lh24-md {
		line-height: 24px;
	}

	.lh26-md {
		line-height: 26px;
	}

	.lh28-md {
		line-height: 28px;
	}

	.lh30-md {
		line-height: 30px;
	}

	.lh32-md {
		line-height: 32px;
	}

	.lh34-md {
		line-height: 34px;
	}

	.lh36-md {
		line-height: 36px;
	}

	.lh38-md {
		line-height: 38px;
	}
}

/* lg */
@media (min-width: 992px) {
	.lh16-lg {
		line-height: 16px;
	}

	.lh18-lg {
		line-height: 18px;
	}

	.lh20-lg {
		line-height: 20px;
	}

	.lh22-lg {
		line-height: 22px;
	}

	.lh24-lg {
		line-height: 24px;
	}

	.lh26-lg {
		line-height: 26px;
	}

	.lh28-lg {
		line-height: 28px;
	}

	.lh30-lg {
		line-height: 30px;
	}

	.lh32-lg {
		line-height: 32px;
	}

	.lh34-lg {
		line-height: 34px;
	}

	.lh36-lg {
		line-height: 36px;
	}

	.lh38-lg {
		line-height: 38px;
	}
}

/* xl */
@media (min-width: 1200px) {
	.lh16-xl {
		line-height: 16px;
	}

	.lh18-xl {
		line-height: 18px;
	}

	.lh20-xl {
		line-height: 20px;
	}

	.lh22-xl {
		line-height: 22px;
	}

	.lh24-xl {
		line-height: 24px;
	}

	.lh26-xl {
		line-height: 26px;
	}

	.lh28-xl {
		line-height: 28px;
	}

	.lh30-xl {
		line-height: 30px;
	}

	.lh32-xl {
		line-height: 32px;
	}

	.lh34-xl {
		line-height: 34px;
	}

	.lh36-xl {
		line-height: 36px;
	}

	.lh38-xl {
		line-height: 38px;
	}
}

		.fsbig {
			font-size:600%;
			text-shadow:-2px 3px 0 rgba(0, 0, 0, .2);
		}
		blockquote {
			font-size:100%;
			border-left:none;
			padding-left:0;
			padding-right:0;
		}
		.title {
			margin-top:0;
		}
		.underline {
			text-decoration:underline;
		}
		.text-line {
			position:relative;
			color:#111;
			display:inline-block;
			padding-top:.1em;
			padding-right:.6em;
		}
		.text-line:before {
			position:absolute;
			top:50%;
			left:0;
			z-index:1;
			width: 100%;
			height:6px;
			content: " ";
			margin-top: -3px;
			background-color:#ddd;
			border-radius:8px;
		}
		.text-line strong {
			position:relative;
			z-index:2;
			text-shadow:3px 2px 0 rgba(255, 255, 255, 1);
		}
		@media (max-width:991px){
			.text-line .big4 {
				font-size:115% !important;
			}
			.text-line:before {
				height:5px;
				margin-top: -2px;
				border-radius:6px;
			}
		}

		.text-black,
		.text-black a {
			color:#111 !important;
		}
		.text-info,
		.text-info a {
			color:#333 !important;
		}
		.text-muted,
		.text-muted a {
			color:#999;
		}
		.text-danger,
		.text-danger a {
			color:#fd2c3f;
		}
		.text-primary,
		.text-primary a {
			color:#337ab7;
		}
		.text-warning,
		.text-warning a {
			color:#eb7b04;
		}
		.text-success,
		.text-success a {
			color:#009033;
		}
		.text-overflow {
			width:96%;
			overflow:hidden;
			word-break:break-all;
			white-space:nowrap;
			text-overflow:"...";
		}
		.text-underline {
			text-decoration:underline !important;
		}
		.dblong {
			display:block;
			width:97%;
		}
		.page-header {
			clear:both;
			color:#000;
			margin:20px 0;
			padding:10px 0;
			border-bottom-color:rgba(0, 0, 0, .05);
		}
		.page-header h2 {
			font-size:180%;
		}
		.page-header .vmore {
			color:#2475d0;
			font-size:95%;
			line-height:44px;
			text-transform:uppercase;
		}
		.page-header .vmore i {
			position:relative;
			top:-1px;
			margin-left:4px;
		}
		html[lang|=ko] .page-header {
			letter-spacing:-.05em;
		}
		.nano-small {
			position:relative;
			top:-2px;
			font-size:60% !important;
		}
		small,
		.small {
			font-size:85% !important;
		}
		.small-hb {
			font-size:95% !important;
		}
		p {
			margin:5px 0 20px;
		}


/* pagination */
		.pagination {
			margin:2px 0 10px;
			vertical-align:middle;
		}
		.pagination.pagination-sm {
			margin:2px 0 7px;
		}
		.pagination > li > a,
		.pagination > li > span {
			color:#888;
			background-color:#fff;
			border:1px solid #ddd;
		}
		.pagination > li > a:hover,
		.pagination > li > span:hover,
		.pagination > li > a:focus,
		.pagination > li > span:focus {
			color:#23527c;
			background-color:#eee;
			border-color:#ddd;
		}
		.pagination > .active > a,
		.pagination > .active > span,
		.pagination > .active > a:hover,
		.pagination > .active > span:hover,
		.pagination > .active > a:focus,
		.pagination > .active > span:focus {
			color:#fff;
			background-color:#aaa;
			border-color:#aaa;
		}
		.pagination-li > li {
			float:left;
			margin:0 1px;
		}
		.pagination-li > li .form-control  {
			padding-left:3px;
			padding-right:3px;
		}
		.pagination-li > li:last-child {
			margin-right:0;
		}


/* nav-tabs */
		.nav-tabs {
			clear:both;
			margin-bottom:2px !important;
		}
		.nav-tabs>li>a {
			line-height:1.4;
			margin-right:2px !important;
			background-color:#ddd;
			border-radius:4px 4px 0 0 !important;
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.view-tab.nav-tabs>li>a {
			font-size:1.15em;
			line-height:1.5;
			font-weight: 500;
		}
		.small-tab.nav-tabs>li>a {
			font-size:.95em;
			line-height:1.4;
		}
		@media (max-width:991px) {
			.view-tab.nav-tabs>li>a {
				font-size:1em;
				line-height:1.4;
				padding-left:0;
				padding-right:0;
			}
		}
		@media (max-width:767px) {
			.view-tab.nav-tabs>li>a {
				font-size:.9em;
				line-height:1.2;
			}
		}
		.nav-tabs>li:last-child>a {
			margin-right:0 !important;
		}
		.nav-tabs>li.active>a,
		.nav-tabs>li.active>a:focus,
		.nav-tabs>li.active>a:hover {
			color:#fff;
			border-color:#444 !important;
			background-color:#444;
		}

		.nav-tabs-line {
			margin-bottom:0 !important;
		}
		.nav-tabs-line>li>a {
			color:#444;
			background-color:#f5f8fc;
			border-color:#fff !important;
			border-bottom-color:#ddd !important;
			border-radius:0 !important;
			border-left-width:0 !important;
			border-right-width:0 !important;
		}
		.nav-tabs-line>li.active>a {
			color:#000;
			background-color:#f1f6ff;
			border-color:#fff !important;
			border-width:2px !important;
			border-bottom-color:#000 !important;
			border-radius:0 !important;
			border-left-width:0 !important;
			border-right-width:0 !important;
		}
		.nav-tabs-line>li.active>a:focus,
		.nav-tabs-line>li.active>a:hover {
			color:#000;
			background-color:#f1f6ff !important;
			border-color:#fff !important;
			border-width:2px !important;
			border-bottom-color:#000 !important;
			border-left-width:0 !important;
			border-right-width:0 !important;
		}
		.nav-tabs-line>li>a:focus,
		.nav-tabs-line>li>a:hover {
			background-color:#f1f6ff;
			border-radius:0 !important;
		}

		.nav-tabs-primary>li>a {
			color:#444;
			background-color:#eaf2f9;
			border-color:#eaf2f9 !important;
		}
		.nav-tabs-primary2>li>a {
			color:#444;
			background-color:#fff;
			border-color:#ddd !important;
		}
		.nav-tabs-primary>li.active>a,
		.nav-tabs-primary>li.active>a:focus,
		.nav-tabs-primary>li.active>a:hover {
			color:#fff;
			border-color:#4d7ed1 !important;
			background-color:#4d7ed1;
		}
		.nav-tabs-primary>li>a:focus,
		.nav-tabs-primary>li>a:hover {
			background-color:#c1ddf8;
		}
		.nav-tabs-primary2>li>a:focus,
		.nav-tabs-primary2>li>a:hover {
			border-color:#ccc !important;
		}
		.sub-tabs>li>a {
			font-size:90%;
			line-height:1;
			color:#333;
			border-color:#e5e5e5;
			background-color:#fff;
			text-shadow:-1px -1px 0 rgba(255, 255, 255, .1);
			-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.03);
			-moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.03);
			box-shadow:inset 0 0 0 2px rgba(0,0,0,0.03);
		}
		.sub-tabs>li>a:focus,
		.sub-tabs>li>a:hover {
			color:#fff !important;
			border-color:#333 !important;
			background-color:#444 !important;
		}
		.sub-tabs>li.active>a,
		.sub-tabs>li.active>a:focus,
		.sub-tabs>li.active>a:hover {
			color:#fff !important;
			font-weight:400 !important;
			border-color:#111 !important;
			background-color:#222 !important;
		}
		html[lang|=ko] .nav-tabs {
			letter-spacing:-.05em;
		}


/* Breadcrumb */
		.breadcrumb {
			clear:both;
			padding:0;
			margin:3px 0 0;
			font-size:.9em;
			list-style:none;
			border-radius:0;
			background-color:transparent;
		}
		.breadcrumb .active,
		.breadcrumb .active a {
			color:#2475d0;
		}
		.breadcrumb i {
			color:#999;
			font-size:80%;
			margin-right:4px;
		}
		html[lang|=ko] .breadcrumb {
			letter-spacing:-.05em;
		}


/* Jumbotron */
		.jumbotron {
			color:inherit;
			padding-top:30px;
			padding-bottom:30px;
			margin-bottom:0;
			background-color:#fbfbfb;
			border:1px solid #eee;
		}
		.container .jumbotron {
			padding-left:40px;
			padding-right:40px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.jumbotron p {
			font-size:inherit;
		}
		.jumbotron h1,
		.jumbotron .h1 {
			font-size:340%;
		}
		.jumbotron h2,
		.jumbotron h3,
		.jumbotron h4,
		.jumbotron h5,
		.jumbotron h6 {
			line-height:1.3em;
		}


/* Buttons */
		.btn {
			overflow:hidden;
			height:34px;
			padding:4px 18px 6px 18px;
			color:#fff;
			font-size:13px;
			text-shadow:none;
			line-height:1.4444444;
			border:none;
			vertical-align:middle;
			box-shadow:none !important;
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.timepicker-picker .btn,
		.timepicker-picker .btn.active,
		.timepicker-picker .btn:active,
		.timepicker-picker .btn:hover {
			height:auto !important;
			padding:0 !important;
			color:#000 !important;
			border-radius:0 !important;
			border:none !important;
			background-color:#fff !important;
		}
		.timepicker-picker .btn-primary,
		.timepicker-picker .btn-primary.active,
		.timepicker-picker .btn-primary:active,
		.timepicker-picker .btn-primary:hover {
			color:#fff !important;
			padding:5px 8px !important;
			border:1px !important;
			background-color:#337ab7 !important;
		}
		a.btn,
		.btn-group > a.btn {
			padding:5px 18px;
			line-height:1.7777777 !important;
		}
		.btn-md,
		.btn-group-md > .btn {
			height:36px !important;
			padding:5px 21px !important;
			font-size:15px !important;
			line-height:1.5555555 !important;
		}
		a.btn-md,
		.btn-group-md > a.btn {
			line-height:1.7777777 !important;
		}
		.btn-lg,
		.btn-group-lg > .btn {
			height:43px !important;
			padding:10px 25px !important;
			font-size:16px !important;
			line-height:1.3333333 !important;
		}
		a.btn-lg,
		.btn-group-lg > a.btn {
			line-height:1.5555555 !important;
		}
		.btn-sm,
		.btn-group-sm > .btn {
			height:30px !important;
			padding:2px 14px 4px 14px !important;
			font-size:13px !important;
			line-height:1.5555555 !important;
		}
		a.btn-sm,
		.btn-group-sm > a.btn {
			line-height:1.7777777 !important;
		}
		.btn-xs,
		.btn-group-xs > .btn {
			height:25px !important;
			padding:4px 12px !important;
			font-size:12px !important;
			line-height:1.2222222 !important;
		}
		a.btn-xs,
		.btn-group-xs > a.btn {
			line-height:1.2222222 !important;
		}
		.btn-group {
			margin-bottom:10px;
		}
		.btn i {
			position:relative;
			font-size:1.1em;
			opacity:.8;
			margin:0 2px;
			filter:alpha(opacity=80);
		}
		.btn.btn-default {
			color:#fff !important;
			background-color:#61666d;
		}
		.btn.active,
		.btn:active,
		.btn:hover,
		.btn.active,
		.btn.btn-default:hover,
		.btn.btn-default:active,
		.btn.btn-default.active {
			background-color:#71767c;
		}
		.btn.btn-primary {
			color:#fff !important;
			background-color:#1f8ceb;
		}
		.btn.btn-primary:hover,
		.btn.btn-primary:active,
		.btn.btn-primary.active {
			background-color:#2b98f6;
		}
		.btn.btn-success {
			color:#fff !important;
			background-color:#6bac40;
		}
		.btn.btn-success:hover,
		.btn.btn-success:active,
		.btn.btn-success.active {
			background-color:#85BB59;
		}
		.btn.btn-info {
			color:#fff !important;
			background-color:#0091d4;
		}
		.btn.btn-info:hover,
		.btn.btn-info:active,
		.btn.btn-info.active {
			background-color:#13a6dd;
		}
		.btn.btn-warning {
			color:#fff !important;
			background-color:#f39c12;
		}
		.btn.btn-warning:hover,
		.btn.btn-warning:active,
		.btn.btn-warning.active {
			background-color:#eb7b04;
		}
		.btn.btn-danger {
			color:#fff !important;
			background-color:#fd2c3f;
		}
		.btn.btn-danger:hover,
		.btn.btn-danger:active,
		.btn.btn-danger.active {
			background-color:#fe4a5b;
		}
		.btn.btn-black {
			color:#fff !important;
			background-color:#34384a;
		}
		.btn.btn-black i {
			top:0 !important;
		}
		.btn.btn-black:hover,
		.btn.btn-black:active,
		.btn.btn-black.active {
			background-color:#494c5c;
		}
		.btn.btn-link {
			color:#5c5b5b;
			-webkit-border-radius:0;
			-moz-border-radius:0;
			border-radius:0;
			border:0 !important;
		}
		.btn.btn-link:hover,
		.btn.btn-link:active,
		.btn.btn-link.active {
			color:#333;
			background-color:#fff;
			border:0 !important;
		}
		.btn.btn-check:hover,
		.btn.btn-check:active,
		.btn.btn-check.active,
		.btn.btn-check {
			color:#666;
			padding:0 7px !important;
			border:1px solid #aaa !important;
			background-color:#fff;
		}
		.btn.btn-check i {
			top:-1px !important;
		}
		.btn.btn-check.active {
			color:#fff !important;
			border-color:#378fc7 !important;
			background-color:#50abd5 !important;
		}
		.btn.btn-check.active i {
			opacity:1;
			filter:alpha(opacity=100);
		}
		.btn.btn-outline {
			color:#444 !important;
			border:1px solid #bbb !important;
			background-color:#fff;
		}
		.btn.btn-outline:hover,
		.btn.btn-outline:active,
		.btn.btn-outline.active {
			color:#000;
			border:1px solid #666 !important;
			background-color:#fff;
		}

		


/* Forms */
		.form-control {
			font-size:.9em;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			box-shadow:none;
			border-color:#ddd;
			background-color:#fff;
			padding:2px 25px 2px 5px;
			box-shadow:none !important;
			outline:none !important;
			-webkit-appearance:none;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}
		select.form-control {
			background-repeat:no-repeat;
			background-position:100% 50%;
			background-image:url("img/arr.png");
			background-size:17px 8px;
		}
		.form-group-sm .form-control,
		.input-sm {
			height: 30px;
			padding: 4px 8px;
			font-size: 13px;
			line-height: 1.5;
		}
		.form-group-sm select.form-control,
		select.input-sm {
			height: 30px;
			line-height: 1.4;
			padding-right:20px;
			padding-top: 3px;
			padding-bottom: 3px;
			background-size:13px 6px;
		}
		.form-group-sm .form-control-static {
			height: 30px;
			min-height: 32px;
			padding: 7px 8px;
			font-size: 13px;
			line-height: 1.6;
		}

		.form-group-lg .form-control,
		.input-lg {
			height: 46px;
			padding: 6px 13px;
			font-size: 15px;
			line-height: 1.5;
		}
		.form-group-lg select.form-control,
		select.input-lg {
			height: 46px;
			line-height: 46px;
		}
		.form-group-lg .form-control-static {
			height: 46px;
			min-height: 48px;
			padding: 7px 13px;
			font-size: 12px;
			line-height: 1.5;
		}

		.form-control[readonly] {
			border-color:#ddd;
			background-color:#eee;
		}
		.form-control:focus {
			background-color:#fff;
			border-color:#9bb8df !important;
			box-shadow:none;
		}
		textarea {
			resize:vertical;
		}
		.row,
		.form-horizontal .form-group {
		  margin-right: -5px;
		  margin-left: -5px;
		}
		.row>[class*=col-],
		.form-horizontal .form-group>[class*=col-] {
		  padding-right: 5px;
		  padding-left: 5px;
		}

		.row-space,
		.form-horizontal .row-space {
		  margin-right: -15px;
		  margin-left: -15px;
		}
		.row-space>[class*=col-],
		.form-horizontal .row-space>[class*=col-] {
		  padding-right: 15px;
		  padding-left: 15px;
		}

		.row-space2,
		.form-horizontal .row-space2 {
		  margin-right: -10px;
		  margin-left: -10px;
		}
		.row-space2>[class*=col-],
		.form-horizontal .row-space2>[class*=col-] {
		  padding-right: 10px;
		  padding-left: 10px;
		}

		.row-space3,
		.form-horizontal .row-space3 {
		  margin-right: -20px;
		  margin-left: -20px;
		}
		.row-space3>[class*=col-],
		.form-horizontal .row-space3>[class*=col-] {
		  padding-right: 20px;
		  padding-left: 20px;
		}

		.form-group.has-none {
			border-color:#fff !important;
			box-shadow:none;
		}
		.form-group.has-success label {
			color:#00a65a;
		}
		.form-group.has-success .form-control {
			border-color:#00a65a !important;
			box-shadow:none;
		}
		.form-group.has-warning label {
			color:#f39c12;
		}
		.form-group.has-warning .form-control {
			border-color:#f39c12 !important;
			box-shadow:none;
		}
		.form-group.has-error label {
			color:#f56954;
		}
		.form-group.has-error .form-control {
			border-color:#f56954 !important;
			box-shadow:none;
		}
		.input-group .input-group-addon {
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			background-color:#fbfbfb;
		}
		.input-group-btn>.btn {
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.checkbox,
		.radio {
			padding-left:0;
		}
		.radio-inline input[type=radio],
		.checkbox-inline input[type=checkbox] {
			margin-top:7px;
			margin-left:-17px;
		}
		th .radio-inline input[type=radio],
		th .checkbox-inline input[type=checkbox] {
			margin-top:0;
			margin-left:-17px;
		}
		th.all-check .radio-inline input[type=radio],
		th.all-check .checkbox-inline input[type=checkbox],
		td.check .radio-inline input[type=radio],
		td.check .checkbox-inline input[type=checkbox] {
			margin-top:-4px;
			margin-left:-15px;
		}
		.checkbox-inline,
		.radio-inline {
			position:relative;
			top:-2px;
			padding-left:17px;
		}
		div.form-label {
			display:inline-block;
			max-width:100%;
			margin-bottom:0;
			font-weight:500;
		}
		.form-horizontal .form-control-div {
			display:block;
			width:100%;
			height:30px;
			padding:2px 0;
			font-size:14px;
			line-height:1.42857143;
			color:#555;
		}
		.form-horizontal .form-group {
			padding-bottom:12px;
			border-bottom:1px solid #f1f1f1;
			margin-bottom:10px;
		}
		.form-horizontal .form-control-static {
			font-size:90%;
			padding:0;
			margin:0;
			margin-top:5px;
			min-height:auto;
		}
		.radio-inline label,
		.checkbox-inline label {
			font-weight:400;
		}
		.control-label-ct,
		.form-horizontal .well .control-label-ct,
		.table_write table tr > td .control-label-ct {
			margin-top:5px !important;
		}
		.control-label {
			color:#444;
			font-size:1em;
			font-weight:400;
		}
		.form-horizontal .control-label {
			padding-top:5px;
		}
		@media (min-width:768px) {
			.form-horizontal .form-control-div {
				height:34px;
				padding:6px 0;
			}
		}
		@media only screen and (max-width: 991px) {
			.form-control {
				font-size:.85em;
				padding:6px;
			}
			.form-group-sm .form-control,
			.input-sm {
				font-size: 13px !important;
			}
			.form-group-lg .form-control,
			.input-lg {
				font-size: 14px !important;
			}
			.checkbox-inline label,
			.control-label {
				font-size:.95em;
			}
			.checkbox-inline,
			.radio-inline {
				top:-3px;
			}
			.radio-inline input[type=radio],
			.checkbox-inline input[type=checkbox] {
				margin-top:5px;
			}
		}
		@media (max-width:767px) {
			.form-control-inline {
				vertical-align:middle;
				display:inline-block;
				width:auto;
			}
			.form-horizontal .checkbox-inline,
			.form-horizontal .radio-inline {
				top:-9px;
			}
			.radio-inline input[type=radio],
			.checkbox-inline input[type=checkbox] {
				margin-top:6px;
			}
		}


/* Labels */
		.label {
			display:inline-block;
			overflow:hidden;
			min-width:60px;
			height:34px;
			padding:5px 18px;
			color:#fff;
			text-align:center;
			font-size:14px !important;
			line-height:1.5555555;
			border-radius:2px;
			font-weight:400;
			vertical-align:middle;
			border:1px solid transparent;
			text-shadow:-1px -1px 0 rgba(0, 0, 0, .1);
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.label-lg {
			height:43px !important;
			padding:8px 22px !important;
			font-size:18px !important;
			line-height:1.3333333 !important;
		}
		.label-sm {
			height:30px !important;
			padding:4px 14px !important;
			font-size:13px !important;
			line-height:1.5555555 !important;
		}
		.label-xs {
			height:25px !important;
			padding:4px 10px !important;
			font-size:12px !important;
			line-height:1.2222222 !important;
		}
		html[lang|=ko] .label {
			letter-spacing:-.05em;
		}
		.label.label-default {
			background-color:#999;
		}
		.label.label-primary {
			background-color:#2475d0;
		}
		.label.label-success {
			background-color:#85BB59;
		}
		.label.label-info {
			background-color:#60B8B8;
		}
		.label.label-warning {
			background-color:#f39c12;
		}
		.label.label-danger {
			background-color:#e23b39;
		}


/* Tables */
		.table-scroll {
			height:208px;
			overflow-x:hidden;
			overflow-y:auto;
		}
		.table {
			border-bottom:1px solid #dbdbdb;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
		.table-fixed {
			table-layout:fixed;
		}
		.table.table-flat {
			margin-bottom:0 !important;
			border:0;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
		.table.table-flat thead th {
			padding-top:0 !important;
			padding-bottom:11px !important;
			background-color:transparent;
			border-top-width:0 !important;
			border-color:#999 !important;
		}
		.table.table-flat tbody td {
			padding-top:8px !important;
			padding-bottom:7px !important;
		}
		.table.table-flat-last tbody tr:last-child td {
			padding-bottom:0 !important;
		}
		.table.table-flat tbody tr:first-child td {
			border-top:0 !important;
		}
		.subject-td,
		.table.table-flat tbody td.subject-td {
			overflow:hidden;
			word-break:break-all;
			white-space:nowrap;
			text-overflow:"...";
		}
		.table tr td a {
			text-decoration:none;
		}
		.table-hover>tbody>tr {
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.table-hover>tbody>tr.active>td,
		.table-hover>tbody>tr.active>th,
		.table-hover>tbody>tr>.active,
		.table-hover>tbody>tr>td.active,
		.table-hover>tbody>tr>th.activ {
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.table-hover>tbody>tr:hover {
			background-color:#fbfbfb;
		}
		.table-hover>tbody>tr.active:hover>td,
		.table-hover>tbody>tr.active:hover>th,
		.table-hover>tbody>tr:hover>.active,
		.table-hover>tbody>tr>td.active:hover,
		.table-hover>tbody>tr>th.active:hover {
			background-color:#fbfbfb;
		}
		.diagnosis_table>tbody>tr:hover {
			background-color:#fef9f0;
		}
		.diagnosis_table>tbody>tr.active:hover>td,
		.diagnosis_table>tbody>tr.active:hover>th,
		.diagnosis_table>tbody>tr:hover>.active,
		.diagnosis_table>tbody>tr>td.active:hover,
		.diagnosis_table>tbody>tr>th.active:hover {
			background-color:#fef9f0;
		}
		.table tr th i,
		.table tr td i {
			position:relative;
			top:-1px;
			vertical-align:middle;
			margin:0 2px;
			opacity:0.7;
			filter:alpha(opacity=70);
		}
		.table tr th .btn i,
		.table tr td .btn i {
			margin:0 1px;
			position:relative;
			top:-1px;
		}
		.table .text-overflow a {
			margin-right:4px;
		}
		.table > thead > tr > th {
			color:#393939;
			font-weight:500 !important;
			text-align:center;
			vertical-align:bottom;
			background-color:#fbfbfb;
			padding-top:15px;
			padding-bottom:16px;
			border-color:#dbdbdb !important;
			border-top:2px solid #dbdbdb !important;
			border-bottom:1px solid #dbdbdb !important;
		}
		.table-condensed > thead > tr > th {
			padding-top:8px;
			padding-bottom:9px;
		}
		.table > tbody > tr > td {
			font-weight:400 !important;
			padding-top:14px;
			padding-bottom:14px;
			vertical-align:middle;
		}
		.table > thead > tr > th,
		.table > tbody > tr > td {
			font-size:.9em;
		}
		.table-bordered {
			border-color:#dbdbdb;
		}
		.table-bordered > thead > tr > th,
		.table-bordered > tbody > tr > th,
		.table-bordered > tfoot > tr > th,
		.table-bordered > thead > tr > td,
		.table-bordered > tbody > tr > td,
		.table-bordered > tfoot > tr > td {
			border-color:#dbdbdb;
		}
		.table > tbody > tr.participate-line > td {
			color:#333;
			padding-top:8px;
			padding-bottom:8px;
			background-color:#fffffd;
		}
		.table > tbody > tr.participate-line > td .text-overflow a {
			color:#333;
			font-weight:400;
		}
		.table-condensed > tbody > tr > td {
			padding-top:9px;
			padding-bottom:9px;
		}
		.table>tbody>tr.active>td,
		.table>tbody>tr.active>th,
		.table>tbody>tr>td.active,
		.table>tbody>tr>th.active,
		.table>tfoot>tr.active>td,
		.table>tfoot>tr.active>th,
		.table>tfoot>tr>td.active,
		.table>tfoot>tr>th.active,
		.table>thead>tr.active>td,
		.table>thead>tr.active>th,
		.table>thead>tr>td.active,
		.table>thead>tr>th.active {
			background-color:#fbfbfb;
		}
		.table>tbody>tr.primary>td,
		.table>tbody>tr.primary>th,
		.table>tbody>tr>td.primary,
		.table>tbody>tr>th.primary,
		.table>tfoot>tr.primary>td,
		.table>tfoot>tr.primary>th,
		.table>tfoot>tr>td.primary,
		.table>tfoot>tr>th.primary,
		.table>thead>tr.primary>td,
		.table>thead>tr.primary>th,
		.table>thead>tr>td.primary,
		.table>thead>tr>th.primary {
			background-color:#f5fbff;
		}
		.table>tbody>tr.success>td,
		.table>tbody>tr.success>th,
		.table>tbody>tr>td.success,
		.table>tbody>tr>th.success,
		.table>tfoot>tr.success>td,
		.table>tfoot>tr.success>th,
		.table>tfoot>tr>td.success,
		.table>tfoot>tr>th.success,
		.table>thead>tr.success>td,
		.table>thead>tr.success>th,
		.table>thead>tr>td.success,
		.table>thead>tr>th.success {
			background-color:#f9fff4;
		}
		.table>tbody>tr.info>td,
		.table>tbody>tr.info>th,
		.table>tbody>tr>td.info,
		.table>tbody>tr>th.info,
		.table>tfoot>tr.info>td,
		.table>tfoot>tr.info>th,
		.table>tfoot>tr>td.info,
		.table>tfoot>tr>th.info,
		.table>thead>tr.info>td,
		.table>thead>tr.info>th,
		.table>thead>tr>td.info,
		.table>thead>tr>th.info {
			background-color:#f2ffff;
		}
		.table>tbody>tr.danger>td,
		.table>tbody>tr.danger>th,
		.table>tbody>tr>td.danger,
		.table>tbody>tr>th.danger,
		.table>tfoot>tr.danger>td,
		.table>tfoot>tr.danger>th,
		.table>tfoot>tr>td.danger,
		.table>tfoot>tr>th.danger,
		.table>thead>tr.danger>td,
		.table>thead>tr.danger>th,
		.table>thead>tr>td.danger,
		.table>thead>tr>th.danger {
			background-color:#fff4f2;
		}
		.table>tbody>tr.warning>td,
		.table>tbody>tr.warning>th,
		.table>tbody>tr>td.warning,
		.table>tbody>tr>th.warning,
		.table>tfoot>tr.warning>td,
		.table>tfoot>tr.warning>th,
		.table>tfoot>tr>td.warning,
		.table>tfoot>tr>th.warning,
		.table>thead>tr.warning>td,
		.table>thead>tr.warning>th,
		.table>thead>tr>td.warning,
		.table>thead>tr>th.warning {
			background-color:#fef9f0;
		}
		@media (min-width:992px){
			.table > thead > tr > th,
			.table > tbody > tr > td {
				font-size:.95em;
			}
		}
		@media (min-width:1200px) {
			.table > thead > tr > th,
			.table > tbody > tr > td {
				font-size:1em;
			}
		}
		@media (max-width:1200px) {
			.table.table-flat thead th {
				padding-top:2px !important;
			}
			.table.table-flat tbody td {
				padding-top:8px !important;
				padding-bottom:8px !important;
			}
			.table.table-flat tfoot td {
				padding-top:7px !important;
				padding-bottom:8px !important;
			}
		}
		@media (max-width:992px) {
			.table.table-flat tbody td {
				padding-top:9px !important;
				padding-bottom:9px !important;
			}
			.table.table-flat thead th {
				padding-top:7px !important;
			}
			.table.table-flat tfoot td {
				padding-top:5px !important;
				padding-bottom:1px !important;
			}
		}
		@media (max-width:767px) {
			.table-scroll {
				height:218px;
			}
		}


/* Nav */
		.tab-content {
			padding:10px 0;
		}
		.nav > li > a {
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.nav-pills > li.active > a,
		.nav-pills > li.active > a:hover,
		.nav-pills > li.active > a:focus,
		.nav-pills > li > a:hover {
			color:#fff;
			background-color:#2475d0;
			border-color:#2475d0;
		}
		.nav-pills > li > a {
			padding:8px 20px;
			margin:0 2px;
			border:1px solid #cacaca;
		}


/* Alerts */
		.alert {
			line-height:21px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.alert h5 {
			line-height:21px !important;
		}
		.alert-success {
			color:#7eb154;
			background-color:#f9fff4;
			border-color:#dbefca;
		}
		.alert-success hr {
			border-top-color:#dbefca;
		}
		.alert-success .alert-link {
			color:#639937;
		}

		.alert-primary {
			background-color:#f4f9ff;
			border-color:#cad9ef;
		}
		.alert-primary hr {
			border-top-color:#cad9ef;
		}
		.alert-primary .alert-link {
			color:#639937;
		}

		.alert-info {
			color:#5bafaf;
			background-color:#f2ffff;
			border-color:#c8efef;
		}
		.alert-info hr {
			border-top-color:#c8efef;
		}
		.alert-info .alert-link {
			color:#349898;
		}

		.alert-warning {
			color:#e79411;
			background-color:#fef9f0;
			border-color:#efdfc7;
		}
		.alert-warning hr {
			border-top-color:#efdfc7;
		}
		.alert-warning .alert-link {
			color:#ce8107;
		}

		.alert-danger {
			color:#e96450;
			background-color:#fff4f2;
			border-color:#f0d0cb;
		}
		.alert-danger hr {
			border-top-color:#f0d0cb;
		}
		.alert-danger .alert-link {
			color:#d8503b;
		}


/* Progress bars */
		.progress {
			height:11px;
			margin-bottom:0;
			-webkit-border-radius:1px;
			-moz-border-radius:1px;
			border-radius:1px;
			background-color:#eaeef2;
		}
		.poll .progress {
			margin:6px 0;
		}
		.progress-bar {
			font-size:90%;
			line-height:11px;
			background-color:#accbea;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
		.progress-bar-success {
			background-color:#85BB59;
		}
		.progress-bar-info {
			background-color:#60B8B8;
		}
		.progress-bar-warning {
			background-color:#f39c12;
		}
		.progress-bar-danger {
			background-color:#f56954;
		}


/* List Group Item */
		.list-group-item {
			padding-top:8px;
			padding-bottom:8px;
			border-left-width:0;
			border-right-width:0;
		}
		.list-group-item.active,
		.list-group-item.active:focus,
		.list-group-item.active:hover {
			z-index:2;
			color:#fff;
			background-color:#2475d0;
			border-color:#2475d0;
		}
		.list-group-item:first-child {
			border-top-left-radius:2px;
			border-top-right-radius:2px;
		}
		.list-group-item.first-child {
			padding-top:0;
			padding-left:0;
			padding-right:0;
			border-top:none;
		}
		.list-group-item:last-child {
			border-bottom-right-radius:2px;
			border-bottom-left-radius:2px;
		}


/* Panel */
		.panel {
			border-radius:2px;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
		.panel-sm {
			margin-bottom:15px;
		}
		.panel-sm .panel-body{
			min-height:59px;
			padding:7px 15px;
		}
		.panel-heading {
			padding:10px 15px 9px;
			border-top-left-radius:2px;
			border-top-right-radius:2px;
		}
		html[lang|=ko] .panel-heading {
			letter-spacing:-.05em;
		}
		.panel-sm .panel-heading {
			padding:7px 15px 5px;
		}
		.panel-heading h2,
		.panel-heading .h2,
		.panel-heading h3,
		.panel-heading .h3,
		.panel-heading h4,
		.panel-heading .h4,
		.panel-heading h5,
		.panel-heading .h5,
		.panel-heading h6,
		.panel-heading .h6 {
			margin-top:0;
			margin-bottom:0;
		}
		.panel-heading h4 span {
		position:relative;
		top:-1px;
		}
		.panel-heading .clickable,
		.panel-heading .clickable-more {
			padding:5px 10px;
			margin-top:-25px;
			margin-right:-10px;
			font-size:14px;
			cursor:pointer;
		}
		.panel-title {
			line-height:19px;
		}
		.panel-title.view-title {
			line-height:24px;
			margin-bottom:15px;
		}
		.panel-body p:last-child,
		.panel-body .form-group:last-child {
			margin-bottom:0;
			border:0;
		}
		.panel-footer {
			border-bottom-right-radius:2px;
			border-bottom-left-radius:2px;
		}

		.panel-default {
			border-color:#ddd;
		}
		.panel-default>.panel-heading {
			color:#444;
			background-color:#fbfbfb;
			border-color:#ddd;
		}
		.panel-default>.panel-heading .badge {
			color:#444;
			background-color:#fff;
		}
		.panel-primary>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#ddd;
		}

		.panel-primary {
			border-color:#cee2f1;
		}
		.panel-primary>.panel-heading {
			color:#4598d6;
			background-color:#f6fbff;
			border-color:#cee2f1;
		}
		.panel-primary>.panel-heading+.panel-collapse>.panel-body {
			border-top-color:#cee2f1
		}
		.panel-primary>.panel-heading .badge {
			color:#4598d6;
			background-color:#fff;
		}
		.panel-primary>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#cee2f1;
		}

		.panel-success {
			border-color:#dbefca;
		}
		.panel-success>.panel-heading {
			color:#7eb154;
			background-color:#f9fff4;
			border-color:#dbefca;
		}
		.panel-success>.panel-heading+.panel-collapse>.panel-body {
			border-top-color:#dbefca
		}
		.panel-success>.panel-heading .badge {
			color:#7eb154;
			background-color:#fff;
		}
		.panel-success>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#dbefca;
		}

		.panel-info {
			border-color:#c8efef;
		}
		.panel-info>.panel-heading {
			color:#5bafaf;
			background-color:#f2ffff;
			border-color:#c8efef;
		}
		.panel-info>.panel-heading+.panel-collapse>.panel-body {
			border-top-color:#c8efef
		}
		.panel-info>.panel-heading .badge {
			color:#5bafaf;
			background-color:#fff;
		}
		.panel-info>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#c8efef;
		}

		.panel-warning {
			border-color:#efdfc7;
		}
		.panel-warning>.panel-heading {
			color:#e79411;
			background-color:#fef9f0;
			border-color:#efdfc7;
		}
		.panel-warning>.panel-heading+.panel-collapse>.panel-body {
			border-top-color:#efdfc7
		}
		.panel-warning>.panel-heading .badge {
			color:#e79411;
			background-color:#fff;
		}
		.panel-warning>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#efdfc7;
		}

		.panel-danger {
			border-color:#f0d0cb;
		}
		.panel-danger>.panel-heading {
			color:#e96450;
			background-color:#fff4f2;
			border-color:#f0d0cb;
		}
		.panel-danger>.panel-heading+.panel-collapse>.panel-body {
			border-top-color:#f0d0cb
		}
		.panel-danger>.panel-heading .badge {
			color:#e96450;
			background-color:#fff;
		}
		.panel-danger>.panel-footer+.panel-collapse>.panel-body {
			border-bottom-color:#f0d0cb;
		}


/* Well */
		.well {
			background-color:#fbfbfb;
			border-color:#e4e4e4;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.well.well-black {
			padding-top:40px;
			padding-bottom:40px;
			background-color:#fff;
			border-color:#ddd;
			border-right-color:#c2c2c2;
			border-bottom-color:#c2c2c2;
		}
		.well.well-blue {
			margin:20px 0;
			padding-top:30px;
			padding-bottom:30px;
			background-color:#fbfdff;
			border-color:#dbe5ed;
		}
		.well.well-non {
			border-width:0;
		}
		.well p:last-child {
			margin-bottom:0;
		}
		.well.wh-bg {
			font-size:.95em;
			margin:10px 0;
			padding:15px;
			background-color:#fff;
			border-color:#ddd;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
		.well.wh-white {
			font-size:1em;
			margin:15px 0;
			padding:15px 20px;
			background-color:#fff;
			border-color:#ddd;
		}
		.well .form-group:last-child {
			padding-bottom:0;
			border-bottom:0;
			margin-bottom:0;
		}
		.well-lg {
			padding:26px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.well-sm {
			padding:9px 12px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		@media only screen and (max-width: 991px) {
			.well {
				font-size:.95em;
			}
			.well.wh-bg {
				margin-bottom:20px;
			}
		}
		@media only screen and (max-width: 767px) {
			.well.wh-bg {
				font-size:.9em;
				margin-bottom:0;
			}
			.well.well-blue {
				font-size:.9em;
				line-height:22px;
				margin:15px 0;
				padding-top:20px;
				padding-bottom:20px;
			}
		}


/* Modals */
		.modal-open-main{
			overflow:auto;
			padding:0 !important;
		}
		.modal.layer-pop {
			position:absolute !important;
			right:auto !important;
			bottom:auto !important;
			overflow-x:hidden !important;
			overflow-y:auto !important;
			padding:0 !important;
			-webkit-box-shadow:none !important;
			-moz-box-shadow:none !important;
			box-shadow:none !important;
		}
		.modal.layer-pop .modal-content {
			padding:0 !important;
			margin:5px !important;
			border:2px solid #338edf;
			-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
			-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
			box-shadow:0 0 5px rgba(0,0,0,0.3);
		}
		.modal-dialog {
			margin-top:2.5%;
		}
		.modal-content {
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.modal-header {
			color:#fff;
			background-color:#338edf;
		}
		.modal-header .modal-title {
			color:#fff;
			font-size:140%;
			font-weight:500;
			line-height:23px;
			margin:0;
			padding-top:2px;
			padding-right:30px;
		}
		html[lang|=ko] .modal-header .modal-title {
			letter-spacing:-.05em;
		}
		.modal-header .close {
			color:#000;
			font-size:230%;
			line-height:30px;
			text-shadow:none;
			filter:alpha(opacity=100);
			opacity:1;
		}
		.modal-footer {
			padding:15px;
		}
		@media (min-width:768px) {
			.modal-sm {
				width:360px;
			}
		}


/* zipcode */



/* Page Loader */
		.page-loader {
			position:absolute;
			left: 50%;
			top: 50%;
			width: 110px;
			height: 110px;
			margin: -55px 0 0 -55px;
			border-radius: 50%;
			-webkit-box-shadow:3px 3px 0 rgba(0,0,0,0.2);
			-moz-box-shadow:3px 3px 0 rgba(0,0,0,0.2);
			box-shadow:3px 3px 0 rgba(0,0,0,0.2);
			background-color:#fff;
			background-image:url("img/logomark.svg");
			background-repeat:no-repeat;
			background-position:50% 50%;
			background-size:110px 110px;
			z-index: 1001;
			-webkit-animation: rotation1 1.5s 2, 0, infinite;
		}
		.page-loader-img {
			width:110px;
			height:110px;
			margin:0 auto;
			text-indent:-9999px;
			background-image:url("/_upload/logo/1583712248_871.png");
			background-repeat:no-repeat;
			background-position:50% 50%;
			background-size:110px 110px;
			-webkit-animation: rotation2 1.5s 2, 0, infinite;
		}
		@-webkit-keyframes rotation1 {
				from {
						-webkit-transform: rotateY(0deg);
				}
				to {
						-webkit-transform: rotateY(360deg);
				}
		}
		@-webkit-keyframes rotation2 {
				from {
						-webkit-transform: rotateY(0deg);
				}
				to {
						-webkit-transform: rotateY(360deg);
				}
		}


/* Page Not Found */
		.pagenot {
			padding:20px 20px 60px;
			margin:30px auto;
			text-align:center;
			position:relative;
		}
		html[lang|=ko] .pagenot {
			letter-spacing:-.05em;
		}
		.pagenot .big_font {
			font-size:1250%;
			color:#314D68;
			font-weight:bold;
			padding:0;
		}
		.pagenot-text {
			position:absolute;
			top:139px;
			background-color:#fff;
			background-color:rgba(255, 255, 255, .8);
			width:100%;
		}
		.pagenot-text .small_font {
			color:#314D68;
			font-size:120%;
			padding:12px 0;
			margin:0;
		}
		.pagenot  p {
			font-size:110%;
			line-height:1.8em;
			padding:0;
			width:80%;
			margin:0 auto;
		}



/* ------------------------------------- Plugin Customer Group ------------------------------------- */



/* carousel */
		.carousel {
			/*
			-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, .1);
			box-shadow:0 3px 6px rgba(0, 0, 0, .1);
			*/
		}
		.carousel-indicators {
			bottom:5px;
			width:100%;
			left:0;
		}
		.carousel-indicators li {
			width:14px;
			height:14px;
			margin:2px;
			border-radius:14px;
		}
		.carousel-indicators .active {
			width:15px;
			height:15px;
			margin:2px;
		}
		.carousel-control.left,
		.carousel-control.right {
			background-image:none;
			filter:none;
		}
		.carousel-caption {
			top:30%;
			left:14%;
			right:14%;
			bottom:auto;
			overflow:hidden;
			padding-top:15px;
			padding-bottom:5px;
			text-shadow:0 0 3px rgba(0, 0, 0, .15);
		}
		.carousel-caption h2 {
			color:#fff;
			font-size:175%;
			font-weight:500;
			line-height:26px;
		}
		.carousel-caption h2 a {
			color:#fff;
			text-decoration:none;
		}
		.carousel-caption p {
			opacity:1 !important;
			filter:alpha(opacity=80) !important;
		}
		.big .carousel-caption h2 {
			font-size:105%;
			line-height:40px;
			letter-spacing:-.05em;
			margin-top:10px;
			margin-bottom:10px;
		}
		.carousel-caption p {
			margin:5px 0;
			color:#fff;
			font-weight:500;
			letter-spacing:-.05em;
			text-transform:uppercase;
		}
		.big .carousel-caption p {
			font-size:80%;
			margin-bottom:15px;
		}
		.carousel-caption a.btn-more {
			display:inline-block;
			overflow:hidden;
			height:43px;
			margin:0 auto;
			margin-top:25px;
			color:#fff;
			font-size:110%;
			letter-spacing:.1em;
			text-transform:uppercase;
			text-shadow:-1px -1px 0 rgba(0, 0, 0, .1);
			padding-top:10px;
			padding-bottom:10px;
			border:0;
			background-color:#59b4de;
			-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
			box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
		}
		.carousel-caption a.btn-more:hover {
			background-color:#043b72;
			-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
			box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
		}
		.middle .carousel-indicators {
			bottom:-14px;
		}
		.middle .carousel-inner .carousel-caption {
			top:8%;
		}
		.middle .carousel-inner .carousel-caption h2 {
			font-size:180%;
			line-height:24px;
			margin-top:0;
			margin-bottom:0;
		}
		.middle .carousel-caption p {
			font-size:105%;
		}
		.middle .carousel-caption a.btn-more {
			height:37px;
			margin-top:8px;
			font-size:105%;
			padding-top:7px;
			padding-bottom:7px;
		}

		.main-carousel .carousel-control {
			position: absolute;
			top: 17%;
			bottom: 0;
			left: 3px;
			width: 24px;
			height:25px;
			margin-top:-16px;
			color: #1f8ceb;
			line-height:25px;
			text-align: center;
			text-shadow: none;
			filter: alpha(opacity=60);
			opacity: .6
		}
		.main-carousel .carousel-control.right {
			right: 3px;
			left: auto;
		}
		.main-carousel .carousel-control:focus,
		.main-carousel .carousel-control:hover {
			color: #1f8ceb;
			text-decoration: none;
			filter: alpha(opacity=100);
			outline: 0;
			opacity: 1
		}
		.main-carousel .carousel-control .icon-next,
		.main-carousel .carousel-control .icon-prev {
			position: absolute;
			top: 25%;
			z-index: 5;
			font-size:25px;
			display: inline-block;
			margin-top: -1px
		}
		.main-carousel .carousel-control .icon-prev {
			margin-left: -15px
		}
		.main-carousel .carousel-control .icon-next {
			margin-right: -15px
		}
		.carousel-control .icon-prev:before,
		.carousel-control .icon-next:before {
			content: '' !important;
		}


/* Core Owl Carousel CSS File v1.3.3 */
		/* clearfix */
		.owl-carousel .owl-wrapper:after {
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			line-height:0;
			height:0;
		}
		.owl-carousel {
			margin-bottom:10px;
			display:none;
			position:relative;
			width:100%;
			-ms-touch-action:pan-y;
		}
		.owl-carousel .owl-wrapper {
			display:none;
			position:relative;
			-webkit-transform:translate3d(0, 0, 0);
		}
		.owl-carousel .owl-wrapper-outer {
			overflow:hidden;
			position:relative;
			width:100%;
		}
		.owl-carousel .owl-wrapper-outer.autoHeight {
			-webkit-transition:height 500ms ease-in-out;
			-moz-transition:height 500ms ease-in-out;
			-ms-transition:height 500ms ease-in-out;
			-o-transition:height 500ms ease-in-out;
			transition:height 500ms ease-in-out;
		}
		.owl-carousel .owl-item {
			float:left;
		}
		.owl-controls .owl-page,
		.owl-controls .owl-buttons div {
			cursor:pointer;
		}
		.owl-controls {
			-webkit-user-select:none;
			-khtml-user-select:none;
			-moz-user-select:none;
			-ms-user-select:none;
			user-select:none;
			-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		}
		/* mouse grab icon */
		.grabbing {
			cursor:url('img/grabbing.png') 8 8, move;
		}
		/* fix */
		.owl-carousel .owl-wrapper,
		.owl-carousel .owl-item {
			-webkit-backface-visibility:hidden;
			-moz-backface-visibility:hidden;
			-ms-backface-visibility:hidden;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-ms-transform:translate3d(0,0,0);
		}

/* Owl Carousel Owl Demo Theme */
		.owl-theme .owl-controls {
			margin-top:0;
			text-align:center;
		}
		.owl-theme .owl-controls .owl-buttons div {
			color:#fff;
			display:inline-block;
			zoom:1;
			*display:inline;/*IE7 life-saver */
			margin:5px;
			padding:3px 10px;
			font-size:12px;
			-webkit-border-radius:30px;
			-moz-border-radius:30px;
			border-radius:30px;
			background-color:#869791;
			filter:Alpha(Opacity=50);/*IE7 fix*/
			opacity:0.5;
		}
		.owl-theme .owl-controls.clickable .owl-buttons div:hover {
			filter:Alpha(Opacity=100);/*IE7 fix*/
			opacity:1;
			text-decoration:none;
		}
		.owl-theme .owl-controls .owl-page {
			display:inline-block;
			zoom:1;
			*display:inline;/*IE7 life-saver */
		}
		.owl-theme .owl-controls .owl-page span {
			display:block;
			width:12px;
			height:12px;
			margin:5px 7px;
			filter:Alpha(Opacity=50);/*IE7 fix*/
			opacity:0.5;
			-webkit-border-radius:20px;
			-moz-border-radius:20px;
			border-radius:20px;
			background-color:#869791;
		}
		.owl-theme .owl-controls .owl-page.active span,
		.owl-theme .owl-controls.clickable .owl-page:hover span {
			filter:Alpha(Opacity=100);/*IE7 fix*/
			opacity:1;
		}
		.owl-theme .owl-controls .owl-page span.owl-numbers {
			height:auto;
			width:auto;
			color:#fff;
			padding:2px 10px;
			font-size:12px;
			-webkit-border-radius:30px;
			-moz-border-radius:30px;
			border-radius:30px;
		}
		.owl-item.loading {
			min-height:150px;
			background-image:url("img/AjaxLoader.gif");
			background-repeat:no-repeat;
			background-position:50% 50%;
		}










/* Owl Carousel customer */
		.owl-carousel .item {
			text-align:center;
		}
		.customNavigation {
			text-align:center;
			margin:0 0 20px;
		}
		.customNavigation a {
			-webkit-user-select:none;
			-khtml-user-select:none;
			-moz-user-select:none;
			-ms-user-select:none;
			user-select:none;
			-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		}
		.owl-carousel .owl-item div {
			padding:5px;
		}
		.owl-carousel .owl-item img {
			display:block;
			width:100%;
			height:auto;
			-webkit-border-radius:1px;
			-moz-border-radius:1px;
			border-radius:1px;
		}

	/* Simple Carousel customer */
		.carousel-wrap.simple {
			position:relative;
		}
		.carousel-wrap.simple .owl-carousel {
			margin-bottom:0;
		}
		.carousel-wrap.simple .owl-controls {
			margin-top:0;
			position:absolute;
			left:0;
			bottom:0;
		}
		.carousel-wrap.simple .customNavigation {
			position:absolute;
			right:0;
			top:0;
		}
		.carousel-wrap.simple .owl-item div {
			padding:0;
		}
		.carousel-wrap.simple .owl-pagination {
			margin:0 !important;
			height:25px !important;
			overflow:hidden;
		}
		.carousel-wrap.simple .owl-page span {
			color:#bbb;
			width:auto;
			height:25px !important;
			padding:3px 8px !important;
			font-size:12px !important;
			font-weight:500;
			line-height:1.3333333 !important;
			margin:0 !important;
			margin-right:-1px !important;
			overflow:hidden;
			-webkit-border-radius:0 !important;
			-moz-border-radius:0 !important;
			border-radius:0 !important;
			border:1px solid #6c7785;
			background-color:#333b46;
			background-color:rgba(39, 46, 57, .8);
		}
	/* Showlist Carousel customer */
		.carousel-wrap.widget-showlist {
			position:relative;
		}
		.carousel-wrap.widget-showlist .owl-carousel {
			margin-bottom:0 !important;
		}
		.carousel-wrap.widget-showlist .customNavigation {
			position:absolute;
			right:-1px;
			top:1px;
		}
		.carousel-wrap.widget-showlist .owl-item div {
			padding:0;
		}
		.carousel-wrap.widget-showlist .owl-more {
			color:#bbb;
			width:auto;
			height:25px !important;
			padding:3px 8px !important;
			font-size:12px !important;
			font-weight:500;
			line-height:1.3333333 !important;
			margin:0;
			margin-right:-1px;
			overflow:hidden;
			-webkit-border-radius:0 !important;
			-moz-border-radius:0 !important;
			border-radius:0 !important;
			border:1px solid #6c7785;
			background-color:#333b46;
			background-color:rgba(39, 46, 57, .8);
		}
		.carousel-wrap.widget-showlist .owl-controls,
		.carousel-wrap.widget-showlist .owl-page span {
			display:none;
		}

/* Owl Carousel CSS3 Transitions */
		.owl-origin {
			-webkit-perspective:1200px;
			-webkit-perspective-origin-x:50%;
			-webkit-perspective-origin-y:50%;
			-moz-perspective:1200px;
			-moz-perspective-origin-x:50%;
			-moz-perspective-origin-y:50%;
			perspective:1200px;
		}
		/* fade */
		.owl-fade-out {
			z-index:10;
			-webkit-animation:fadeOut .7s both ease;
			-moz-animation:fadeOut .7s both ease;
			animation:fadeOut .7s both ease;
		}
		.owl-fade-in {
			-webkit-animation:fadeIn .7s both ease;
			-moz-animation:fadeIn .7s both ease;
			animation:fadeIn .7s both ease;
		}
		/* backSlide */
		.owl-backSlide-out {
			-webkit-animation:backSlideOut 1s both ease;
			-moz-animation:backSlideOut 1s both ease;
			animation:backSlideOut 1s both ease;
		}
		.owl-backSlide-in {
			-webkit-animation:backSlideIn 1s both ease;
			-moz-animation:backSlideIn 1s both ease;
			animation:backSlideIn 1s both ease;
		}
		/* goDown */
		.owl-goDown-out {
			-webkit-animation:scaleToFade .7s ease both;
			-moz-animation:scaleToFade .7s ease both;
			animation:scaleToFade .7s ease both;
		}
		.owl-goDown-in {
			-webkit-animation:goDown .6s ease both;
			-moz-animation:goDown .6s ease both;
			animation:goDown .6s ease both;
		}
		/* scaleUp */
		.owl-fadeUp-in {
			-webkit-animation:scaleUpFrom .3s ease both;
			-moz-animation:scaleUpFrom .3s ease both;
			animation:scaleUpFrom .3s ease both;
		}
		.owl-fadeUp-out {
			-webkit-animation:scaleUpTo .3s ease both;
			-moz-animation:scaleUpTo .3s ease both;
			animation:scaleUpTo .3s ease both;
		}
		/* Keyframes */
		/*empty*/
		@-webkit-keyframes empty {
			0% {opacity:1}
		}
		@-moz-keyframes empty {
			0% {opacity:1}
		}
		@keyframes empty {
			0% {opacity:1}
		}
		@-webkit-keyframes fadeIn {
			0% { opacity:0; }
			100% { opacity:1; }
		}
		@-moz-keyframes fadeIn {
			0% { opacity:0; }
			100% { opacity:1; }
		}
		@keyframes fadeIn {
			0% { opacity:0; }
			100% { opacity:1; }
		}
		@-webkit-keyframes fadeOut {
			0% { opacity:1; }
			100% { opacity:0; }
		}
		@-moz-keyframes fadeOut {
			0% { opacity:1; }
			100% { opacity:0; }
		}
		@keyframes fadeOut {
			0% { opacity:1; }
			100% { opacity:0; }
		}
		@-webkit-keyframes backSlideOut {
			25% { opacity:.5; -webkit-transform:translateZ(-500px); }
			75% { opacity:.5; -webkit-transform:translateZ(-500px) translateX(-200%); }
			100% { opacity:.5; -webkit-transform:translateZ(-500px) translateX(-200%); }
		}
		@-moz-keyframes backSlideOut {
			25% { opacity:.5; -moz-transform:translateZ(-500px); }
			75% { opacity:.5; -moz-transform:translateZ(-500px) translateX(-200%); }
			100% { opacity:.5; -moz-transform:translateZ(-500px) translateX(-200%); }
		}
		@keyframes backSlideOut {
			25% { opacity:.5; transform:translateZ(-500px); }
			75% { opacity:.5; transform:translateZ(-500px) translateX(-200%); }
			100% { opacity:.5; transform:translateZ(-500px) translateX(-200%); }
		}
		@-webkit-keyframes backSlideIn {
			0%, 25% { opacity:.5; -webkit-transform:translateZ(-500px) translateX(200%); }
			75% { opacity:.5; -webkit-transform:translateZ(-500px); }
			100% { opacity:1; -webkit-transform:translateZ(0) translateX(0); }
		}
		@-moz-keyframes backSlideIn {
			0%, 25% { opacity:.5; -moz-transform:translateZ(-500px) translateX(200%); }
			75% { opacity:.5; -moz-transform:translateZ(-500px); }
			100% { opacity:1; -moz-transform:translateZ(0) translateX(0); }
		}
		@keyframes backSlideIn {
			0%, 25% { opacity:.5; transform:translateZ(-500px) translateX(200%); }
			75% { opacity:.5; transform:translateZ(-500px); }
			100% { opacity:1; transform:translateZ(0) translateX(0); }
		}
		@-webkit-keyframes scaleToFade {
			to { opacity:0; -webkit-transform:scale(.8); }
		}
		@-moz-keyframes scaleToFade {
			to { opacity:0; -moz-transform:scale(.8); }
		}
		@keyframes scaleToFade {
			to { opacity:0; transform:scale(.8); }
		}
		@-webkit-keyframes goDown {
			from { -webkit-transform:translateY(-100%); }
		}
		@-moz-keyframes goDown {
			from { -moz-transform:translateY(-100%); }
		}
		@keyframes goDown {
			from { transform:translateY(-100%); }
		}
		@-webkit-keyframes scaleUpFrom {
			from { opacity:0; -webkit-transform:scale(1.5); }
		}
		@-moz-keyframes scaleUpFrom {
			from { opacity:0; -moz-transform:scale(1.5); }
		}
		@keyframes scaleUpFrom {
			from { opacity:0; transform:scale(1.5); }
		}
		@-webkit-keyframes scaleUpTo {
			to { opacity:0; -webkit-transform:scale(1.5); }
		}
		@-moz-keyframes scaleUpTo {
			to { opacity:0; -moz-transform:scale(1.5); }
		}
		@keyframes scaleUpTo {
			to { opacity:0; transform:scale(1.5); }
		}


/* Magnific Popup CSS */
		.mfp-bg {
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:1042;
			overflow:hidden;
			position:fixed;
			background:#0b0b0b;
			opacity:0.8;
			filter:alpha(opacity=80);
		}
		.mfp-wrap {
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:1043;
			position:fixed;
			-webkit-backface-visibility:hidden;
		}
		.mfp-container {
			text-align:center;
			position:absolute;
			width:100%;
			height:100%;
			left:0;
			top:0;
			padding:0 8px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}
		.mfp-container:before {
			content:'';
			display:inline-block;
			height:100%;
			vertical-align:middle;
		}
		.mfp-align-top .mfp-container:before {
			display:none;
		}
		.mfp-content {
			position:relative;
			display:inline-block;
			vertical-align:middle;
			margin:0 auto;
			text-align:left;
			z-index:1045;
		}
		.mfp-inline-holder .mfp-content,
		.mfp-ajax-holder .mfp-content {
			width:100%;
			cursor:auto;
		}
		.mfp-ajax-cur {
			cursor:progress;
		}
		.mfp-zoom-out-cur,
		.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
			cursor:-moz-zoom-out;
			cursor:-webkit-zoom-out;
			cursor:zoom-out;
		}
		.mfp-zoom {
			cursor:pointer;
			cursor:-webkit-zoom-in;
			cursor:-moz-zoom-in;
			cursor:zoom-in;
		}
		.mfp-auto-cursor .mfp-content {
			cursor:auto;
		}
		.mfp-close, .mfp-arrow,
		.mfp-preloader,
		.mfp-counter {
			-webkit-user-select:none;
			-moz-user-select:none;
			user-select:none;
		}
		.mfp-loading.mfp-figure {
			display:none;
		}
		.mfp-hide {
			display:none !important;
		}
		.mfp-preloader {
			color:#ccc;
			position:absolute;
			top:50%;
			width:auto;
			text-align:center;
			margin-top:-0.8em;
			left:8px;
			right:8px;
			z-index:1044;
		}
			.mfp-preloader a {
			color:#ccc;
		}
			.mfp-preloader a:hover {
			color:white;
		}
			.mfp-s-ready .mfp-preloader {
			display:none;
		}
			.mfp-s-error .mfp-content {
			display:none;
		}
		button.mfp-close,
		button.mfp-arrow {
			overflow:visible;
			cursor:pointer;
			background:transparent;
			border:0;
			-webkit-appearance:none;
			display:block;
			padding:0;
			z-index:1046;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
			button::-moz-focus-inner {
			padding:0;
			border:0;
		}
		.mfp-close {
			width:44px;
			height:44px;
			line-height:44px;
			position:absolute;
			right:0;
			top:0;
			text-decoration:none;
			text-align:center;
			opacity:0.65;
			filter:alpha(opacity=65);
			padding:0 0 18px 10px;
			color:white;
			font-style:normal;
			font-size:28px;
		}
		.mfp-close:hover,
		.mfp-close:focus {
			opacity:1;
			filter:alpha(opacity=100);
		}
		.mfp-close:active {
			top:1px;
		}
		.mfp-close-btn-in .mfp-close {
			color:#393939;
		}
		.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
			color:white;
			right:-6px;
			text-align:right;
			padding-right:6px;
			width:100%;
		}
		.mfp-counter {
			position:absolute;
			top:0;
			right:0;
			color:#ccc;
			font-size:12px;
			line-height:18px;
		}
		.mfp-arrow {
			position:absolute;
			opacity:0.65;
			filter:alpha(opacity=65);
			margin:0;
			top:50%;
			margin-top:-55px;
			padding:0;
			width:90px;
			height:110px;
			-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		}
		.mfp-arrow:active {
			margin-top:-54px;
		}
		.mfp-arrow:hover,
		.mfp-arrow:focus {
			opacity:1;
			filter:alpha(opacity=100);
		}
		.mfp-arrow:before,
		.mfp-arrow:after,
		.mfp-arrow .mfp-b,
		.mfp-arrow .mfp-a {
			content:'';
			display:block;
			width:0;
			height:0;
			position:absolute;
			left:0;
			top:0;
			margin-top:35px;
			margin-left:35px;
			border:medium inset transparent;
		}
		.mfp-arrow:after,
		.mfp-arrow .mfp-a {
			border-top-width:13px;
			border-bottom-width:13px;
			top:8px;
		}
		.mfp-arrow:before,
		.mfp-arrow .mfp-b {
			border-top-width:21px;
			border-bottom-width:21px;
			opacity:0.7;
		}
		.mfp-arrow-left {
			left:0;
		}
		.mfp-arrow-left:after,
		.mfp-arrow-left .mfp-a {
			border-right:17px solid white;
			margin-left:31px;
		}
		.mfp-arrow-left:before,
		.mfp-arrow-left .mfp-b {
			margin-left:25px;
			border-right:27px solid #3f3f3f;
		}
		.mfp-arrow-right {
			right:0;
		}
		.mfp-arrow-right:after,
		.mfp-arrow-right .mfp-a {
			border-left:17px solid white;
			margin-left:39px;
		}
		.mfp-arrow-right:before,
		.mfp-arrow-right .mfp-b {
			border-left:27px solid #3f3f3f;
		}
		.mfp-iframe-holder {
			padding-top:40px;
			padding-bottom:40px;
		}
		.mfp-iframe-holder .mfp-content {
			line-height:0;
			width:100%;
			max-width:900px;
		}
		.mfp-iframe-holder .mfp-close {
			top:-40px;
		}
		.mfp-iframe-scaler {
			width:100%;
			height:0;
			overflow:hidden;
			padding-top:56.25%;
		}
		.mfp-iframe-scaler iframe {
			position:absolute;
			display:block;
			top:0;
			left:0;
			width:100%;
			height:100%;
			box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
			background-color:#000;
		}
	/* Main image in popup */
		img.mfp-img {
			width:auto;
			max-width:100%;
			height:auto;
			display:block;
			line-height:0;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			padding:40px 0 40px;
			margin:0 auto;
		}
	/* The shadow behind the image */
		.mfp-figure {
			line-height:0;
		}
		.mfp-figure:after {
			content:'';
			position:absolute;
			left:0;
			top:40px;
			bottom:40px;
			display:block;
			right:0;
			width:auto;
			height:auto;
			z-index:-1;
			box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
			background:#393939;
		}
		.mfp-figure small {
			color:#bdbdbd;
			display:block;
			font-size:12px;
			line-height:14px;
		}
		.mfp-figure figure {
			margin:0;
		}
		.mfp-bottom-bar {
			margin-top:-36px;
			position:absolute;
			top:100%;
			left:0;
			width:100%;
			cursor:auto;
		}
		.mfp-title {
			text-align:left;
			line-height:18px;
			color:#f3f3f3;
			word-wrap:break-word;
			padding-right:36px;
		}
		.mfp-image-holder .mfp-content {
			max-width:100%;
		}
		.mfp-gallery .mfp-image-holder .mfp-figure {
			cursor:pointer;
		}
		.mfp-ie7 .mfp-img {
			padding:0;
		}
		.mfp-ie7 .mfp-bottom-bar {
			width:600px;
			left:50%;
			margin-left:-300px;
			margin-top:5px;
			padding-bottom:5px;
		}
		.mfp-ie7 .mfp-container {
			padding:0;
		}
		.mfp-ie7 .mfp-content {
			padding-top:44px;
		}
		.mfp-ie7 .mfp-close {
			top:0;
			right:0;
			padding-top:0;
		}


/* Date Time Picker */
		.datetime,
		.datetimey,
		.datetimepicker {
			background-image:url("img/calendar_icon.png");
			background-repeat:no-repeat;
			background-position:100% 50%;
			background-size:23px 18px;
		}
		.datetime {
			background-image:url("img/time_icon.png");
			background-repeat:no-repeat;
			background-position:100% 50%;
		}


/* bootstrap-switch - v3.3.2 */
		.bootstrap-switch {
			overflow:hidden;
			display:inline-block;
			direction:ltr;
			cursor:pointer;
			border:1px solid #bbb;
			position:relative;
			text-align:left;
			line-height:9px;
			overflow:hidden;
			z-index:0;
			-webkit-user-select:none;
			-moz-user-select:none;
			-ms-user-select:none;
			user-select:none;
			vertical-align:middle;
			-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		}
		.bootstrap-switch .bootstrap-switch-container {
			display:inline-block;
			top:0;
			-webkit-transform:translate3d(0, 0, 0);
			transform:translate3d(0, 0, 0);
		}
		.bootstrap-switch .bootstrap-switch-handle-on,
		.bootstrap-switch .bootstrap-switch-handle-off,
		.bootstrap-switch .bootstrap-switch-label {
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			cursor:pointer;
			height:100%;
			line-height:20px;
			font-weight:400;
			padding:6px 12px;
			display:inline-block !important;
		}
		.bootstrap-switch .bootstrap-switch-handle-on,
		.bootstrap-switch .bootstrap-switch-handle-off {
			text-align:center;
			z-index:1;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
			color:#fff;
			background:#393555;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
			color:#fff;
			background:#5bc0de;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
			color:#fff;
			background:#5cb85c;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
			background:#f0ad4e;
			color:#fff;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
			color:#fff;
			background:#d9534f;
		}
		.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
		.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
			color:#000;
			background:#eee;
		}
		.bootstrap-switch .bootstrap-switch-label {
			text-align:center;
			margin-top:-1px;
			margin-bottom:-1px;
			z-index:100;
			background:#fff;
			border-right:1px solid #ddd;
			-webkit-box-shadow:inset -1px -1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow:inset -1px -1px 2px rgba(0,0,0,0.1);
			box-shadow:inset -1px -1px 2px rgba(0,0,0,0.1);
		}
		.bootstrap-switch input[type='radio'],
		.bootstrap-switch input[type='checkbox'] {
			position:absolute !important;
			top:0;
			left:0;
			margin:0;
			z-index:-1;
			opacity:0;
			filter:alpha(opacity=0);
		}
		.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
			height:21px !important;
			padding:1px 6px !important;
			font-size:11px !important;
			line-height:1.7 !important;
		}
		.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
			padding:5px 10px;
			font-size:12px;
			line-height:1.5;
		}
		.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
			padding:6px 16px;
			font-size:18px;
			line-height:1.3333333;
		}
		.bootstrap-switch.bootstrap-switch-disabled,
		.bootstrap-switch.bootstrap-switch-readonly,
		.bootstrap-switch.bootstrap-switch-indeterminate {
			cursor:default !important;
		}
		.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
		.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
		.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
		.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
		.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
			opacity:0.5;
			filter:alpha(opacity=50);
			cursor:default !important;
		}
		.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
			-webkit-transition:margin-left .2s;
			-o-transition:margin-left .2s;
			transition:margin-left .2s;
		}
		.bootstrap-switch.bootstrap-switch-focused {
			border-color:#393555;
		}


	/* scroll to top */
		.scrollToTop {
			position:fixed;
			z-index:1005;
			bottom:-120px;
			right:15px;
			width:42px;
			height:42px;
			opacity:0;
			cursor:pointer;
			color:#fff;
			font-size:20px;
			text-align:center;
			line-height:44px;
			overflow: hidden;
			border:none;
			background-color:#fd2c3f;
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
			border-radius:50%;
		}
		.scrollToTop.scroll-visible {
			opacity:1;
			bottom:30px;
		}


	@media only screen and (max-width: 991px) {
		body {
			font-size: 14px;
			-webkit-text-size-adjust: 100%
		}

		.h1,
		h1 {
			font-size: 2.3rem
		}

		.h2,
		h2 {
			font-size: 2.1rem
		}

		.h3,
		h3 {
			font-size: 1.7rem
		}

		.h4,
		h4 {
			font-size: 1.4rem
		}

		.h5,
		h5 {
			font-size: 1.3rem
		}

		.h6,
		h6 {
			font-size: 1.2rem
		}

		p {
			font-size: .9em;
		}
		p.lead {
			font-size: 1.17em;
			line-height: 1.58
		}
		.scrollToTop {
			right:20px;
		}
	}

	@media only screen and (max-width: 600px) {
		.h1,
		h1 {
			font-size: 2.2rem
		}

		.h2,
		h2 {
			font-size: 2rem
		}

		.h3,
		h3 {
			font-size: 1.6rem
		}

		.h4,
		h4 {
			font-size: 1.3rem
		}

		.h5,
		h5 {
			font-size: 1.2rem
		}

		.h6,
		h6 {
			font-size: 1.1rem
		}

		p {
			font-size: .85em;
		}
		p.lead {
			font-size: 1.1em;
			line-height: 1.5
		}
		.carousel .item img {
			margin:0 auto !important;
		}
	}

	@media only screen and (max-width: 480px) {
		body {
			min-width: 320px
		}
	}





/* Separator */
.hbseparator {
	margin: 10px auto;
	max-width: 260px;
	color: #ff335e;
	font-size:15px;
	text-align: center;
	position: relative;
}
.hbseparator:before,
.hbseparator:after {
	display: block;
	width: 40%;
	content: " ";
	margin-top: 17px;
	border: 1px solid #ddd;
}
.hbseparator:before {
	float: left;
}
.hbseparator:after {
	float: right;
}
.hbseparator-info {
	color: #00abc0;
}
.hbseparator-info:before,
.hbseparator-info:after {
	/*border-color: #00abc0;*/
}
.hbseparator-primary {
	color: #1e6dff;
}
.hbseparator-primary:before,
.hbseparator-primary:after {
	/*border-color: #1e6dff;*/
}
.hbseparator-warning {
	color: #ff6d20;
}
.hbseparator-warning:before,
.hbseparator-warning:after {
	/*border-color: #ff6d20;*/
}
.hbseparator-danger {
	color: #ff431e;
}
.hbseparator-danger:before,
.hbseparator-danger:after {
	border-color: #ff431e;
}


.sc_item_title {
	padding: 0 0 .2em;
	color:#444;
	text-align: center;
	font-size: 2em;
	line-height:1.3em;
	margin-top:1.5em;
}
.sc_item_title.sc_item_title-s {
	padding: 0 0 .8em;
	font-size: 1.15em;
	line-height:1.4em;
}
.sc_item_title p {
	font-size: .65em;
	line-height:28px;
	margin:10px 0 20px;
}
.modal .sc_item_title p {
	color:#444;
	font-size: .5em;
	line-height:22px;
}
.modal .sc_item_title {
	margin-top:0;
}

@media  (max-width: 1023px) {
	.sc_item_title {
		padding: 0 0 .1em;
		font-size: 1.4em;
		line-height:1.2em;
		margin-top:1.2em;
	}
	.sc_item_title.sc_item_title-s {
		padding: 0 0 .8em;
		font-size: 1.15em;
	}
	.sc_item_title p {
		font-size: .6em;
		line-height:20px;
		margin:10px 0;
	}
	.modal .sc_item_title p {
		color:#444;
		font-size: .5em;
		line-height:22px;
	}

	.hbseparator {
		max-width: 200px;
	}
	.hbseparator:before,
	.hbseparator:after {
		margin-top: 15px;
	}
}





/* Font Size */
.font-size-10 {
	font-size: 0.65em !important;
}

.font-size-11 {
	font-size: 0.74em !important;
}

.font-size-12 {
	font-size: 0.8em !important;
}

.font-size-13 {
	font-size: 0.86em !important;
}

.font-size-14 {
	font-size: 0.92em !important;
}

.font-size-15 {
	font-size: 0.98em !important;
}

.font-size-16 {
	font-size: 1.04em !important;
}

.font-size-17 {
	font-size: 1.1em !important;
}

.font-size-18 {
	font-size: 1.16em !important;
}

.font-size-19 {
	font-size: 1.22em !important;
}

.font-size-20 {
	font-size: 1.28em !important;
}

.font-size-21 {
	font-size: 1.34em !important;
}

.font-size-22 {
	font-size: 1.4em !important;
}

.font-size-23 {
	font-size: 1.46em !important;
}

.font-size-24 {
	font-size: 1.52em !important;
}

.font-size-25 {
	font-size: 1.58em !important;
}

.font-size-26 {
	font-size: 1.64em !important;
}

.font-size-27 {
	font-size: 1.7em !important;
}

.font-size-28 {
	font-size: 1.76em !important;
}

.font-size-29 {
	font-size: 1.82em !important;
}

.font-size-30 {
	font-size: 1.88em !important;
}

.font-size-31 {
	font-size: 1.94em !important;
}

.font-size-32 {
	font-size: 2.0em !important;
}

.font-size-33 {
	font-size: 2.06em !important;
}

.font-size-34 {
	font-size: 2.12em !important;
}

.font-size-35 {
	font-size: 2.18em !important;
}

.font-size-36 {
	font-size: 2.24em !important;
}

.font-size-37 {
	font-size: 2.3em !important;
}

.font-size-38 {
	font-size: 2.36em !important;
}

.font-size-39 {
	font-size: 2.42em !important;
}

.font-size-40 {
	font-size: 2.48em !important;
}


/* sm */
@media (min-width: 576px) {
	.font-size-10-sm {
		font-size: 0.68em !important;
	}

	.font-size-11-sm {
		font-size: 0.74em !important;
	}

	.font-size-12-sm {
		font-size: 0.8em !important;
	}

	.font-size-13-sm {
		font-size: 0.86em !important;
	}

	.font-size-14-sm {
		font-size: 0.92em !important;
	}

	.font-size-15-sm {
		font-size: 0.98em !important;
	}

	.font-size-16-sm {
		font-size: 1.04em !important;
	}

	.font-size-17-sm {
		font-size: 1.1em !important;
	}

	.font-size-18-sm {
		font-size: 1.16em !important;
	}

	.font-size-19-sm {
		font-size: 1.22em !important;
	}

	.font-size-20-sm {
		font-size: 1.28em !important;
	}

	.font-size-21-sm {
		font-size: 1.34em !important;
	}

	.font-size-22-sm {
		font-size: 1.4em !important;
	}

	.font-size-23-sm {
		font-size: 1.46em !important;
	}

	.font-size-24-sm {
		font-size: 1.52em !important;
	}

	.font-size-25-sm {
		font-size: 1.58em !important;
	}

	.font-size-26-sm {
		font-size: 1.64em !important;
	}

	.font-size-27-sm {
		font-size: 1.7em !important;
	}

	.font-size-28-sm {
		font-size: 1.76em !important;
	}

	.font-size-29-sm {
		font-size: 1.82em !important;
	}

	.font-size-30-sm {
		font-size: 1.88em !important;
	}

	.font-size-31-sm {
		font-size: 1.94em !important;
	}

	.font-size-32-sm {
		font-size: 2.0em !important;
	}

	.font-size-33-sm {
		font-size: 2.06em !important;
	}

	.font-size-34-sm {
		font-size: 2.12em !important;
	}

	.font-size-35-sm {
		font-size: 2.18em !important;
	}

	.font-size-36-sm {
		font-size: 2.24em !important;
	}

	.font-size-37-sm {
		font-size: 2.3em !important;
	}

	.font-size-38-sm {
		font-size: 2.36em !important;
	}

	.font-size-39-sm {
		font-size: 2.42em !important;
	}

	.font-size-40-sm {
		font-size: 2.48em !important;
	}
}

/* md */
@media (min-width: 768px) {
	.font-size-10-md {
		font-size: 0.68em !important;
	}

	.font-size-11-md {
		font-size: 0.74em !important;
	}

	.font-size-12-md {
		font-size: 0.8em !important;
	}

	.font-size-13-md {
		font-size: 0.86em !important;
	}

	.font-size-14-md {
		font-size: 0.92em !important;
	}

	.font-size-15-md {
		font-size: 0.98em !important;
	}

	.font-size-16-md {
		font-size: 1.04em !important;
	}

	.font-size-17-md {
		font-size: 1.1em !important;
	}

	.font-size-18-md {
		font-size: 1.16em !important;
	}

	.font-size-19-md {
		font-size: 1.22em !important;
	}

	.font-size-20-md {
		font-size: 1.28em !important;
	}

	.font-size-21-md {
		font-size: 1.34em !important;
	}

	.font-size-22-md {
		font-size: 1.4em !important;
	}

	.font-size-23-md {
		font-size: 1.46em !important;
	}

	.font-size-24-md {
		font-size: 1.52em !important;
	}

	.font-size-25-md {
		font-size: 1.58em !important;
	}

	.font-size-26-md {
		font-size: 1.64em !important;
	}

	.font-size-27-md {
		font-size: 1.7em !important;
	}

	.font-size-28-md {
		font-size: 1.76em !important;
	}

	.font-size-29-md {
		font-size: 1.82em !important;
	}

	.font-size-30-md {
		font-size: 1.88em !important;
	}

	.font-size-31-md {
		font-size: 1.94em !important;
	}

	.font-size-32-md {
		font-size: 2.0em !important;
	}

	.font-size-33-md {
		font-size: 2.06em !important;
	}

	.font-size-34-md {
		font-size: 2.12em !important;
	}

	.font-size-35-md {
		font-size: 2.18em !important;
	}

	.font-size-36-md {
		font-size: 2.24em !important;
	}

	.font-size-37-md {
		font-size: 2.3em !important;
	}

	.font-size-38-md {
		font-size: 2.36em !important;
	}

	.font-size-39-md {
		font-size: 2.42em !important;
	}

	.font-size-40-md {
		font-size: 2.48em !important;
	}
}

/* lg */
@media (min-width: 992px) {
	.font-size-10-lg {
		font-size: 0.68em !important;
	}

	.font-size-11-lg {
		font-size: 0.74em !important;
	}

	.font-size-12-lg {
		font-size: 0.8em !important;
	}

	.font-size-13-lg {
		font-size: 0.86em !important;
	}

	.font-size-14-lg {
		font-size: 0.92em !important;
	}

	.font-size-15-lg {
		font-size: 0.98em !important;
	}

	.font-size-16-lg {
		font-size: 1.04em !important;
	}

	.font-size-17-lg {
		font-size: 1.1em !important;
	}

	.font-size-18-lg {
		font-size: 1.16em !important;
	}

	.font-size-19-lg {
		font-size: 1.22em !important;
	}

	.font-size-20-lg {
		font-size: 1.28em !important;
	}

	.font-size-21-lg {
		font-size: 1.34em !important;
	}

	.font-size-22-lg {
		font-size: 1.4em !important;
	}

	.font-size-23-lg {
		font-size: 1.46em !important;
	}

	.font-size-24-lg {
		font-size: 1.52em !important;
	}

	.font-size-25-lg {
		font-size: 1.58em !important;
	}

	.font-size-26-lg {
		font-size: 1.64em !important;
	}

	.font-size-27-lg {
		font-size: 1.7em !important;
	}

	.font-size-28-lg {
		font-size: 1.76em !important;
	}

	.font-size-29-lg {
		font-size: 1.82em !important;
	}

	.font-size-30-lg {
		font-size: 1.88em !important;
	}

	.font-size-31-lg {
		font-size: 1.94em !important;
	}

	.font-size-32-lg {
		font-size: 2.0em !important;
	}

	.font-size-33-lg {
		font-size: 2.06em !important;
	}

	.font-size-34-lg {
		font-size: 2.12em !important;
	}

	.font-size-35-lg {
		font-size: 2.18em !important;
	}

	.font-size-36-lg {
		font-size: 2.24em !important;
	}

	.font-size-37-lg {
		font-size: 2.3em !important;
	}

	.font-size-38-lg {
		font-size: 2.36em !important;
	}

	.font-size-39-lg {
		font-size: 2.42em !important;
	}

	.font-size-40-lg {
		font-size: 2.48em !important;
	}
}

/* xl */
@media (min-width: 1200px) {
	.font-size-10-xl {
		font-size: 0.68em !important;
	}

	.font-size-11-xl {
		font-size: 0.74em !important;
	}

	.font-size-12-xl {
		font-size: 0.8em !important;
	}

	.font-size-13-xl {
		font-size: 0.86em !important;
	}

	.font-size-14-xl {
		font-size: 0.92em !important;
	}

	.font-size-15-xl {
		font-size: 0.98em !important;
	}

	.font-size-16-xl {
		font-size: 1.04em !important;
	}

	.font-size-17-xl {
		font-size: 1.1em !important;
	}

	.font-size-18-xl {
		font-size: 1.16em !important;
	}

	.font-size-19-xl {
		font-size: 1.22em !important;
	}

	.font-size-20-xl {
		font-size: 1.28em !important;
	}

	.font-size-21-xl {
		font-size: 1.34em !important;
	}

	.font-size-22-xl {
		font-size: 1.4em !important;
	}

	.font-size-23-xl {
		font-size: 1.46em !important;
	}

	.font-size-24-xl {
		font-size: 1.52em !important;
	}

	.font-size-25-xl {
		font-size: 1.58em !important;
	}

	.font-size-26-xl {
		font-size: 1.64em !important;
	}

	.font-size-27-xl {
		font-size: 1.7em !important;
	}

	.font-size-28-xl {
		font-size: 1.76em !important;
	}

	.font-size-29-xl {
		font-size: 1.82em !important;
	}

	.font-size-30-xl {
		font-size: 1.88em !important;
	}

	.font-size-31-xl {
		font-size: 1.94em !important;
	}

	.font-size-32-xl {
		font-size: 2.0em !important;
	}

	.font-size-33-xl {
		font-size: 2.06em !important;
	}

	.font-size-34-xl {
		font-size: 2.12em !important;
	}

	.font-size-35-xl {
		font-size: 2.18em !important;
	}

	.font-size-36-xl {
		font-size: 2.24em !important;
	}

	.font-size-37-xl {
		font-size: 2.3em !important;
	}

	.font-size-38-xl {
		font-size: 2.36em !important;
	}

	.font-size-39-xl {
		font-size: 2.42em !important;
	}

	.font-size-40-xl {
		font-size: 2.48em !important;
	}
}

/* Font Weight */
.font-weight-medium {
	font-weight: 500 !important;
}


/* Text Colors */
.text-light-70 {
	color: rgba(255, 255, 255, 0.7);
}

.text-light-70[href]:hover {
	color: #fff;
}

.text-secondary[href]:hover {
	color: #137bbe !important;
}




.text-secondary{
padding-left:20px;
}


.text-secondary:before {
    width: 3px;
    height: 3px;
    background-color: #949494;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -1px;
    border-radius: 50%;
	}

.btn_more{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 0;
    text-indent: -99999px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}


.btn_more:hover{
	color:#fff;
}


.btn_more:before{

	width: 10px;
    height: 2px;
    background-color: #767980;
    content: "";
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn_more:after{
    width: 2px;
    height: 10px;
    background-color: #767980;
    content: "";
    margin: -5px 0 0 -1px;
    position: absolute;
    top: 50%;
    left: 50%;
}


.agree-text {
	height: 565px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:20px 25px;
	background-color:#fefefe;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:15px;
}
.agree-text.short {
	height: 326px;
	margin-bottom:10px;
}
.agree-text h5 {
	margin-left:-10px;
	line-height: .3em;
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.agree-text .ptype {
	color:#555;
	margin:0 0 15px;
}
.agree-text h6 {
	color:#333;
	font-size:15px;
	font-weight: 400;
	margin-left:-5px;
}
@media (max-width: 767px) {
	.agree-text.short {
		height: 235px;
		margin-bottom:5px;
	}
	.agree-text {
		height: 340px;
		padding:20px 15px;
		margin-bottom:0;
	}
	.agree-text h5 {
		margin-left:-10px;
		line-height: .25em;
		font-size:15px;
		margin-top:8px !important;
		margin-bottom:8px !important;
	}
	.agree-text .ptype {
		font-size:12px !important;
		margin:0 0 12px;
	}
	.agree-text h6 {
		font-size:14px;
		margin-left:-10px;
	}
}






/* ----------------------------------- Contents Customer Group ----------------------------------- */
/* Ratings */
		.ratings {
			padding: 0;
			direction: ltr;
			display: inline-block;
			font-size:12.5px;
		}
		.rating-box {
			overflow:hidden;
			direction: ltr;
			display: inline-block;
			position:relative;
			top: 2px;
			width:61px;
			height:1em;
			line-height:1;
			font-size:13px;
			margin-right:8px;
			font-family:"FontAwesome";
		}
		.rating-box .rating:before,
		.rating-box:before {
			content:"\f005\f005\f005\f005\f005";
			float:left;
			top:0;
			left:0;
			position:absolute;
		}
		.active .rating-box:before {
			color:#e0dedc;
		}
		.rating-box .rating {
			overflow:hidden;
			float:left;
			top:0;
			left:0;
			position:absolute;
			padding-top:1.5em;
		}
		.rating-box .rating:before {
			float:none;
		}
		.active .rating-box .rating:before {
			color:#ff6e1f;
		}


/* Overlay */
		.recent-work-wrap {
			position:relative;
			margin:10px 0;
		}
		.recent-work-wrap img {
			width:100%;
		}
		.recent-work-wrap .recent-work-inner {
			position:absolute;
			bottom:0;
			opacity:.8;
			width:100%;
			border-radius:0;
			margin-bottom:0;
			background:rgba(0, 0, 0, .6);
			color:#fff;
			font-size:100%;
			line-height:36px;
			text-align:center;
		}
		.recent-work-wrap .overlay {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			opacity:0;
			vertical-align:middle;
			-webkit-transition:opacity 500ms;
			-moz-transition:opacity 500ms;
			-o-transition:opacity 500ms;
			transition:opacity 500ms;
		}
		.recent-work-wrap:hover .overlay {
			opacity:1;
		}


/* Time Line */
		.timeline>li .timeline-image {
			position:absolute;
			z-index:100;
			left:0;
			width:70px;
			height:38px;
			margin-top:5px;
			margin-left:3px;
			color:#fff;
			font-size:135%;
			line-height:36px;
			text-align:center;
			font-weight:500;
			overflow:hidden;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			text-shadow:-1px -1px 0 rgba(0, 0, 0, .1);
			-webkit-box-shadow:2px 2px 0 rgba(0, 0, 0, .1);
			box-shadow:2px 2px 0 rgba(0, 0, 0, .1);
			background-color:#5c5b5b;
		}
		@media (min-width:768px) {
			.timeline>li .timeline-image {
				left:50%;
				margin-left:-38px;
			}
		}
		.timeline {
			list-style:none;
			padding:20px 0 20px;
			position:relative;
		}
		.timeline:before {
			top:0;
			bottom:0;
			position:absolute;
			content:" ";
			width:3px;
			background-color:#eee;
			left:50%;
			margin-left:-1.5px;
		}
		.timeline > li {
			margin-bottom:20px;
			position:relative;
		}
		.timeline > li:before,
		.timeline > li:after {
			content:" ";
			display:table;
		}
		.timeline > li:after {
			clear:both;
		}
		.timeline > li:before,
		.timeline > li:after {
			content:" ";
			display:table;
		}
		.timeline > li:after {
			clear:both;
		}
		.timeline > li > .timeline-panel {
			width:43%;
			float:left;
			font-size:95%;
			border:1px solid #ddd;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			padding:15px 15px 15px 10px;
			position:relative;
			-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
			box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
		}
		.timeline > li > .timeline-panel li {
			padding-left:8px;
			position:relative;
		}
		.timeline > li > .timeline-panel li:after {
			color:#ccc;
			font-size:65%;
			font-family:"FontAwesome";
			content:"\f0da";
			position:absolute;
			left:0;
			top:7px;
		}
		.timeline > li > .timeline-panel:before {
			position:absolute;
			top:10px;
			right:-15px;
			display:inline-block;
			border-top:15px solid transparent;
			border-left:15px solid #ddd;
			border-right:0 solid #ddd;
			border-bottom:15px solid transparent;
			content:" ";
		}
		.timeline > li > .timeline-panel:after {
			position:absolute;
			top:11px;
			right:-14px;
			display:inline-block;
			border-top:14px solid transparent;
			border-left:14px solid #fff;
			border-right:0 solid #fff;
			border-bottom:14px solid transparent;
			content:" ";
		}
		.timeline > li > .timeline-badge {
			color:#fff;
			width:50px;
			height:50px;
			line-height:50px;
			font-size:1.4em;
			text-align:center;
			position:absolute;
			top:16px;
			left:50%;
			margin-left:-25px;
			background-color:#888;
			z-index:100;
		}
		.timeline > li.timeline-inverted > .timeline-panel {
			float:right;
		}
		.timeline > li.timeline-inverted > .timeline-panel:before {
			border-left-width:0;
			border-right-width:15px;
			left:-15px;
			right:auto;
		}
		.timeline > li.timeline-inverted > .timeline-panel:after {
			border-left-width:0;
			border-right-width:14px;
			left:-14px;
			right:auto;
		}
		.timeline-badge.primary {
			background-color:#2e6da4 !important;
		}
		.timeline-badge.success {
			background-color:#3f903f !important;
		}
		.timeline-badge.warning {
			background-color:#f0ad4e !important;
		}
		.timeline-badge.danger {
			background-color:#d9534f !important;
		}
		.timeline-badge.info {
			background-color:#5bc0de !important;
		}
		.timeline-title {
			margin-top:0;
			color:inherit;
		}
		.timeline-body > p,
		.timeline-body > ul {
			margin-bottom:0;
		}
		.timeline-body > p + p {
			margin-top:5px;
		}


/* Round Primary */
		.round-primary {
			height:45px;
			line-height:45px;
			display:block;
			margin-top:10px;
			color:#fff;
			font-size:1.3em;
			text-align:center;
			-webkit-border-radius:20px;
			-moz-border-radius:20px;
			border-radius:20px;
			background-color:#7b91ca;
			-webkit-box-shadow:2px 3px 0 rgba(0, 0, 0, 0.1);
			box-shadow:2px 3px 0 rgba(0, 0, 0, 0.1);
		}


/*  Contents Box */
		.contents-box {
			width:100%;
			height:100%;
		}
		.contents-box:after {
			content:"";
			width:0;
			height:0;
			display:block;
			clear:both;
		}
		.contents-box .txt-vertical {
			padding:0 12%;
			text-align:center;
			display:table-cell;
			vertical-align:middle;
		}
		.contents-box.box-main {
			position:relative;
			width:100%;
			height:330px;
			margin:0 0 20px;
			background-color:#3f5670;
			background-image:url("img/conbox_bg.jpg");
			background-repeat:no-repeat;
			background-position:50% 50%;
			background-attachment:scroll;
			-webkit-background-size:cover;
			-moz-background-size:cover;
			background-size:cover;
			-o-background-size:cover;
			color:#fff;
			font-size:90%;
			text-shadow:1px 1px 0 rgba(0, 0, 0, .2);
			display:table;
		}
		.contents-box.box-main::after {
			position:absolute;
			content:'';
			display:block;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background:rgba(0,0,0,0.1);
			z-index:1;
		}
		.contents-box.box-main .frame {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			z-index:2;
		}
		.contents-box.box-main .txt-vertical .big_text,
		.contents-box.box-main .txt-vertical p {
			width:73%;
			margin:0 auto;
		}
		.contents-box.box-main .txt-vertical .big_text {
			padding-top:15%;
			color:#fff;
			font-size:220%;
			font-weight:500;
			line-height:42px;
			letter-spacing:-.05em;
		}
		.contents-box.box-main .txt-vertical p {
			font-size:115%;
			padding-top:1%;
		}


/* Map Canvas */
		.map_canvas {
			clear:both;
			width:99.7%;
			margin:0 0 25px;
			overflow:hidden;
			padding:10px;
			border:1px solid #ddd;
		}
		.map_canvas .frame {
			height:340px;
			overflow:hidden;
		}



/* ------------------------------------- Board Customer Group ------------------------------------- */

/* Board Common */
		.pagetotal {
			color:#888;
			font-size:90%;
			line-height:32px;
		}
		.pagetotal strong {
			margin-left:4px;
		}

		.category-wrap {
			clear:both;
			margin-bottom:20px;
			padding:15px;
			overflow:hidden;
			border:1px solid #e1e0e0;
			background-color:#fdfdfd;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.category-wrap ul {
			margin:0;
		}
		.category-wrap li {
			display:inline;
			margin-right:10px;
			font-size:.95em;
			line-height:28px;
		}
		.category-wrap li a {
			color:#888;
		}
		.category-wrap li.total a {
			color:#ff0000;
		}
		.category-wrap li:hover a,
		.category-wrap li:active a,
		.category-wrap li.active a {
			color:#000;
		}

		.bbs_memo {
			clear:both;
			font-size:1.1em;
			margin:15px 0;
			overflow:hidden;
		}
		.bbs_memo p:last-child {
			margin-bottom:0;
		}
		.ico {
			display:inline-block;
			width:22px;
			height:20px;
			overflow:hidden;
			vertical-align:top;
			text-indent:-9999px;
			background-repeat:no-repeat;
			background-position:50% 50%;
		}
		.ico_pc,
		.ico_mobile {
			position:relative;
			top:2px;
			width:20px;
			height:18px;
			line-height:18px;
			color:#fff;
			font-size:11px;
			font-weight:500;
			text-indent:0;
			text-align:center;
			margin:0 2px;
			background-color:#ff6464;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.ico-middle {
			position:relative;
			top:4px;
		}
		.ico_mobile {
			background-color:#649eff;
		}
		.ico_notice {
			color:#f56954;
			font-weight:500;
		}
		.ico_new {
			width:33px;
			background-image:url("img/icon_new.png");
		}
		.ico_file {
			background-image:url("img/icon_file.png");
		}
		.ico_file_non {
			background-image:url("img/icon_file_non.png");
		}
		.ico_secret {
			background-image:url("img/icon_secret.png");
		}
		.ico_img {
			background-image:url("img/icon_gallery.png");
		}
		.ico_sns {
			display:inline-block;
			width:32px;
			height:32px;
			color:#fff;
			line-height:32px;
			text-align:center;
			margin-left:5px;
			background-color:#2475d0;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.ico_sns i {
			font-size:.9em;
		}
		.ico_sns:hover {
			color:#fff;
			text-decoration:none;
			background-color:#3098e9;
		}
		.post-date {
			color:#888;
			font-size:90%;
			padding:3px 10px;
			margin-right:5px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			background-color:#f0f0f0;
		}
		.post-date i {
			position:relative;
			top:-1px;
			font-size:90%;
		}
		.zoom-btn-wrap {
			text-align:right;
			margin-top:16px;
			margin-bottom:10px;
		}


/* Images overlay */
		.mask-wrapper {
			max-width:700px;
			position:relative;
			display:block;
			margin:0 auto;
		}
		.mask {
			position:absolute;
			top:0;
			right:0;
			bottom:0;
			left:0;
			background:rgba(0, 0, 0, 0.6);
			text-align:center;
			opacity:0;
			filter:alpha(opacity=0);
			overflow:hidden;
			-webkit-transition:opacity linear 0.2s;
			-moz-transition:opacity linear 0.2s;
			-ms-transition:opacity linear 0.2s;
			-o-transition:opacity linear 0.2s;
			transition:opacity linear 0.2s;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.mask a {
			color:#fff;
		}
		.mask a:hover {
			color:#fff;
			text-decoration:underline;
		}
		.mask-wrapper:hover {
			border-color:transparent;
		}
		.mask-wrapper:hover .mask {
			opacity:1;
			filter:alpha(opacity=100);
		}
		.triangle {
			width:0;
			height:0;
			border-style:solid;
			border-width:0 50px 50px 0;
			width:50px !important;
			display:inline !important;
			border-color:transparent #2475d0 transparent transparent;
			position:absolute;
			right:0;
			top:0;
		}
		.triangle.opened {
			border-color:transparent rgba(0, 0, 0, 0.8) transparent transparent;
			top:-1px;
		}
		.triangle i {
			position:absolute;
			top:10px;
			left:30px;
			font-size:16px;
			color:#fff;
			-webkit-transition:all 0.2s ease-in-out;
			-moz-transition:all 0.2s ease-in-out;
			-ms-transition:all 0.2s ease-in-out;
			-o-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
		}


/* Poll */
		.poll-participate {
			text-align:center;
			margin-bottom:15px;
		}


/* Blog List */
		.blog-img {
			margin:0;
			display:block;
		}
		.blog-desc {
			margin-bottom:45px;
		}
		.blog-desc .subject {
			margin-top:8px;
			display:block;
		}
		.blog-desc p {
			margin-top:8px;
			line-height:19px;
		}


/* Blog View */
		html[lang|=ko] .blogpost .h4 {
			letter-spacing:-.05em;
		}
		.blog-post-date {
			margin-top:5px;
			padding:10px;
			color:#fff;
			line-height:1;
			text-align:center;
			font-weight:500;
			background-color:#bbb;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.blog-post-date .day {
			font-size:230%;
			display:block;
		}
		.blog-post-date .month {
			font-size:90%;
			text-transform:uppercase;
		}
		.post-info span {
			margin:0 10px;
		}
		.post-info em {
			color:#ccc;
			font-style:normal;
			margin:0 5px;
		}
		.post-info span:first-child {
			margin-left:0;
		}
		.post-info span i {
			margin-right:5px;
		}
		.post-info a {
			color:#464646;
		}
		.post-info a:hover {
			text-decoration:underline;
		}


/* Vod List */
		.vod_wrap {
			position:relative;
			display:block;
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
		}
		.vod_wrap .vod_mask {
			position:absolute;
			top:0;
			right:0;
			bottom:0;
			left:0;
			text-align:center;
			overflow:hidden;
			text-indent:-9999px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
			background-image:url("img/media_play_btn.png");
			background-repeat:no-repeat;
			background-position:50% 50%;
			background-size:cover;
			opacity:0.5;
			filter:alpha(opacity=50);
			-webkit-transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition:opacity .3s ease,
			background-color .3s ease,
			color .3s ease,
			box-shadow .3s ease,
			background .3s ease;
			transition: all .2s ease
		}
		.vod_wrap:hover .vod_mask {
			opacity:1;
			filter:alpha(opacity=100);
			border:1px solid #26b0ff;
		}
		a.vod_wrap:hover {
			-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
			box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
		}
		.vod_load {
			clear:both;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.vod_detail .vod_load {
			margin:20px 0;
		}
		.vod_detail .vod_load_teacher {
			margin:0 0 20px;
		}
		.vod_big .vod_contents {
			clear:both;
			height:221px;
			font-size:.9em;
			overflow-x:hidden;
			margin:21px 0;
			background-color:#fbfbfb;
			border:1px solid #ddd;
		}
		.vod_detail .vod_contents {
			height:239px;
		}
		.vod .vod_contents {
			line-height:1.5em;
			margin-bottom:4px;
		}
		@media (min-width:992px) and (max-width:1200px) {
			.vod_detail .vod_contents {
				height:188px;
			}
		}
		@media (max-width:991px) {
			.vod_detail .vod_contents {
				height:152px;
			}
			.vod_big .vod_contents {
				font-size:.85em;
			}
		}
		@media (min-width:768px) {
			.vod .h6 {
				position:relative;
				top:-2px;
			}
			.vod .vod_contents {
				font-size:95%;
				line-height:1.6em;
				margin:0 0 4px;
			}
		}
		@media (max-width:767px) {
			.vod_detail .vod_contents,
			.vod_detail .vod_load {
				margin:10px 0;
			}
			.vod .vod_contents {
				font-size:80%;
				line-height:1.4em;
				margin-bottom:20px;
			}
			
		}


/* Faq */
		.panel-group.faq .panel {
			border:0;
		}
		.panel-group.faq .panel-body .faq_a {
			font-size:.95em;
			padding-left:33px;
			padding-right:10px;
			background-image:url("img/faq_icon.png");
			background-repeat:no-repeat;
			background-position:1px -218px;
		}
		.panel-group.faq .panel-body .none_a {
			padding-left:0;
			padding-right:0;
			padding-bottom:15px;
			background-image:none;
		}
		.panel-group.faq .panel-default > .panel-heading {
			clear:both;
			padding:0;
			border:0;
			width:100%;
		}
		html[lang|=ko] .panel-group.faq .panel-default > .panel-heading {
			letter-spacing:-.05em;
		}
		.panel-group.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
			border:1px solid #ddd;
			border-top:none;
		}
		.panel-group.view-type .panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-left:none;
			border-right:none;
		}
		.panel-group.faq .panel-heading a {
			clear:both;
			padding:12px 35px 12px 15px;
			display:block;
			color:#393939;
			font-size:1.05em;
			line-height:23px;
			background-color:#fff;
			border:1px solid #ccc;
			position:relative;
			text-decoration:none;
		}
		.panel-group.faq .panel-heading a.collapsed {
			color:#888;
			background-color:#fcfcfc;
			border:1px solid #ddd;
		}

		.panel-group.view-type .panel-heading a {
			padding:12px 14px 8px;
			border-color:#eee;
			border-left:none;
			border-right:none;
			border-top:none;
			transition: all .3s ease;
		}
		.panel-group.view-type .panel-heading a.collapsed {
			background-color:#fff;
			border-color:#eee;
			border-left:none;
			border-right:none;
			border-top:none;
		}

		.panel-group.faq .panel-heading a .faq_q {
			display:inline-block;
			padding-left:33px;
			padding-right:10px;
			background-image:url("img/faq_icon.png");
			background-repeat:no-repeat;
			background-position:1px -110px;
		}

		.panel-group.faq .panel-heading a.panel-title {
			color:#666;
		}

		.panel-group.faq .panel-heading a .none_q,
		.panel-group.faq .panel-heading a.panel-title .faq_q {
			width:70%;
			overflow:hidden;
			word-break:break-all;
			white-space:nowrap;
			text-overflow:"...";
		}

		.panel-group.view-type .panel-heading a.panel-title {
			margin:-5px 0 0 !important;
		}

		.panel-group.view-type .panel-heading a.panel-title em {
			float:right;
			font-style:normal;
		}

		.panel-group.view-type .panel-heading a.panel-title em span {
			font-family: 'Roboto';
			letter-spacing:.0em;
			margin-left:20px;
		}

		.panel-group.faq .panel-heading a .none_q {
			display:inline-block;
			padding-left:10px;
			padding-right:0;
			background-image:none;
		}
		.panel-group.faq .panel-heading a.collapsed .faq_q {
			background-position:1px -10px;
		}
		.panel-group.faq .panel-heading a.accordion-toggle:after {
			font-family:"FontAwesome";
			content:"\f115";
			position:absolute;
			right:15px;
			font-size:16px;
			font-weight:400;
			top:50%;
			line-height:1;
			margin-top:-7px;
		}

		.panel-group.faq .panel-heading a .none_q:after {
			content:"";
			position:absolute;
			left:15px;
			top:50%;
			width:3px;
			height:3px;
			margin-top:-2px;
			background-color:#bbb;
			-webkit-border-radius:1px;
			-moz-border-radius:1px;
			border-radius:1px;
		}

		.panel-group.faq .panel-heading a.accordion-toggle.collapsed:after {
			right:16px;
			font-family:"FontAwesome";
			content:"\f114";
		}

		.panel-group.faq .panel-heading a:hover {
			text-decoration:none;
			color:#393939;
			background-color:#fff;
			border:1px solid #ccc;
		}
		.panel-group.view-type .panel-heading a:hover {
			border-left:none;
			border-right:none;
			border-top:none;
			background-color:#fcfcfc;
		}

		@media (max-width:991px) {
			.panel-group.view-type .panel-heading a {
				padding:12px 13px 5px;
			}
			.panel-group.faq .panel-heading a .none_q,
			.panel-group.faq .panel-heading a.panel-title .faq_q {
				width:68%;
				font-size:90%;
			}
			.panel-group.faq .panel-heading a.panel-title em {
				position:relative;
				top:-1px;
				font-size:90%;
			}
			.panel-group.faq .panel-heading a.accordion-toggle:after {
				display:none;
			}
			.panel-group.faq .panel-heading a .none_q:after {
				left:13px;
				margin-top:-1px;
			}
		}

		@media (max-width:767px) {
			.panel-group.faq .panel-heading a {
				padding:14px 35px 7px 15px;
				line-height:23px;
			}
			.panel-group.faq .panel-heading a .faq_q {
				padding-left:23px;
				background-size:16px 211px;
				background-position:1px -90px;
			}
			.panel-group.faq .panel-heading a.collapsed .faq_q {
				background-position:1px -6px;
			}
			.panel-group.faq .panel-body .faq_a {
				padding-left:23px;
				background-size:16px 211px;
				background-position:1px -182px;
			}
			.panel-group.view-type .panel-heading a {
				padding:7px 10px 2px;
			}
			.panel-group.faq .panel-heading a .none_q,
			.panel-group.faq .panel-heading a.panel-title .faq_q {
				width:98%;
				font-size:90%;
			}
			.panel-group.faq .panel-heading a.accordion-toggle:after {
				display:none;
			}
			.panel-group.faq .panel-heading a .none_q:after {
				left:12px;
				margin-top:0;
			}
		}


/* Counsel */
		.counsel {
			clear:both;
		}
		.counsel .counsel-a,
		.counsel .counsel-q {
			padding-left:28px;
			padding-right:10px;
			background-image:url("img/faq_icon.png");
			background-repeat:no-repeat;
			background-position:1px -109px;
		}
		.counsel .counsel-a {
			background-position:1px -218px;
		}


/* Calendar */
		.table-calendar tbody td {
			vertical-align:top !important;
			padding:7px !important;
			background-color:#fff;
		}
		.table-calendar tbody td .area {
			display:block;
			min-height:80px;
			padding:4px 5px !important;
		}
		.table-calendar-small tbody td .area {
			min-height:60px;
		}
		.table-calendar-small tbody td .area1 {
			min-height:20px;
		}

		.table-calendar tbody td.event .area {
			background-color:#fffbf7;
		}
		.table-calendar tbody td .area em {
			display:block;
			margin:1px 0;
			font-style:normal;
			font-weight:500;
		}
		.table-calendar tbody td.event .area em {
			color:#ff0000;
		}
		.table-calendar tbody td.event .area div {
			margin:5px 0;
			font-size:90%;
			line-height:17px;
		}
		.calendar-type {
			margin-top:10px;
		}
		.calendar-type li {
			display:inline;
			color:#777;
			font-size:.9em;
			margin-left:10px;
		}
		.calendar-type li i {
			vertical-align:middle;
			color:#222;
			margin-right:6px;
		}
		html[lang|=ko] .table-calendar tbody td.event .area div {
			letter-spacing:-.05em;
		}

		@media (min-width:768px) {
			.form-inline.search-form .form-control {
				width:100%;
				max-width:180px;
			}
			.form-inline.search-form .btn,
			.form-inline.search-form .btn-group > .btn {
				top:-1px !important;
			}
		}



/* --------------------------------- Membership Customer Group --------------------------------- */

/* Member Login */
		.customer-form-signin {
			max-width:460px;
			height:auto;
			min-height:100%;
			margin:0 auto;
			padding:20px 0 70px;
		}
		.modal .customer-form-signin {
			max-width:330px;
			padding:0;
		}
		.customer-form-signin .frame {
			max-width:330px;
			margin:0 auto;
		}
		.customer-form-signin p {
			padding:0 20px;
			color:#888;
			font-size:80%;
			line-height:18px;
			text-align:center;
		}
		.customer-form-signin .input-group {
			margin-top:-1px;
		}
		.customer-form-signin .check-save {
			margin-top:10px;
			vertical-align:middle;
		}
		.customer-form-signin .check-save label.text {
			position:relative;
			top:1px;
			color:#ccc;
			font-size:90%;
			margin-left:6px;
		}
		.customer-form-signin .form-control {
			position:relative;
			height:auto;
			border-color:#ddd;
			background-color:#fff;
			border-right-width:0;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
				box-sizing:border-box;
			padding:13px;
		}
		.customer-form-signin .form-control:focus {
			z-index:2;
		}
		.customer-form-signin .input-group .input-group-addon {
			position:relative;
			left:-1px;
			font-size:140%;
			text-shadow:none;
			border-color:#ddd;
			border-left-width:0;
			background-color:#fff;
		}
		.customer-form-signin .input-group.userid .form-control {
			border-bottom-left-radius:0;
		}
		.customer-form-signin .input-group.userid .input-group-addon {
			border-bottom-right-radius:0;
		}
		.customer-form-signin .input-group.password .form-control {
			border-top-left-radius:0;
		}
		.customer-form-signin .input-group.password .input-group-addon {
			border-top-right-radius:0;
		}
		.customer-form-signin .btn-block {
			margin-top:10px;
			margin-bottom:10px;
			text-transform:uppercase;
		}


/* Member Terms */
		.terms_overflow {
			max-height:325px;
			padding:15px;
			line-height:20px;
			overflow-y:auto;
			overflow-x:hidden;
			background-color:#fbfbfb;
			border:1px solid #ddd;
		}



/* md */
@media (min-width:992px) and (max-width:1200px) {
	.contents-box.box-main {
		height:260px;
	}
	.contents-box.box-main .txt-vertical .big_text,
	.contents-box.box-main .txt-vertical p {
		width:76%;
	}
	.contents-box.box-main .txt-vertical .big_text {
		padding-top:13%;
		font-size:200%;
		line-height:35px;
	}
	.contents-box.box-main .txt-vertical p {
		font-size:110%;
		padding-top:1%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.big .carousel-inner .carousel-caption {
		top:30%;
	}
	.big .carousel-caption p {
		margin:5px 0;
	}
	.big .carousel-inner .carousel-caption h2 {
		font-size:80%;
		line-height:30px;
		margin-top:0;
		margin-bottom:0;
	}
	.big .carousel-caption a.btn-more {
		height:40px;
		margin-top:10px;
		font-size:110%;
		padding-top:8px;
		padding-bottom:8px;
	}
	.middle .carousel-inner .carousel-caption {
		margin-top:-5px;
	}
	.middle .carousel-inner .carousel-caption h2 {
		margin-top:5px;
		margin-bottom:5px;
	}
	.middle .carousel-caption a.btn-more {
		height:35px;
		margin-top:0;
		font-size:100%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.carousel .carousel-indicators {
		display:none;
	}
}


/* sm */
@media (max-width:991px) {

.cd-hero_slider {
	position: relative;
	height: 330px !important;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}



	.sub_visual,
	.sub_visual .container {
		height:180px;
	}
	.sub_visual {
		margin-bottom:20px;
	}
	.sub_visual .container h2 {
		font-size:1.8em;
		margin:0 0 .4em 0;
	}
	.sub_visual .container h4 {
		font-size:1.45em;
	}
	.contents-box.box-main {
		height:220px;
	}
	.contents-box.box-main .txt-vertical .big_text,
	.contents-box.box-main .txt-vertical p {
		width:98%;
	}
	.contents-box.box-main .txt-vertical .big_text {
		padding-top:12%;
		font-size:170%;
		line-height:27px;
	}
	.contents-box.box-main .txt-vertical p {
		font-size:100%;
		line-height:18px;
		padding-top:2%;
	}
	.table-calendar tbody td a {
		min-height:60px;
		padding:3px 7px !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.carousel .carousel-indicators {
		display:none;
	}
	.big .carousel-inner .carousel-caption {
		top:30%;
	}
	.big .carousel-caption p {
		margin:0;
		font-size:60%;
		margin:5px 0;
	}
	.big .carousel-inner .carousel-caption h2 {
		font-size:73%;
		line-height:24px;
		margin-top:0;
	}
	.big .carousel-caption a.btn-more {
		height:35px;
		font-size:100%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.middle .carousel-caption p {
		margin:3px 0;
	}
	.middle .carousel-caption {
		top:0;
		left:22%;
		right:22%;
		margin-top:-8px;
	}
	.middle .carousel-inner .carousel-caption h2 {
		font-size:175%;
		line-height:23px;
		margin-top:5px;
		margin-bottom:10px;
	}
	.middle .carousel-caption a.btn-more {
		height:33px;
		margin-top:0;
		font-size:95%;
		padding-top:5px;
		padding-bottom:5px;
	}
}


/* xs */
@media (max-width:767px) {

.kipee_main_h1 {
	height:200px !important;
}

.kipee_main_h2 {
	height:400px !important;
}


.background_1 {
				background-size:cover;
				background-repeat:no-repeat;
			}

.cd-hero_slider {
	position: relative;
	height: 400px !important;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}


	.sub_visual,
	.sub_visual .container {
		height:150px;
	}
	.sub_visual {
		margin-bottom:15px;
	}
	.sub_visual .container h2 {
		font-size:1.6em;
		margin:0 0 .3em 0;
	}
	.sub_visual .container h4 {
		font-size:1.35em;
	}
	.page-header .vmore {
		line-height:22px;
		padding-bottom:5px;
	}
	ul.timeline:before {
		left:40px;
	}
	ul.timeline > li > .timeline-panel {
		font-size:.9em;
		width:calc(100% - 90px);
		width:-moz-calc(100% - 90px);
		width:-webkit-calc(100% - 90px);
	}
	ul.timeline > li > .timeline-badge {
		left:15px;
		margin-left:0;
		top:16px;
	}
	ul.timeline > li > .timeline-panel {
		float:right;
	}
	ul.timeline > li > .timeline-panel:before {
		border-left-width:0;
		border-right-width:15px;
		left:-15px;
		right:auto;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width:0;
		border-right-width:14px;
		left:-14px;
		right:auto;
	}
	.blog-post-date {
		padding:5px 10px;
	}
	.blog-post-date .day {
		display:inline-block;
	}
	.blog-post-date .month {
		position:relative;
		top:-2px;
	}
	.carousel .carousel-indicators {
		display:none;
	}
	.big .carousel-caption {
		top:11%;
		left:22%;
		right:22%;
	}
	.big .carousel-inner .carousel-caption h2 {
		font-size:65% !important;
		line-height:26px;
		margin-top:15px;
	}
	.middle .carousel-caption {
		top:0;
		left:24%;
		right:24%;
		margin-top:-5px;
	}
	.middle .carousel-inner .carousel-caption h2 {
		font-size:155%;
		line-height:22px;
		margin-top:0;
	}
	.round-primary {
		width:130px;
		height:40px;
		line-height:42px;
		margin:0 auto;
		margin-top:10px;
		margin-bottom:15px;
		font-size:1.2em;
	}
	.vod_wrap {
		margin-bottom:10px;
	}



	
}



@media (max-width:640px) {


.img-osan{
	height:130px !important;

}

.cd-hero_slider {
	position: relative;
	height: 300px !important;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}


	.big .carousel-caption {
		top:10px;
		left:18%;
		right:18%;
		font-size:170%;
	}
	.big .carousel-inner .carousel-caption h2 {
		font-size:70%;
		line-height:24px;
		margin-top:15px;
	}
	.middle .carousel-caption {
		top:0%;
		left:10%;
		right:10%;
		margin-top:-5px;
	}
	.middle .carousel-inner .carousel-caption h2 {
		font-size:120%;
		line-height:20px;
		margin-top:5px;
	}
	.middle .carousel-control,
	.middle .carousel-caption {
		display:none;
	}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next,
.carousel-control .icon-prev{
	font-size:20px !important;
	top:40%;
}

.kipee_main_h1 {
	height:180px !important;
}

.kipee_main_h2 {
	height:350px !important;
}

}

@media (max-width:450px) {

	.big .carousel-caption {
		top:13%;
		left:10%;
		right:10%;
	}
	.big .carousel-inner .carousel-caption h2 {
		font-size:160%;
		line-height:22px;
		margin-top:8px;
	}
	.big .carousel-caption{
		top:10%;
	}

	.big .carousel-inner .carousel-caption h2{
		font-size:55% !important;
	}

	.cd-hero_slider {
	position: relative;
	height: 200px !important;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}

.kipee_main_h2 {
	height:250px !important;
}

}

@media (max-width:350px) {

.cd-hero_slider {
	position: relative;
	height: 150px !important;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}


.kipee_main_h2 {
	height:200px !important;
}



}


.red-800{color:#ff4455}
.pink-800{color:#e53b75}
.purple-800{color:#6d45bc}
.indigo-800{color:#465bd4}
.blue-800{color:#3583ca}
.cyan-800{color:#37a9b7}
.teal-800{color:#178d81}
.green-800{color:#279566}
.light-green-800{color:#70a532}
.yellow-800{color:#fbc02d}
.orange-800{color:#e98f2e}
.brown-800{color:#715146}
.grey-800{color:#424242}
.blue-grey-800{color:#263238}




/* Hero Slider */
.cd-hero {
	position: relative
}

.cd-hero_slider {
	position: relative;
	height: 410px;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd;
}

.cd-hero_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	will-change: transform;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.cd-hero_slide.cd-hero_slide-selected {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.cd-hero_slide.cd-hero_slide-move-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.cd-hero_slide.cd-hero_slide-is-moving,
.cd-hero_slide.cd-hero_slide-selected {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}




.cd-hero_slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.cd-hero_content.cd-hero_content-full-width,
.cd-hero_content.cd-hero_content-half-width {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	padding-top: 75px;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}

.cd-hero_content h2,
.cd-hero_content p,
.cd-hero_btn,
.cd-hero_content-img img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}

.cd-hero_content.cd-hero_content-img {
	display: none
}

.cd-hero_content-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.cd-hero_content h2,
.cd-hero_content p {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	line-height: 1.2;
	margin: 0 auto 14px;
	color: #fff;
	width: 90%;
	max-width: 400px
}

.cd-hero_content h2 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing:-.05em;
}

.cd-hero_content p {
	font-size: 1.2rem;
	line-height: 1.3
}

.cd-hero_btn {
	display: inline-block;
	padding: .8em 1.8em;
	margin-top: .8em;
	background-color: rgba(212, 68, 87, .9);
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}

.cd-hero_btn.cd-hero_btn-secondary {
	background-color: rgba(22, 26, 30, .8)
}

.cd-hero_btn:nth-of-type(2) {
	margin-left: 1em
}

.cd-hero_btn:hover {
	color: #fff;
	text-decoration:none;
	background-color: #d44457
}

.cd-hero_btn.cd-hero_btn-secondary:hover {
	color: #fff;
	text-decoration:none;
	background-color: #161a1e
}

@media only screen and (min-width:768px) {
	.cd-hero_content.cd-hero_content-full-width,
	.cd-hero_content.cd-hero_content-half-width {
		padding-top: 100px
	}
	.cd-hero_content.cd-hero_content-bg-video {
		display: block
	}
	.cd-hero_content.cd-hero_content-half-width {
		width: 45%
	}
	.cd-hero_content.cd-hero_content-half-width:first-of-type {
		left: 5%
	}
	.cd-hero_content.cd-hero_content-half-width:nth-of-type(2) {
		right: 5%;
		left: auto
	}
	.cd-hero_content.cd-hero_content-img {
		display: block
	}
	.cd-hero_content h2,
	.cd-hero_content p {
		max-width: 520px
	}
	.cd-hero_content h2 {
		font-size: 2.5em;
	}
	.cd-hero_content p {
		font-size: 1.5rem
	}
	.cd-hero_btn {
		font-size: 1.3rem
	}



	.cd-hero_content.cd-hero_content-half-width {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px)
	}
	.cd-hero_slide-move-left .cd-hero_content.cd-hero_content-half-width {
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px)
	}
	.cd-hero_slide-selected .cd-hero_content.cd-hero_content-half-width {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.cd-hero_slide-is-moving .cd-hero_content.cd-hero_content-half-width {
		-webkit-transition: opacity 0s .5s, -webkit-transform 0s .5s;
		transition: opacity 0s .5s, -webkit-transform 0s .5s;
		transition: opacity 0s .5s, transform 0s .5s;
		transition: opacity 0s .5s, transform 0s .5s, -webkit-transform 0s .5s
	}
	.cd-hero_slide-from-left.cd-hero_slide-selected .cd-hero_content.cd-hero_content-half-width:nth-of-type(2),
	.cd-hero_slide-from-right.cd-hero_slide-selected .cd-hero_content.cd-hero_content-half-width:first-of-type {
		-webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s;
		transition: opacity .4s .2s, -webkit-transform .5s .2s;
		transition: opacity .4s .2s, transform .5s .2s;
		transition: opacity .4s .2s, transform .5s .2s, -webkit-transform .5s .2s
	}
	.cd-hero_slide-from-left.cd-hero_slide-selected .cd-hero_content.cd-hero_content-half-width:first-of-type,
	.cd-hero_slide-from-right.cd-hero_slide-selected .cd-hero_content.cd-hero_content-half-width:nth-of-type(2) {
		-webkit-transition: opacity .4s .4s, -webkit-transform .5s .4s;
		transition: opacity .4s .4s, -webkit-transform .5s .4s;
		transition: opacity .4s .4s, transform .5s .4s;
		transition: opacity .4s .4s, transform .5s .4s, -webkit-transform .5s .4s
	}
	.cd-hero_content-full-width h2,
	.cd-hero_content-full-width p,
	.cd-hero_content-full-width .cd-hero_btn {
		-webkit-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px)
	}
	.cd-hero_slide-move-left .cd-hero_content-full-width h2,
	.cd-hero_slide-move-left .cd-hero_content-full-width p,
	.cd-hero_slide-move-left .cd-hero_content-full-width .cd-hero_btn {
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	.cd-hero_slide-selected .cd-hero_content-full-width h2,
	.cd-hero_slide-selected .cd-hero_content-full-width p,
	.cd-hero_slide-selected .cd-hero_content-full-width .cd-hero_btn {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.cd-hero_slide-is-moving .cd-hero_content-full-width h2,
	.cd-hero_slide-is-moving .cd-hero_content-full-width p,
	.cd-hero_slide-is-moving .cd-hero_content-full-width .cd-hero_btn {
		-webkit-transition: -webkit-transform 0s .5s;
		transition: -webkit-transform 0s .5s;
		transition: transform 0s .5s;
		transition: transform 0s .5s, -webkit-transform 0s .5s
	}
	.cd-hero_slide-selected h2 {
		-webkit-transition: -webkit-transform .5s .2s;
		transition: -webkit-transform .5s .2s;
		transition: transform .5s .2s;
		transition: transform .5s .2s, -webkit-transform .5s .2s
	}
	.cd-hero_slide-selected p {
		-webkit-transition: -webkit-transform .5s .3s;
		transition: -webkit-transform .5s .3s;
		transition: transform .5s .3s;
		transition: transform .5s .3s, -webkit-transform .5s .3s
	}
	.cd-hero_slide-selected .cd-hero_btn {
		-webkit-transition: background-color .2s 0s, -webkit-transform .5s .4s;
		transition: background-color .2s 0s, -webkit-transform .5s .4s;
		transition: transform .5s .4s, background-color .2s 0s;
		transition: transform .5s .4s, background-color .2s 0s, -webkit-transform .5s .4s
	}
}

@media only screen and (min-width:991px) {
	.cd-hero_content.cd-hero_content-full-width,
	.cd-hero_content.cd-hero_content-half-width {
		padding-top: 130px
	}
}

@media only screen and (min-width:1170px) {
	.cd-hero_content.cd-hero_content-full-width,
	.cd-hero_content.cd-hero_content-half-width {
		padding-top: 150px
	}
	.cd-hero_content h2,
	.cd-hero_content p {
		margin-bottom: 20px
	}
	.cd-hero_content h2 {
		font-size: 2.6em
	}
	.cd-hero_content p {
		font-size: 1.6rem
	}
}

.cd-hero_nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	text-align: center;
	height: 40px;
}

.cd-hero_nav nav{
	width:100%;
	height:100%;
	}

	.cd-hero_nav ul{
		margin:0;
		padding:0;
		height:100%;
	}

.cd-hero_nav a{
	display:block;
	width:100%;
	height:100%;
}

.cd-hero_nav li {
	display:block;
	padding:0;
	margin:0;
	height: 100%;
	width:33.3333333% !important;
	text-decoration: none;
	font-size:12px !important;
	font-weight:400 !important;
} 

.cd-hero_nav nav {
	display: inline-block;
	position: relative;
	z-index:3;
}

.cd-hero_marker {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.3333333%;
	height: 5%;
	border-top:5px solid #f5821f;
	z-index:4;
	-webkit-box-shadow: inset 0 2px 0 currentColor;
	box-shadow: inset 0 2px 0 currentColor;
	-webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
	transition: -webkit-transform .2s, -webkit-box-shadow .2s;
	transition: transform .2s, box-shadow .2s;
	transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s
}

.cd-hero_marker.cd-hero_marker-item-2 {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.cd-hero_marker.cd-hero_marker-item-3 {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%)
}

.cd-hero_marker.cd-hero_marker-item-4 {
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	transform: translateX(300%)
}

.cd-hero_marker.cd-hero_marker-item-5 {
	-webkit-transform: translateX(400%);
	-ms-transform: translateX(400%);
	transform: translateX(400%)
}

.cd-hero_nav ul::after {
	clear: both;
	content: "";
	display: table
}

.cd-hero_nav li:first-child {
	border-left:1px solid #ddd;
}

.cd-hero_nav li {
	display: inline-block;
	width:width:33.3333333% !important;
	float: left;
	background-color:transparent;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}

.cd-hero_nav .cd-selected a {
	color: #f5821f;
	background-color:#fff;
}

.cd-hero_nav .cd-selected a:hover {
	background-color: transparent
}

.cd-hero-nav-bg {
	position:absolute;
	top:0;bottom:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.3;
	z-index:1;
}

.cd-hero_nav a {
	display: block;
	position: relative;
	padding-top: 7px;
	font-size: 1.4rem;
	color: #000;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}

.cd-hero_nav a:hover {
	background-color: rgba(0, 1, 1, .5)
}

@media only screen and (max-width:768px) {
	.cd-hero_nav {
		height: 40px
	}
	.cd-hero_marker,
	.cd-hero_nav li {
		width:33.3333333% !important
	}
	.cd-hero_nav a {
		padding-top: 13px;
		font-size: 1.1rem;
		text-transform: uppercase
	}
		.cd-hero_slider {
			position: relative;
			height: 200px;
			width: 100%;
			overflow: hidden
		}


}

.no-js .cd-hero_slide.cd-hero_slide-selected {
	display: block
}
.no-js .cd-hero_slide,
.no-js .cd-hero_nav {
	display: none
}



/* ========================================================================
   Component: Overlay
 ========================================================================== */
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
  -webkit-transform: translateZ(0);
		  transform: translateZ(0);
}
.overlay:hover {
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, .1);
	box-shadow:2px 2px 10px rgba(0, 0, 0, .1);
}
.overlay > :first-child,
.overlay .overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Sub-object `overlay-panel`
 ========================================================================== */
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.overlay-panel:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
	border:2px solid #26b0ff;
	background: rgba(255, 255, 255, .3);
	opacity:0;
	filter:alpha(opacity=0);
}
.overlay-panel:hover:after {
	opacity:1;
	filter:alpha(opacity=100);
}
.overlay-panel a:not([class]) {
  text-decoration: underline;
}
.overlay-panel > :last-child {
  margin-bottom: 0;
}
/* Sub-object `overlay-hover`
 ========================================================================== */
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0;
}
/* Modifier `overlay-background`
 ========================================================================== */
.overlay-background {
  background: rgba(0, 0, 0, .5);
}
/* Modifier `overlay-image`
 ========================================================================== */
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
/* Modifier `overlay-shade`
 ========================================================================== */
.overlay-shade {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}
/* Position modifiers
 ========================================================================== */
.overlay-top {
  bottom: auto;
}
.overlay-bottom {
  top: auto;
}
.overlay-left {
  right: auto;
}
.overlay-right {
  left: auto;
}
/* Sub-object `overlay-icon`
 ========================================================================== */
.overlay-icon {
  font-size: 0;
  text-align: center;
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.overlay-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/* Sub-object `overlay-anchor`
 ========================================================================== */
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Transitions
 ========================================================================== */
.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*='overlay-slide'] {
  -webkit-transition-timing-function: ease-out;
	   -o-transition-timing-function: ease-out;
		  transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
	   -o-transition-duration: .3s;
		  transition-duration: .3s;
  -webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
	   -o-transition-property: opacity -o-transform filter;
		  transition-property: opacity transform filter;
}
.overlay-fade {
  opacity: .7;
}
.overlay-hover:hover .overlay-fade {
  opacity: 1;
}
.overlay-scale {
  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	   -o-transform: scale(1);
		  transform: scale(1);
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	   -o-transform: scale(1.1);
		  transform: scale(1.1);
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
	  -ms-transform: scale(1) rotate(0deg);
	   -o-transform: scale(1) rotate(0deg);
		  transform: scale(1) rotate(0deg);
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
	  -ms-transform: scale(1.1) rotate(3deg);
	   -o-transform: scale(1.1) rotate(3deg);
		  transform: scale(1.1) rotate(3deg);
}
.overlay-grayscale {
		  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);
}
.overlay-hover:hover .overlay-grayscale {
		  filter: grayscale(0%);

  -webkit-filter: grayscale(0%);
}
[class*='overlay-slide'] {
  opacity: 0;
}
/* Top */
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	   -o-transform: translateY(-100%);
		  transform: translateY(-100%);
}
/* Bottom */
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
	  -ms-transform: translateY(100%);
	   -o-transform: translateY(100%);
		  transform: translateY(100%);
}
/* Left */
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	   -o-transform: translateX(-100%);
		  transform: translateX(-100%);
}
/* Right */
.overlay-slide-right {
  -webkit-transform: translateX(100%);
	  -ms-transform: translateX(100%);
	   -o-transform: translateX(100%);
		  transform: translateX(100%);
}
/* Hover */
.overlay-hover:hover [class*='overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
	  -ms-transform: translateX(0) translateY(0);
	   -o-transform: translateX(0) translateY(0);
		  transform: translateX(0) translateY(0);
}

@media (max-width:767px) {
	.overlay-panel {
	  padding: 15px 10px !important;
	}
	.ngda-wrap{
		padding:1em 0 !important;
	}

	
.user-list{
	border:3px solid #ddd !important;
	border-radius:5px;
	padding-top:5px;
}


}



.btn_url{
	display:inline-block;
	color:#fff;
	border:1px solid #f5821f;
	background-color:#f5821f;
	border-radius:5px;
	padding:3px 7px;
}

.btn_url:hover{
	background-color:#fff;
	color:#f5821f;
}








.rt-contents1{
	display:none;
	z-index:20;
	border:1px solid #ddd;
	height:100%;
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	padding:20px;
	height:auto;
}/*강의소개*/

.rt-contents2{
	display:none;
	z-index:20;
	border:1px solid #ddd;
	height:100%;
	position:absolute;
	top:45px	
	left:0;
	width:100%;
	padding:20px;
	height:auto;

}/*강사소개*/

.rt-contents3{
	display:none;
	z-index:20;
	border:1px solid #ddd;
	height:100%;
	position:absolute;
	top:45px	
	left:0;
	width:100%;
	padding:20px;
	height:auto;

}/*교재소개*/

.rt-contents4{
	display:none;
	z-index:20;
	border:1px solid #ddd;
	height:100%;
	position:absolute;
	top:45px
	left:0;
	width:100%;
	padding:20px;
	height:auto;

}/*일정소개*/




.rt_contents{
	font-size:18px;
	border:solid 2px #cccccc;
	display:none;
	clear:both;
}

.rt_contents.active{
	font-size:18px;
	border:solid 2px #cccccc;
	display:block;
	clear:both;
}
/*소개 내용*/



#view_tab_tb{
	padding:0;
	margin-top:0;
	clear:both;
	height:auto;
	
}

#view_tab_t{
	margin-left:0;
	margin-right:0;
	margin-top:70px;
	margin-bottom:70px;
	padding:0;

}


/*소개 전체*/

.notice-text{
	color:#616161;
	font-weight:500;
}


.notice-text .fa-circle{
	color:#616161 !important;
}

.notice-text .fa-circle:hover{
	color:#000 !important;
}

.notice-text:hover{
	color:#000;
}

.notice-text:hover .fa-circle{
	color:#000 !important;
}



/*세은 배너 테스트*/

.com_text1 {
	text-shadow:#000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
             #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
	
	font-weight:600 !important;
	font-size:40px;
	  
	 }

.com_text2 {
	text-shadow:#000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
             #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;

			 font-size:28px;
	  
	 }


.kipee_main_tab {
	border-radius:5px 5px 0 0;
	background:#0a205c;
	color:#fff;
}
 
.kipee_main_btn {
	border-radius:2rem;
	border:1px solid #7469c9;
	background:rgba(77,126,209,0.9);
}

.kipee_main_btn:hover {
	border-radius:2rem;
	border:1px solid #7469c9;
	background:rgba(77,126,209,1);
}

.kipee_main_round {
	border-radius:0.25rem;
	height:100%;
}

.kipee_main_h1 {
	height:230px;
	background:#fff;
}

.kipee_main_h2 {
	height:230px;
	background:#fff;
}

.kipee_tab_bg {
	background-color:#4d7ed1 !important;
	border-top-left-radius:0.75rem !important;
    border-top-right-radius:0.75rem !important;
}
 


.form-inline.search-form .btn, .form-inline.search-form .btn-group > .btn{
	top:0 !important;
}
/*세은 배너 테스트*/


/*kipee 행사입장*/

.main_online_img5{display:none;}

@media (max-width:768px) {
.main_online_img4{display:none;}
.main_online_img5{display:block;}
}


/* 세은 klglobal */

.kl_box_border {
	border:1px solid rgb(211,211,211);
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.2) 6px 6px 8px;
	visibility:visible;
	background:#fff;
}

.kl_box_border:hover {
	
}

.kl_sec_back {
	background:url('/css/img/back.jpg');
}







/* // 세은 */

.outline_none {
	outline:none;
}

/*--------------------글로벌 서버----------------------*/

.carousel-caption{left:50% !important; top:50% !important;  transform:translate(-50%,-50%); }

.global_banner{font-size:2.5em; font-weight:bold;}

.global_banner2{font-size:1.6em; font-weight:bold; display:block; text-align:center;}

.com_banner_gb{margin-top:20px; margin-bottom:20px; text-align:center;}

.global_bn_bottom{position:absolute; left:50%; bottom:10%; transform:translateX(-50%);z-index:120;}

.global_bn_bottom span{font-size:1em; color:#fff; text-align:center;display:block;}

@media(max-width:766px){
.global_all_text{margin-top:30px !important;}

.global_banner{font-size:2em; font-weight:bold;}

.global_bn_bottom span{font-size:1em;}

.global_banner2{font-size:1.5em; font-weight:bold;margin-top:0px;}
} 

@media(max-width:400px){
.global_all_text{margin-top:0 !important;}

.global_bn_bottom span{display:none;}
} 



/*-------------------------비집 바우처신청서--------------------------*/

.basic-img{
	padding:5px;
	margin:10px 0;
	cursor:pointer;
}


.basic-img div{
	padding:0;
	border:5px solid #f3f3f3;
}

.basic-img div:hover{
	border:5px solid #72aaf7;
}

.basic-img.active div{
	border:5px solid #3e89f1;
}




#basic-fiexd.active{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	z-index:9999;
}

#basic-fiexd {
	position:fixed;
	top:9999px;
}

.fiexd-mode-btn:hover{
	color:#72aaf7;
	cursor:pointer;
	border-bottom:2px solid #72aaf7;
}

.fiexd-mode-btn{
	margin:0 !important;
	border:none;
	background-color:transparent;
	color:#000;
	border-bottom:2px solid transparent;
}


#basic-fiexd .fixed-img{
background-color:#fff;
position:absolute;
top:25%;
left:20%;
margin:0 auto;
width:65%;
height:auto;
padding:30px 15px 15px;
border-radius:5px;
box-shadow:7px 11px 14px rgba(125, 125, 125);
}


#basic-fiexd .opne-text-top {
	padding:15px;
	text-align:center;
	color:#fff;
	background-color:#dc4c21;
	font-size:16px;
	margin-bottom:0;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

#basic-fiexd .opne-text-bottom{
	padding:15px;
	text-align:center;
	color:#fff;
	background-color:#dc4c21;
	font-size:16px;
	margin-top:0;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px
}

.open_btn{
	background-color:#135a84;
	padding:10px 40px;
	margin-top:20px;
	color:#fff;
	outline:none;
	border:1px solid transparent;
	transition: all 200ms linear 0s;
}

.open_btn:hover{
	background-color:#fff;
	color:#135a84;
	border:1px solid #135a84;
	transition: all 300ms linear 0s;
	cursor:pointer;
}




