

/* 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/
 */


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


/* Navbar Slider */


/* Web */


.bg-thema2 {
	background-image: url("img/slider_img_5.jpg");
}

.bg-thema3 {
	background-image: url("img/slider_img_6.jpg");
}

.bg-thema4 {
background: url("img/slider_img_4.jpg") 50% 40%;
}

.bg-thema-kipee {
background: url("../img/kipee_banner.jpg") 50% 25%;
background-repeat:no-repeat;
background-size:cover;
}

.navbar-slider {
	position: relative;
	/* 2021-05-17 송준 주석처리
		z-index: 50;
		height: 121px;
	*/
	background-color: #fff;
	/* border-top: 3px solid #004dce; */
}

.navbar-slider .container.top,
.navbar-slider #lnb-web .container {
	position: relative;
}

.navbar-slider .navbar-logo {
	position: absolute;
	left: 5px;
	top: 16px;
}

.navbar-slider .navbar-logo img {
}

.navbar-slider #lnb {
	width: 100%;
}


/* Web */

.navbar-slider #lnb-web {
	position: relative;
	top: 27px;
}

.navbar-slider #lnb-web .lnb-bg {
	width: 100%;
	height: 48px;
	overflow: hidden;
	background-color: #f7f9ff;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, .15);
}

.navbar-default #lnb-web .lnb-bg {
	background-image: none;
	border-top: 1px solid #ddd;
}

.navbar-slider #lnb-web ul {
	padding: 0;
	margin: 0;
}
	.filebox input[type="file"] { 
		/* 파일 필드 숨기기 */ 
		position: absolute; 
		width: 1px; 
		height: 1px;
		padding: 0; 
		margin: -1px; 
		overflow: hidden;
		clip:rect(0,0,0,0);
		border: 0;
	}


/* 1차 */

.navbar-slider #lnb-web li.navi1m-loop {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: -.03em;
}

.navbar-slider.col4 #lnb-web li.navi1m-loop {
	width: 25%;
}

.navbar-slider.col5 #lnb-web li.navi1m-loop {
	width: 20%;
}

.navbar-slider.col6 #lnb-web li.navi1m-loop {
	width: 16.6666666%;
}

.navbar-slider.col7 #lnb-web li.navi1m-loop {
	width: 14.2857142%;
}

.navbar-slider.col8 #lnb-web li.navi1m-loop {
	width: 12.5%;
}

.navbar-slider #lnb-web a.navi1m {
	display: block;
	color: #222;
	font-size: 105%;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	border-right: 0;
	background-color: #fff;
	-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;
}

.navbar-slider #lnb-web a.navi1m strong {
	font-weight: 500;
}

.navbar-default #lnb-web a.navi1m {
	color: #444;
	font-size: 115%;
	border-bottom: 1px solid #eee;
}

.navbar-slider #lnb-web li.navi1m-loop:last-child a.navi1m {
	border-right: 0;
}

.navbar-default #lnb-web li.navi1m-loop a.navi1m {
	border-left: 1px solid #ddd;
	
}








/* COM */

			.navbar-default #lnb-web li.navi3m-loop:first-child a.navi1m{
				background-color:#efad35;
				border-bottom: 1px solid #efad35;
				color:#fff;
			}


			.navbar-default #lnb-web li.navi3m-loop:first-child a.navi1m:hover{
				color:#fff;
			}



			.navbar-slider #lnb-web li.navi3m-loop:first-child .navi2m li a{
				color:#fff;
			}


			.navbar-default #lnb-web li.navi3m-loop.active:first-child .navi2m{
				background-color:#efad35;
				color:#fff;
			}
			.navbar-default #lnb-web li.navi3m-loop:first-child .navi2m{
				background-color:#efad35;
				color:#fff;
			}


			.navbar-default #lnb-web li.navi3m-loop:first-child .navi2m li a:hover,
			.navbar-default #lnb-web li.navi3m-loop:first-child .navi2m li a:focus,
			.navbar-default #lnb-web li.navi3m-loop:first-child .navi2m li a.active {
				color:#efad35;
				text-decoration:none;
				background-color:#fff;
			}

			.navbar-slider #lnb-web li.navi3m-loop:first-child:hover a.navi1m,
			.navbar-slider #lnb-web li.navi3m-loop:first-child:focus a.navi1m,
			.navbar-slider #lnb-web li.navi3m-loop:first-child.active a.navi1m {
				color:#fff;
				text-decoration:none;
			}


			
			.navbar-slider #lnb-web li.navi3m-loop:hover a.navi1m,
			.navbar-slider #lnb-web li.navi3m-loop:focus a.navi1m,
			.navbar-slider #lnb-web li.navi3m-loop.active a.navi1m {
				color:#004dce;
				text-decoration:none;
			}




.navbar-slider #lnb-web li.navi3m-loop {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: -.03em;
}

.navbar-slider.col4 #lnb-web li.navi3m-loop {
	width: 25%;
}

.navbar-slider.col5 #lnb-web li.navi3m-loop {
	width: 20%;
}

.navbar-slider.col6 #lnb-web li.navi3m-loop {
	width: 16.6666666%;
}

.navbar-slider.col7 #lnb-web li.navi3m-loop {
	width: 14.2857142%;
}

.navbar-slider #lnb-web a.navi3m-loop {
	display: block;
	color: #222;
	font-size: 105%;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	border-right: 0;
	background-color: #fff;
	-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;
}

.navbar-slider #lnb-web a.navi3m-loop strong {
	font-weight: 500;
}

.navbar-default #lnb-web a.navi3m-loop {
	color: #444;
	font-size: 115%;
	border-bottom: 1px solid #eee;
}

.navbar-slider #lnb-web li.navi3m-loop:last-child a.navi1m {
	border-right: 0;
}

.navbar-default #lnb-web li.navi3m-loop a.navi1m {
	border-left: 1px solid #ddd;
	
}
















.navbar-default #lnb-web li.navi1m-loop:last-child a.navi1m {
	border-right: 1px solid #ddd;
}

.navbar-default #lnb-web li.navi1m-loop:last-child .navi2m ul {
	border-right: 1px dotted #bbb;
}


/* 2차 */

.navbar-slider #lnb-web .navi2m {
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 303px;
	padding: 12px 15px;
	margin: 0;
	background-color: #f4f6fe;
	-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;
}

.navbar-slider #lnb-web .navi2m ul {
	margin: 0;
	padding: 0;
}

.navbar-default #lnb-web .navi2m {
	padding: 0;
	background-color: #fff;
	border-left: 1px dotted #bbb;
}

.navbar-default #lnb-web li:last-child .navi2m {
	border-right: 1px dotted #bbb;
}

.navbar-slider #lnb-web .navi2m li {
	float: left;
	width: 100%;
	line-height: 22px;
}

.navbar-slider #lnb-web .navi2m li a {
	position: relative;
	float: none;
	display: block;
	font-size: 90%;
	line-height: 36px;
	text-align: center;
	text-decoration: 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;
}


/* active */

.navbar-slider #lnb-web li.navi1m-loop:hover a.navi1m,
.navbar-slider #lnb-web li.navi1m-loop:focus a.navi1m,
.navbar-slider #lnb-web li.navi1m-loop.active a.navi1m {
	color: #004dce;
	text-decoration: none;
}

.navbar-slider #lnb-web li.navi1m-loop:hover .navi2m,
.navbar-slider #lnb-web li.navi1m-loop:focus .navi2m,
.navbar-slider #lnb-web li.navi1m-loop.active .navi2m {
	background-color: #fff;
}

.navbar-slider #lnb-web .navi2m li a:hover,
.navbar-slider #lnb-web .navi2m li a:focus,
.navbar-slider #lnb-web .navi2m li a.active {
	color: #fff;
	text-decoration: none;
	background-color: #393655;
}


/* ------------------------------------ Layout Customer Group ------------------------------------ */


/* Layout Common */

body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

html {
	position: relative;
	height: 100%;
	min-height: 100%;
}

#customer_container {
	padding-bottom: 50px;
	min-height: 480px;
}

.section {
	clear: both;
	padding: 15px 0;
}

.section-big {
	padding: 50px 0;
}

#sidebar .section {
	padding: 0 0 20px;
}

@media (max-width:1200px) {
	.section-big {
		padding: 40px 0;
	}

	.box-bg-container{
	background-color:#000;
	padding:100px 0 250px 0 !important;
   background: url('/css/img/bg_reserve2.jpg') no-repeat 100% 100% !important;
   position:relative;
	box-shadow: -1px -1px 15px #797979;
	}


	.box-bg-container .box{
		position:relative !important;
		width:100% !important;
		padding:30px;
	}

	.container-2 input#search{
		width:80% !important;
		padding-left:15px !important;
	}

	.container-2 .icon{
		top:-55px !important;
		right:0 !important;
	}
	.container-2 .re-select{
		width:150px !important;
		height:40px !important;
		border-radius:0 !important;
		float:right !important; 
		border:1px solid #000 !important;
	
	}
	.btn2{
		widtH:20% !important;
	}

	.container-2{
		width:100% !important;
	}


.sitemenu_position a {
    display: block;
    width: 32.22222% !important;
    line-height: 50px !important;
    border: none !important;
    color: #000 !important;
    position: relative !important;
    font-size: 22px !important;
    text-align: center !important;
    float: left;
    margin: 3px !important;
    border: 5px solid #ddd !important;
}

}




@media (max-width:660px) {

.login_btn{
	color:#000;
	padding:0 10px;
	font-size:10px;
	margin:0;
	border:2px solid #ddd;
	width:49% !important;
	display:inline-block;
}

	.select_position{
		right:0 !important;
		width:100%;
		padding:20px;
	}
	.bo_w_select {
		margin-bottom:10px;
		width:100% !important;
	
	}
	.bo_w_select2 {
		width:100% !important;
	
	}

.sitemenu_position{
	display:block;
	position:absolute;
	right:-9999px !important;
	top:0 !important;
	width:100% !important;
	height:100% ;
	background-color:transparent;
	z-index:20;
}


.sitemenu_position.on{
	background-color:#2e1f50;
	padding:100px 10px 0 !important;
	right:0 !important;
}


.btn_menu{
	display:inline-block !important;

}

.sitemenu_position.on a{
 display:block;
 float:left;
 width:100% !important;
 line-height:50px;
 margin:10px 0 !important;
 border:none;
 border-bottom:5px solid #fff !important;
 position:relative;
 font-size:25px !important;
 text-align:c !important;
 color:#fff !important;
}



.sitemenu_position.on .menu{

display:block;
}

.sitemenu_position .menu{
 display:none;
}


}



/* 서브 사이드 영역 */

.sidebar_wrap {
	width: 92%;
}

.sidebar_wrap #sidebar_navi {
	margin-bottom: 20px;
}

html[lang|=ko] .sidebar_wrap {
	letter-spacing: -.05em;
}

.page-label {
	color: #fff;
	font-size: 1.4em;
	line-height: 29px;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 10px;
	padding: 9px 0 7px;
	background-color: #004dce;
}

.page-label i {
	position: relative;
	top: -1px;
	font-size: 90%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin-right: 3px;
}

.sidebar_wrap .page-label.labels {
	text-align: left;
	margin-bottom: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sidebar_wrap .page-label.labels strong {
	margin-left: 15px;
}

.sidebar_wrap .page-label.labels i {
	position: relative;
	top: -3px;
	cursor: pointer;
	margin-right: 5px;
	padding: 10px;
	color: #fff;
}

.sidebar_wrap .section .page-label {
	color: #393939;
	font-size: 1.2em;
	line-height: 23px;
	text-align: left;
	margin-top: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background-color: transparent;
}

.page-label.small {
	font-size: 130%;
	line-height: 28px;
}

.sidebar_wrap .list-group {
	margin-bottom: 0;
}

.sidebar_wrap .list-group-item {
	padding: 0;
	border: 0;
	background-color: transparent;
	border-bottom: 1px dotted #dfe5ea;
}

.sidebar_wrap .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.sidebar_wrap .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-width: 0;
}

.sidebar_wrap .list-group-item a {
	color: #5c5b5b;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding: 10px 10px 8px;
}

.sidebar_wrap li li.list-group-item a {
	font-size: 100%;
	padding: 8px 8px 7px 25px;
}

.sidebar_wrap li li li.list-group-item a {
	font-size: 95%;
	padding: 6px 8px 5px 50px;
}

.sidebar_wrap li.list-group-item li:first-child {
	border-top: 1px dotted #dfe5ea;
}

.sidebar_wrap .list-group-item:focus,
.sidebar_wrap .list-group-item:hover {
	background-color: transparent;
	border-color: #dfe5ea;
}

.sidebar_wrap .list-group-item a.active,
.sidebar_wrap .list-group-item a:hover {
	color: #2056ae;
	background-color: transparent;
}


/* 아이콘 디폴트 및 하위 없을 경우 */

.sidebar_wrap .list-group-item a:before {
	position: absolute;
	left: 10px;
	top: 17px;
	font-family: "Themify Iconset";
	content: "\e622";
	color: #444;
	font-size: 8px;
}


/* 아이콘 감춤 */

.sidebar_wrap li li li.list-group-item a:before,
.sidebar_wrap .list-group-item a.inon:before {
	content: none !important;
}

.sidebar_wrap li li li.list-group-item a span,
.sidebar_wrap .list-group-item a.inon span {
	padding-left: 0 !important;
}

.sidebar_wrap .list-group-item .accordion-toggle:before {
	font-family: "Themify Iconset";
	content: "\e61a";
}

.sidebar_wrap .list-group-item.active>.accordion-toggle:before {
	font-family: "Themify Iconset";
	content: "\e622";
	color: #2056ae;
}

.sidebar_wrap li .list-group-item a:before {
	left: 24px;
	top: 14px;
}

.sidebar_wrap .list-group-item a span {
	padding-left: 15px;
}


/* Etc Navi */

.etc_navi {
	position: relative;
	top: 10px;
	margin-left:30px;
}

.etc_navi ul {
	padding: 0;
	margin: 0;
	float: right;
}

.etc_navi li {
	float: left;
	display: inline-block;
}

.etc_navi li a {
	font-size: .95em;
	line-height: 34px;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	-webkit-transition: opacity .3s ease, color .3s ease;
	transition: opacity .3s ease, color .3s ease;
}

.etc_navi li a:before {
	position: relative;
	top: -2px;
	content: "|";
	color: #ccc;
	font-size: 75%;
	padding-right: 12px;
}

.etc_navi li:first-child a:before {
	content: "";
}

.etc_navi li a:last-child {
	padding-right: 0;
}

.etc_navi li a:hover {
	color: #000;
}

html[lang|=ko] .etc_navi li a {
	letter-spacing: -.05em;
}


/* 서브 상단 비쥬얼 영역 */

.sub_visual,
.sub_visual .container {
	height: 390px;
}

.sub_visual {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	background-repeat: repeat;
	background-position: 50% 25%;
	-webkit-background-size: container;
	-moz-background-size: container;
	-o-background-size: container;
	background-size: container;
}

.sub_visual .container {
	display: table-cell;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .1);
	vertical-align: middle;
}

.sub_visual .container h2 {
	font-size: 2em;
	margin: 0 0 .5em 0;
}

.sub_visual .container h4 {
	font-size: 1.6em;
}



html[lang|=ko] .sub_visual .container {
	letter-spacing: -.05em;
}




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


@media (max-width:770px) {
	.sub_visual,
	.sub_visual .container {
		height: 150px;
	}
	.sub_visual {
		margin-bottom: 10px;
	}
	.sub_visual .container h2 {
		font-size: 1.5em;
		margin: 0 0 .3em 0;
	}
	.sub_visual .container h4 {
		font-size: 1.1em;
	}
	.bg-thema4 {
		background-position:63% 35%;
	}
.teacher-btn{
	width:100% !important
}
}


/* 하단 영역 기본테마 */

.footer_wrap {
	color: #888;
	font-size: .95em;
	margin-top: 50px;
	background-color: #fff;
}

.footer_wrap {
	margin-top: 0 !important;
}

.footer_link {
	background-color: #fff;
}

.footer_copy {
	font-size: .95em;
	padding: 15px 0;
	border-top: 1px solid #eee;
}

.footer_copy em {
	font-style: normal;
	margin: 0 3px;
}

.footer_copy .footer_email {
	color: #777;
	text-decoration: underline;
}

.footer_copy address {
	font-size: 80%;
	line-height: 30px;
}

.footer_copy address a {
	color: #777;
}


/* Footer Navi */

.footer_navi {
	text-align: center;
	padding: 10px 0;
}

.footer_navi a {
	display: inline-block;
	color: #5b84e6;
	font-size: .95em;
	text-decoration: none;
	padding: 0 10px;
}

.footer_navi span {
	color: #1e3681;
}

.footer_navi a:hover,
.footer_navi a:active,
.footer_navi a.hover {
	color: #1e3681;
}

@media (max-width:767px) {
.vtab-position-img{
	display:none;
}
	.footer_wrap {
		font-size: .8em;
		margin-top: 40px;
	}

	.competition_pagetotal{
	width:100%;
	margin-bottom:15px;
	float:left;
	text-align: left;
	padding-left:10px;
}

}


/* -------------------------------------- 수강관련 -------------------------------------- */

.s-wrap {
	padding: 1.5em;
	margin-bottom: 5px;
	border: 1px dashed #ccc;
}

.s-category-wrap {
	clear: both;
	overflow: hidden;
}

.s-category-wrap ul {
	margin: 0;
	padding: 0;
}

.s-category-wrap li {
	margin: 0;
	padding: 5px 5px 5px 0;
	float: left;
	display: inline-block;
}

.s-category-wrap a {
	display: block;
	color: #444;
	font-size: 1.15em;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	padding: 0 2em;
	text-decoration: none;
	background-color: #fcfcfc;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: all .5s ease
}

.s-category-wrap li:first-child a {
	display: block;
	color: #fff;
	background-color: #252525;
	border: 1px solid #dddddd;
}

.s-category-wrap li:hover a {
	color: #000;
	border-color: #999;
	background-color: #fff;
}

.s-category-wrap li a.active {
	color: #004dce;
	border-color: #004dce;
	background-color: #fff;
}

.s-category-wrap li:first-child a:hover,
.s-category-wrap li:first-child a.active {
	color: #fff;
	border-color: #004dce;
	background-color: #004dce;
}

html[lang|=ko] .s-category-wrap a {
	letter-spacing: -.05em;
}

.s-category-sub {
	clear: both;
	overflow: hidden;
}

.s-category-sub ul {
	margin: 0;
	padding: 0;
}

.s-category-sub li {
	margin: 0;
	padding: 5px 5px 5px 0;
	float: left;
	display: inline-block;
}

.s-category-sub a {
	display: block;
	color: #444;
	font-size: 1em;
	line-height: 38px;
	text-align: center;
	padding: 2px 25px 0 25px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-webkit-transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: all .5s ease
}

.s-category-sub li a span {
	position: relative;
	top: -1px;
	font-size: 95%;
	font-family: 'MarkPro';
	letter-spacing: .0em;
	margin-left: 3px;
}

.s-category-sub li:hover a {
	color: #000;
	border-color: #999;
}

.s-category-sub li a.active {
	color: #004dce;
	border-color: #297fe0;
}

.s-category-sub li:first-child a {
	display: block;
	color: #fff;
	background-color: #444;
	border: 1px solid #444;
}

.s-category-sub li:first-child a:hover,
.s-category-sub li:first-child a.active {
	color: #fff;
	border-color: #297fe0;
	background-color: #297fe0;
}

@media (max-width:767px) {
	.s-wrap {
		padding: 1em;
	}
	.s-category-wrap a {
		font-size: 1em;
		line-height: 36px;
		padding: 0 1.1em;
	}
	.s-category-sub a {
		font-size: .9em;
		line-height: 32px;
		padding: 1px 14px 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.s-category-sub li {
		padding: 5px 5px 3px 0;
	}
	.s-category-sub li a span {
		margin-left: 1px;
	}
}


/* 수강관련 */


/* 과정 1차 */

.c-category-wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.c-category-wrap ul {
	margin: 0;
	padding: 0;
}

.c-category-wrap li {
	width: 25%;
	margin: 0;
	padding: 5px;
	float: left;
	display: inline-block;
}

.c-category-wrap a,
.c-category-wrap span {
	display: block;
	color: #444;
	font-size: 1.3em;
	line-height: 80px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #fcfcfc;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.c-category-wrap span {
	display: block;
	color: #fff;
	background-color: #252525;
	border: 1px solid #252525;
}

.c-category-wrap li:hover a {
	color: #000;
	border-color: #999;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-category-wrap li a i,
.c-category-wrap li span i {
	position: relative;
	top: 4px;
	font-size: 1.3em;
	margin-right: 10px;
	opacity: .9 !important;
	filter: alpha(opacity=90) !important;
}

.c-category-wrap li a.active {
	color: #004dce;
	border-color: #004dce;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-category-wrap li span.active {
	color: #fff;
	border-color: #004dce;
	background-color: #004dce;
}

html[lang|=ko] .class-wrap h2,
html[lang|=ko] .c-category-wrap a {
	letter-spacing: -.05em;
}


/* 과정 2차 */

.c-category-sub {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}

.c-category-sub-frame {
	overflow: hidden;
	padding: 10px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.c-category-sub-frame .c-tab {
	display: none;
}

.c-category-sub-frame .c-tab.active {
	display: block;
}

.c-category-btn {
	clear: both;
}

.c-category-btn ul {
	margin: 0;
	padding: 0;
}

.c-category-btn li {
	margin: 0;
	padding: 5px;
	float: left;
	display: inline-block;
}

.c-category-btn-inline.c-category-btn li {
	float: none;
	display: block;
	padding: 5px 0;
}

.c-category-btn a {
	display: block;
	color: #444;
	font-size: 1.1em;
	line-height: 42px;
	text-align: center;
	padding: 0 30px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.c-category-btn li:hover a {
	color: #000;
	border-color: #999;
}

.c-category-btn li a.active {
	color: #004dce;
	border-color: #004dce;
}


/* 수업유형 */

#c-category-type.c-category-btn {
	padding-right: 10px;
}

#c-category-type.c-category-btn li {
	width: 33.3333333%;
}

#c-category-type.c-category-btn li a {
	padding: 0;
}


/* 수업기간 */

.line-wrap-left {
	padding-right: 5px;
	border-right: 1px solid #ddd;
}

#c-category-term.c-category-btn li {
	width: 25%;
}

#c-category-term.c-category-btn li a {
	padding: 0;
}


/* 수업방식 */

#c-category-system.c-category-btn {
	padding-left: 5px;
	padding-right: 10px;
}

.c-category-btn #c-category-system1 li a,
.c-category-btn #c-category-system2 li a {
	padding: 0;
}


/* 수업방식 */

#c-category-sale.c-category-btn li {
	width: 50%;
}


/* 수업희망 */

.input-pr {
	padding-left: 5px;
	padding-right: 10px;
}


/* 결제정보 */

.payment-wrap {
	padding: 0 5px;
	margin: 30px 0 0;
}

.payment-frame {
	color: #fff;
	font-size: 1.1em;
	padding: 25px;
	margin: 10px 0 30px;
	background-color: #262e3c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.payment-frame .payment-price {
	color: #aaa;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 17px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.payment-price ul,
.payment-price ul li,
.payment-option ul,
.payment-option ul li {
	padding: 0;
	margin: 0;
}

.payment-option li {
	position: relative;
	padding-left: 15px !important;
}

.payment-option li:after {
	font-size: .6em;
	font-family: "Themify Iconset";
	content: "\e724";
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -7px;
}

.payment-frame .payment-price span {
	color: #fff;
}

.payment-frame .payment-price .total-price,
.payment-frame .payment-price .total-price span {
	color: #f8e332;
}

.payment-frame .payment-price li {
	display: inline-block;
}

.payment-frame .payment-price i {
	position: relative;
	top: -2px;
	font-size: .8em;
	margin: 0 5px;
}

.payment-wrap button {
	display: block;
	padding: 0 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4em;
	line-height: 50px;
	text-align: center;
	border: none;
	background-color: #004dce;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.payment-wrap button i {
	margin-right: 10px;
}

html[lang|=ko] .payment-frame button {
	letter-spacing: -.05em;
}

.payment-type {
	margin: 15px auto 0;
	font-size: 1.35em;
	text-align: center;
	padding: 5px 0;
	background-color: rgba(255, 255, 255, .02);
	border: 1px solid rgba(255, 255, 255, .08);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.payment-type .radio input[type=radio] {
	margin-top: 15px;
}

@media (max-width:991px) {
	/* 과정 1차 */
	.c-category-wrap a,
	.c-category-wrap span {
		font-size: 1.15em;
		line-height: 60px;
	}
	.c-category-wrap li a i,
	.c-category-wrap li span i {
		top: 3px;
		font-size: 1.2em;
		margin-right: 5px;
	}
	/* 과정 2차 */
	.c-category-sub-frame {
		padding: 5px;
	}
	.c-category-btn a {
		font-size: 1em;
		line-height: 38px;
		padding: 0 25px;
	}
	/* 수업기간 */
	#c-category-term.c-category-btn li {
		width: 50%;
	}
	/* 수업방식 */
	#c-category-system.c-category-btn {
		padding-right: 5px;
	}
	/* 수업유형 */
	#c-category-type.c-category-btn {
		padding-right: 0;
	}
	/* 결제정보 */
	.payment-frame {
		font-size: 1em;
		padding: 20px;
	}
	.payment-frame .payment-price {
		font-size: 1.3em;
		line-height: 1.35em;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	.payment-option li {
		padding-left: 13px !important;
	}
	.payment-option li:after {
		font-size: .5em;
		margin-top: -4px;
	}
	.payment-frame .payment-price i {
		top: -1px;
		font-size: .7em;
		margin: 0 3px;
	}
	.payment-wrap button {
		padding: 0 60px;
		font-size: 1.3em;
		line-height: 46px;
	}
	.payment-wrap button i {
		margin-right: 5px;
	}
	.payment-type {
		margin: 10px auto 0;
		font-size: 1.25em;
	}
	.payment-type .radio input[type=radio] {
		margin-top: 11px;
	}
}

@media (max-width:767px) {
	.line-wrap-left {
		padding-right: 0;
		border-right: none;
	}
	/* 과정 1차 */
	.c-category-wrap li {
		width: 50%;
	}
	.c-category-wrap a,
	.c-category-wrap span {
		font-size: 1.05em;
		line-height: 50px;
	}
	.c-category-wrap li a i,
	.c-category-wrap li span i {
		top: 2px;
		font-size: 1.15em;
		margin-right: 5px;
	}
	/* 과정 2차 */
	.c-category-sub {
		padding: 5px;
		margin-bottom: 0;
	}
	.c-category-sub-frame {
		padding: 10px;
	}
	.c-category-sub .c-category-btn li {
		width: 50%;
		float: left;
		display: inline-block;
	}
	.c-category-btn a {
		font-size: 1em;
		line-height: 36px;
		padding: 0 20px;
	}
	/* 결제정보 */
	.payment-frame {
		font-size: 1em;
		padding: 15px;
	}
	.payment-frame .payment-price {
		font-size: 1.25em;
		line-height: 1.45em;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	.payment-frame .payment-price i {
		top: 0;
		margin: 0 5px 0 0;
	}
	.payment-option li {
		padding-left: 15px !important;
	}
	.payment-option li:after {
		top: 8px;
		margin-top: 0;
	}
	.payment-wrap button {
		padding: 0 50px;
		font-size: 1.25em;
		line-height: 44px;
	}
	.payment-type {
		text-align: left;
		padding: 0;
		padding-left: 15px;
	}
}


/* md */

@media (max-width:1200px) {
	.navbar-slider #lnb-web a.navi1m {
		font-size: 100%;
	}
}

@media (min-width:992px) {
	#url_modal .url_modal_content {
		height:350px !important;
	}
	#sidebar_navi {
		display: block !important;
	}
	.off-canvas-active>#page,
	.off-canvas-active>#off-canvas-nav {
		transform: translateX(0) !important;
		-webkit-transform: translateX(0) !important;
		-moz-transform: translateX(0) !important;
		-ms-transform: translateX(0) !important;
		-o-transform: translateX(0) !important;
		position: relative !important;
	}
	#off-canvas-button {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.navbar-slider #lnb-mobile .navi2m li a span {
		display: block;
		width: 110px;
		overflow: hidden;
		word-break: break-all;
		white-space: nowrap;
		text-overflow: "...";
	}
}


/* sm */

@media (max-width:991px) {

#url_modal .url_modal_content {
	width:60% !important;
	margin:5% 0 5% 20% !important;
	height:350px !important;
}
	#t-top-menu {
		padding: 0;
	}
	#cavas_menu .navbar-header {
		padding: 10px 0;
	}
	#cavas_menu .navbar-brand {
		left: auto;
		right: 0;
		width: 140px;
		height: 33px;
	}
	#cavas_menu .navbar-brand h1 {
		line-height: 54px;
	}
	#cavas_menu .navbar-header .navbar-toggle {
		margin: 0;
		float: left;
		display: block;
		height: 35px;
		background-color: #2f3190;
		border-color: #1d2028;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#cavas_menu.navbar-default .navbar-toggle:hover,
	#cavas_menu.navbar-default .navbar-toggle:focus {
		background-color: #0c0c0c;
		border-color: #000;
	}
	#cavas_menu .navbar-toggle .icon-bar {
		background-color: rgba(255, 255, 255, 0.8);
	}
	#cavas_menu .collapse.navbar-collapse {
		display: none !important;
	}
	.megamenu.navbar-nav {
		float: none;
	}
	.megamenu.navbar-nav>li {
		float: none;
	}
	.sidebar_wrap {
		width: 100%;
	}
	#sidebar_navi {
		display: none;
	}
	.sidebar_wrap .page-label.labels {
		font-size: 150%;
		line-height: 28px;
		padding: 7px 0;
	}
	.navbar-slider {
		height: 60px;
	}
	.navbar-slider .navbar-logo {
		top: 14px;
		width: 180px;
		margin-left: -80px;
	}
	.etc_navi {
		top: 12px;
	}
	/* Mobile */
	.navbar-slider .navbar-toggle {
		position: absolute;
		top: 12px;
		margin: 0;
		float: left;
		display: block;
		height: 35px;
		background-color: #004dce;
		border: 0;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	.navbar-slider .navbar-toggle:hover,
	.navbar-slider .navbar-toggle:focus {
		background-color: #0c0c0c;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff !important;
		background-color: rgba(255, 255, 255, 0.9) !important;
	}
	body.fixed {
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}



	#lnb-mobile .manager-navi a{
	display: block;
    text-align: left;
    border: 1px solid #ddd;
    color: #000;
    margin-top: 5px;
    text-decoration: none;
    width: 230px;
    margin-left: 5px;
    border-radius: 50px;
    background-color: #fff;
	text-align:left;
	text-indent:18px;

	}

	.navbar-slider #lnb-mobile {
		float: left;
		left: -240px;
		top: 0;
		width: 240px;
		position: fixed;
		height: 100%;
		z-index: 999;
		overflow: hidden;
		visibility: hidden;
		background-color: #fff;
		border-right: 2px solid #2f3190;
		transition: all .6s ease 0s;
	}
	.navbar-slider #lnb-mobile.open {
		visibility: visible !important;
	}
	.navbar-slider #lnb-mobile ul.lnb-bg-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		padding-bottom: 20px;
		list-style: none;
		text-indent: 18px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	html[lang|=ko] .navbar-slider #lnb-mobile ul.lnb-bg-wrap {
		letter-spacing: -.05em;
	}
	.navbar-slider #lnb-mobile .sidebar-main {
		height: 60px;
		cursor: pointer;
		overflow: hidden;
		background-color: #2f3190;
	}
	.navbar-slider #lnb-mobile .sidebar-main .logo {
		float: left;
		color: #fff;
		font-size: 16px;
		line-height: 59px;
		text-decoration: none;
	}
	.navbar-slider #lnb-mobile .sidebar-main .menu-icon {
		position: relative;
		top: 4px;
		float: right;
		color: #fff;
		font-size: 19px;
		line-height: 57px;
		padding-right: 19px;
	}
	/* Mobile Sidebar Main */
	.navbar-slider #lnb-mobile .navi1m-loop {
		transition: all .6s ease 0s;
	}
	.navbar-slider #lnb-mobile .navi1m-loop .navi1m {
		display: block;
		width: 240px;
		text-decoration: none;
		text-indent: 18px;
		font-size: 14px;
		color: #888;
		line-height: 40px;
		margin-bottom: 1px;
		background-color: #fff;
		border-bottom: 1px solid #e2e8e9;
		border-left: 3px solid #fff;
		-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 .6s ease 0s;
		position: relative;
	}
	.navbar-slider #lnb-mobile .navi1m-loop .navi1m:after {
		position: relative;
		top: 2px;
		font-family: "Themify Iconset";
		color: #989ca1;
		content: "\e64b";
		float: right;
		font-size: 13px;
		padding-right: 15px;
		transition: all .6s ease 0s;
	}
	.navbar-slider #lnb-mobile .navi1m-loop .navi1m:hover {
		color: #000;
		background-color: #fafafa;
		border-left: 3px solid #fafafa;
	}
	.navbar-slider #lnb-mobile .navi1m-loop .navi1m.active {
		color: #4176d2;
		background-color: #fff;
		border-left: 3px solid #4b9ef8;
	}
	.navbar-slider #lnb-mobile .navi1m-loop .navi1m.active:after {
		color: #6a6a6a;
		content: "\e648";
	}
	/* Mobile Sidebar Sub */
	.navbar-slider #lnb-mobile .navi2m {
		display: none;
		padding: 10px 0;
		border-bottom: 1px solid #e2e8e9;
	}
	.navbar-slider #lnb-mobile .navi2m ul {
		padding: 0;
		margin: 0;
	}
	.navbar-slider #lnb-mobile .navi2m ul li a {
		display: block;
		width: 240px;
		color: #666;
		font-size: 13px;
		line-height: 28px;
		text-decoration: none;
		text-indent: 8px;
		-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 .6s ease 0s;
		position: relative;
	}
	.navbar-slider #lnb-mobile .navi2m ul li a:after {
		font-family: "FontAwesome";
		color: #888;
		content: "\f0da";
		float: left;
		font-size: 10px;
		padding-left: 15px;
		position: relative;
		-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 .6s ease 0s;
	}
	.navbar-slider #lnb-mobile .navi2m ul li:hover a,
	.navbar-slider #lnb-mobile .navi2m ul li.active a {
		color: #444;
	}
	.navbar-slider #lnb-mobile .navi2m ul li:hover a:after,
	.navbar-slider #lnb-mobile .navi2m ul li.active a:after {
		color: #666;
	}
	.navbar-slider .navbar-logo {
		top: 0px;
		left: 70px;
		width: 180px;
		margin-left: 0;
	}
}


/* xs */

@media (max-width:767px) {
#login_modal .login_modal_content {
	width:90% !important;
	margin:5% 0 5% 5% !important;
	height:540px !important;
}

#url_modal .url_modal_content {
	width:60% !important;
	margin:5% 0 5% 20% !important;
	height:350px !important;
}

.namecard_profile {
	padding-bottom:66.6666% !important;
}


	.text_center1{
		text-align:center;
	}

	.background_1 {
				background-size:cover;
				background-repeat:no-repeat;
			}
	.navbar-slider .navbar-logo {
		top: 5px;
		left: 50%;
		width: 160px;
		margin-left: -80px;
	}
	.navbar-basic .navbar-collapse ul {
		padding-bottom: 10px;
	}
	.navbar-basic .navbar-collapse ul li {
		max-width: 50%;
		margin: 0 auto;
	}
	.navbar-basic .dropdown-header a {
		margin-left: 0;
		margin-right: 0;
	}
}

.my-layout-orange,
.my-layout {
	background-color: #f8fbfe;
	-webkit-background-size: container;
	-moz-background-size: container;
	-o-background-size: container;
	background-size: container;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url("img/banner-bg-3.png");
}

.my-layout-orange {
	background-color: #fefaf8;
	background-image: url("img/banner-bg-3-orange.png");
}

.my-wrap {
	-webkit-background-size: container;
	-moz-background-size: container;
	-o-background-size: container;
	background-size: container;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url("img/bg-shape-nine.png");
}

.my-wrap-orange {
	background-image: url("img/bg-shape-nine-orange.png");
}

.my-wrap .side-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 130px;
	height: 100%;
	min-height: 100%;
	z-index: 999;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .1);
}

.my-wrap .side-bar-navi {
	position: fixed;
	left: -1px;
	top: 199px;
	width: 30px;
	height: 47px;
	z-index: 998;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	line-height: 47px;
	text-indent: -2px;
	background-color: #004dce;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
	-webkit-top-right-border-radius: 26px;
	-moz-top-right-border-radius: 26px;
	-ms-top-right-border-radius: 26px;
	-o-top-right-border-radius: 26px;
	border-top-right-radius: 26px;
	-webkit-bottom-right-border-radius: 26px;
	-moz-bottom-right-border-radius: 26px;
	-ms-bottom-right-border-radius: 26px;
	-o-bottom-right-border-radius: 26px;
	border-bottom-right-radius: 26px;
}

.my-wrap .side-bar a.my-ci {
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 15px 0 13px;
	border-bottom: 1px solid #e2e8e9;
}

.my-wrap .side-bar a.my-ci span {
	display: block;
	margin-top: 5px;
	color: #004dce;
	font-size: .9em;
}

.my-wrap .side-bar a.my-ci img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.my-wrap .side-bar ul li,
.my-wrap .side-bar ul {
	margin: 0;
	padding: 0;
}

.my-wrap .side-bar ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 46px;
	color: #787d84;
	font-size: .95em;
	line-height: 46px;
	text-decoration: none;
	border-bottom: 1px solid #f3f3f3;
	-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;
}

.my-wrap .side-bar ul li a span {
	margin-left: 15px;
}

.my-wrap .side-bar ul li a i {
	float: right;
	font-size: 1em;
	margin-right: 15px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.my-wrap .side-bar ul li:hover a {
	color: #000;
	background-color: #fafafa;
}

.my-wrap .side-bar ul li.active a {
	color: #1976d2;
}

.my-wrap .side-bar ul li.active a i {
	opacity: 1;
	filter: alpha(opacity=100);
}

.my-wrap .side-bar ul li.active a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 4px;
	height: 46px;
	background-color: #4da2ff;
}

.my-wrap .contents-wrap {
	padding-left: 130px;
}

.my-wrap .my-header {
	position: relative;
	z-index: 10;
	margin-top: 62px;
	height: 45px;
	color: #fff;
	font-size: 1em;
	line-height: 45px;
	padding: 0 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.my-wrap .my-header .subject {
	display: block;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: "...";
}

.my-wrap .my-header .subject i {
	position: relative;
	top: 1px;
	margin-right: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.my-wrap .my-header ul,
.my-wrap .my-header ul li {
	margin: 0;
	padding: 0;
}

.my-wrap .my-header ul li {
	position: relative;
	display: inline;
	margin: 0 15px;
}

.my-wrap .my-header ul li i {
	margin-right: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.my-wrap .my-header ul li:before {
	position: absolute;
	left: -15px;
	top: 50%;
	content: "";
	width: 1px;
	height: 11px;
	margin-top: -5px;
	background-color: #ddd;
}

.my-wrap .my-header ul li:first-child:before {
	display: none;
}

.my-wrap .my-header ul li,
.my-wrap .my-header ul li a {
	color: #666;
}

.my-wrap .my-header ul li:last-child {
	margin-right: 0;
}

.my-wrap .my-header a {
	color: #37474b;
	text-decoration: none;
}

.my-wrap .my-header a:hover {
	color: #1d282c;
}

.my-wrap .my-header a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
}

html[lang|=ko] .my-wrap .side-bar,
html[lang|=ko] .my-wrap .my-header {
	letter-spacing: -.05em;
}

.quick-wrap {
	position: fixed;
	z-index: 4;
	left: 0;
	top: 0;
	padding-left: 130px;
	transition: all .4s ease 0s;
}

.scroll-css .quick-wrap {
	top: -130px;
}

.quick-navi {
	clear: both;
	padding: 10px 15px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #f1f1f1;
	transition: all .4s ease 0s;
}

.quick-navi .row>[class*=col-] a {
	border-right: 1px solid #f1f1f1;
}

.quick-navi .last-col a {
	border-right: none !important;
}

.quick-navi a {
	color: #444;
	font-size: .95em;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	-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;
}

.quick-navi a:hover {
	color: #000;
}

.quick-navi .img {
	display: inline-block;
	height: 33px;
	margin: 0 10px;
	vertical-align: middle;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: opacity .3s ease;
}

.quick-navi a:hover .img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.container-section {
	padding: 25px;
	margin: 30px 0 40px;
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.level-media-wrap {
	margin-top: 10px;
	margin-bottom: 25px;
}

.level-media-wrap .level-media {
	padding: 15px 20px;
	color: rgba(0, 0, 0, .75);
	background-color: #bdedd7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.level-media-wrap .media-body {
	text-align: right;
}

.level-media-wrap .media-object {
	max-width: 50px;
}

.level-media-wrap .level-media h6 {
	font-size: 1.05em;
	color: rgba(0, 0, 0, .65);
	margin: 0;
}

.level-media-wrap .level-media h5 {
	font-size: 1.4em;
	margin: 5px 0 0 0;
}

.level-media-wrap .loop:nth-child(2) .level-media {
	background-color: #bdeaed;
}

.level-media-wrap .loop:nth-child(3) .level-media {
	background-color: #bddaec;
}

.total-score-wrap {
	text-align: center;
	margin-top: 15px;
	border-top: 1px solid #eee;
}

.total-score-wrap-none {
	text-align: right;
	border-top: none;
	margin-top: 0;
}

.total-score {
	display: inline-block;
	position: relative;
	color: #999;
	font-size: 2em;
	text-align: center;
	line-height: 55px;
	padding: 20px 0 15px;
}

.total-score-wrap-none .total-score {
	padding: 0;
}

.total-score em {
	position: absolute;
	right: 0;
	top: 8px;
	color: #555;
	font-size: .45em;
	font-style: normal;
}

.total-score-wrap-none .total-score em {
	top: -12px;
}

.total-score strong {
	color: #222;
	font-size: 1.9em;
}

.total-score-wrap-none .total-score strong {
	color: #fd2c3f;
}

.average-wrap {
	margin-bottom: 20px;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #eee;
}

@media (max-width:1430px) {
	.quick-navi a {
		font-size: .9em;
	}
	.quick-navi .img {
		height: 32px;
		margin: 0 6px 0 5px;
	}
}

@media (max-width:1300px) {
	.quick-navi a {
		font-size: .88em;
		padding-top: 6px;
		padding-bottom: 5px;
	}
	.quick-navi .img {
		height: 30px;
		margin: 0 4px 0 3px;
	}
}

@media (max-width:1200px) {
	.quick-wrap {
		width: 100%;
	}
	.quick-navi a {
		text-align: center;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	.quick-navi .last-col-sm a {
		border-right: none !important;
	}
	.quick-navi .add-col {
		margin-bottom: 9px !important;
	}
	.quick-navi .odd-col {
		padding-top: 6px !important;
		border-top: 1px solid #f1f1f1;
	}
	.my-wrap .my-header {
		margin-top: 108px;
		padding: 0 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.quick-navi {
		padding: 6px 15px;
	}
	.container-section {
		padding: 15px 20px;
		margin: 20px 0 30px;
	}
}

@media (max-width:991px) {
	.level-media-wrap .level-media {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.total-score-wrap {
		font-size: .8em;
	}
	.total-score em {
		top: 11px;
	}
	.total-score-wrap-none .total-score em {
		top: -10px;
	}
}

@media (min-width:768px) {
	.my-wrap .side-bar-navi {
		display: none;
	}
}

@media (max-width:767px) {
	.my-wrap .side-bar-navi {
		transition: all .4s ease 0s;
	}
	.my-wrap.side-bar-show .side-bar-navi {
		left: 130px;
		display: block;
	}
	.my-wrap .side-bar {
		left: -130px;
		transition: all .4s ease 0s;
	}
	.my-wrap.side-bar-show .side-bar {
		left: 0;
		border-right: 2px solid #004dce;
	}
	.my-wrap .contents-wrap,
	.quick-wrap {
		padding-left: 0;
	}
	.my-wrap .my-header {
		margin-top: 0;
		padding: 0 15px;
	}
	.container-section {
		padding: 6px 15px;
		margin: 15px 0 30px;
	}
	.quick-toggle {
		margin-top: 5px;
		width: 35px;
		height: 35px;
		color: #fff;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
		background-color: #004dce;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	.quick-navi-wrap {
		display: none;
		transition: all .4s ease 0s;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.quick-wrap.quick-show .quick-navi-wrap {
		display: block;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.quick-wrap.quick-show .quick-navi {
		margin-top: 45px;
	}
	.quick-navi {
		border-top: 1px solid #f1f1f1;
	}
	.quick-navi .img {
		height: 40px;
		display: block;
		margin: 0 auto 5px;
	}
	.quick-navi a {
		padding-bottom: 0;
	}
	.quick-navi .last-col-xs a {
		border-right: none !important;
	}
	.quick-navi .add-col-xs {
		padding-top: 5px !important;
		border-top: 1px solid #f1f1f1;
	}
	.quick-navi .add-col-xs a {
		border-right: 1px solid #f1f1f1 !important;
	}
	.scroll-css .quick-wrap {
		top: -45px;
	}
	.total-score-wrap {
		font-size: .75em;
	}
}

@media (min-width:1200px) {
	.quick-wrap {
		width: 100%;
	}
	.scroll-css .quick-wrap {
		top: -80px;
	}
	.container-fluid {
		max-width: 1140px;
	}
}

@media (min-width:1300px) {
	.container-fluid {
		max-width: 1180px;
	}
}

@media (min-width:1400px) {
	.container-fluid {
		max-width: 1200px;
	}
}

.graduation-wrap {
	padding: 20px;
	background-color: #f8fbfe;
}

.stamp-group {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2edf7;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.stamp-wrap {
	position: relative;
}

.stamp-wrap .table {
	border-top: 2px solid #222;
}

.stamp-wrap .stamp-item {
	position: absolute;
	right: 55px;
	top: -7px;
}

.stamp-wrap .stamp-item img {
	width: 50px;
}

.teacher-section {
	margin-bottom: 3em;
	padding: 2.3em 3em 2em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: -moz-linear-gradient(top, #425a86 0%, #29364c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #425a86), color-stop(100%, #29364c));
	background: linear, top, #425a86 0%, #29364c 100%;
	background: -o-linear-gradient(top, #425a86 0%, #29364c 100%);
	background: -ms-linear-gradient(top, #425a86 0%, #29364c 100%);
	background: linear, to bottom, #425a86 0%, #29364c 100%;
}

.teacher-section h5 {
	color: #fff;
}

.teacher-section h3 {
	color: #00eaff;
	margin-top: .4em;
}

.teacher-section .text-info {
	color: #fff !important;
}

.teacher-info {
	margin-top: 1.3em;
	padding: 1.5em 2em;
	height: 294px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 8px 8px 6px rgba(0, 0, 0, .06);
	box-shadow: inset 8px 8px 6px rgba(0, 0, 0, .06);
}

.teacher-info * {
	color: #fff;
}

@media (max-width:767px) {
	.teacher-section {
		padding: 1.5em;
	}
	.teacher-section h3 {
		margin-top: .4em;
	}
	.teacher-info {
		margin-top: 1.2em;
		padding: 1.3em 1.5em;
		height: 255px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: inset 4px 4px 3px rgba(0, 0, 0, .06);
		box-shadow: inset 4px 4px 3px rgba(0, 0, 0, .06);
	}
}

.level-test,
.level-test .container {
	min-height: 160px;
}

.level-test {
	position: relative;
	display: table;
	width: 100%;
	height:350px;
	overflow: hidden;
	padding:0;
}

.level-test .bg-fiexd{
	background: url('img/v-class.jpg'); 
	background-attachment: fixed;
	width:100%;
	height:100%;
}
.level-test .bg_top{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.4);
	}

.level-test .container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: middle;
	letter-spacing: -.05em;
	text-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.level-test .container h2 {
	color: #fff;
	font-size: 1.6em;
	line-height: 34px;
	font-weight:700;
	margin: 0 0 1em 0;
	z-index:2;
}

.level-test .container h4 {
	color: #56ff7e;
	font-size: 1.3em;
	line-height: 24px;
	font-weight:700;
	margin: 0 0 .5em 0;
}

.c-wrap-bottom,
.c-wrap-middle,
.c-wrap {
	padding: 3em 0 0;
	background-color: #fff;
}

.c-wrap-middle {
	padding: 3em 0 0;
}

.c-wrap-bottom {
	padding: 0 0 3em;
}

.media-banner {
	position: relative;
	display: inline-block;
	margin: 5px 0;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
	border: 1px solid #ccc;
}

.media-banner:hover {
	border-color: #26b0ff;
}

.media-overlay {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	padding: 16px 15px 6px;
	-webkit-transition: all 150ms linear 0s;
	transition: all 150ms linear 0s;
}

.media-overlay h3 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
}

.media-overlay p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.media-banner {
		margin: 5px 0 0;
	}
	.level-test .container h2 {
		font-size: 1.3em;
		line-height: 26px;
		margin: 0 0 1em 0;
	}

	.level-test .container h4 {
		font-size: 1.1em;
		line-height: 22px;
		margin: 0 0 .5em 0;
	}
}

@media only screen and (min-width: 768px) {
	.c-wrap-bottom,
	.c-wrap-middle,
	.c-wrap {
		padding: 4em 0;
	}
	.c-wrap-bottom {
		padding: 0 0 .4em;
	}
	.c-wrap-middle {
		padding: .5em 0 0;
	}
	.media-overlay {
		padding: 16px 13px;
	}
	.media-overlay h3 {
		font-size: 13.5px;
		line-height: 17px;
		margin: 0 0 2px;
	}
	.media-overlay p {
		font-size: 11.5px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 992px) {
	.c-wrap-bottom,
	.c-wrap-middle,
	.c-wrap {
		padding: 5em 0;
	}
	.c-wrap-bottom {
		padding: 0 0 5em;
	}
	.c-wrap-middle {
		padding: 1em 0 .5em;
	}
	.level-test .container h4 {
		font-size: 1.05em;
	}
	.level-test .container h2 {
		font-size: 1.25em;
	}
}

@media only screen and (min-width: 1170px) {
	.c-wrap-bottom,
	.c-wrap-middle,
	.c-wrap {
		padding: 6em 0;
	}
	.c-wrap-bottom {
		padding: 0 0 6em;
	}
	.c-wrap-middle {
		padding: 3em 0 1.5em;
	}
	.media-overlay {
		padding: 25px 30px 23px;
	}
	.media-overlay h3 {
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0;
	}
	.media-overlay p {
		font-size: 12px;
		line-height: 18px;
	}
}



/* cd hero slide */
.cd-hero_slide:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.cd-hero_slide:first-of-type {
	background-color: #2c343b;
	background-image: url('img/img01.jpg');
	background-position:0 20%;
}

.cd-hero_slide:nth-of-type(2) {
	background-color: #2c343b;
	background-image: url('img/img02.jpg');
	background-position:0 40%;
}

.cd-hero_slide:nth-of-type(3) {
	background-color: #2c343b;
	background-image: url('img/img03.jpg');
	background-position:0 40%;
}

.cd-hero_slide:nth-of-type(4) {
	background-color: #2c343b;
	background-image: url('img/img04.jpg')
}

.cd-hero_slide:nth-of-type(5) {
	background-color: #2c343b;
	background-image: url('img/img05.jpg')
}




.c-wrap h2 {
	color:#222;
	font-size:2.2em;
	line-height:22px;
	text-align:center;
	margin:0 0 30px;
}
.m-tab-b .view-tab.nav-tabs>li>a {
	font-size:1.25em;
	line-height:1.8;
	background-color:transparent;
}
.m-tab-b .view-tab.nav-tabs>li.active>a,
.m-tab-b .view-tab.nav-tabs>li.active>a:focus,
.m-tab-b .view-tab.nav-tabs>li.active>a:hover {
	color:#000;
	background-color:transparent !important;
}

.m-tab-b .tabs-contents {
	padding:2em 6em;
}
.m-tab-b .tabs-contents h4 {
	color:#222;
	font-size:1.5em;
	line-height:30px;
	font-weight:500;
	letter-spacing:-.05em;
	text-decoration:underline;
	margin-top:.7em;
}
.m-tab-b .tabs-contents h3 {
	color:#3557c6;
	font-size:2em;
	line-height:38px;
	font-weight:500;
	letter-spacing:-.05em;
	margin:.5em 0;
}
.m-tab-b .tabs-contents p {
	color:#666;
	font-size:1.3em;
	line-height:28px;
	font-weight:400;
	letter-spacing:-.05em;
	margin:.2em 0 .4em;
}
.m-tab-b .tabs-contents p span {
	color:#1f8ceb;
}
.m-tab-b .tabs-contents img {
	width:100%;
}

 @media (max-width: 1100px) {
	 .m-tab-b .tabs-contents {
		padding:1.8em 4em;
	}
	.m-tab-b .tabs-contents h3 {
		font-size:1.6em;
		line-height:34px;
		margin:.4em 0;
	}
	.m-tab-b .tabs-contents p {
		font-size:1.15em;
		line-height:25px;
		margin:.1em 0 .25em;
	}
 }

 @media (max-width: 970px) {
	 .m-tab-b .tabs-contents {
		padding:1.6em 2.5em;
	}
	.m-tab-b .tabs-contents h3 {
		font-size:1.5em;
		line-height:32px;
		margin:.1em 0 .3em;
	}
	.m-tab-b .tabs-contents p {
		font-size:1.05em;
		line-height:23px;
		margin:.09em 0 .2em;
	}
 }



.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media(min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media(min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}



.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}


.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

/* Position Spaces */
.position-absolute-left--10 {
	position: absolute;
	left: -20px;
	top:16px;
}
.position-absolute-right--10 {
	position: absolute;
	right: -20px;
	top:16px;
}
.position-absolute-bottom-0 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.position-absolute-bottom-left-0 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.bottom-0 {
	bottom: 0;
}

.right-0 {
	right: 0;
}

.left-0 {
	left: 0;
}

@media (min-width: 576px) {
	.position-absolute-bottom-0--sm {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 768px) {
	.position-absolute-top-left-0--md {
		position: absolute;
		top: 0;
		left: 0;
	}
	.position-absolute-top-right-0--md {
		position: absolute;
		top: 0;
		right: 0;
	}
	.position-absolute-bottom-left-0--md {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 992px) {
	.position-absolute-top-left-0--lg {
		position: absolute;
		top: 0;
		left: 0;
	}
	.position-absolute-top-right-0--lg {
		position: absolute;
		top: 0;
		right: 0;
	}
	.position-absolute-bottom-0--lg {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}


.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.w-15 {
	width: 15%!important
}

.w-30 {
	width: 30%!important
}

.w-35 {
	width: 35%!important
}

.w-40 {
	width: 40%!important
}

.w-60 {
	width: 60%!important
}

.w-65 {
	width: 65%!important
}

.w-80 {
	width: 80%!important
}

.w-90 {
	width: 90%!important
}

@media(min-width:576px) {
	.w-sm-25 {
		width: 25%!important
	}
	.w-sm-50 {
		width: 50%!important
	}
	.w-sm-75 {
		width: 75%!important
	}
	.w-sm-100 {
		width: 100%!important
	}
	.w-sm-auto {
		width: auto!important
	}
	.w-sm-15 {
		width: 15%!important
	}
	.w-sm-30 {
		width: 30%!important
	}
	.w-sm-35 {
		width: 35%!important
	}
	.w-sm-40 {
		width: 40%!important
	}
	.w-sm-60 {
		width: 60%!important
	}
	.w-sm-65 {
		width: 65%!important
	}
	.w-sm-80 {
		width: 80%!important
	}
	.w-sm-90 {
		width: 90%!important
	}
}

@media(min-width:768px) {
	.w-md-25 {
		width: 25%!important
	}
	.w-md-50 {
		width: 50%!important
	}
	.w-md-75 {
		width: 75%!important
	}
	.w-md-100 {
		width: 100%!important
	}
	.w-md-auto {
		width: auto!important
	}
	.w-md-15 {
		width: 15%!important
	}
	.w-md-30 {
		width: 30%!important
	}
	.w-md-35 {
		width: 35%!important
	}
	.w-md-40 {
		width: 40%!important
	}
	.w-md-60 {
		width: 60%!important
	}
	.w-md-65 {
		width: 65%!important
	}
	.w-md-80 {
		width: 80%!important
	}
	.w-md-90 {
		width: 90%!important
	}
}

@media(min-width:992px) {
	.w-lg-25 {
		width: 25%!important
	}
	.w-lg-50 {
		width: 50%!important
	}
	.w-lg-75 {
		width: 75%!important
	}
	.w-lg-100 {
		width: 100%!important
	}
	.w-lg-auto {
		width: auto!important
	}
	.w-lg-15 {
		width: 15%!important
	}
	.w-lg-30 {
		width: 30%!important
	}
	.w-lg-35 {
		width: 35%!important
	}
	.w-lg-40 {
		width: 40%!important
	}
	.w-lg-60 {
		width: 60%!important
	}
	.w-lg-65 {
		width: 65%!important
	}
	.w-lg-80 {
		width: 80%!important
	}
	.w-lg-90 {
		width: 90%!important
	}
}

@media(min-width:1200px) {
	.w-xl-25 {
		width: 25%!important
	}
	.w-xl-50 {
		width: 50%!important
	}
	.w-xl-75 {
		width: 75%!important
	}
	.w-xl-100 {
		width: 100%!important
	}
	.w-xl-auto {
		width: auto!important
	}
	.w-xl-15 {
		width: 15%!important
	}
	.w-xl-30 {
		width: 30%!important
	}
	.w-xl-35 {
		width: 35%!important
	}
	.w-xl-40 {
		width: 40%!important
	}
	.w-xl-60 {
		width: 60%!important
	}
	.w-xl-65 {
		width: 65%!important
	}
	.w-xl-80 {
		width: 80%!important
	}
	.w-xl-90 {
		width: 90%!important
	}
}


/* Tab Vertical */

.tab-vertical .nav-pills {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}

.tab-vertical .nav-pills li {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background-color: transparent;
}

/* .tab-vertical .nav-pills li{
	height:55px;
} */
.tab-vertical .nav-pills li a {
	text-indent:3%;
	color:#333333;
	width:80%;
	background-color: #fff;
	border-radius:8px;
	line-height:31px;
	
}

.tab-vertical .nav-pills li a:hover{
	
}




.tab-vertical .tab-vertical__nav-link {
	color: #71a3d6;
	font-weight: 400;
	border-radius: 0;
	padding-left: 0;
	background-color: transparent;
}


.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:#2056ae;
	border-color:#2056ae;
}
.nav-pills > li > a {
	padding:8px 20px;
	margin:0 2px;
	border:1px solid #e3e6f0;
}



.tab-vertical .active .tab-vertical__nav-link {
	color: #2056ae;
	background-color: transparent;
}

.tab-vertical-md .active .tab-vertical__nav-link::after {
	
}

.tab-vertical .tab-vertical__nav-link:hover {
	color: #2056ae;
	background-color: transparent;
}

.tab-vertical .active .tab-vertical__nav-link,
.tab-vertical .active .tab-vertical__nav-link:hover,
.tab-vertical .active .tab-vertical__nav-link:focus,
.tab-vertical .active .tab-vertical__nav-link:hover {
	color: #2056ae;
	background-color: transparent;
}

@media (min-width: 768px) {
	.tab-vertical-md .tab-vertical__nav-link,
	.tab-vertical-md {
		position: relative;
	}
	.tab-vertical-md {
		
	}
	.tab-vertical-md .nav-pills {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.tab-vertical-md::after {
		position: absolute;
		top: 2px;
		right: 0;
		width: 4px;
		height: 100%;
		background-color: rgba(100, 111, 121, 0.09);
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

	.tab-vertical-md .tab-vertical__nav-link::after {
		position: absolute;
		top: 0px;
		right: -1px;
		width: 4px;
		height: 100%;
		background-color: transparent;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		content: " ";
	}
}

@media (max-width: 767px) {

.tab-vertical .nav-pills li a{
width:100%;
border-radius:5px;
box-shadow:none;
border:2px solid #c7a4dc !important;
text-indent:-5% !important;
background-color:#c7a4dc !important;
color:#fff;
}
	.tab-vertical-md .nav-pills {
		width:100%;
	}
	.tab-vertical-md .nav-pills li {
		width:50%;
		padding:0 2px !important;
	}

	.tab-vertical-md .tab-vertical__nav-link,
	.tab-vertical-md {
		position: relative;
	}
	.tab-vertical-md::after {
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: rgba(100, 111, 121, 0.09);
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		content: " ";
	}
	.tab-vertical-md .tab-vertical__nav-link::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: transparent;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		content: " ";
	}
	.tab-vertical-md .tab-vertical__nav-link {
		width:100%;
		text-align:center;
		/* padding:0.9rem 0.8rem 1.1rem !important; */
	}
}







/* List Group */

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #646f79;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	color: #0eaf64;
	text-decoration: none;
	background-color: transparent
}

.list-group-item-action:active {
	color: #0eaf64;
	background-color: transparent
}

.list-group-item {
	position: relative;
	display: block;
	padding: .375rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #e3e6f0
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #8c98a4;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #11683f;
	background-color: #c1f0da
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #11683f;
	background-color: #acebce
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #11683f;
	border-color: #11683f
}

.list-group-item-secondary {
	color: #343a3f;
	background-color: #d4d7d9
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #343a3f;
	background-color: #c6cacd
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #343a3f;
	border-color: #343a3f
}

.list-group-item-success {
	color: #11683f;
	background-color: #c1f0da
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #11683f;
	background-color: #acebce
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #11683f;
	border-color: #11683f
}

.list-group-item-info {
	color: #007483;
	background-color: #b8f6fe
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #007483;
	background-color: #9ff3fe
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #007483;
	border-color: #007483
}

.list-group-item-warning {
	color: #856222;
	background-color: #ffecca
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #856222;
	background-color: #ffe3b1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856222;
	border-color: #856222
}

.list-group-item-danger {
	color: #712725;
	background-color: #f5cdcc
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #712725;
	background-color: #f1b8b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #712725;
	border-color: #712725
}

.list-group-item-light {
	color: #7f8183;
	background-color: #fcfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #7f8183;
	background-color: #e9f0f8
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #7f8183;
	border-color: #7f8183
}

.list-group-item-dark {
	color: #0b0e14;
	background-color: #bdbfc2
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #0b0e14;
	background-color: #b0b2b6
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #0b0e14;
	border-color: #0b0e14
}

.list-group-item-purple {
	color: #3f3985;
	background-color: #d9d6ff
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
	color: #3f3985;
	background-color: #c1bdff
}

.list-group-item-purple.list-group-item-action.active {
	color: #fff;
	background-color: #3f3985;
	border-color: #3f3985
}

.list-group-item-blue {
	color: #0f3875;
	background-color: #bfd6f7
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
	color: #0f3875;
	background-color: #a8c7f4
}

.list-group-item-blue.list-group-item-action.active {
	color: #fff;
	background-color: #0f3875;
	border-color: #0f3875
}

.list-group {
	list-style: none;
}

.list-group .list-group {
	margin-left: 1rem;
}

.list-group .list-group-item {
	/* font-size: 0.875rem; */
}

.list-group .active>.list-group-item {
	color: #2056ae;
}


/* Border Radius */
.list-group-rounded-0 .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-rounded-0 .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


/* Transparent */
.list-group-transparent .list-group-item {
	color: #fff;
	border-color: transparent !important;
	background-color: transparent !important;
}

.list-group-transparent .list-group-item[href] {
	color: rgba(255, 255, 255, 0.7);
}

.list-group-transparent .list-group-item[href]:hover {
	color: #fff;
}

.list-group-transparent.list-group-striped .list-group-item:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.1);
}


/* Flush */
.list-group-flush .list-group-item {
	padding-left: 0;
	padding-right: 0;
}

.list-group-flush .list-group-item.active {
	color: #2056ae;
	background-color: transparent;
	border-color: transparent;
}


/* Borderless */
.list-group-borderless .list-group-item {
	border: none;
}


/* Striped */
.list-group-striped .list-group-item:nth-child(even) {
	background-color: #f5f8fb;
}




.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 2rem!important
}

.mt-5,
.my-5 {
	margin-top: 2rem!important
}

.mr-5,
.mx-5 {
	margin-right: 2rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 2rem!important
}

.ml-5,
.mx-5 {
	margin-left: 2rem!important
}

.m-6 {
	margin: 2.5rem!important
}

.mt-6,
.my-6 {
	margin-top: 2.5rem!important
}

.mr-6,
.mx-6 {
	margin-right: 2.5rem!important
}

.mb-6,
.my-6 {
	margin-bottom: 2.5rem!important
}

.ml-6,
.mx-6 {
	margin-left: 2.5rem!important
}

.m-7 {
	margin: 3rem!important
}

.mt-7,
.my-7 {
	margin-top: 3rem!important
}

.mr-7,
.mx-7 {
	margin-right: 3rem!important
}

.mb-7,
.my-7 {
	margin-bottom: 3rem!important
}

.ml-7,
.mx-7 {
	margin-left: 3rem!important
}

.m-8 {
	margin: 3.5rem!important
}

.mt-8,
.my-8 {
	margin-top: 3.5rem!important
}

.mr-8,
.mx-8 {
	margin-right: 3.5rem!important
}

.mb-8,
.my-8 {
	margin-bottom: 3.5rem!important
}

.ml-8,
.mx-8 {
	margin-left: 3.5rem!important
}

.m-9 {
	margin: 4rem!important
}

.mt-9,
.my-9 {
	margin-top: 4rem!important
}

.mr-9,
.mx-9 {
	margin-right: 4rem!important
}

.mb-9,
.my-9 {
	margin-bottom: 4rem!important
}

.ml-9,
.mx-9 {
	margin-left: 4rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 2rem!important
}

.pt-5,
.py-5 {
	padding-top: 2rem!important
}

.pr-5,
.px-5 {
	padding-right: 2rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 2rem!important
}

.pl-5,
.px-5 {
	padding-left: 2rem!important
}

.p-6 {
	padding: 2.5rem!important
}

.pt-6,
.py-6 {
	padding-top: 2.5rem!important
}

.pr-6,
.px-6 {
	padding-right: 2.5rem!important
}

.pb-6,
.py-6 {
	padding-bottom: 2.5rem!important
}

.pl-6,
.px-6 {
	padding-left: 2.5rem!important
}

.p-7 {
	padding: 3rem!important
}

.pt-7,
.py-7 {
	padding-top: 3rem!important
}

.pr-7,
.px-7 {
	padding-right: 3rem!important
}

.pb-7,
.py-7 {
	padding-bottom: 3rem!important
}

.pl-7,
.px-7 {
	padding-left: 3rem!important
}

.p-8 {
	padding: 3.5rem!important
}

.pt-8,
.py-8 {
	padding-top: 3.5rem!important
}

.pr-8,
.px-8 {
	padding-right: 3.5rem!important
}

.pb-8,
.py-8 {
	padding-bottom: 3.5rem!important
}

.pl-8,
.px-8 {
	padding-left: 3.5rem!important
}

.p-9 {
	padding: 4rem!important
}

.pt-9,
.py-9 {
	padding-top: 4rem!important
}

.pr-9,
.px-9 {
	padding-right: 4rem!important
}

.pb-9,
.py-9 {
	padding-bottom: 4rem!important
}

.pl-9,
.px-9 {
	padding-left: 4rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 2rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 2rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 2rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 2rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 2rem!important
	}
	.m-sm-6 {
		margin: 2.5rem!important
	}
	.mt-sm-6,
	.my-sm-6 {
		margin-top: 2.5rem!important
	}
	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 2.5rem!important
	}
	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 2.5rem!important
	}
	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 2.5rem!important
	}
	.m-sm-7 {
		margin: 3rem!important
	}
	.mt-sm-7,
	.my-sm-7 {
		margin-top: 3rem!important
	}
	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 3rem!important
	}
	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 3rem!important
	}
	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 3rem!important
	}
	.m-sm-8 {
		margin: 3.5rem!important
	}
	.mt-sm-8,
	.my-sm-8 {
		margin-top: 3.5rem!important
	}
	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 3.5rem!important
	}
	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 3.5rem!important
	}
	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 3.5rem!important
	}
	.m-sm-9 {
		margin: 4rem!important
	}
	.mt-sm-9,
	.my-sm-9 {
		margin-top: 4rem!important
	}
	.mr-sm-9,
	.mx-sm-9 {
		margin-right: 4rem!important
	}
	.mb-sm-9,
	.my-sm-9 {
		margin-bottom: 4rem!important
	}
	.ml-sm-9,
	.mx-sm-9 {
		margin-left: 4rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 2rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 2rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 2rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 2rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 2rem!important
	}
	.p-sm-6 {
		padding: 2.5rem!important
	}
	.pt-sm-6,
	.py-sm-6 {
		padding-top: 2.5rem!important
	}
	.pr-sm-6,
	.px-sm-6 {
		padding-right: 2.5rem!important
	}
	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 2.5rem!important
	}
	.pl-sm-6,
	.px-sm-6 {
		padding-left: 2.5rem!important
	}
	.p-sm-7 {
		padding: 3rem!important
	}
	.pt-sm-7,
	.py-sm-7 {
		padding-top: 3rem!important
	}
	.pr-sm-7,
	.px-sm-7 {
		padding-right: 3rem!important
	}
	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 3rem!important
	}
	.pl-sm-7,
	.px-sm-7 {
		padding-left: 3rem!important
	}
	.p-sm-8 {
		padding: 3.5rem!important
	}
	.pt-sm-8,
	.py-sm-8 {
		padding-top: 3.5rem!important
	}
	.pr-sm-8,
	.px-sm-8 {
		padding-right: 3.5rem!important
	}
	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 3.5rem!important
	}
	.pl-sm-8,
	.px-sm-8 {
		padding-left: 3.5rem!important
	}
	.p-sm-9 {
		padding: 4rem!important
	}
	.pt-sm-9,
	.py-sm-9 {
		padding-top: 4rem!important
	}
	.pr-sm-9,
	.px-sm-9 {
		padding-right: 4rem!important
	}
	.pb-sm-9,
	.py-sm-9 {
		padding-bottom: 4rem!important
	}
	.pl-sm-9,
	.px-sm-9 {
		padding-left: 4rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 2rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 2rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 2rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 2rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 2rem!important
	}
	.m-md-6 {
		margin: 2.5rem!important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 2.5rem!important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 2.5rem!important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 2.5rem!important
	}
	.ml-md-6,
	.mx-md-6 {
		margin-left: 2.5rem!important
	}
	.m-md-7 {
		margin: 3rem!important
	}
	.mt-md-7,
	.my-md-7 {
		margin-top: 3rem!important
	}
	.mr-md-7,
	.mx-md-7 {
		margin-right: 3rem!important
	}
	.mb-md-7,
	.my-md-7 {
		margin-bottom: 3rem!important
	}
	.ml-md-7,
	.mx-md-7 {
		margin-left: 3rem!important
	}
	.m-md-8 {
		margin: 3.5rem!important
	}
	.mt-md-8,
	.my-md-8 {
		margin-top: 3.5rem!important
	}
	.mr-md-8,
	.mx-md-8 {
		margin-right: 3.5rem!important
	}
	.mb-md-8,
	.my-md-8 {
		margin-bottom: 3.5rem!important
	}
	.ml-md-8,
	.mx-md-8 {
		margin-left: 3.5rem!important
	}
	.m-md-9 {
		margin: 4rem!important
	}
	.mt-md-9,
	.my-md-9 {
		margin-top: 4rem!important
	}
	.mr-md-9,
	.mx-md-9 {
		margin-right: 4rem!important
	}
	.mb-md-9,
	.my-md-9 {
		margin-bottom: 4rem!important
	}
	.ml-md-9,
	.mx-md-9 {
		margin-left: 4rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 2rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 2rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 2rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 2rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 2rem!important
	}
	.p-md-6 {
		padding: 2.5rem!important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 2.5rem!important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 2.5rem!important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 2.5rem!important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 2.5rem!important
	}
	.p-md-7 {
		padding: 3rem!important
	}
	.pt-md-7,
	.py-md-7 {
		padding-top: 3rem!important
	}
	.pr-md-7,
	.px-md-7 {
		padding-right: 3rem!important
	}
	.pb-md-7,
	.py-md-7 {
		padding-bottom: 3rem!important
	}
	.pl-md-7,
	.px-md-7 {
		padding-left: 3rem!important
	}
	.p-md-8 {
		padding: 3.5rem!important
	}
	.pt-md-8,
	.py-md-8 {
		padding-top: 3.5rem!important
	}
	.pr-md-8,
	.px-md-8 {
		padding-right: 3.5rem!important
	}
	.pb-md-8,
	.py-md-8 {
		padding-bottom: 3.5rem!important
	}
	.pl-md-8,
	.px-md-8 {
		padding-left: 3.5rem!important
	}
	.p-md-9 {
		padding: 4rem!important
	}
	.pt-md-9,
	.py-md-9 {
		padding-top: 4rem!important
	}
	.pr-md-9,
	.px-md-9 {
		padding-right: 4rem!important
	}
	.pb-md-9,
	.py-md-9 {
		padding-bottom: 4rem!important
	}
	.pl-md-9,
	.px-md-9 {
		padding-left: 4rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 2rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 2rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 2rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 2rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 2rem!important
	}
	.m-lg-6 {
		margin: 2.5rem!important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 2.5rem!important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 2.5rem!important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 2.5rem!important
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 2.5rem!important
	}
	.m-lg-7 {
		margin: 3rem!important
	}
	.mt-lg-7,
	.my-lg-7 {
		margin-top: 3rem!important
	}
	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 3rem!important
	}
	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 3rem!important
	}
	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 3rem!important
	}
	.m-lg-8 {
		margin: 3.5rem!important
	}
	.mt-lg-8,
	.my-lg-8 {
		margin-top: 3.5rem!important
	}
	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 3.5rem!important
	}
	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 3.5rem!important
	}
	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 3.5rem!important
	}
	.m-lg-9 {
		margin: 4rem!important
	}
	.mt-lg-9,
	.my-lg-9 {
		margin-top: 4rem!important
	}
	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 4rem!important
	}
	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 4rem!important
	}
	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 4rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 2rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 2rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 2rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 2rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 2rem!important
	}
	.p-lg-6 {
		padding: 2.5rem!important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 2.5rem!important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 2.5rem!important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 2.5rem!important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 2.5rem!important
	}
	.p-lg-7 {
		padding: 3rem!important
	}
	.pt-lg-7,
	.py-lg-7 {
		padding-top: 3rem!important
	}
	.pr-lg-7,
	.px-lg-7 {
		padding-right: 3rem!important
	}
	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 3rem!important
	}
	.pl-lg-7,
	.px-lg-7 {
		padding-left: 3rem!important
	}
	.p-lg-8 {
		padding: 3.5rem!important
	}
	.pt-lg-8,
	.py-lg-8 {
		padding-top: 3.5rem!important
	}
	.pr-lg-8,
	.px-lg-8 {
		padding-right: 3.5rem!important
	}
	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 3.5rem!important
	}
	.pl-lg-8,
	.px-lg-8 {
		padding-left: 3.5rem!important
	}
	.p-lg-9 {
		padding: 4rem!important
	}
	.pt-lg-9,
	.py-lg-9 {
		padding-top: 4rem!important
	}
	.pr-lg-9,
	.px-lg-9 {
		padding-right: 4rem!important
	}
	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 4rem!important
	}
	.pl-lg-9,
	.px-lg-9 {
		padding-left: 4rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 2rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 2rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 2rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 2rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 2rem!important
	}
	.m-xl-6 {
		margin: 2.5rem!important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 2.5rem!important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 2.5rem!important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 2.5rem!important
	}
	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 2.5rem!important
	}
	.m-xl-7 {
		margin: 3rem!important
	}
	.mt-xl-7,
	.my-xl-7 {
		margin-top: 3rem!important
	}
	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 3rem!important
	}
	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 3rem!important
	}
	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 3rem!important
	}
	.m-xl-8 {
		margin: 3.5rem!important
	}
	.mt-xl-8,
	.my-xl-8 {
		margin-top: 3.5rem!important
	}
	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 3.5rem!important
	}
	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 3.5rem!important
	}
	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 3.5rem!important
	}
	.m-xl-9 {
		margin: 4rem!important
	}
	.mt-xl-9,
	.my-xl-9 {
		margin-top: 4rem!important
	}
	.mr-xl-9,
	.mx-xl-9 {
		margin-right: 4rem!important
	}
	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 4rem!important
	}
	.ml-xl-9,
	.mx-xl-9 {
		margin-left: 4rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 2rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 2rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 2rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 2rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 2rem!important
	}
	.p-xl-6 {
		padding: 2.5rem!important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 2.5rem!important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 2.5rem!important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 2.5rem!important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 2.5rem!important
	}
	.p-xl-7 {
		padding: 3rem!important
	}
	.pt-xl-7,
	.py-xl-7 {
		padding-top: 3rem!important
	}
	.pr-xl-7,
	.px-xl-7 {
		padding-right: 3rem!important
	}
	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 3rem!important
	}
	.pl-xl-7,
	.px-xl-7 {
		padding-left: 3rem!important
	}
	.p-xl-8 {
		padding: 3.5rem!important
	}
	.pt-xl-8,
	.py-xl-8 {
		padding-top: 3.5rem!important
	}
	.pr-xl-8,
	.px-xl-8 {
		padding-right: 3.5rem!important
	}
	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 3.5rem!important
	}
	.pl-xl-8,
	.px-xl-8 {
		padding-left: 3.5rem!important
	}
	.p-xl-9 {
		padding: 4rem!important
	}
	.pt-xl-9,
	.py-xl-9 {
		padding-top: 4rem!important
	}
	.pr-xl-9,
	.px-xl-9 {
		padding-right: 4rem!important
	}
	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 4rem!important
	}
	.pl-xl-9,
	.px-xl-9 {
		padding-left: 4rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-italic {
	font-style: italic!important
}

.text-decoration {
	text-decoration:line-through
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #4d7ed1! important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #1a9c5f !important
}

.text-secondary {
	color: #646f79! important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #4d555d !important
}

.text-success {
	color: #0eaf64 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #1a9c5f !important
}

.text-info {
	color: #333 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #00b2c9!important
}

.text-warning {
	color: #ec6f0a!important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ff9833!important
}

.text-danger {
	color: #da4b48!important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #c72b28!important
}

.text-light {
	color: #f5f8fb!important
}

a.text-light:hover,
a.text-light:focus {
	color: #d1dfec!important
}

.text-dark {
	color: #151b26!important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #030405!important
}

.text-purple {
	color: #796eff!important
}

a.text-purple:hover,
a.text-purple:focus {
	color: #4a3bff!important
}

.text-blue {
	color: #1c6be1!important
}

a.text-blue:hover,
a.text-blue:focus {
	color: #1655b4!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #8c98a4!important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5)!important
}

.text-black-65 {
	color: rgba(0, 0, 0, 0.65)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5)!important
}





/* Badges */
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #2056ae
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1a9c5f
}

.badge-secondary {
	color: #fff;
	background-color: #646f79
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #4d555d
}

.badge-success {
	color: #fff;
	background-color: #2056ae
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1a9c5f
}

.badge-info {
	color: #212529;
	background-color: #00dffc
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #00b2c9
}

.badge-warning {
	color: #212529;
	background-color: #ec6f0a
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #ff9833
}

.badge-danger {
	color: #fff;
	background-color: #da4b48
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #c72b28
}

.badge-light {
	color: #212529;
	background-color: #f5f8fb
}

.badge-light[href]:hover,
.badge-light[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d1dfec
}

.badge-dark {
	color: #fff;
	background-color: #151b26
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #030405
}

.badge-purple {
	color: #fff;
	background-color: #796eff
}

.badge-purple[href]:hover,
.badge-purple[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #4a3bff
}

.badge-blue {
	color: #fff;
	background-color: #1c6be1
}

.badge-blue[href]:hover,
.badge-blue[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1655b4
}


[class*="badge-"] {
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1.7;
}

.badge-sm.badge-icon {
	line-height: 1.5;
}

.badge {
	padding: 0.35em 0.8em 0.4em;
	font-size: 0.75rem;
	font-weight: 500;
}

.badge-lg {
	padding: 0.4em 1.2em 0.45em;
	font-size: 0.9rem;
}

.badge-sm {
	padding: 0.2em 0.7em 0.25em;
	font-size: 0.7rem;
}

.badge-xs {
	padding: 0.15em 0.6em 0.2em;
	font-size: 0.65rem;
}

.badge-pos {
	position: absolute;
}

.badge-block {
	display: block;
}


/* Positions */
.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.badge-pos--top-left {
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.badge-pos--bottom-left {
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.badge-pos--bottom-right {
	bottom: 0;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.badge-pos--bottom-right-minus-1 {
	bottom: -0.25rem;
	right: -0.25rem;
}



ol,
ol li {
	padding:0 !important;
	margin:0 !important;
}

.po-top_2 {
	position: relative;
	top:-2px;
}






/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* Card */
@media (max-width: 767px) {
	.card-none {
		box-shadow:none !important;
		border: none !important;
		border-radius: 0 !important;
	}
	.card-none .card-body {
		padding: 0 !important;
	}
}

.card-2-count {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.card-3-count {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.card-4-count {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.card-columns {
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	orphans: 1;
	widows: 1;
}

.card-columns .card {
	display: inline-block;
	width: 100%;
}

@media (min-width: 576px) {
	.card-sm-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.card-sm-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.card-sm-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.card-sm-columns {
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
		orphans: 1;
		widows: 1;
	}
	.card-sm-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.card-md-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.card-md-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.card-md-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.card-md-columns {
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
		orphans: 1;
		widows: 1;
	}
	.card-md-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.card-lg-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.card-lg-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.card-lg-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.card-lg-columns {
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
		orphans: 1;
		widows: 1;
	}
	.card-lg-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.card-xl-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.card-xl-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.card-xl-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.card-xl-columns {
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
		orphans: 1;
		widows: 1;
	}
	.card-xl-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.card-collapse {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background-color: transparent;
}

.card-collapse__header {
	padding: 0;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}

.card-collapse__btn {
	color: #151b26;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	white-space: inherit;
}

.card-collapse__btn-arrow {
	color: #2056ae;
	margin-left: 1rem;
	transition: 0.3s ease-in-out;
}

.card-collapse__btn-arrow-inner {
	font-size: 0.8125rem;
}

.collapsed .card-collapse__btn-arrow {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.card-collapse__body {
	color: #646f79;
}

.card-img-right {
	width: 100%;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.card-img-left {
	width: 100%;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}


/* Card Radius none */
.card-top-left-radius {
	border-top-left-radius: 0
}
.card-top-right-radius {
	border-top-right-radius: 0
}
.card-bottom-left-radius {
	border-top-left-radius: 0
}
.card-bottom-right-radius {
	border-top-right-radius: 0
}


/* Card Frame */
.card-frame {
	border: 1px solid #e3e6f0;
	border-top-width: 4px;
	background-color:#fff;
	transition: 0.3s;
	text-decoration: none !important;
}

.card-frame.active,
.card-frame:hover {
	border-color: rgba(32, 86, 174, 0.7);
	box-shadow: 0 0 15px rgba(140, 152, 164, 0.25);
}

.card-primary-frame.active,
.card-primary-frame:hover {
	border-color: #2056ae;
}

.card-secondary-frame.active,
.card-secondary-frame:hover {
	border-color: #646f79;
}

.card-success-frame.active,
.card-success-frame:hover {
	border-color: #2056ae;
}

.card-info-frame.active,
.card-info-frame:hover {
	border-color: #00dffc;
}

.card-warning-frame.active,
.card-warning-frame:hover {
	border-color: #ec6f0a;
}

.card-danger-frame.active,
.card-danger-frame:hover {
	border-color: #da4b48;
}

.card-light-frame.active,
.card-light-frame:hover {
	border-color: #f5f8fb;
}

.card-dark-frame,
.card-dark-frame.active,
.card-dark-frame:hover {
	border-color: #151b26;
}

.card-purple-frame.active,
.card-purple-frame:hover {
	border-color: #796eff;
}

.card-blue-frame.active,
.card-blue-frame:hover {
	border-color: #1c6be1;
}

@media (min-width: 576px) {
	/* Gutters X */
	.card-sm-gutters-1 {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}
	.card-sm-gutters-1 .card {
		margin-right: 0.25rem;
		margin-left: 0.25rem;
	}
	.card-sm-gutters-2 {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.card-sm-gutters-2 .card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.card-sm-gutters-3 {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.card-sm-gutters-3 .card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	/* Gutters X */
	.card-md-gutters-1 {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}
	.card-md-gutters-1 .card {
		margin-right: 0.25rem;
		margin-left: 0.25rem;
	}
	.card-md-gutters-2 {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.card-md-gutters-2 .card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.card-md-gutters-3 {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.card-md-gutters-3 .card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

@media (min-width: 992px) {
	/* Gutters X */
	.card-lg-gutters-1 {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}
	.card-lg-gutters-1 .card {
		margin-right: 0.25rem;
		margin-left: 0.25rem;
	}
	.card-lg-gutters-2 {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.card-lg-gutters-2 .card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.card-lg-gutters-3 {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.card-lg-gutters-3 .card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

@media (min-width: 1200px) {
	/* Gutters X */
	.card-xl-gutters-1 {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}
	.card-xl-gutters-1 .card {
		margin-right: 0.25rem;
		margin-left: 0.25rem;
	}
	.card-xl-gutters-2 {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.card-xl-gutters-2 .card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.card-xl-gutters-3 {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.card-xl-gutters-3 .card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}



/* Slick */

.u-slick {
	position: relative;
}

.u-slick--cursor-pointer .slick-slide {
	cursor: pointer;
}

.u-slick--transform-off.slick-transform-off .slick-track,
.u-slick--transform-off .slick-track {
	-webkit-transform: none !important;
	transform: none !important;
}

@media (min-width: 992px) {
	.u-slick--transform-off-lg.slick-transform-off .slick-track {
		-webkit-transform: none !important;
		transform: none !important;
	}
}


/* Slick Equal Height */

.u-slick--equal-height .slick-list {
	height: 100%;
}

.u-slick--equal-height .slick-track {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.u-slick--equal-height .slick-track .slick-slide {
	display: -ms-flexbox;
	display: flex;
	height: auto;
}


/* Slick Gutters */

.u-slick--gutters {
	margin-left: -0.125rem;
	margin-right: -0.125rem;
}

.u-slick--gutters .slick-slide {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}

.u-slick--gutters-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.u-slick--gutters-2 .slick-slide {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.u-slick--gutters-3 {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.u-slick--gutters-3 .slick-slide {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}


/* Slick Arrows */

.u-slick__arrow {
	z-index: 1;
	line-height: 0;
	display: inline-block;
	color: #646f79;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.125rem;
	cursor: pointer;
	transition: 0.3s;
}

.u-slick__arrow:hover {
	color: #2056ae;
}

.u-slick__arrow-inner:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.u-slick__arrow-inner--left {
	left: 0;
}

.u-slick__arrow-inner--right {
	right: 0;
}

.u-slick__arrow.slick-disabled {
	color: #e3e6f0;
	cursor: auto;
}

.u-slick__arrow-pos--bottom-minus-7 {
	position: absolute;
	bottom: -4rem;
}


/* Center Alignment */

.u-slick__arrow-centered--x {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.u-slick__arrow-centered--y {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


/* Slick Arrows Classic */

.u-slick__arrow-classic {
	z-index: 1;
	line-height: 0;
	display: inline-block;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	width: 4rem;
	height: 4rem;
	font-size: 1rem;
	cursor: pointer;
	transition: 0.3s;
}

.u-slick__arrow-classic:hover {
	color: #fff;
	background-color: #2056ae;
}

.u-slick__arrow-classic-inner:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.u-slick__arrow-classic-inner--left {
	left: 0;
}

.u-slick__arrow-classic-inner--right {
	right: 0;
}


/* Dark Version */

.u-slick__arrow-classic--dark {
	color: #646f79;
	background-color: rgba(100, 111, 121, 0.1);
}


/* Slick Paging v1 */

.u-slick__paging-v1 {
	position: absolute;
	right: 0;
	bottom: 2rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.u-slick__paging-v1 .u-paging__current {
	color: #fff;
	font-size: 3.875rem;
	line-height: 1;
}

.u-slick__paging-v1 .u-paging__divider {
	position: relative;
	margin-right: 0.5rem;
	margin-left: 0.25rem;
}

.u-slick__paging-v1 .u-paging__divider::before {
	position: absolute;
	top: -5px;
	left: -4px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	content: "\002f";
}

.u-slick__paging-v1 .u-paging__total {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.7);
}


/* Slick Paging v2 */

.u-slick__paging-v2 {
	position: absolute;
	right: -2px;
	bottom: -2px;
	padding: 0;
	vertical-align: middle;
}

.u-slick__paging-v2 .u-paging__current {
	color: #444;
	font-size: 1.5rem;
	line-height: 1;
}

.u-slick__paging-v2 .u-paging__divider {
	position: relative;
	margin-right: 0.5rem;
	margin-left: 0.25rem;
}

.u-slick__paging-v2 .u-paging__divider::before {
	position: absolute;
	top: -3px;
	left: -1px;
	color: rgba(0, 0, 0, 0.3);
	font-size: 0.76rem;
	content: "\002f";
}

.u-slick__paging-v2 .u-paging__total {
	font-size: 1.1rem;
	color: rgba(0, 0, 0, 0.5);
}


/* Slick Pagination */

.u-slick__pagination {
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.u-slick__pagination li {
	display: -ms-flexbox;
	display: flex;
	pointer-events: all;
	margin: 0 0.5rem;
	cursor: pointer;
}

.u-slick__pagination li span {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #8c98a4;
	border: 3px solid transparent;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	transition: 0.3s;
}

.u-slick__pagination li.slick-active span {
	background-color: transparent;
	border-color: #8c98a4;
	vertical-align: middle;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}


/* White Option */

.u-slick__pagination.u-slick__pagination--white li span {
	background-color: #fff;
}

.u-slick__pagination.u-slick__pagination--white li.slick-active span {
	background-color: transparent;
	border-color: #fff;
}


/* Slick Pagination - Active Border */

.u-slick--pagination-active-border .u-slick--pagination-active-border__item {
	cursor: pointer;
	border: 1px solid #e3e6f0;
}

.u-slick--pagination-active-border .slick-current .u-slick--pagination-active-border__item {
	border-color: #2056ae;
}


/* Slick Pagination - Active Transition */

.u-slick--active-transition .slick-slide {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
	transition: 0.3s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.u-slick--active-transition .slick-current {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* Slick Pagination Bordered */

.u-slick__pagination-right-top {
	position: absolute;
	right:-3px;
	top:-39px;
}

.u-slick__pagination-bordered {
	margin-left: -0.2rem;
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-align: left;
	align-items: left;
	pointer-events: none;
}

.u-slick__pagination-bordered li {
	display: -ms-flexbox;
	display: flex;
	pointer-events: all;
	margin: 0 0.2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	cursor: pointer;
}

.u-slick__pagination-bordered li span {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	box-sizing: border-box;
	background-color: #8c98a4;
	border-radius: 50%;
	transition: 0.3s;
}

.u-slick__pagination-bordered li:hover span {
	background-color: rgba(33, 200, 122, 0.4);
}

.u-slick__pagination-bordered li.slick-active span {
	background-color: #2056ae;
}


/* White Option */

.u-slick__pagination-bordered.u-slick__pagination-bordered--white li span {
	background-color: rgba(255, 255, 255, 0.5);
}

.u-slick__pagination-bordered.u-slick__pagination-bordered--white li:hover span {
	background-color: rgba(255, 255, 255, 0.7);
}

.u-slick__pagination-bordered.u-slick__pagination-bordered--white li.slick-active span {
	background-color: #fff;
}


/* Slick Pagination Classic */

.u-slick--pagination-classic .slick-slide {
	cursor: pointer;
	opacity: .5;
	border-top: 4px solid rgba(255, 255, 255, 0.1);
	transition: 0.3s;
}

.u-slick--pagination-classic .slick-current {
	opacity: 1;
	border-top-color: #fff;
}


/* Slick Pagination Modern */

.u-slick--pagination-modern {
	margin-right: -15px;
}

.u-slick--pagination-modern__item {
	padding-right: 15px;
}

@media (min-width: 992px) {
	.u-slick--pagination-modern__item {
		max-width: 25%;
	}
}

.u-slick--pagination-modern__item-img {
	width: 6.25rem;
	height: 4.375rem;
}

.u-slick--pagination-modern__item-text {
	transition: 0.3s;
}

.u-slick--pagination-modern__item.slick-current {
	color: #2056ae;
}

.u-slick--pagination-modern__item:hover .u-slick--pagination-modern__item-text {
	color: #2056ae;
}


/* Slick Pagination - Simple */

.u-slick--pagination-simple .u-slick--pagination-simple__item {
	cursor: pointer;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.u-slick--pagination-simple .u-slick--pagination-simple__icon {
	position: relative;
	z-index: 1;
	line-height: 0.7;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2.75rem;
	height: 2.75rem;
	color: #646f79;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0.25rem;
	border: 1px solid #e3e6f0;
	transition: 0.3s ease-in-out;
}

.u-slick--pagination-simple .u-slick--pagination-simple__icon-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.u-slick--pagination-simple .slick-current .u-slick--pagination-simple__title,
.u-slick--pagination-simple .slick-current .u-slick--pagination-simple__text {
	color: #2056ae;
}

.u-slick--pagination-simple .slick-current .u-slick--pagination-simple__icon {
	color: #2056ae;
	border-color: #2056ae;
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-6 {
	border-radius: 6px!important
}



.bg-primary {
	background-color: #2056ae!important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #1a9c5f!important
}

.bg-secondary {
	background-color: #646f79!important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #4d555d!important
}

.bg-success {
	background-color: #2056ae!important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1a9c5f!important
}

.bg-info {
	background-color: #00dffc!important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #00b2c9!important
}

.bg-warning {
	background-color: #ec6f0a!important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #ff9833!important
}

.bg-danger {
	background-color: #da4b48!important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #c72b28!important
}

.bg-light {
	background-color: #f5f8fb!important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #d1dfec!important
}

.bg-dark {
	background-color: #151b26!important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #030405!important
}

.bg-purple {
	background-color: #796eff!important
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
	background-color: #4a3bff!important
}

.bg-blue {
	background-color: #1c6be1!important
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
	background-color: #1655b4!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!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
}

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

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #2056ae!important
}

.border-secondary {
	border-color: #646f79!important
}

.border-success {
	border-color: #2056ae!important
}

.border-info {
	border-color: #00dffc!important
}

.border-warning {
	border-color: #ec6f0a!important
}

.border-danger {
	border-color: #da4b48!important
}

.border-light {
	border-color: #f5f8fb!important
}

.border-dark {
	border-color: #151b26!important
}

.border-purple {
	border-color: #796eff!important
}

.border-blue {
	border-color: #1c6be1!important
}

.border-white {
	border-color: #fff!important
}



.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: .1rem solid transparent;
	padding: .43rem 1.5rem !important;
	line-height: 1.7 !important;
	letter-spacing: .0em;
	border-radius: .4rem;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover,
.btn:focus {
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}



.btn-primary:hover {
	color: #fff;
	background-color: #2c66c3;
	border-color: #2c66c3
}




.btn-secondary {
	color: #fff;
	background-color: #646f79;
	border-color: #646f79
}

.btn-secondary:hover {
	color: #fff;
	background-color: #535c64;
	border-color: #4d555d
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #646f79;
	border-color: #646f79
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #4d555d;
	border-color: #474f56
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-success:hover {
	color: #fff;
	background-color: #1ca766;
	border-color: #1a9c5f
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1a9c5f;
	border-color: #189159
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-info {
	color: #212529;
	background-color: #00dffc;
	border-color: #00dffc
}

.btn-info:hover {
	color: #fff;
	background-color: #00bdd6;
	border-color: #00b2c9
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #212529;
	background-color: #00dffc;
	border-color: #00dffc
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #00b2c9;
	border-color: #00a7bc
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffae1c;
	border-color: #ff9833
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ff9833;
	border-color: #ffa502
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #da4b48;
	border-color: #da4b48
}

.btn-danger:hover {
	color: #fff;
	background-color: #d12e2a;
	border-color: #c72b28
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #da4b48;
	border-color: #da4b48
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c72b28;
	border-color: #bc2926
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #f5f8fb;
	border-color: #f5f8fb
}

.btn-light:hover {
	color: #212529;
	background-color: #dae5f0;
	border-color: #d1dfec
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f5f8fb;
	border-color: #f5f8fb
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #d1dfec;
	border-color: #c7d8e9
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #151b26;
	border-color: #151b26
}

.btn-dark:hover {
	color: #fff;
	background-color: #07090d;
	border-color: #030405
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #151b26;
	border-color: #151b26
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #030405;
	border-color: black
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-purple {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-purple:hover {
	color: #fff;
	background-color: #5648ff;
	border-color: #4a3bff
}

.btn-purple:focus,
.btn-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-purple.disabled,
.btn-purple:disabled {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #4a3bff;
	border-color: #3e2eff
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-blue {
	color: #fff;
	background-color: #1c6be1;
	border-color: #1c6be1
}

.btn-blue:hover {
	color: #fff;
	background-color: #185bbf;
	border-color: #1655b4
}

.btn-blue:focus,
.btn-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(28, 107, 225, 0.5)
}

.btn-blue.disabled,
.btn-blue:disabled {
	color: #fff;
	background-color: #1c6be1;
	border-color: #1c6be1
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #1655b4;
	border-color: #1550a8
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(28, 107, 225, 0.5)
}

.btn-outline-primary {
	color: #0eaf64;
	background-color: transparent;
	background-image: none;
	border-color: #2056ae
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0eaf64;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-outline-secondary {
	color: #646f79;
	background-color: transparent;
	background-image: none;
	border-color: #646f79
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #646f79;
	border-color: #646f79
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #646f79;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #646f79;
	border-color: #646f79
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}

.btn-outline-success {
	color: #0eaf64;
	background-color: transparent;
	background-image: none;
	border-color: #2056ae
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #0eaf64;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #2056ae;
	border-color: #2056ae
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(33, 200, 122, 0.5)
}

.btn-outline-info {
	color: #00dffc;
	background-color: transparent;
	background-image: none;
	border-color: #00dffc
}

.btn-outline-info:hover {
	color: #212529;
	background-color: #00dffc;
	border-color: #00dffc
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #00dffc;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #212529;
	background-color: #00dffc;
	border-color: #00dffc
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-outline-warning {
	color: #ec6f0a;
	background-color: transparent;
	background-image: none;
	border-color: #ec6f0a
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ec6f0a;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-outline-danger {
	color: #da4b48;
	background-color: transparent;
	background-image: none;
	border-color: #da4b48
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #da4b48;
	border-color: #da4b48
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #da4b48;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #da4b48;
	border-color: #da4b48
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-outline-light {
	color: #f5f8fb;
	background-color: transparent;
	background-image: none;
	border-color: #f5f8fb
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f5f8fb;
	border-color: #f5f8fb
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f5f8fb;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f5f8fb;
	border-color: #f5f8fb
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-outline-dark {
	color: #151b26;
	background-color: transparent;
	background-image: none;
	border-color: #151b26
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #151b26;
	border-color: #151b26
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #151b26;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #151b26;
	border-color: #151b26
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-outline-purple {
	color: #796eff;
	background-color: transparent;
	background-image: none;
	border-color: #796eff
}

.btn-outline-purple:hover {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
	color: #796eff;
	background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-outline-blue {
	color: #1c6be1;
	background-color: transparent;
	background-image: none;
	border-color: #1c6be1
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #1c6be1;
	border-color: #1c6be1
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(28, 107, 225, 0.5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
	color: #1c6be1;
	background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
	color: #fff;
	background-color: #1c6be1;
	border-color: #1c6be1
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(28, 107, 225, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #0eaf64;
	background-color: transparent
}

.btn-link:hover {
	color: #168652;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
	border-color: transparent;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #8c98a4;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .9rem 2.125rem 3.4rem !important;
	font-size: 16px !important;
	line-height: 1.45 !important;
	border-radius: .3rem !important;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .625rem 1.125rem !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	border-radius: .125rem !important;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: .42rem 1.1rem !important;
	font-size: 11px !important;
	line-height: 1.35 !important;
	border-radius: .1rem !important;
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}


a {
	text-decoration: none !important;
}



/*our team css*/
.single-team-member .team-info {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.bestTeacher h5:hover{
	color:#2056ae;
}

.team-image img{
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-info h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: inherit;
}
.team-info h6{
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-info p{
    font-size:13px;
}
.team-info h5, .team-info h6, .team-info p {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}
.single-team-member:hover .team-info h6 {
    opacity: 1;
}
.single-team-member:hover .team-info h5, .single-team-member:hover .team-info h6, .single-team-member:hover .team-info p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.visible-info{
    width: 100%;
}

.img-fluid{
	max-width:100%;height:auto
}


.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(3.2rem+2px);
	padding: .75rem 2rem .75rem 1rem;
	line-height: 1.7;
	color: #8f95a0;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center;
	background-size: 8px 10px;
	border: 1px solid #d4d7dd;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: rgba(21, 27, 38, 0.5);
	outline: 0;
	box-shadow: 0 0 25px rgba(100, 111, 121, 0.1)
}

.custom-select:focus::-ms-value {
	color: #151b26;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none
}

.custom-select:disabled {
	color: #8c98a4;
	background-color: #8f95a0
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select {
	padding-top: calc(0.75rem + 1px);
	padding-bottom: calc(0.75rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.7;
}

.custom-select-sm {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.3rem;
	line-height: 1.5;
}

.custom-select-lg {
	padding-top: calc(0.9rem + 1px);
	padding-bottom: calc(0.9rem + 1px);
	font-size: 1.8rem;
	line-height: 1.5;
}



.btn-secondary {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-secondary:hover {
	color: #fff;
	background-color: #c3c3c3;
	border-color: #c3c3c3
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(171, 100, 183, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(171, 100, 183, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-success:hover {
	color: #fff;
	background-color: #7469c9;
	border-color: #7469c9
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #7469c9;
	border-color: #189159
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-info:hover {
	color: #fff;
	background-color: #7469c9;
	border-color: #7469c9
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #d7d3fa;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffae1c;
	border-color: #ff9833
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ff9833;
	border-color: #ffa502
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #e73c3e;
	border-color: #e73c3e
}

.btn-danger:hover {
	color: #fff;
	background-color: #e42628;
	border-color: #e42628
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: none
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #e73c3e;
	border-color: #e73c3e
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #e33032;
	border-color: #e33032
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: none
}

.btn-light {
	color: #212529;
	background-color: #f9f7ff;
	border-color: #f9f7ff
}

.btn-light:hover {
	color: #212529;
	background-color: #dae5f0;
	border-color: #d1dfec
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f9f7ff;
	border-color: #f9f7ff
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #d1dfec;
	border-color: #c7d8e9
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(245, 248, 251, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #2d3039;
	border-color: #2d3039
}

.btn-dark:hover {
	color: #fff;
	background-color: #1a1c22;
	border-color: #1a1c22
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #565a5c;
	border-color: #2d3039
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1c22;
	border-color: #1a1c22
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: none
}

.btn-purple {
	color: #fff;
	background-color: #b96eff;
	border-color: #b96eff
}

.btn-purple:hover {
	color: #fff;
	background-color: #ab48ff;
	border-color: #933bff
}

.btn-purple:focus,
.btn-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(195, 110, 255, 0.5)
}

.btn-purple.disabled,
.btn-purple:disabled {
	color: #fff;
	background-color: #b26eff;
	border-color: #b26eff
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #aa3bff;
	border-color: #8b2eff
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(195, 110, 255, 0.5)
}

.btn-blue {
	color: #fff;
	background-color: #8196ff;
	border-color: #8196ff
}

.btn-blue:hover {
	color: #fff;
	background-color: #697dc9;
	border-color: #697dc9
}

.btn-blue:focus,
.btn-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(105, 125, 201, 0.5)
}

.btn-blue.disabled,
.btn-blue:disabled {
	color: #fff;
	background-color: #8196ff;
	border-color: #8196ff
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #697dc9;
	border-color: #697dc9
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 125, 201, 0.5)
}

.btn-outline-primary {
	color: #9081ff;
	background-color: transparent;
	background-image: none;
	border-color: #9081ff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #9081ff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-outline-secondary {
	color: #777;
	background-color: transparent;
	background-image: none;
	border-color: #777
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #777;
	border-color: #777
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #777;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #777;
	border-color: #777
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(100, 111, 121, 0.5)
}


.btn-outline-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
	opacity: 0.9
}

.btn-outline-white:hover,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle,
.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	opacity: 1
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus,
.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: none
}


.btn-outline-success {
	color: #9081ff;
	background-color: transparent;
	background-image: none;
	border-color: #9081ff
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #9081ff;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 201, 233, 0.5)
}

.btn-outline-info {
	color: #50b0b1;
	background-color: #fff;
	background-image: none;
	border-color: #50b0b1
}

.btn-outline-info:hover {
	color: #40a6a7;
	background-color: #fff;
	border-color: #40a6a7
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #00dffc;
	background-color: #eee
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #40a6a7;
	background-color: #fff;
	border-color: #40a6a7
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 223, 252, 0.5)
}

.btn-outline-warning {
	color: #ec6f0a;
	background-color: #fff;
	background-image: none;
	border-color: #ec6f0a
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ec6f0a;
	background-color: #eee
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ec6f0a;
	border-color: #ec6f0a
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 188, 66, 0.5)
}

.btn-outline-danger {
	color: #da4b48;
	background-color: transparent;
	background-image: none;
	border-color: #da4b48
}

.btn-outline-danger:hover {
	color: #d03431;
	background-color: transparent;
	border-color: #d03431
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #da4b48;
	background-color: #eee
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #d03431;
	background-color: transparent;
	border-color: #d03431
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 75, 72, 0.5)
}

.btn-outline-light {
	color: #777;
	background-color: #fff;
	background-image: none;
	border-color: #ccc
}

.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:hover {
	color: #565a5c;
	background-color: #fff;
	border-color: #bbb
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #888;
	background-color: #fff;
	border-color: #888;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #aaa;
	background-color: #fff;
	border-color: #aaa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-dark {
	color: #565a5c;
	background-color: #fff;
	background-image: none;
	border-color: #2d3039
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #565a5c;
	border-color: #2d3039
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #565a5c;
	background-color: #eee
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #565a5c;
	border-color: #2d3039
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 27, 38, 0.5)
}

.btn-outline-purple {
	color: #796eff;
	background-color: #fff;
	background-image: none;
	border-color: #796eff
}

.btn-outline-purple:hover {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
	color: #796eff;
	background-color: #eee
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
	color: #fff;
	background-color: #796eff;
	border-color: #796eff
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 110, 255, 0.5)
}

.btn-outline-blue {
	color: #9081ff;
	background-color: #fff;
	background-image: none;
	border-color: #9081ff
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(144, 130, 251, 0.5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
	color: #9081ff;
	background-color: #eee
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
	color: #fff;
	background-color: #9081ff;
	border-color: #9081ff
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(144, 130, 251, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #50b0b1;
	background-color: transparent
}

.btn-link:hover {
	color: #30a4ae;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
	border-color: transparent;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #8c98a4;
	pointer-events: none
}


.btn-group-toggle {
	padding-left:0 !important;
	padding-right:0 !important;
}

.btn-group-toggle i {
	position: relative;
	top:2px;
	font-size:26px;
}

.btn-group-toggle,
.btn-group-toggle i {
	color:#ec6f0a !important;
}

.btn-group-toggle:hover,
.btn-group-toggle:focus,
.btn-group-toggle:active,
.btn-group-toggle.active,
.btn-group-toggle:hover i,
.btn-group-toggle:focus i,
.btn-group-toggle:active i,
.btn-group-toggle.active i {
	color:#fff !important;
}




.product-slider {
	margin-top:10px;
	margin-bottom: 40px;
}

.product-slider #carousel {
	border: 1px solid #eee;
	margin: 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.product-slider #thumbcarousel {
	margin: 20px 0 0;
	padding: 0 10%;
}

.product-slider #thumbcarousel .item {
	text-align: center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.product-slider #thumbcarousel .item .thumb {
	border: 1px solid #eee;
	width: 20%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	max-width: 90px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.product-slider #thumbcarousel .item .thumb:hover {
	border-color: #1089c0;
}

.product-slider .item img {
	width: 100%;
	height: auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.carousel-control {
	color: rgba(0,0,0,0.5);
	text-align: center;
	text-shadow: none;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #333;
}

.carousel-caption,
.carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}

.carousel-caption{
	z-index:100;
}

.carousel-control {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: auto;
	font-size: 20px ;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}

.carousel-control.right,
.carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	width:8%;
	height:100%;
	z-index:2;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next,
.carousel-control .icon-prev{
	font-size:50px;
	top:50% !important;
	transform:translateY(-50%) !important;
}



	.carousel-bg{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.2);
		z-index:1;
	}



	.service-wrap .card {
		padding: 20px;
		margin-bottom: 20px;
		border:solid 1px #aaa;
	}

	.service-wrap .card-header {
		border: none;
		padding: 0;
	}

	.service-wrap .card-header .type-title {
		font-size: 28px;
		font-weight: 500;
		color: #565a5c;
		padding: 2px;
	}

	.service-wrap .card-header .d-flex {
		width: 100%;
		height: 31px;
		font-size: 12px !important;
		color: #2e3034;
		cursor: pointer;
		border: none;
		overflow: hidden;
		padding: 6px 0 0 !important;
		background-color: transparent;
	}

	.service-wrap .card-header .card-collapse__btn-arrow {
		font-size: 16px;
		color: #aaa;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.service-wrap .collapsed .card-collapse__btn-arrow {
		margin-top: -3px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.service-wrap .card-body {
		padding: 15px 25px 0 0;
	}

	@media(max-width:767.98px) {
		.carousel-control .glyphicon-chevron-left, 
		.carousel-control .glyphicon-chevron-right, 
		.carousel-control .icon-next,
		.carousel-control .icon-prev{
			font-size:30px !important;
			top:40% !important;
		}

.carousel-control.right, .carousel-control.left{
			width:10% !important;
	
}

		.service-wrap .card {
			padding: 15px;
			margin-bottom: 15px;
		}
		.service-wrap .card-body {
			padding: 10px 0 0 0;
		}
	}

	.bg-winfo {
		background-color:#F0F3F8;
	}

	.bg-white {
		background-color:#FFFFFF ;
		border-color: #FFFFFF;
		color:#FFFFFF;
		  height: 2px;
	}

	.service-wrap {
		padding:5% 0;
	}

	.service-wrap .card {
		background-color:#FFFFFF ;
	}






.custom-control {
	position: relative;
	display: block;
	min-height: 1.7rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #f;
	background-color: #9081ff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(205, 201, 233, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #aaf1d0
}

.custom-control-label {
	position: relative;
	letter-spacing: .02em;
	margin-bottom: 0;
	padding-left:20px;
}

.custom-control-label::before {
	position: absolute;
	top: 6px;
	left: -10px;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e6e5f0!important;
}

.custom-control-label::after {
	position: absolute;
	top: 6px;
	left: -10px;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
	border-radius: 0!important;
}

.custom-radio .custom-control-input:indeterminate~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #9081ff!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")!important;
}

.custom-radio .custom-control-input:indeterminate~.custom-control-label::after,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")!important;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-radio .custom-control-input:disabled:indeterminate~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(205, 201, 233, 0.5)!important;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before {
	box-shadow: 0 0 0 0 transparent!important;
}

.custom-file-input:focus~.custom-file-label {
	box-shadow: 0 0 0 0 transparent!important;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
	border-radius: 0!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #50b0b1!important;
	border: 1px solid #50b0b1!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	color: #50b0b1!important;
}

html[lang|=ko] .ls3 {
	letter-spacing:-.03em;
}


.star_rating .star {
  display: inline-block;
  color:#ddd;
}
.star.on{
color:#2056ae;
}

.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;
	border-radius:4px;
}
.btn_cancel {	
	display:inline-block !important;
	width:100%;
	border:1px solid #9b9b9b;
	background-color:#9b9b9b;
	color:#fff;
	border-radius:4px;
}
.btn_cancel:hover{	
	display:inline-block !important;
	width:100%;
	border:1px solid #a7a4a4;
	background-color:#a7a4a4;
	color:#fff;
	border-radius:4px;
}

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

.btn_Enrollment_con:hover{
	display:inline-block !important;
	width:100%;
	background-color:#02a2f7d1;
	border:1px solid #02a2f7d1;
	color:#fff;
	border-radius:4px;
}


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


.table-calendar .total-num {
	color:#fff !important;
	font-weight:bold !important;
}
.border-bottom{
	padding:10px 0;
}

.user-img {
	padding:0 !important;
	width:40px;
	height:40px;
	margin-top:15px !important;
}

.play-btn-more{
border:1px solid #ddd;
padding:15px
}

.play-btn-more:hover{
	border:1px solid #796eff;
	color:#796eff;
}

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



		@media (max-width:991px) {
			.fiexd-1{
				width:42px !important;
				right:20px !important;
				bottom:80px !important;
			}

			.fiexd-2{
				width:42px !important;
				right:20px !important;
				bottom:132px !important;
			}

			.fiexd-3{
				width:42px !important;
				right:20px !important;
				bottom:180px !important;
			}
			.fiexd-4{
				width:42px !important;
				right:20px !important;
				bottom:230px !important;
			}

			.page-fiexd i{
				margin:0 !important;
			}



		}

		@media (max-width:767px){
		.page-fiexd{right:10px !important}
		.review-date {
			text-align:left !important;
		}
		}



		.page-fiexd {
			position: fixed;
			z-index: 100;
			width:136px;
			text-align:center;
						line-height:19px;
			padding:10px;
			background-color:#0a4a7f;
			border-radius:20px;
			color:#fff;
			border:1px solid transparent;
		}
		.page-fiexd.active{
			background-color:#d0565c;
		}


		.fiexd-1{
			right: 83px;
			bottom: 30px;
		}
		.fiexd-2{
			right: 83px;
			bottom: 80px;
		}
		.fiexd-3{
			right: 83px;
			bottom: 130px;
		}
		.fiexd-4{
			right: 83px;
			bottom:180px;
		}

		.page-fiexd:hover{
			color:#0a4a7f;
			background-color:#fff;
			border:1px solid #0a4a7f;
		}




.teacher-btn{
	color:#fff;
	background-color:#1fa0f5;
	padding:5px 0;
	display:inline-block;
	border-radius:5px;
	width:180px;
	text-align:center;
	color:#fff;
	margin:5px 0;
	
	}

.teacher-btn:hover{
	background-color:#0a4a7f;
	color:#fff;
	
}



.teacher-btn-hover{  
	line-height : normal !important; 
	padding: .5em .5em !important; 
	font-family: inherit;
	outline-style: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	font-size:16px;
	width:100%;
	color:#fff;
	background-color:#4d7ed1;

}

.teacher-btn-hover:hover{
color:#fff;
}

.textbox {
	position: relative;
	display:inline-block;
}


.textbox input[type="text"] {
  width: 100%; 
  height: auto;  
  line-height : normal; 
  padding: .8em .5em; 
  font-family: inherit;
  border:1px solid #ddd;
  border-radius: 0;  
  outline-style: none;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  font-size:13px;
  color:#000;
}


.textbox input[type="text"]:focus{
  box-shadow : 2px 2px 5px #777;

  color:#599aea;
	
}


.day_btn_prev,
.day_btn_next {
	border:none;
	background-color:transparent;
	width:48px;
	height:48px;
	text-indent:-9999px;

}

.day_btn_prev{
background:url("/css/img/chevron-left.svg");
}
.day_btn_prev:hover{
background:url("/css/img/chevron-lefton.svg");
}

.day_btn_next{
background:url("/css/img/chevron-right.svg");
}
.day_btn_next:hover{
background:url("/css/img/chevron-righton.svg");
}


/* .calendar {
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
    color: #000;
	font-size:20px !important;
}

.calendar input{
    background: url('/css/img/calendar-add.svg') no-repeat 0 50%;

}
.calendar:hover{
	
	color:#018ac1;
} */


.btn_won-hover{

background-color:rgb(223, 227, 229);
color:#fff

}



.btn_won-hover:hover{

	background-color:#000;
	color:#fff;
}


.btn_won-submit{

	background-color:#000;
	color:#fff;


}


.btn_won-submit:hover{

	background-color:#fff;
	color:#000;
	border:1px solid #000;
}






/*reserve serch*/
.search-btn{
	color:#fff;
	background-color:#2b303b;
	border:none;
}

.search-btn:hover{
	color:#fff;
	background-color:#93a2ad;
}



.container-2{
  width: 280px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}


.container-2 input#search{
  width: 600px;
  height: 50px;
  background:rgba(0,0,0,0.5);
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 130px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  color: #fff;
  cursor:default;
  outline:none;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#search::placeholder {
	color:#fff !important;
}


.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}



.container-2 .icon{
	position: absolute;
	top: 0%;
	left:0;
	height:50px;
	z-index: 1;
	color: #fff;
}

.container-2 .re-select{
	width:120px;
	height: 50px;
	border: none;
	font-size: 10pt;
	float: left;
	padding-left: 8px !important;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	color: #000;
	cursor:default;
	outline:none;
	background-color:#fff;
	border:2px solid #fff;
	z-index:10;
	box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}








.btn2{
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  background-color:#232965;
  display:inline-block;
  width:100px;
  line-height: 50px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  
}

.btn2:hover{
color:#fff;
}

.btn2::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 30px;
  width: 40%;
  height: 10%;
  background: #fff;
  display: block;
  border-radius:20px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn2:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}


.box-bg-container{
	background-color:#000;
	padding:100px 0 600px 0;
   background: url('/css/img/bg_reserve.jpg') no-repeat 50% 100%;
   position:relative;
	box-shadow: -1px -1px 15px #797979;
}



.box-bg-container .box{
	position:absolute;
	bottom:20px;
	left:20px;
}



/*reserve serch*/

.select_position{

	position:absolute;
	bottom:20px;
	right:20px;
}



.bo_w_select2 {
	display:inline-block;
    width: 120px; /* 가로 사이즈 */
    padding: 10px; /* 내부여백 */
    border: 3px solid #ddd;
    background-size: 30px; /* 화살표 크기 */
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #000;
    outline:none;
	background-color:#fff;
	margin-top:10px;
}

.bo_w_select2:hover{
	background-color:#000;
	color:#fff;
	border:3px solid #000;
}








.reserve-top-wrap .reserve-site-menu{


}

.reserve-top-wrap{
	border:1px solid red;
	width:100%;
	margin:0 auto;
	padding:50px;

}


.sitemenu_position{
	position:absolute;
	right:0;
	bottom:15%;
	width:100%;
}

.sitemenu_position a{
    display: block;
    width: 33.333333%;
    line-height: 50px;
    border: none;
    color: #fff;
    position: relative;
    font-size: 25px;
    text-align: center;
    float: left;
	border-bottom: 2px solid #ddd;
}

.sitemenu_position a:hover{
	color:#000;
	border-bottom: 2px solid transparent;
}



.sitemenu_position a::before {
  content: '';
  position: absolute;
  bottom:-2px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  z-index:20;
}

.sitemenu_position a:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}



			.btn_menu{
				position:absolute;
				top:-100px;
				right:10px;
				display:none;
				z-index:50;
				text-align:right;
				margin-right:10px
				z-index:200;
				}

			.btn_menu.on .line {
				background-color: #fff;
			
			}


			.btn_menu .line{
			  width: 40px;
			  height: 5px;
			  background-color: #000;
			  display: block;
			  margin: 8px auto;
			  -webkit-transition: all 0.3s ease-in-out;
			  -o-transition: all 0.3s ease-in-out;
			  transition: all 0.3s ease-in-out;
			}
			
			.btn_menu:hover{
			  cursor: pointer;
			}

			#hamburger.on .line:nth-child(2){
			  opacity: 0;
			}

			#hamburger.on .line:nth-child(1){
			  -webkit-transform: translateY(13px) rotate(45deg);
			  -ms-transform: translateY(13px) rotate(45deg);
			  -o-transform: translateY(13px) rotate(45deg);
			  transform: translateY(13px) rotate(45deg);
			}

			#hamburger.on .line:nth-child(3){
			  -webkit-transform: translateY(-13px) rotate(-45deg);
			  -ms-transform: translateY(-13px) rotate(-45deg);
			  -o-transform: translateY(-13px) rotate(-45deg);
			  transform: translateY(-13px) rotate(-45deg);
			}



.guide-wrapper {
	border:1px solid #ddd;
	padding:40px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.3);
	margin-bottom:40px;
}
.guide-wrapper .guide_tit{
	font-size: 24px;
	font-weight:600;
}
.guide-wrapper .guide-step {
	list-style: none; 
	padding: 0; 
	margin-top: 50px;
	border-bottom:3px solid #ddd;
	padding-bottom:40px;
}

.guide-wrapper .guide-step:last-child{
border:none;
}
.guide-wrapper .guide-step:after{
	content:""; 
	clear: both; 
	display: block;
}
.guide-wrapper .guide-step li{
	text-align: center; 
	float: left; 
	width:calc(23% + 24px);
	box-sizing:border-box;
	padding-left:30px;
}
.guide-wrapper .guide-step li:first-child{
	width:calc(23% - 24px);
}

.guide-wrapper .guide-step li .step-title{
	font-size: 18px;
	font-weight: 600; 
	margin-top: 10px;
	background-image:url("/css/img/arrow-right.svg");
	background-repeat:no-repeat; 
	background-position: right  7.5px top 0px; 
	background-size: 30px;
	color:#000;
}

.guide-wrapper .guide-step li .step-title.off{
	background-image:none;
}

.guide-wrapper .guide-step li .guide-chat{
	margin-top: 10px;
	font-size: 16px;
}



.reserve-list:after{
content:"";
display:block;
clear:both;

}



.guide-wrapper .guide-step li .mobile-icon{
	display:none;
}


.login_btn{
	color:#000;
	padding:0 10px;
	font-size:20px;
	margin:0;
	border:2px solid #ddd;
	width:100px;
	display:inline-block;
}


.login_btn:hover{
	border:2px solid #000;
	background-color:#000;
	color:#fff;
}



.logo-title{
	width:300px;
	position:absolute;
	bottom:-10px;
	left:10px;
}

@media (max-width:770px) {


.logo-title{
width:100%;
position:relative;
text-align:center;
display:block;
margin-bottom:20px
}
.logo-title img{
	width:200px;
	display:inline-block;
}

	.guide-wrapper .guide-step li{
		text-align: center; 
		float: left; 
		width:100% !important;
		box-sizing:border-box;
		padding-left:30px;
	}


	.guide-wrapper .guide-step li .step-title{
	display:none;
	}


	.guide-wrapper .guide-step li .mobile-icon{
		display:block;
		background-image:url("/css/img/arrow-down.svg");
		background-repeat:no-repeat; 
		background-position: right  50% bottom 13px; 
		background-size: 40px;
		padding:30px;
	}


}





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


.pop-list{
	height:55px;
	width:55px;
	background-color:#f5821f;
	color:#fff;
	border-radius:55px;
	display:inline-block;
	border:1px solid transparent;
	font-weight:600;
	border:3px solid transparent;
	transition: all 0.3s ease-in-out;

}

.pop-list:hover{
	color:#fff;
	border:3px solid #ddd;
	transition: all 0.3s ease-in-out;
	}




.pop_btn_Apply{
	padding:5px 30px;
	border-radius:20px;
	color:#fff;
	background-color:#fff;
	border:1px solid #fff;
	opacity:0.7;
	font-size:1em;
	font-weight:300;
}


.pop_btn_Apply1{
	padding:5px 30px;
	color:#fff;
	border:1px solid #fff;
	opacity:0.7;
	font-size:1em;
	font-weight:300;
}



.pop_btn_Apply:hover{

	opacity:1	;
}



.btn_jam{
	position:relative;
	left:-9999px;
	padding:0 10px;

}

.nav-link:hover .btn_jam{
	left:0;
}


/*한국실천공학회 메인페이지*/

.text_center1{
}




.vtab-position-img{
	position:absolute;
	top:0;
	right:20px;
	width:70px;
	height:70px
}


/*세은 배너 테스트*/


.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:700 !important;
	  
	 }

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



	 }
 

/*세은 배너 테스트*/

/*세은 kipee 디자인*/

.btn_text_color {
	padding:5px 30px;
	color:#333;
	border:1px solid #2056ae;
	opacity:0.7;
	font-size:1em;
	font-weight:300;
	background:#fff;
	opacity:0.8;
	}

.btn_text_color:hover {
	background:#2056ae;
	color:#fff;
	opacity:1;
	}

.ccc_border {
	border-bottom:1px solid #ccc;
}

.btn_back_intro {
	display:inline-block;
	width:50px;
	height:50px;
	background-image:url("../img/intro.png");
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-25px;
}

.btn_back_ask {
	display:inline-block;
	width:50px;
	height:50px;
	background-image:url("../img/ask.png");
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-25px;
}

.btn_intro_ask:hover {
	background:#fff !important;
	color:#2056ae !important;
}


/*세은 kipee 디자인*/

.kipee_banner_btn {
	top:10% !important;
	left:50% !important;
	right:0 !important;
}


.button-kipee2 {
	display: inline-block;
	width: 400px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:30px;
	border-radius:5px;
}

.button-kipee2::before,
.button-kipee2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-kipee2,
.button-kipee2::before,
.button-kipee2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.button-kipee2 {
	position: relative;
	z-index: 2;
	background-color: #0a205c;
	border: 2px solid #0a205c;
	color: #fff;
	line-height: 100px;
}

.button-kipee2:hover {
	background-color: #fff;
	border-color: #0a205c;
	color: #0a205c;
}

.button-kipee2::before,
.button-kipee2::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color:#0a205c;
}

.button-kipee2::before {
	right: 0;
}

.button-kipee2::after {
	left: 0;
}

.button-kipee2:hover::before,
.button-kipee2:hover::after {
	width: 0;
	background-color:#0a205c;
}


.online_class_imgbt{
	position:relative;

}/*온라인 클래스 이미지*/

.page-button-kipee{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

.online_img_btn1{
	margin-top:160px;
	overflow:hidden;
	padding-bottom:auto;
}/*온란인클래스 이미지*/


/*세은 klglobal*/

.tdwork-wrap .tdwork-group-intro span h2 em, .tdwork-wrap .tdwork-group-intro p em {
	color:#176bf6;
}

.kl_intro_back {
	background:url('/img/intro_back.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

.myclass_container{
	border-radius:30px;
	background-color:#f5f8fb;
	padding-top:15px;
}


.myclass_text_1{
	margin-top:15px;
	position:relative;
	border-radius:5px;
	display:block;
	overflow:hidden;
	height:0;
	padding-bottom:100px;
}
.myclass_text_1:hover{
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}

.klglobal_myclass_h2{
	display:block;
	width:30px;
	height:2px;
	border:solid 1px #999;
	margin:0 auto;
}

/*----------------마이클래스 버진2----------------*/

.myclass_img_layout{
	position:absolute;
	z-index:1;
	width:40%;
	top:50%;
	transform:translateY(-50%);

}

.myclass_img_layout2{
	width:150%;
	height:150%:
}

.img-responsive_global{
	margin-left: -16%;
}


.my_class_layout2{
	position:absolute;
	display:block;
	right:0;
	width:60%;
	height:100%;
	background-color:#fff;
	z-index:10;
}

.myclass_layout3{
	width:100%;
	height:100%;
	position:relative;
}

.myclass_clayout_bold1{
	display:block;
	background-color:#cbdae9;
	width:2px;
	height:50%;
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	z-index:11;
}


.myclass_clayout_bold2{
	display:block;
	background-color:#d5d5d5;
	width:2px;
	height:70%;
	position:absolute;
	right:7px;
	top:50%;
	transform:translateY(-50%);
	z-index:12;
}


.myclass_cate_title{
	margin-top:18px;
}

.myclass_text1{
	width:85%;
	height:85%;
	position:absolute;
	top:50%;
	left:20px;
	transform:translateY(-50%);
}




.klglobal_myclass_bg{
	display:block;
	position:absolute;
	width:100%;
	height:40%;
	opacity:30%;
	background-color:#000;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}

/*----------------마이클래스 버전2----------------*/

/*----------------마이클래스 버전1----------------*/
/*
.img-responsive_global{
	position:absolute;
	z-index:1;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)

}


.klglobal_myclass_bg{
	display:block;
	position:absolute;
	width:100%;
	height:40%;
	opacity:30%;
	background-color:#000;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}


.global_myclass_title{
	position:absolute;
	bottom:30px;
	top:50%;
	left:50%;
	transform:translate(-50%,-85%);
	color:#fff;
	font-size:1.5em !important;
	z-index:3;
}
*/
/*--------------마이클래스 버전1---------------*/

.btn_ready{
background-color:#2196f3;
color:#Fff;
width:80%;
display:inline-block;
padding:10px;
border-radius:5px;
border:1px solid #2196f3;


}


.btn_ready:hover{
	text-decoration:none;
	color:#2196f3;
	background-color:#fff;
	border:1px solid #2196f3;
}




/*//세은 klglobal*/

/* namecard */

.namecard_profile {
	height: 0;
	padding-bottom: 33.3333%;
	border-radius:10% !important; 
	overflow:hidden !important;
	box-shadow: 20px 20px 10px #ddd,-20px -20px 10px #ccc;
}

.namecard_back1 {
	background:url('/site/namecard/img/back.gif');
	background-size:contain;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#EDF5FD;
}
/* 이미지 반응형
.namecard_main_profile {
	height: 0;
	padding-bottom: 100%;
	overflow:hidden !important;
}
*/
.qrbtn {
	border:1px solid #ddd;
	border-radius:20px;
	background:#fbfbfb;
}

#login_modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9998;
	background:rgba(0,0,0,0.5);
	display:none;
}

#login_modal .login_modal_content {
	margin:10% 0 10% 20%;
	width:60%;
	height:600px;
	background:#fff;
	border:1px solid #ddd;
}

#qr_modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.5);
	display:none;
}

#qr_modal .qr_modal_content {
	margin:20% 0 0 10%;
	width:80%;
	height:0;
	padding-bottom:90%;
	background:#fff;
	border:1px solid #ddd;
}

#url_modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.5);
	display:none;
}

#url_modal .url_modal_content {
	margin:10% 0 0 35%;
	width:30%;
	height:0;
	padding-bottom:20%;
	background:#fff;
	border:1px solid #ddd;
}

.side-bar-left {
	left:0px !important;
}
.side-bar-navi-left {
	left:130px !important;
}


/* //namecard */


.pop_btn_close {
	background-color:#fff;
	color:#1d50a2;
	width:25%;
}


.pop_btn_close:hover{
	color:#fff;
	background-color:#1d50a2;
	border:1px solid #fff;

}


.bb {
	min-height:191px;
}

.file_view_on{
	width:100% !important;
}

.v_subbanner1{
	width:250px;
	margin:0 auto;
	text-align:center;
	position:relative;
	color:#323a4e;
}/*서브베너 제목*/

.v_line1{
	position:absolute;
	background-color:#323a4e;
	height:2px; width:30px;
	left:0; top:50%; 
	transform:translateY(-50%);
}/*서브베너 라인1*/

.v_line2{
	position:absolute;
	background-color:#323a4e;
	height:2px; width:30px;
	right:0; top:50%; 
	transform:translateY(-50%);
}/*서브베너 라인2*/

.v_subbanner2{
	margin: 0 auto;
	width:160px;
	font-size:28px;
	line-height:28px;

}


.v_subbanner_txt{
	text-align: center;
	line-height:24px;
	margin-top:15px;
	font-size:16px;
	color:#323a4e;
}/*서브배너 내용*/

.v_sub_bg{
	background-image:url("/css/img/v_subbanner_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;

}





/*상담예약 버튼*/

.btn_reservation{
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .1rem solid transparent;
    padding: .35rem 1.2rem !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    letter-spacing: .0em;
    border-radius: .4rem;
    transition: all .2s ease-in-out;
	background-color:#4d7ed1;
	color:#fff;
}

.btn_reservation:hover{
	background-color:#1d51a9;
}

.btn_information{
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .1rem solid transparent;
    padding: .35rem 1.2rem !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    letter-spacing: .0em;
    border-radius: .4rem;
    transition: all .2s ease-in-out;
	background-color:#4d7ed1;
	color:#fff;

}

.btn_information:hover{
	background-color:#1d51a9;
}

.btn_list{
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .1rem solid transparent;
    padding: .35rem 1.2rem !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    letter-spacing: .0em;
    border-radius: .4rem;
    transition: all .2s ease-in-out;
	background-color:#4d7ed1;
	color:#fff;

}

.btn_list:hover{
	background-color:#1d51a9;
}


/*/상담예약 버튼*/




/*달력*/

.law_reservation{
	display:none;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px;
}

.law_reservation.active{
	display:block !important;
}


/*/달력*/


/*이용안내*/
.law_information{
	display:none;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px;
}

.law_information.active{
	display:block;
}

.reservation_text1{
	text-align:center;
}

/*/이용안내*/

/*이용자 명단*/

.law_list{
	display:none;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px;
}

.law_list.active{
	display:block !important;
}

.reserve_list {
	border:1px solid #ddd;
	border-left:3px solid #ddd;
	transition: all .2s ease-in-out;
}

.reserve_list:hover {
	border:1px solid #F39C12;
	border-left:3px solid #F39C12;
}

/*/이용자 명단*/

#reserve_msg .fa-hand-pointer-o {
	position:absolute;
	right:0;
	top:20px;
	-webkit-animation-name: pointer1;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:9999;

	-moz-animation-name: pointer1;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:9999;

	-o-animation-name: pointer1;
	-o-animation-duration:3s;
	-o-animation-iteration-count:9999;
}






@-webkit-keyframes pointer1 {
  0% {
    right:0;
  }
  50%{
	color:#fff;
  }
  100% {
    right:-50px;
	top:8px;
	color:#fff;
  }
}




@-moz-keyframes pointer1 {
  0% {
    right:0;
  }
  50%{
	color:#fff;
  }
  100% {
    right:-50px;
	top:8px;
	color:#fff;
  }
}




@-o-keyframes pointer1 {
  0% {
    right:0;
  }
  50%{
	color:#fff;
  }
  100% {
    right:-50px;
	top:8px;
	color:#fff;
  }
}





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


/*----------------------유튜브 라이브--------------------------*/

.youtube_banner{
	width: 100%;
	height: 100px;
	border-radius:10px;
	background:url("/theme/basic/live/img/youtube_banner4.png") no-repeat center;
	background-size: cover;
}

.youtube_banner h2{
	line-height:100px;
}

/*----------------------유튜브 라이브--------------------------*/



/*-----------------------------autoac-------------------------------*/

.ac_subbanner{
	background-image:url('/skin/autoac/img/banner_sub2.png');
	background-repeat:no-repeat;
	background-size:cover;


}


.ac_button{
	margin:20px auto 0 auto;
	width:160px;
	display:block;
	border-radius:30px;
	text-align:center;
}




.well .form-group:last-child {
				padding-bottom:0;
				border-bottom:0;
				margin-bottom:0;
			}












/*-----------------------------autoac-------------------------------*/










/*------------------------------k-dream----------------------------------*/
.KD-intro{
	position:relative;
	margin-top:50px;
}/*k-dream 소개 내용*/
.kd_intro_img{
}/*인트로 백그라운드 이미지*/
.KD_intro_text img{
	width:100%;
	bottom:0;
	border-radius:5px; 
}/*인트로 백그라운드 이미지*/

.KD_intro_text{
	width:auto;
}

.KD_intro_text h1{
	font-size:19px;
	font-weight:400;
	color:#666667;
}/*한국어를 배우는 것은*/

.KD_intro_text h2{
	color:#2d4f95;
}/*한국어를 배우는 것은*/

.KD_intro_text p{
	color:#666667;
	font-weight:300;
}
.kd_intro_bg{
	position:absolute;
	width:100%;
	height:100%; 
	left:0;
	top:0; 
	background-color:rgba(0,0,0,0.3);
	border-radius:5px; 
	z-index:1;
}/*소개 어둡게 하기*/

.kd_intro_line{
	display: block;
	opacity: 0.8;
	height: 2px;
	width: 100%;
	background: #666667;
	margin-top: 20px;
}/*kdream 소개 배너 라인*/


/*강사소개*/
.teacher_list{
margin-bottom: 30px;
}/*썸네일*/

.teacher_layout{
	position: relative;
	overflow: hidden;
	border-radius:5px;	
	width: 100%;
	height: 0;
	padding-bottom:70%;
	height: 100%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.teacher_layout img{
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	border-radius:5px;	
	transform: translate(-50%,-50%);

}/*썸네일 이미지*/

.t_list_text{
	position:absolute;
	left: 50%;
	bottom: 5%;
	transform:translateX(-50%);
	width: 90%;
	color:#fff;
	font-weight:300;
}

.t_list_text h2{
	font-weight:300;
	font-size:20px;
}/*선생님 이름*/


.t_list_bg{
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom left,transparent,rgba(0,0,0,0.5));
}/*배경 어둡게*/


.t_list_line{
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 2px;
	opacity: 0.9;
}
/*선생님 이름 하단 라인*/

.t_list_text a{
	text-align:center;
	display: block;
	border:solid 1px #fff;
	width:50%;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#fff;
	border-radius:100px;
}/*more*/
.t_list_text a i{
	transition:all 0.3s;
}
.t_list_text a:hover i{
	transform:rotate(90deg);
}

.law_menu{border:solid 2px #216cf3; min-height:100px; padding: 20px; border-radius:5px;overflow: hidden;}
.law_menu p{text-overflow:ellipsis; overflow: hidden;display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}



