@font-face {
  font-family: 'NanumSquare';
  src: url("../fonts/NanumSquareL.eot");
  src: local(¡Ø), url("../fonts/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareL.woff") format("woff"), url("../fonts/NanumSquareL.ttf") format("ttf");
  font-weight: normal;
  font-weight: 300; 
}
@font-face {
  font-family: 'NanumSquare';
  src: url("../fonts/NanumSquareR.eot");
  src: local(¡Ø), url("../fonts/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareR.woff") format("woff"), url("../fonts/NanumSquareR.ttf") format("ttf");
  font-weight: normal;
  font-weight: 400; 
}
@font-face {
  font-family: 'NanumSquare';
  src: url("../fonts/NanumSquareB.eot");
  src: local(¡Ø), url("../fonts/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareB.woff") format("woff"), url("../fonts/NanumSquareB.ttf") format("ttf");
  font-weight: bold;
  font-weight: 700; 
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

body {
  font-family: 'Microsoft YaHei', 'Poppins', 'NanumSquare',  'Nanum Gothic', 'Malgun Gothic', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing:-1px;
}
/* Basic */
a {
	color: #333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}
a.text-link {
  color: #d4fdff;
	text-decoration: underline;
}
a.text-link:hover,
a.text-link:focus {
  color: #d4fdff;
  text-decoration: underline;
}
.link {
	color:#333;
	font-weight:500;
}
.link.white {
	color:#fff;
}
.link span {
	display:inline-block;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
ol, ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4, 
h5 {
    font-weight:700;
		letter-spacing:-2px;
}
.text-primary {
    color: #d09834 !important;
}
/* end Basic */

/* LNB */
.nav-lnb {
	z-index:777 !important;
  background-color: #111;
	height:90px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
}
.nav-lnb .navbar-brand {
    padding: 0;
		position:absolute;
		top:15px;
		left:35px;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
		margin-top:0px;
		z-index:9999999;
}
.nav-lnb .nav {
	margin-top:5px;
}
@media (max-width: 767.98px) {
	.nav-lnb .nav {
		margin-top:5px;
	}
}
.nav-lnb .nav-link {
  display: block;
  padding: 1rem 2.25rem;
	color:#fff !important;
	font-weight:700;
	font-size:19px;
	letter-spacing:-1px;
}
.nav-link.active {
	color:#51b7ff !important;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
@media (max-width: 767.98px) {
	.nav-lnb {
		height:60px;
	}
	.nav-lnb .navbar-brand {
			top:9px;
			left:10px;
	}
	.nav-lnb .navbar-brand img {
			height:40px;
	}
	.nav-lnb .nav-link {
		display: block;
		padding: 0.4rem 0.33rem;
		font-size:12px;
	}
}
.navbar-fixed-top.navbar-expanded > .nav-link.active {
	color:#51b7ff !important;
}
@media(min-width:768px) {
    .navbar-fixed-top.navbar-expanded {
        padding: 0px 0;
    }
		.navbar-fixed-top.navbar-expanded > .nav-link.active {
			color:#51b7ff !important;
		}
    .navbar-fixed-top {
        padding: 0px 0;
    }

    .navbar-fixed-top .navbar-brand:hover {
        opacity: .5;
    }

    .navbar-fixed-top.navbar-expanded,
    .navbar-fixed-top.navbar-expanded {
        border: 0;
        background:transparent;
    }
}
/* end LNB */

/*Åä±Û*/
.toggle {
	position:absolute;
	top:0;
	right:0;
	z-index:9999999;
}
.toggle:after { 
	display:block; 
	clear:both; 
	content:"";
}
.toggle_menu { 
	width:90px;
	height:90px;
	padding: 31px 32px;
	box-sizing:border-box;
	float:right; 
	cursor:pointer; 
	border:0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	cursor:pointer;
	background-color: transparent;
	border-left:0px solid rgba(255,255,255,1);
}
@media (max-width: 767.98px) {
	.toggle {
		position:absolute;
		top:10px;
		right:5px;
	}
	.toggle_menu { 
		width:40px;
		height:40px;
		padding: 2px 7px;
	}
}
.toggle_menu,
.toggle_menu:hover.
.toggle_menu:focus,
.toggle_menu:active { 
	outline: 0; 
}
.toggle_menu.on {
	background:#d09834;
	outline: 0; 
}
.toggle_menu.on span {
	background:#fff !important;
}
.toggle_menu span { 
	width:100%;
	height: 3px;
	background:#fff;
	display:block;
	margin: 4px 0;
}
.toggle_menu span.on header { 
	height:400px;
}
.toggle_menu>.on:nth-child(1) {
	transform: translateY(10px) rotate(-45deg); 
	transition-delay: 0.5s; 
	transition:all 0.5s;
}
.toggle_menu>span:nth-child(2) {
	width:80%; 
}
.toggle_menu>.on:nth-child(2) {
	opacity: 0; 
	transform: translateX(50px); 
}
.toggle_menu>.on:nth-child(3) {
	transform: translateY(-12px) rotate(45deg);
	transition-delay: 0.5s; 
	transition:all 0.5s;
}
.allmenu{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	padding: 130px 0 150px;
	z-index:77777;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.allmenu .innerwrap {
	overflow:hidden;
	width:1400px;
	margin:0 auto;
}
.allmenu .innerwrap:afte {
	display:block; 
	content:""; 
	clear:both;
}
.allmenu .m_util {
	display:none;
}
.allmenu .innerwrap>div {
	border-right: 1px solid #c4c4c4;
}
.allmenu .innerwrap>div:last-child {
	border-right:0;
}
.allmenu .innerwrap .menu_wrap > div+div {
	border-left:0px solid #c4c4c4;
}
.allmenu .innerwrap .menubox { 
	float:left;
	width: 50%;
	height: auto;
	text-align:center;
	padding: 10px 0;
	box-sizing: border-box;
	font-size:17px;
}
.allmenu .innerwrap .menubox h2 {
	font-size: 26px;
	color:#000;
	font-weight:500;
}
.allmenu .innerwrap .menubox h2:after {
	display:block;
	content:"";
	width: 24px;
	height:2px;
	background: #000;
	margin: 11px auto 15px;
}
.allmenu .innerwrap .menubox ul {
}
.allmenu .innerwrap .menubox ul li {
	margin-bottom: 8px;
}
.allmenu .innerwrap .menubox ul li a {
	font-size: 18px;
	color: #333;
}
.allmenu .innerwrap .menubox ul li:hover a {
	color:#1390c7;
}
@media (max-width: 767.98px) {
	.allmenu{
		padding: 30px 0 30px;
		height:auto;
		overflow-y:auto;
	}
	.allmenu .innerwrap {
		width:100%;
	}
	.allmenu .innerwrap .menubox { 
		width: 50%;
		height: auto;
		padding: 20px 0 5px 0;
		font-size:11px;
		border-bottom:0px solid #ddd;
	}
	.allmenu .innerwrap .menubox.nobtm {
		border-bottom:0px solid #ddd;
	}
	.allmenu .innerwrap .menu_wrap > div+div {
		border-left:0px solid #c4c4c4;
	}
	.allmenu .innerwrap .menubox h2 {
		font-size: 15px;
	}
}
/* nav-pills */
.nav-pills .nav-link {
  border-radius: 50px;
	font-size:15px;
	font-weight:500;
	background-color: #8a94a0;
	margin:7px;
	color: #fff !important;	
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #1473e6;
	font-weight:700;
}
/* Carousel */
.visual {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 90px 0;
	height:100vh;
	background: no-repeat center center;
	background-attachment: scroll;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.slide1 {
	background:url('../img/slide1.jpg') no-repeat center center/cover;	
}
@media (max-width: 767.98px) {
	.slide1 {
		background:url('../img/slide1-mobile.jpg') no-repeat center center/cover;	
	}
}
.slide2 {
	background:url('../img/slide2.jpg') no-repeat center center/cover;	
}
@media (max-width: 767.98px) {
	.slide2 {
		background:url('../img/slide2-mobile.jpg') no-repeat center center/cover;	
	}
}
.slide3 {
	background:url('../img/slide3.jpg') no-repeat center center/cover;	
}
@media (max-width: 767.98px) {
	.slide3 {
		background:url('../img/slide3-mobile.jpg') no-repeat center center/cover;	
	}
}
.slide4 {
	background:url('../img/slide4.jpg') no-repeat center center/cover;	
}
@media (max-width: 767.98px) {
	.slide4 {
		background:url('../img/slide4-mobile.jpg') no-repeat center center/cover;	
	}
}
.bg-about {
	background:url('../img/bg-about.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-ache {
	background:url('../img/slide3.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-drugs {
	background:url('../img/bg-drugs.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-caution {
	background:url('../img/bg-caution.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-review {
	background:url('../img/bg-review.jpg') no-repeat bottom center/cover;	
	color:#fff;
}
.bg-patent {
	color:#fff;
	background:url('../img/bg-patent.jpg') no-repeat center bottom/cover;
}
.bg-blue {
	background:url('../img/bg-blue.jpg') no-repeat center center/cover;	
	color:#fff;
}
.bg-set {
	background:url('../img/bg-set.jpg') no-repeat bottom center/cover;
	color:#fff;
}
@media (max-width: 767.98px) {
	.bg-set {
		background:url('../img/bg-set-mobile.jpg') no-repeat bottom right/cover;
	}
}
.bg-black-color {
	background-color:#1d1d1d;	
	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;
}
.img-round {
	border-radius:15px;
}
/* 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;
}
.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.35rem 0;
	line-height:135%;
	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: 120px 0;
	min-height:100vh;
	position:relative;
	width:100%;
	font-size:16px;
}
section.auto {
	height:auto;
	padding-top:100px;
	overflow-y:hidden;
}
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%);
}
section.bg-gray {
	background-color: #ededed;
}
section.bg-white {
	background-color: #fff;
}
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:35px;
	line-height:160%;
	font-weight:700;
	margin-bottom:20px;
}

section h2 small {
	font-weight:300;
	font-size:17px;
}
section h3 {
	font-size:27px;
	line-height:160%;
	font-weight:400;
}
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:150%;
	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:21px;
		}
		section h2 small {
			font-weight:700;
			font-size:17px;
		}
		section h3 {
			font-size:21px;
			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;
  }
}
.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%;
}
p.quotes {	
    font-size:17px !important;
    font-weight: 400;
		background: url(../img/svg/quotes.svg) no-repeat left top;
		padding:30px;
		text-align:left;
}
p.quotes small {
    font-size: 14px;
		color:#e5b985;  
		display:block;
		text-align:right;
		padding-right:5px;
		padding-top:10px;
}
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 solid #144265;	
}
@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:#87eced;
	border:7px solid #51b7ff;
	margin-top:-24px;
}
ul.step li strong {
	display:block;
	padding-top:7px;
	color:#51b7ff;
}
ul.step li h5 {
	padding-top:20px;
}
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 span {
	display:block;
	padding-top:7px;
	padding-bottom:20px;
	text-align:center;
	font-weight:300;
}
@media (max-width: 767.98px) {
	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 figure {
		height:96px;
		width:96px;
		padding-top:10px;
	}
	ul.spec li figure img {
		width:96px;
	}
	ul.spec li span {
		font-size:14px;
		padding-top:12px;
		text-align:center;
	}
}



/* end Section Service */

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

/* Footer */

.footer {
	background-color:#0d0d0d;
	padding:30px 0;
	color:#fff;
}

/* 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;
	}
}
.img-app-md {
	width:270px;
}
/* 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;
}
.faq-dark .card {
 color:#fff !important;
	background-color: transparent !important;
  border-radius: 0;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-bottom:1px solid rgba(255, 255, 255, 0.2) !important;
}
}
.faq-dark .card-header {
  padding: 0.75rem 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
	color:#fff !important;
	-border-bottom:3px solid rgba(255, 255, 255, 1) !important;
	border-top:1px solid rgba(255, 255, 255, 0.2) !important;
}
.faq-dark .card-header .btn {
	padding-left:0;
}
.faq-dark .card-body {
	margin: 0 !important;
	border-top:1px solid rgba(255, 255, 255, 0.2) !important;
}
.faq-dark .card-header .btn {
	color:#fff !important;
}
.accordion.faq-dark >  .card .card-header {
  margin-bottom: 0px !important;
}
.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;
}
.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 #806e72 !important;
}
.table-dark thead th {
  background-color: rgba(0, 0, 0, 0.15);
}
.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: #d09834;
  border-color: #d09834;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d8a14a;
  border-color: #d8a14a;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 161, 74, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d09834;
  border-color: #d09834;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 161, 74, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #d8a14a;
  border-color: #d8a14a;
}
.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: #fff;
	line-height:160%;
	font-size:17px;
	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:2px solid #51b7ff;
	font-weight:700;
}
@media (max-width: 767.98px) {
	.nav-tabs .nav-link {
		font-size:15px;
	}
}
button .date {
	font-size:13px;
	color:#c1c2d0 !important;
}

.form-dark .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #51b7ff;
  background-color: transparent;
  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 .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);
}
/* 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;
}