/* 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|=en] body, html[lang|=en] .button, html[lang|=en] input, html[lang|=en] textarea, html[lang|=en] select {
				font-weight:400;
				font-family:"NotoSansCJKkr",'Malgun Gothic','맑은 고딕','Nanum Gothic','나눔 고딕','돋움',dotum,sans-serif !important;
			}
			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:"Noto Sans SC",Arial, Helvetica, tahoma, verdana, "Microsoft Yahei","微软雅黑", 宋体, SimSun, 华文细黑, STXihei, Sans-serif !important;
			}

			html[lang|=vi] body, html[lang|=vi] .button, html[lang|=vi] input, html[lang|=vi] textarea, html[lang|=vi] select {
				font-weight:400;
				font-family:"Noto Sans SC",Arial, Helvetica, tahoma, verdana, 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;
			}

			@font-face {
				font-family: 'MarkPro';
				src: url('../fonts/BlankSansBook.eot');
				src: url('../fonts/BlankSansBook.woff2') format('woff2'),
				url('../fonts/BlankSansBook.woff') format('woff'),
				url('../fonts/BlankSansBook.svg#MarkPro') format('svg'),
				url('../fonts/BlankSansBook.eot?#iefix') format('embedded-opentype');
				font-weight: 400;
				font-style: normal;
			}
			@font-face {
				font-family: 'MarkPro';
				src: url('../fonts/BlankSansBold.eot');
				src: url('../fonts/BlankSansBold.woff2') format('woff2'),
				url('../fonts/BlankSansBold.woff') format('woff'),
				url('../fonts/BlankSansBold.svg#MarkPro-Bold') format('svg'),
				url('../fonts/BlankSansBold.eot?#iefix') format('embedded-opentype');
				font-weight: 500;
				font-style: normal;
			}

			/*
			@font-face {
				font-family: 'robotoregular';
				src: url('../fonts/Roboto-Medium-webfont.eot');
				src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
				url('../fonts/Roboto-Medium-webfont.woff2') format('woff2'),
				url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
				url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
				url('../fonts/Roboto-Medium-webfont.svg#robotoregular') format('svg');
				font-weight: normal;
				font-style: normal;
			}
			*/
			.num-webfont {
				font-family: 'MarkPro';
				letter-spacing:.0em;
			}
			html[lang|=ko] .ls5 {
				letter-spacing:-.05em;
			}


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

	/* 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;
				text-decoration:none;
				-webkit-transition: all 150ms linear 0s;
				transition: all 150ms linear 0s;
			}
			a.thumbnail:hover{
				border-color:#aaa;
				text-decoration:none;
			}
			.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;
			}
			.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;
			}


.border {
	border: 1px solid #e3e6f0 !important;
}

.border-top {
	border-top: 1px solid #e3e6f0 !important;

}

.border-right {
	border-right: 1px solid #e3e6f0 !important;
}

.border-bottom {
	border-bottom: 1px solid #e3e6f0 !important;
	 padding: 10px 0;
}

.border-left {
	border-left: 1px solid #e3e6f0 !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;
				line-height:1.9;
				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;
				opacity:.8;
				filter:alpha(opacity=80);
			}
			a {
				color:#5c5b5b;
				transition: all .5s 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;
			}
			.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;
			}
			.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: -5px;
				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:98%;
				overflow:hidden;
				word-break:break-all;
				white-space:nowrap;
				text-overflow:"...";
				text-align : center;
			}
			.text-underline {
				text-decoration:underline !important;
			}
			.dblong {
				display:block;
				width:97%;
			}
			.page-header {
				clear:both;
				color:#000;
				margin:5px 0 20px 0;
				padding:10px 0;
				border-bottom-color:rgba(0, 0, 0, .05);
			}
			.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;
				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:6px 8px;
				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;
			}
			.row0,
			.form-horizontal .form-group0 {
			  margin-right: 0;
			  margin-left: 0;
			}
			.row0>[class*=col-],
			.form-horizontal .form-group0>[class*=col-] {
			  padding-right: 0;
			  padding-left: 0;
			}

			.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;
				font-size:14px !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;
			}
			.nav-pills > li:first-child > a {
				margin-left:0;
			}
			.nav-pills > li:last-child > a {
				margin-right:0;
			}


	/* 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 !important;
				border-bottom:0 !important;
				margin-bottom:0 !important;
			}
			.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("img/logomark-red.svg");
				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 .item img {
				margin:0 auto;
			}
			.carousel-indicators {
				bottom:5px;
			}
			.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:28%;
				left:18%;
				right:46%;
				bottom:auto;
				overflow:hidden;
				padding-top:15px;
				padding-bottom:5px;
				text-align:left;
				text-shadow:none;
			}
			.carousel-caption h2 {
				color:#000;
				font-size:175%;
				font-weight:500;
				line-height:26px;
			}
			.carousel-caption h2 a {
				color:#fff;
				text-decoration:none;
			}
			.carousel-caption i {
				display:inline-block;
				position:relative;
				top:-7px;
				font-size:120% !important;
			}
			.carousel-caption p {
				opacity:.8 !important;
				filter:alpha(opacity=80) !important;
			}
			.big .carousel-caption h2 {
				font-size:165%;
				line-height:34px;
				letter-spacing:-.05em;
				text-decoration:underline;
				margin-top:10px;
				margin-bottom:15px;
			}
			.carousel-caption p {
				margin:0 0 25px;
				color:#444;
				line-height:24px;
				font-weight:500;
				letter-spacing:-.05em;
				text-transform:uppercase;
			}
			.big .carousel-caption p {
				font-size:110%;
			}
			.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: 50%;
				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:14px;
				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: 767px) {
			.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
			}
		}

		@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-10 {
	  font-size:10px !important;
	}
	.font-size-11 {
	  font-size:11px !important;
	}
	.font-size-12 {
	  font-size:12px !important;
	}
	.font-size-13 {
	  font-size:13px !important;
	}
	.font-size-14 {
	  font-size:14px !important;
	}
	.font-size-15 {
	  font-size:15px !important;
	}
	.font-size-16 {
	  font-size:16px !important;
	}
	.font-size-17 {
	  font-size:17px !important;
	}
	.font-size-18 {
	  font-size:18px !important;
	}
	.font-size-19 {
	  font-size:19px !important;
	}
	.font-size-20 {
	  font-size:20px !important;
	}
	.font-size-21 {
	  font-size:21px !important;
	}
	.font-size-22 {
	  font-size:22px !important;
	}
	.font-size-23 {
	  font-size:23px !important;
	}
	.font-size-24 {
	  font-size:24px !important;
	}
	.font-size-26 {
	  font-size:26px !important;
	}
	.font-size-30 {
	  font-size:30px !important;
	}
	.font-size-40 {
	  font-size:40px !important;
	}
	.font-size-50 {
	  font-size:50px !important;
	}
	.font-size-60 {
	  font-size:60px !important;
	}
	.font-size-70 {
	  font-size:70px !important;
	}
	.font-size-80 {
	  font-size:80px !important;
	}



	.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:2px 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:2px 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 .5s 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: 'MarkPro';
				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:0 !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 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:1281px) and (max-width:1365px) {
		.big .carousel-caption {
			top:6% !important;
			left:15%;
			right:45%;
		}

		.big .carousel-caption h2 {
			font-size:160%;
			line-height:30px;
			margin-top:0;
			padding-bottom:5px !important;
		}
	}


	/* md */
	@media (min-width:992px) and (max-width:1280px) {
		.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%;
		}

		.big .carousel-caption {
			top:3% !important;
			left:15%;
			right:40%;
		}

		.big .carousel-caption p {
			margin:5px 0;
			line-height:22px;
		}
		.big .carousel-caption h2 {
			font-size:150%;
			line-height:28px;
		}

		.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) {
		.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-caption {
			top:7% !important;
			left:13%;
			right:36%;
		}
		.big .carousel-caption p {
			margin:0 0 15px;
			line-height:20px;
		}
		.big .carousel-caption h2 {
			font-size:160%;
			line-height:24px;
			margin:0 !important;
		}
		.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) {
		.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:13% !important;
			left:11% !important;
			right:11% !important;
			text-align:center !important;
		}
		.big .carousel-inner .carousel-caption h2 {
			font-size:180%;
			line-height:26px;
			margin-top:20px;
		}
		.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) {
		.big .carousel-caption {
			top:4%;
			left:18%;
			right:18%;
		}
		.big .carousel-inner .carousel-caption h2 {
			font-size:165%;
			line-height:24px;
			margin-top:0;
		}
		.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;
		}
	}

	@media (max-width:430px) {
		.big .carousel-caption {
			top:0%;
			left:10%;
			right:10%;
		}
		.big .carousel-inner .carousel-caption h2 {
			font-size:160%;
			line-height:22px;
			margin-top:0;
		}
	}


	.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,
	.cd-hero_slider {
	  height: 400px;
	  overflow: hidden;
	  position: relative;
	}
	.cd-hero-basic.cd-hero,
	.cd-hero-basic .cd-hero_slider {
		height: 165px;
	}
	.cd-hero-nobg.cd-hero,
	.cd-hero-nobg .cd-hero_slider {
		height: 198px;
	}

	.cd-hero_slider {
	  width: 100%;
	  margin:0;
	  padding:0;
	  overflow: hidden;
	}

	.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 0.5s;
	  transition: -webkit-transform 0.5s;
	  transition: transform 0.5s;
	  transition: transform 0.5s, -webkit-transform 0.5s;
	}

	/* Slide style */
	.cd-hero_slide {
		background-color: #f9f2f3;
	}
	.cd-hero-nobg .cd-hero_slide {
		background-color: transparent;
	}
	.cd-hero_content h2,
	.cd-hero_content h3,
	.cd-hero_content h4,
	.cd-hero_content h5,
	.cd-hero_content h6,
	.cd-hero_content p {
	  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
	  will-change: transform;
	}

	.cd-hero_content-wrap-frame {
	  position: relative;
	  z-index:2;
	  text-align:left;
	}

	.cd-hero_content-bg-video {
	  -webkit-transform: translateX(0%) translateY(-3%);
		  -ms-transform: translateX(0%) translateY(-3%);
			  transform: translateX(0%) translateY(-3%);
	}

	.cd-hero_content-bg-img {
	  -webkit-transform: translateX(0%) translateY(0%);
		  -ms-transform: translateX(0%) translateY(0%);
			  transform: translateX(0%) translateY(0%);
	}
	@media (max-width:1279px){
		.cd-hero_content-bg-video {
		  -webkit-transform: translateX(0%) translateY(-13%);
			  -ms-transform: translateX(0%) translateY(-13%);
				  transform: translateX(0%) translateY(-13%);
		}
	}
	@media (max-width:991px){
		.cd-hero_content-bg-video {
		  -webkit-transform: translateX(0%) translateY(-14%);
			  -ms-transform: translateX(0%) translateY(-14%);
				  transform: translateX(0%) translateY(-14%);
		}
	}
	@media (max-width:969px){
		.cd-hero_content-bg-video {
		  -webkit-transform: translateX(0%) translateY(-16%);
			  -ms-transform: translateX(0%) translateY(-16%);
				  transform: translateX(0%) translateY(-16%);
		}
		.cd-hero_content-bg-img {
		  -webkit-transform: translateX(0%) translateY(0%);
			  -ms-transform: translateX(0%) translateY(0%);
				  transform: translateX(0%) translateY(0%);
		}
	}

	.cd-hero_text {
		position: absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
		min-height:100%;
		text-shadow:0 0 2px rgba(0, 0, 0, .1);
		background-color:rgba(0, 0, 0, .1);
	}
	.cd-hero_table,
	.cd-hero_cell {
		display:table;
		width:100%;
		height:100%;
		min-height:100%;
		vertical-align:middle;
	}
	.cd-hero_cell {
		padding:2em 3em;
		display:table-cell;
	}

	.cd-hero_content h2,
	.cd-hero_content h3,
	.cd-hero_content h4,
	.cd-hero_content h5,
	.cd-hero_content h6,
	.cd-hero_content p {
	  line-height: 1.2;
	  margin: 0 auto 14px;
	  color: #000;
	}
	.cd-hero_content h4,
	.cd-hero_content h5,
	.cd-hero_content h6 {
	  margin: 0 auto 5px;
	}
	.cd-hero_content .cd-hero_text h2,
	.cd-hero_content .cd-hero_text h3,
	.cd-hero_content .cd-hero_text h4,
	.cd-hero_content .cd-hero_text h5,
	.cd-hero_content .cd-hero_text h6,
	.cd-hero_content .cd-hero_text p {
	  color: #fff;
	}
	.cd-hero_content-wrap-frame .cd-hero_content h2,
	.cd-hero_content-wrap-frame .cd-hero_content h3,
	.cd-hero_content-wrap-frame .cd-hero_content p {
		position: absolute;
		top:190px;
		left:260px;
		min-width:480px;
		letter-spacing:.05em;
	}
	.cd-hero_content-wrap-frame .cd-hero_content h3 {
		top:255px;
		color:rgba(60, 60, 60, 0.6);
		letter-spacing:.1em;
	}
	.cd-hero_content-wrap-frame .cd-hero_content p {
		top:340px;
	}

	.cd-hero_content h2 {
	  font-size: 2.4rem;
	  margin:0 0 5px;
	}

	.cd-hero_content h3 {
	  font-size: 2.1rem;
	  font-weight: 400;
	  margin:0 0 5px;
	}

	.cd-hero_content h4 {
	  font-size: 2.4rem;
	}

	.cd-hero_content h5 {
	  font-size: 2.1rem;
	  font-weight: 400;
	}

	.cd-hero_content h6 {
	  font-size: 1.4rem;
	  line-height: 1.4;
	}

	.cd-hero_content p {
	  position: relative;
	  height:55px;
	  color:rgba(60, 60, 60, 0.9);
	  font-size: 1.4rem;
	  line-height: 1.4;
	  font-weight: 500;
	  padding:20px 0;
	  overflow: hidden;
	}

	.cd-hero-basic .cd-hero_content p {
	  height:auto;
	  padding:0 0 10px;
	}

	.cd-hero_content p strong {
	  position: relative;
	  z-index:2;
	}

	.cd-hero_content p span {
	  position: absolute;
	  top:3px;
	  left:110px;
	  z-index:1;
	  display:block;
	  width:100px;
	  height:100px;
	  border:20px solid #fff000;
	  -webkit-border-radius:50%;
	  -moz-border-radius:50%;
	  border-radius:50%;
	}


	@media only screen and (max-width: 767px) {
			.cd-hero_content h2 {
				font-size: 2.3em;
			}
			.cd-hero_content h3 {
				font-size: 2em;
			}
			.cd-hero_content h4 {
				font-size: 2em;
			}
			.cd-hero_content h5 {
				font-size: 1.7em;
			}
			.cd-hero_content h6 {
				font-size: 1.55em;
			}

		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
		  	width:100%;
			height: 228px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:0;
		  }

		.cd-hero_content-wrap-frame .cd-hero_content h2,
		.cd-hero_content-wrap-frame .cd-hero_content h3,
		.cd-hero_content-wrap-frame .cd-hero_content p {
			top:50px;
			left:50px;
		}
		.cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:90px;
		}
		.cd-hero_content-wrap-frame .cd-hero_content p {
			top:125px;
		}
		.cd-hero_content p {
			height:44px;
			padding:15px 0;
			}
		.cd-hero-basic .cd-hero_content p {
			font-size: 1.55em;
			height:auto;
			padding:0 0 10px;
		}
		.cd-hero_content p span {
			top:3px;
			left:65px;
			width:70px;
			height:70px;
		}
	}

	@media only screen and (min-width: 768px) {
			.cd-hero_content h2 {
				font-size: 2.3em;
			}
			.cd-hero_content h3 {
				font-size: 2em;
			}
			.cd-hero_content h4 {
				font-size: 2em;
			}
			.cd-hero_content h5 {
				font-size: 1.7em;
			}
			.cd-hero_content h6 {
				font-size: 1.55em;
			}

			.cd-hero,
			.cd-hero_slider {
				height: 284px;
			}

			.cd-hero-basic.cd-hero,
			.cd-hero-basic .cd-hero_slider {
				height: 350px;
			}

		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
			height: 257px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:-3px;
		  }

		.cd-hero_content-wrap-frame .cd-hero_content h2,
		.cd-hero_content-wrap-frame .cd-hero_content h3,
		.cd-hero_content-wrap-frame .cd-hero_content p {
			top:50px;
			left:50px;
		}
		.cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:90px;
		}
		.cd-hero_content-wrap-frame .cd-hero_content p {
			top:125px;
		}
		.cd-hero_content p {
			height:44px;
			padding:15px 0;
			}
		.cd-hero-basic .cd-hero_content p {
			font-size: 1.55em;
			height:auto;
			padding:0 0 10px;
		}
		.cd-hero_content p span {
			top:3px;
			left:65px;
			width:70px;
			height:70px;
		}
	}

	@media only screen and (min-width: 800px) {
		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
			height: 304px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:0;
		  }
	}

	@media only screen and (min-width: 868px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 295px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 420px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:100px;
			left:70px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:150px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:200px;
		  }
		.cd-hero_content p span {
			top:3px;
			left:70px;
			width:80px;
			height:80px;
		}
	}

	@media only screen and (min-width: 970px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 360px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 440px;
		  }

		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
			height: 366px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:0;
		  }
	}

	@media only screen and (min-width: 992px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 360px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 465px;
		  }

		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
			height: 305px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:-50px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:100px;
			left:70px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:150px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:200px;
		  }
	}

	@media only screen and (min-width: 1050px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 450px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 580px;
		  }

		  .cd-hero-nobg.cd-hero,
		  .cd-hero-nobg .cd-hero_slider {
			height: 408px;
		  }

		  .cd-hero-nobg .cd-hero_content {
			position:relative;
			top:-43px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:125px;
			left:120px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:185px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:270px;
		  }
	}

	@media only screen and (min-width: 1170px) {
		  .cd-hero_content h2,
		  .cd-hero_content p {
			margin-bottom: 20px;
		  }
		  .cd-hero_content h2 {
			font-size: 3.2em;
		  }
		  .cd-hero_content h3 {
			font-size: 3.05em;
		  }
		  .cd-hero_content p {
			font-size: 1.9rem;
		  }

		  .cd-hero_content h4 {
			font-size: 2.5em;
		  }
		  .cd-hero_content h5 {
			font-size: 2em;
		  }
		  .cd-hero_content h6 {
			font-size: 1.4em;
			margin-bottom:2em;
		  }

		.cd-hero_content p {
		  height:60px;
		  padding:25px 0;
		}
		.cd-hero-basic .cd-hero_content h2,
		.cd-hero-basic .cd-hero_content p {
			margin-bottom: 5px;
			height:auto;
			padding:0;
		}
		.cd-hero_content p span {
		  top:8px;
		  left:85px;
		  width:90px;
		  height:90px;
		}
	}

	@media only screen and (min-width: 1300px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 475px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 600px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:140px;
			left:150px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:205px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:290px;
		  }
	}

	@media only screen and (min-width: 1400px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 505px;
		  }

		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 630px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:150px;
			left:190px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:215px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:300px;
		  }
	}

	@media only screen and (min-width: 1580px) {
		  .cd-hero,
		  .cd-hero_slider {
			height: 555px;
		  }
		  .cd-hero-basic.cd-hero,
		  .cd-hero-basic .cd-hero_slider {
			height: 680px;
		  }

		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:160px;
			left:270px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content h3 {
			top:225px;
		  }
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			top:310px;
		  }
	}

	@media only screen and (min-width: 1620px) {
		  .cd-hero_content-wrap-frame .cd-hero_content h2,
		  .cd-hero_content-wrap-frame .cd-hero_content h3,
		  .cd-hero_content-wrap-frame .cd-hero_content p {
			left:420px;
		  }
	}

	/* Single slide animation */
	@media only screen and (min-width: 768px) {
	  .cd-hero_slide-selected h4,
	  .cd-hero_slide-selected h2 {
		-webkit-transition: -webkit-transform 0.5s 0.2s;
		transition: -webkit-transform 0.5s 0.2s;
		transition: transform 0.5s 0.2s;
		transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
	  }
	  .cd-hero_slide-selected h5,
	  .cd-hero_slide-selected h3 {
		-webkit-transition: -webkit-transform 0.5s 0.3s;
		transition: -webkit-transform 0.5s 0.3s;
		transition: transform 0.5s 0.3s;
		transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	  }
	  .cd-hero_slide-selected h6,
	  .cd-hero_slide-selected p {
		-webkit-transition: -webkit-transform 0.5s 0.4s;
		transition: -webkit-transform 0.5s 0.4s;
		transition: transform 0.5s 0.4s;
		transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
	  }
	}

	/* Slider navigation */
	.cd-hero_nav {
		position: absolute;
		width: 100%;
		bottom: 0;
		z-index: 2;
		text-align: center;
	}

	.cd-hero_nav nav,
	.cd-hero_nav ul,
	.cd-hero_nav li,
	.cd-hero_nav a {
		height: 100%;
	}

	.cd-hero_nav nav {
		width: 100%;
		display: inline-block;
		position: relative;
		background-color: rgba(52, 28, 6, 1);
	}

	.cd-hero_marker {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 100%;
		color: #f39c12;
		background-color: #f39c12;
		-webkit-box-shadow: inset 0 2px 0 currentColor;
		box-shadow: inset 0 2px 0 currentColor;
		-webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
		transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
		transition: transform 0.2s, box-shadow 0.2s;
		transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
	}

	.cd-hero-nobg .cd-hero_marker {
		width: 33.3333333%;
	}

	.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 {
	  position: absolute;
	  bottom:-8px;
	}

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

	.cd-hero_nav li {
	  display: inline-block;
	  width: 50%;
	  float: left;
	  padding:0;
	  margin:0;
	}

	.cd-hero-nobg .cd-hero_nav li {
		width: 33.3333333% !important;
	}

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

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

	.cd-hero_nav a {
	  display: block;
	  position: relative;
	  font-size: 1.4rem;
	  font-weight: 500;
	  line-height: 18px;
	  overflow: hidden;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #fff;
	  padding-top: 12px;
	  padding-bottom: 12px;
	  text-shadow:0 0 2px rgba(0, 0, 0, .1);
	  -webkit-transition: background-color 0.2s;
	  transition: background-color 0.2s;
	}

	.cd-hero_nav a:hover {
		background-color: rgba(52, 28, 6, 1);
	}

	@media only screen and (max-width: 767px) {
	  .cd-hero_nav a {
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 1.1rem;
	  }
	}

	@media only screen and (min-width: 768px) {
	  .cd-hero_nav li {
		width: 50%;
	  }
	  .cd-hero-nobg .cd-hero_nav li {
		width: 33.3333333% !important;
	  }
	  .cd-hero_nav a {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.2rem;
	  }
	}

	@media only screen and (min-width: 992px) {
	  .cd-hero_nav a {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 1.6rem;
	  }
	}

	/* Javascript disabled */
	.no-js .cd-hero_nav,
	.no-js .cd-hero_slide {
	  display: none;
	}
	.no-js .cd-hero_slide.cd-hero_slide-selected {
	  display: block;
	}



	/* ========================================================================
	   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;
		}
	}



/*세은 배너 테스트*/

.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;
}

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



.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;
}



.realtim-col7 div{
	float:left;
	width:14.28571428571429%;
	padding:5px;


}

.realtim-col7 div span{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	z-index:20;
	}

.realtim-col7 div span label{
	display:inline-block;
	width:100%;
	border:1px solid #ddd;
	padding:7px;
	cursor:pointer;
	
	}

.realtim-col7 div span input{
	position:absolute;
	top:0;
	left:-9999px;
	z-index:0;
}

.realtim-col7 div label.on{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	border:1px solid #595cc8;
	background-color:#595cc8;
	}


.realtim-col7:after{
	content:"";
	display:block;
	clear:both;
}

.table-calendar .active{
		background-color:#74d7ff !important;
	}


.table-calendar .total-num {
	color:#fff !important;
	font-weight:bold !important;
}




.live-hover1{
	background-color:#044a82;
	border:1px solid transparent;
	color:#fff !important;
	padding:5px 40px !important;
}
.live-hover2{
	background-color:#044a82;
	border:1px solid transparent;
	color:#fff !important;
	padding:5px 40px !important;

}


.live-box-color:hover{
	background-color:#fff;
	border:1px solid #044a82;
	color:#044a82 !important;
	padding:5px 40px !important;
}



.notice-borad img {
	padding:10px 15px;
}

.notice-borad .n-user-id{
	color:#000;
	font-weight:bold;
}

.notice-borad .n-user-text{
	color:#716e6e;
	cursor:default;
}


.upload-name {
color:#808080;
padding:10px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
z-index:20;
}


	.btn.btn_close{
		font-size:16px !important;
		color:#999;
		background-color:transparent !important;
		padding-top:0 !important;
		margin-top:-5px !important;
	}

		.btn.btn_close:hover i{
			color:#ff0000ad;
		}



.btn_Enrollment{
	display:inline-block !important;
	width:100%;
	border:1px solid #7073ff;
	background-color:#7073ff;
	color:#fff;
	border-radius:4px;
}

.btn_Enrollment:hover{
	display:inline-block !important;
	width:100%;
	border:1px solid #7073ffd9;
	background-color:#7073ffd9;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
}




.banner_intro{position:absolute; z-index:10; left:50%; top:50%; transform:translate(-50%,-50%); width:100%;}
.banner_intro h2{color:#000; font-size:40px;}
.banner_intro h2 span{opacity:1; font-size:30px;}


.banner_intro1{position:absolute;width:50%; left:35%; z-index:10; top:30%; padding-right:3% ; border:solid 1px red;}
.banner_intro1 h1{font-size:40px; color:#21313f;}
.banner_intro1 h2{font-size:40px; color:#fff;}
.banner_intro1 h3{font-size:18px; margin-top:20px; color:#21313f;}

.banner_intro2{position:absolute; width:50%; right:0; z-index:10; top:25%; padding-left:8%;}
.banner_intro2 h2{color:#21313f;}


.banner_intro4{position:absolute; z-index:10; top:10%; right:5%;}
.banner_intro4 h2{color:#FFF; font-size:45px;}

.kdream_korean_txt{font-size:50px !important;}/*배너 kdream한국어*/



@media(max-width:1200px){
	.banner_intro1 h1{font-size:25px;}
	.banner_intro1 h2{font-size:25px;}
	.banner_intro1 h3{font-size:16px;}

	.banner_intro2 h2{color:#21313f; font-size:18px;}

	.banner_intro h2{font-size:30px;}
	.banner_intro h2 span{font-size:20px;}
	.kdream_korean_txt{font-size:35px !important;}
}

@media(max-width:939px){
	.banner_intro1 h1{font-size:20px;}
	.banner_intro1 h2{font-size:20px;}
	.banner_intro1 h3{font-size:14px;}
	.banner_intro4 h2{font-size:30px;}
	

	.banner_intro h2{font-size:20px;}
	.banner_intro h2 span{font-size:18px;}
	.kdream_korean_txt{font-size:25px !important;}
}

@media(max-width:767px){
	.banner_intro h2{ font-size:20px;}
	.banner_intro h2 span{font-size:18px;}
	.banner_intro4 h2{font-size:20px;}
	.1-1class{font-size:14px !important;}

	.banner_intro4 h2{font-size:25px;}
	.kdream_korean_txt{font-size:20px !important;}
}
@media(max-width:590px){
	.banner_intro h2{font-size:12px;}
	.banner_intro4 h2{font-size:18px;}
	.banner_intro h2 span{font-size:8px;}
	.kdream_korean_txt{font-size:14px !important;}
	.1-1class{font-size:12px !important;}
}