
.bg-tap1 {
	background:url('../img/bg/bg-tap1.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap2 {
	background:url('../img/bg/bg-tap2.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap3 {
	background:url('../img/bg/bg-tap3.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap4 {
	background:url('../img/bg/bg-tap4.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap5 {
	background:url('../img/bg/bg-tap5.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap7 {
	background:url('../img/bg/bg-tap7.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap8 {
	background:url('../img/bg/bg-tap8.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-tap9 {
	background:url('../img/bg/bg-tap9.jpg') no-repeat bottom center/cover;
	color:#fff;
}
@media (max-width: 780px) {
  .bg-tap7 {
  	background:url('../img/bg/bg-tap7-m.jpg') no-repeat bottom center/cover;
  }	
}
.bg-app1 {
	background:url('../img/bg/bg-app1.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-black-logo {
	background:url('../img/bg/bg-black-logo.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-black-pattern {
	background:url('../img/bg/bg-black-pattern.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-black {
	color:#fff;
	background:url('../img/bg/bg-black.jpg') no-repeat center bottom/cover;
}
.bg-blue {
	background:url('../img/bg/bg-blue.jpg') no-repeat center center/cover;	
	color:#fff;
}
.bg-set {
	background:url('../img/bg/bg-set.jpg') no-repeat bottom center/cover;
	color:#fff;
}
.bg-black-color {
	background-color:#1d1d1d;	
	color:#fff;
}
.bg-2727-color {
	background-color:#272727;	
	color:#fff;
}
.bg-navy {
	background-color:#121331;	
	color:#fff;
}
.bg-blue a,
.bg-black a,
.bg-navy a {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.bg-blue a:hover,
.bg-blue a:focus,
.bg-black a:hover,
.bg-black a:focus,
.bg-navy a:hover,
.bg-navy a:focus {
	text-decoration: none;
	color: inherit;
}
/* sub */
.bg {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
		color:#333;
}
.bg-grey {
    background-color: #e1e1e1;
}
.bg-white{
    background-color: #fff;
}
.bg h1 {
	color:#1b4e88;
	margin-top:15px;
	margin-bottom:10px;
	line-height:120%;
	font-weight:800;
}
.bg h4 {
	font-size: 24px;
	letter-spacing:-1px;
	font-weight:700;
	line-height:130%;
}
.circle-s {
	width:84px;
	height:84px;
	text-align:center;
	background-color:#1b4e88;
	padding:0;
	display:inline-block;
	margin:0 auto;
	border-radius:50%;
	opacity: 1 !important;
}
.circle-s img {
	margin-top:7px !important;
	width:70px;
}
.circle-51 {
	width:84px;
	height:84px;
	text-align:center;
	background-color:#0072ce;
	padding:0;
	display:inline-block;
	margin:0 auto;
	border-radius:50%;
	opacity: 1 !important;
	line-height: 80px;
}
.circle-51 img {
	width: auto;
	max-width: 70px;
	height: 50px;
}
.carousel-caption {
  top: 25%;
  left: 15%;
  color: #fff;
  text-align: center;
}
.carousel-caption h3 {
	font-weight:400;
	font-size:45px;
	margin-bottom:30px;
}
.carousel-caption p {
	font-size:21px;
	font-weight:300;
}
@media (max-width: 767.98px) {
	.carousel-caption {
		top: 17%;
	}
	.carousel-caption h3 {
		font-size:30px;
	}
	.carousel-caption p {
		font-size:15px;
	}
	.mobile-none {
		display:none;
	}
}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("../img/svg/btn-prev.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/svg/btn-next.svg");
}
.scroll-down {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
		z-index:7777;
}
.scroll-down .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.scroll-down .btn:hover {
    border-color: rgba(255,255,255,.5);
    outline: 0;
    color: rgba(255,255,255,.5);
}
.carousel-indicators {
	z-index:775;
	bottom: 20px;
}
#carouselTap {
	height:auto;
}
#carouselTap .carousel-indicators li {
  background-color: #ccc;
}
@media (max-width: 767.98px) {
	#carouselBiz .carousel-indicators {
		bottom: -20px;
	}
	#carouselTap .carousel-indicators {
		top: -20px;
	}
	#carouselTap h2 {
		margin-top: 20px;
	}
}

#carouselApp .carousel-indicators {
	top:125px;
}

#carouselApp .carousel-item {
	padding-top:10px;
	height:100%;
	bottom:0;
}

#carouselApp .carousel-item img {	
	margin:30px 20px;
}
@media (max-width: 767.98px) {
	#carouselApp .carousel-item img {	
		margin:15px 0px;
	}
}

#carouselPlay .carousel-indicators {
	top:95px;
}

#carouselPlay .carousel-item {
	padding-top:10px;
	height:100%;
	bottom:0;
	text-align:center;
}

#carouselPlay .carousel-item img {	
	margin:30px 20px;
}
@media (max-width: 767.98px) {
	#carouselPlay .carousel-item img {	
		margin:15px 0px;
	}
}
/* end Carousel */

/* List */
ul.list {
	margin:0;
	padding:0;
}
ul.list li {
	padding:0.25rem 0;
	line-height:120%;
	font-size:17px;
	background: url(../img/svg/blt.svg) no-repeat 0 10px;
	padding-left:17px;
}
ul.list li strong {
	font-size:19px;
}
/* end List */

ul.list-set {
	margin:0;
	padding:0;
}
ul.list-set li {
	padding:15px 0;
	text-align:center;
	line-height:130%;
	font-size:15px;
	border-radius:8px;
	border:1px solid #ccc;
	width:30%;
	margin:1%;
	float:left;
}
ul.list-set li span {
	font-size:14px;
	display:block;
	line-height:120%;
	margin:0;
}
ul.list-set li figure {
	padding:5px;
	margin:0;
}
ul.list-set li strong {
	font-size:17px;
	display:block;
	font-weight:700;
	line-height:120%;
	margin:0;
	color:#2b6dc3;
}
/* Section */
section {
	padding: 130px 0;
	height:100vh;
	position:relative;
	width:100%;
	font-size:16px;
}
section.auto {
	height:auto;
	padding-top:100px;
}
section.auto-full {
	height:auto;
	min-height:100vh;
	padding-top:100px;
}
@media (max-width: 767.98px) {
	section {
		height:auto;
	}
	ul.list li {
		padding:0.25rem 0;
		line-height:120%;
		font-size:15px;
		background: url(../img/svg/blt.svg) no-repeat 0 7px;
		padding-left:15px;
	}
	ul.list li strong {
		font-size:17px;
	}
}
.inner_wrap {
	position:absolute;
	width:100%;
	max-width:1400px;
	top: 55%;
	left:50%;
	transform: translate(-50%,-50%);
}
div.title {
	display:inline-block;
	font-size:40px;
	line-height:100%;
	font-weight:700;
	margin-left:5px;
	letter-spacing:-1px;
	margin:0 auto;
}
div.title figure {
	display:inline-block;
	float:left;
	padding-top:0;
	margin-top:-37px;
}
div.title span {
	margin-top:0px;
	display:inline-block;
	padding-top:6px;
	margin-left:12px;
}
@media (max-width: 767.98px) {
	div.title {
		font-size:27px;
	}
	div.title figure {
		display:inline-block;
		float:left;
		padding-top:0;
		margin-top:-27px;
	}
}
div.title small {
	display:inline-block;
	font-size:15px;
	padding-top:0;
	padding-bottom:5px;
	margin-bottom:20px;
}
section h2 {
	font-size:50px;
	line-height:130%;
	font-weight:700;
}

section h2 small {
	font-weight:300;
	font-size:17px;
}
section h3 {
	font-size: 40px;
	line-height:160%;
	font-weight:700;
}
section h4 {
	font-size:41px;
	line-height:150%;
	font-weight:400;
}
section h5 {
	font-size:25px;
	line-height:170%;
	font-weight:400;
	letter-spacing:-1px;
}
section h6 {
	font-size:19px;
	line-height:120%;
	font-weight:700;
	letter-spacing:-1px;
}
section ul {
	margin:0;
	padding:0 0 0 20px;
}
.v-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;	
}
@media(max-width:767px) {
	.v-center {
			display: -ms-flexbox !important;
			display: flex !important;
			-ms-flex-align: start !important;
			align-items: flex-start !important;	
		}
    section {
        padding: 80px 0 70px 0;
    }
		section h1 {
			font-size:37px;
		}
		section h2 {
			font-size:32px;
		}
		section h2 small {
			font-weight:700;
			font-size:17px;
		}
		section h3 {
			font-size:25px;
			line-height:120%;
			font-weight:700;
		}
		section h4 {
			font-size:27px;
		}
		section h5 {
			font-size:25px;
			line-height:170%;
			font-weight:400;
			letter-spacing:-1px;
		}
		section h6 {
			font-size:15px;
			line-height:120%;
			font-weight:700;
			letter-spacing:-1px;
		}
		section p {
			font-size:13px;
			line-height:130%;
		}
		.mt-5 {
			margin-top: 1rem !important;
		}
	.p-2 {
		padding: 0.2rem !important;
	}
	.m-5 {
		margin: 2rem !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
		section h1 {
			font-size:40px;
		}
		section h2 {
			font-size:32px;
		}
		section h2 small {
			font-weight:700;
			font-size:17px;
		}
		section h3 {
			font-size:27px;
			line-height:120%;
			font-weight:700;
		}
		section h4 {
			font-size:27px;
		}
		section h5 {
			font-size:25px;
			line-height:170%;
			font-weight:400;
			letter-spacing:-1px;
		}
		section h6 {
			font-size:15px;
			line-height:120%;
			font-weight:700;
			letter-spacing:-1px;
		}
		section p {
			font-size:13px;
			line-height:130%;
		}
		.mt-5 {
			margin-top: 1rem !important;
		}
	.p-2 {
		padding: 0.2rem !important;
	}
	.m-5 {
		margin: 2rem !important;
	}
}

/* end Section */
@media (min-width: 1400px) {
  .container {
    /*max-width: 1370px;*/
    max-width: 1440px;
  }
}
.container-lg {
	max-width: 1040px !important;
}
.container-md {
	max-width: 740px !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Section tap */
section.tap {
	background: rgb(33,120,197); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,120,197,1) 0%, rgba(18,19,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,120,197,1) 0%,rgba(18,19,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,120,197,1) 0%,rgba(18,19,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2178c5', endColorstr='#121331',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
@media (min-height: 897px) {
	#main-app {
		padding-top:20vh;
	}
}
section.tapwrap {
	background:url('../img/tap1.jpg') no-repeat center bottom/cover;
	color:#fff;
}
section.main-app {
	background:url('../img/main-app.jpg') no-repeat center bottom/cover;
	color:#fff;
}
section p {
	font-size:17px;
	line-height:150%;
}
section.tap .tapwrap {
	padding:10px 0 ;
	background:#0595d5;	
	min-height:470px;
	margin-top:15px;
}
.bg-tap {
	position:absolute;
	right:-450px;
	bottom:-90px;
}
ul.step {
	margin:50px 0 50px 0;
	padding:0;
}
ul.step li {
	width:25%;
	float:left;
	text-align:center;
	border-top: 1px rgba(0,0,0,.1) solid;	
}
@media (max-width: 767.98px) {
	ul.step li {
		width:100%;
		padding-bottom:70px;
	}
}
ul.step li figure {
	display:inline-block;
	height:24px;
	width:24px;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	border-radius:50px;
	background-color:#ffffff;
	border:7px solid #009bfa;
	margin-top:-24px;
}
ul.step li strong {
	display:block;
	padding-top:7px;
	color:#009bfa ;
}
ul.step li h5 {
	padding-top:20px;
	font-weight: 700;
}
ul.step li span {
	display:block;
	padding-top:27px;
	padding-bottom:20px;
	text-align:center;
}
.phone {
	width:330px;
	height:636px;
	background:url(../img/app/phone-case.png) no-repeat 0 0;
	padding:0;	
}
ul.spec {
	margin:0;
	padding:0;
}
ul.spec li {
	width:20%;
	float:left;
	text-align:center;
}
ul.spec li figure {
	display:inline-block;
	height:128px;
	width:128px;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}
ul.spec li.pad20 {
	width:21%;
	float:left;
	text-align:center;	
	padding-right: 20px;
	padding-left: 20px;
}
ul.spec li.pad20:first-child {
	padding-left: 0px;
}
ul.spec li figure.roundbox {
	background: rgba(255,255,255,.05);
	border-radius: 50%;
	line-height: 200px;
	height:200px;
	width:200px;	
	margin: 20px 0;
}
ul.spec li figure.roundbox img {
  height:auto;
	width:auto;
}
ul.spec li span {
	display:block;
	padding-top:7px;
	padding-bottom:20px;
	text-align:center;
	font-weight:300;
}
@media (max-width: 768px) {
	section.tap {
		padding-top:100px;
	}
	section.tap .bizwrap {
		padding:10px 0 ;
		min-height:auto;
		margin-top:15px;
	}
	.bg-tap {
		position:relative;
		right:0px;
		bottom:0px;
		background-size: cover;
		width:100%;
		margin-top:30px;
		margin-bottom:20px;
	}
	ul.spec {
		margin:20px 0 0 0;
		padding:0;
	}
	ul.spec li {
		width:50%;
		float:left;
		text-align:center;
	}
  ul.spec li.pad20 {
  	width:50%;
  }	
	ul.spec li figure {
		height:96px;
		width:96px;
		padding-top:10px;
	}
  ul.spec li figure.roundbox {
  	line-height: 25vw;
  	height:30vw;
  	width:30vw;	
  	margin: 10px 0;
  }	  
	ul.spec li figure img {
		width:96px;
	}
  ul.spec li figure.roundbox img {
    height:auto;
  	width:15vw;
  }	
	ul.spec li span {
		font-size:2.5vw;
		padding-top:12px;
		text-align:center;
	}
}


section.promotion {
	color:#fff;
	background:url('../img/bg-black.jpg') no-repeat center bottom/cover;
}
section.product {
	background:#fff;
	color:#333;
	height:100vh;
}
@media (max-width: 767.98px) {
	section.product {
		min-height:800px !important;
		padding-bottom:70px;
	}
	#carouselProduct {
		height:auto;
	}
}
/* end Section tap */

/* Section Service */
section.service {
	color:#fff;
	background:url('../img/bg-service.jpg') no-repeat center top/cover;	
}
.service p {
	font-size:15px;
}
.img-app {
	border-radius:20px;
	width:72px;
	margin:20px 0 10px 0;
}
.img-app-md {
	border-radius:20px;
	width:96px;
	margin:20px 0;
}
.img-app-sm {
	border-radius:20px;
	width:72px;
	margin:30px 0;
}
.carousel-caption .img-app-sm {
	margin:0 12px 0 0;
}
.goto-play {
	width:150px;
	margin-bottom:20px;
}
@media (max-width: 767.98px) {
	section.promotion {
		padding-top:100px;
	}
	.service p {
		font-size:13px;
	}
	.img-app {
		width:64px;
		margin:17px 0;
	}
	.img-app-md {
		border-radius:20px;
		width:58px;
		margin:0px 0;
	}
	.img-app-sm {
		width:64px;
		margin:20px 0;
	}
	.goto-play {
		width:70px;
	}
}
section.app {
	color:#fff;
	background:url('../img/bg-app.jpg') no-repeat center top/cover;	
}
/* end Section Service */

/* Section Contact */
section.contact {
	color:#fff;
	background:url('../img/bg-contact.jpg') no-repeat center top/cover;	
}
/* end Section Contact */



/* end Footer */

/* PageTop */
#pagetop {
	position:fixed; 
	right:20px; 
	bottom:40px; 
	z-index:9999;
}
#pagetop ul {
	margin:5px 0;
	padding:0;
	position:fixed; 
	top:27%;
	right:29px;
	display:block;
}
#pagetop ul li {
	padding:0;
	margin:0;
}
#pagetop ul li a {
	display:block;
	margin:5px 0;
	padding:0;
}
#pagetop ul li img {
	width:48px;
	height:48px;
	border-radius:13px;
	margin:0;
}
#pagetop a.top {
	background-color:#777;
	display:block;
	width:64px;
	height:64px;
	padding:13px;
	opacity:0.7;
	text-align:center;
	border-radius:50px;
}
#pagetop a.top img {
	width:36px;
	height:36px;
}
@media (max-width: 767.98px) {
	#pagetop {
		right:10px; 
		bottom:20px; 
	}
	#pagetop a.top {
		width:48px;
		height:48px;
		padding:11px;
	}
	#pagetop a.top img {
		width:24px;
		height:24px;
	}
}
.hide {
	display:none;
}
@media (max-width: 767.98px) {
	#pagetop ul {
		display:none;
	}
}

/* Map */
.mapwrap {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.map-left {
	width:60%; 
	height:410px; 
	float:left;
}
.map-right {
	width:40%; 
	height:410px; 	
	float:right;
	background-color: rgb(0,0,0, 0.5);
}
.contact-details {
	padding:40px 30px;
	color:#fff;
}
.contact-details h6 {
	font-size:17px;
	font-weight:700;
}
.contact-details h4 {
	font-size:23px;
	font-weight:400;
	padding-left:0;
}
.contact-details .clearfix {
	margin-bottom:30px;
}
.contact-details h6 span {
	padding-right:5px;
	width:20px;
	display:inline-block;
}
.contact-details h4 strong {
	border-radius:50px;
	background-color:#b6173f;
	color:#fff;
	font-size:13px;
	line-height:20px;
	width:20px;
	height:20px;
	margin-right:5px;
	margin-left:-5px;
	padding:0;
	display:inline-block;
	text-align:center;
}
@media (max-width: 767px) {
	.mapwrap {
		margin-top:10px;
	}
	section.sub-section1 {
		padding:85px 0 0 0;
		margin-bottom:0;
	}
	section.sub-section2 {
		padding:0 0 0 0;
		margin:0;
		border:1px solid #f5f5f5;
	}
	.map-left {
		width:100%; 
		height:230px; 
		float:none;
		padding:0;
		margin:0;
	}
	.map-right {
		width:100%; 
		height:auto; 	
		float:none;
	}
	.contact-details {
		padding:20px;
	}
	.contact-details h6 {
		font-size:13px;
	}
	.contact-details h4 {
		font-size:15px;
		letter-spacing:-1px;
	}
}
/* end Map */

.history {
	overflow:hidden;
}
.history dl {
	margin:0;
	overflow:hidden; 
	padding:3px 0 0px 50px; 
	background:url(../img/svg/bg-step.svg) no-repeat top left ; 	
}
.history dl dt {
	text-align:left;
	font-weight:700;
	font-size:21px;
	color:#09468e;
	display:block;
	overflow:auto;
	letter-spacing:-1px;
}
.history dl dd {
	display:block;
	text-align:left;
	font-size:17px;
	color:#333;
	font-weight:400;
	margin:0 0 50px 0;
}
@media (max-width: 767.98px) {
	.history dl dt {
		font-size:13px;
	}
	.history dl dd {
		display:block;
		text-align:left;
		font-size:12px;
	}
}
.history ul {
	float:left; 
	overflow:hidden; 
	padding:0 0 10px 0;
}
.card {
	margin-bottom: 15px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1) !important;
  border-bottom: none !important;
}
.accordion > .card {
	border-radius: 16px !important;
}
.faq-dark .card {
 color:#fff !important;
	background-color: #ffffff !important;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-bottom: none !important;
}
.faq-dark .card-header {
  padding: 0.75rem 0 !important;
  margin: 0 !important;
  background-color: #ffffff !important;
	color:#fff !important;
	border-bottom: none !important;
}
.faq-dark .card-header .btn {
	padding-left:0;
}
.faq-dark .card-body {
	margin: 0 !important;
	color: #666666;
	/*border-top:1px solid rgba(255, 255, 255, 0.2) !important;*/
}
.faq-dark .card-header .btn {
	color:#333333 !important;
	text-decoration: none;
}
.accordion.faq-dark >  .card .card-header {
  margin-bottom: 0px !important;
}
.accordion.faq-dark >  .card .card-header h2{
  margin-top: 0px !important;
  margin-left: 20px;
}
.video-background{max-height:101vh}
.transition--blur-up.lazyloaded{-webkit-filter:blur(0px);filter:none;transform:scale(1)}img[data-sizes="auto"]
.lazyloaded{height:auto}
img[data-sizes="auto"],img[data-sizes="100vw"]{display:block;width:100%;margin-left:auto;margin-right:auto}


/* Photo */
#product-board {
	clear:both !important;
	margin:30px 30px 0 60px;
	padding:0;
	min-height:650px;
}
.product {
  float: left;
  margin: 3px 3px 37px 3px !important;
	padding:0 !important;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0); 
	text-align:center;
}
.product.medium {
 width: 23%; 
}
.product.large, .large {
	width:50%; 
}
@media (max-width: 767px) {
	#product-board {
		margin:0 0px 0 20px;
	}
	.product {
		margin: 3px 3px 27px 3px !important;
	}
	.product.medium {
	 width:95%; 
	}
}
.product .text h1 {
	margin-top: 0; 
}
.product .media {
	padding: 0;
	text-align:center;
	position: relative; 
}
.product .media a {
	display: block;
	width: 100%;
	margin: 0 auto; 
}
.product .details {
	padding: 7px 17px;
	position: absolute;
	bottom:0px;
	right:7px;
	text-align:center;
	color:#fff;
	border:0;
	font-weight:500;
	background-color:rgba(0, 0, 0, 0.5);	
	display:inline-block;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	margin-left:auto;
	margin-right:auto;
}
.board-filters {
  list-style-type: none;
  margin-left: 0;
  padding: 0; 
}
.board-filters li {
	float: left;
	margin-bottom: 5px;
	margin-right:12px;
}
.board-filters a {
	border: solid 0px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 50px;
	padding: 8px 40px;
	margin-right: 5px;
	display: block; 
	background-color: #8a94a0;
  color: #fff;
	font-weight:700;
}
.board-filters a.filter-hidden {
  background-color: #f4ba1b;
  color: #fff;
  color: #fff !important;
  background-color: #1473e6;
}
@media (max-width: 767.98px) {
	.board-filters a {
		padding: 5px 13px;
		margin-right: 0;
		font-size:13px;
	}
	.board-filters li {
		float: left;
		margin-bottom: 3px;
		margin-right:5px;
	}
}
.load-more-container {
	margin-top:20px;
	text-align: center; 
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1170px;
  }
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
	font-size:27px;
	font-weight:500;
	text-align:center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
   
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */                          
}
.close {
  float: right;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.dl-horizontal-round dt {
	float: left;
	width: 70px;
	border-radius:50px;
	border:1px solid #b3c1c8;
	padding:0px 7px;
	overflow: hidden;
	font-size:12px;
	clear: left;
	line-height:25px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height:27px;
}
.dl-horizontal-round dd {
	border:1px solid #fff;
	margin-left: 80px;
	font-size:12px;
	margin-bottom:7px;
	line-height:25px;
	min-height:27px;
}
.dl-horizontal-round.dl-line dd {
	position:relative;
	font-weight:700;
	border-bottom:1px solid #ccc;
}
.dl-horizontal-round.dl-line dd .add {
	position:absolute;
	top:3px;
	right:7px;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: transparent;	
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0,0,0,.15) !important;
}
.table-dark thead th {
  background-color: rgba(0, 0, 0, 0.45);
}
.table-dark td {
	color: #666666;
}
.table.padding th,
.table.padding td {
  padding: 1.75rem;
  vertical-align:middle;
}
@media (max-width: 767.98px) {
	.table-dark,
	.table-dark > th,
	.table-dark > td {
		font-size:12px;
		padding-left:7px !important;
		padding-right:7px !important;
	}
}
.largenum {
	font-size:21px !important;
}
.btn.btn-round {
  padding: 0.975rem 2.75rem;
  font-size: 1rem;
  border-radius: 50rem;
}
.btn-primary {
  color: #fff;
  background-color: #009bfa;
  border-color: #009bfa;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.nav-tabs {
	margin-top:30px;
  border-bottom: 1px solid #806e72;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
	color: #333333;
	line-height:160%;
	font-size:1.250em;
	padding:17px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #51b7ff;
  background-color: transparent;
  border-color: transparent;
	border-bottom:4px solid #0072ce;
	font-weight:700;
}
.nav-tabs .nav-link.active:after {
    display: none;
}

/* 가장 작은 모바일 기종 */
@media (min-width: 320px) {
	.nav-item {
		/* margin-bottom: -1px; */
	}
	.nav-tabs {
		/* margin-top: 30%; */
	}
	.nav-link-elment {
		padding: 7px !important; 
		font-size: 88% !important;
	}
	.nav-link {
	}
}

@media (min-width: 412px) {
	.nav-tabs {
		/* border: 1px solid green; */
	}
	.nav-link {
		font-size: 96%;
	}
}

@media (min-width: 1024px) {
	.nav-link-elment {
		font-size: 1.25em !important;
	}
}

button .date {
	font-size:14px;
	color:#c1c2d0 !important;
	font-weight: 400;
	font-family: Inter;
}

@media (min-width: 320px) {
	button .date {
		font-size: 12px;
	}
}

@media (min-width: 1024px) {
	button .date {
		font-size: 15px;
	}
}

.form-dark .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 2rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0072ce;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
	border-bottom:1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-dark  select.form-control {
	background-position: 98% 50%;
}
.form-dark .form-control:focus {
  color: #51b7ff;
  background-color: transparent;
  border: 0px solid #ced4da !important;
	border-bottom:1px solid #51b7ff !important;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
}
.form-dark label {
	font-size: 17px;
	font-weight: 500;
	color: #222222;
}
/* Check & Radio */
.control {
	position:relative;
	display:inline-block;
	padding-left:37px;
	cursor:pointer;
	font-weight: 300;
	font-size:15px !important;
	line-height:24px;
	margin-bottom:15px;
}
.control input{
	position:absolute;
	opacity:0;
	z-index:-1
}
.control-indicator {
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block !important;
	width:24px !important;
	height:24px !important;
	font-weight:700;	
	padding:0;
	color:#333;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	background-position:center center;
	background-repeat:no-repeat;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
	background-image:url(none);
}
.control input:checked~.control-indicator{
	color:#1d94f3;
	background-color:#fff;
	border:1px solid #1d94f3;	
	}
.checkbox input:checked~.control-indicator {
	background-image:url(../img/svg/form-checked-on.svg);
	border:1px solid #1d94f3;
}
.control input:checked~.control-text {
	color:#2b79c9;
	}
.checkbox input:checked~.control-text {
	color:#2b79c9;
}
.radio .control-indicator {
	border-radius:50%
}
.radio input:checked~.control-indicator {
	background-image:url(../img/svg/form-checked-on.svg);
	border:1px solid #1d94f3;
}
.cover {
	height:670px;
	position:relative;
	width:100%;
}
.playBtn {
	position:absolute;
	left:45%;
	top:300px;
}



/*floating menu*/

.label-container{
	position:fixed;
	bottom:128px;
	right:85px;
	display:table;
	visibility: hidden;
	z-index: 10000;
}
.label-text{
	position: relative;
	color:#FFF;
	background-color:#06C;
	display:table-cell;
	vertical-align:middle;
	padding:20px 65px 20px 30px;
	right: -67px;
	top: 8px;
	border-radius:50px;
	/*box-shadow: 3px 2px 5px #999;*/
	z-index: 10000;
	font-size: 1.1em;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:64px;
	height:64px;
	bottom:120px;
	right:20px;
	background-color:#06C;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	/*box-shadow: 3px 2px 5px #999;*/
	z-index: 20000;
}

.my-float{
	font-size:24px;
	margin-top:20px;
	color:#fff;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .label-text{
  	position: relative;
  	color:#FFF;
  	background-color:#06C;
  	display:table-cell;
  	vertical-align:middle;
  	padding:15px 50px 15px 30px;
  	right: -75px;
  	top: 48px;
  	border-radius:50px;
  	z-index: 10000;
  	font-size: 1em;
  }	
  .float{
  	width:50px;
  	height:50px;
  	bottom:80px;
  	right:10px;
  }	
  .my-float{
	font-size:20px;
	margin-top:15px;
  }
}

.foot-guide-box {
    margin: 0 auto;
    border: solid 0px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 12px;
    padding: 12px 12px;
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 700;
} 
.foot-guide-box span:nth-child(1) {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}


