@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

html,body {
	font-family: 'Raleway', sans-serif;
	scroll-behavior: smooth;
	height: 100%;
	min-height: 100%;
	
}
section {
	overflow: hidden;
}
table, th, td {
	border: 1px solid #00305B;
	border-collapse: collapse;
}
th, td {
	padding: 7px;
}
select {
	width: 100%;
	min-width: 15ch;
	/* max-width: 30ch; */
	border: 1px solid var(--select-border);
	border-radius: 0.25em;
	padding: 0.3em 0.25em;
	font-size: 15px;
	cursor: pointer;
	line-height: 1.1;
	background-color: rgba(234, 244, 246, 1);
	/* background-image: linear-gradient(to top, #f9f9f9, #fff 33%); */
  }
.hrdiv {
	border:7px; 
	border-color:#00305B; 
	border-style:solid; 
	border-radius:27px; 
	margin:auto; 
	height:90%; 
	width:70%;
	text-align:center;
}
.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	z-index: 1;
}
.tooltiptext {
	font-size: 13px;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 230px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 3px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;

	font-family: 'Raleway', sans-serif;
	
	opacity: 0;
	transition: opacity 1s;
}
  
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
  
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 0.8;
	cursor:pointer;
} 
.container {
	max-width: 1024px;
}
.text-blue {
	color: #1A4684;
}
.text-darkblue {
	color: #00305B;
}
.text-green {
	color: #abee59;
}
.text-liteblue {
	color: #B7E6EB;
}
.text-litegrey {
	color: #DDDDDD;
}
.text-orange {
	color: #FFB700;
}
.bg-green,
.btn-green {
	background: #abee59;
}
.bg-orange, {
	background: #FFB700;
}
.bg-whitegrey {
	background: #fafafa;
}
.bg-litegreen {
	background: #eaf4f6;
}
.bg-darkblue {
	background: #00305B;
}
.bg-darkblue-2 {
	background: #377dbd;
}
.bg-liteblue {
	background: #B7E6EB;	
}
.btn {
	font-weight: 700;
	padding: .5em 2.5em;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.btn-outline-blue {
	border: 1px solid #00305B;
	color: #00305B;
}
.btn-outline-green {
	border: 1px solid #abee59;
	color: #abee59;
	/*8CD624*/
}
.btn-outline-sm {
	font-size: 11px;
	padding: .7em 1em;
	line-height: 11px;
}
.btn-outline-blue:hover {
	background: #00305B;
	color: #FFFFFF;
}
.btn-outline-green:hover {
	background: #abee59;
	color: #00305B;
}
.btn-green:hover {
	background: rgba(22, 61, 65, 1);
	color: #FFFFFF;
}
.anchor {
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: -1;
	background: #CCC;
}
.anchor-content {
	position: absolute;
	/*top: -180px;*/
	top: -130px;
	width: 100%;
	z-index: -1;
	background: #CCC;
}
.white-separator {
	/*height: 150px;*/
}
@media (min-width: 768px) {
	.bg-md-orange, {
		background: #FFB700;
	}
	.bg-md-whitegrey {
		background: #fafafa;
	}
	.bg-md-litegreen {
		background: #eaf4f6;
	}
	.bg-md-darkblue {
		background: #00305B;
	}
	.bg-md-liteblue {
		background: #B7E6EB;	
	}	
}
.headpspace {
	margin-top: 100px;
}
.content-headpspace {
	margin-top: 130px;
}
.img-fill {
	overflow: hidden;
	height: 100%;
}
.img-fill img {
	height: 100%;
	width: 100%;
	position: absolute;
	object-fit: cover;
}
.content-banner {
	overflow: hidden;
	height: 170px;
	position: relative;
}
.content-banner img {
	height: 100%;
	width: 100%;
	top: 0;
	object-fit: cover;
	object-position: 0 50%;
	position: absolute;
}
.content-banner-title {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.content-banner-title-bg {
	background: rgba(255,255,255,.3);
}
.img-xs-content {
	min-height: 250px;
	width: 100%;
}

/*NAV*/
.section-navigation {
	height: 100px;
}
.content-navigation {
	height: 130px;
}
.section-navigation .logo-text {
	font-family:arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #1A4684;
	font-weight: 700;
}
.section-navigation .logo-img {
	width: 220px;
}
.section-navigation .logo-wrapper a {
	margin: auto;
}
.section-navigation .logo-wrapper a:hover {
	text-decoration: none; 
}
.section-navigation #sidebar .nav-item .nav-link:hover {
	background: #eaf4f6;
	cursor:pointer;
}
.section-navigation #sidebar .nav-item .nav-link  {
	font-size: 12px;
	color: #00305B;
	font-weight: bold;
}
.section-navigation #sidebar .nav-item .nav-link:hover {
	color: #1A4684;
	cursor:pointer;
}
.section-navigation .navigation-button {
	max-width: 767.98px;
	margin: auto;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
}
.section-navigation .nav-demo-btn,
.section-navigation .nav-login-btn {
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	border-radius: 50rem!important;
	margin-left: .5em;
	margin-right: .5em;
}
.section-navigation .nav-demo-btn {
	background: #abee59;
	color: #00305B!important;
}
.section-navigation .nav-demo-btn:hover {
	background: rgba(22, 61, 65, 1);
	color: #00305B!important;
	cursor:pointer;
}
.section-navigation .nav-login-btn {
	background: rgba(149, 194, 250, 1);
}
.section-navigation .nav-login-btn:hover {
	background: rgba(232, 230, 230, 1);
	cursor:pointer;
}
.navbar-close {
	display: none;
}
@media (max-width: 995px) and (min-width: 768px) {
	.section-navigation .d-flex.section-primary-nav {
		display: block!important;
	}
	.section-navigation .logo-wrapper,
	.section-navigation nav {
		display: block;
		margin: auto !important;
		text-align: center;
		margin-bottom: 1em !important;
	}
	.navbar-collapse {
		justify-content: center;
	}
	.ml-cus-none {
		margin-left: 0!important; 
	}
	.section-navigation #sidebar .nav-item .nav-link {
		font-size: 11px;
	}
	
}
@media (max-width: 995px) {
	.headpspace {
		margin-top: 180px;
	}
	.section-navigation {
		height: 180px;
	}
}
@media (min-width: 768px) {
	#sidebar .nav-item ul {
		position: absolute;
		background: #004772;
		padding: 0;
		list-style: none;
	}
	#sidebar .nav-item > ul {
		clip: rect(1px, 1px, 1px, 1px);
		opacity: 0.1;
		transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
		transform: translateY(-10px) scaleY(0.5);
		transform-origin: top;
		z-index: 10;
	}
	#sidebar .nav-item:hover ul {
		clip: auto;
		opacity: 1;
		transform: translateY(0) scaleY(1);
		cursor:pointer;
	}
	.section-navigation #sidebar .nav-item > ul li > .nav-link {
		color: #FFFFFF;
		padding: 1em 2em;
		cursor:pointer;
	}
	#sidebar {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 767.98px) {
	.section-navigation .logo-text {
		font-size: 20px;
		position: relative;
		top: 5px;
	}
	.section-navigation .logo-img {
		width: 220px;
	}
	.navbar-expand-md .navbar-toggler {
		display: block;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		text-align: right;
		width: 40px;
	}
	.section-navigation .logo-wrapper {
		display: block;
		width: 100%;		
	}
	.section-navigation .logo-wrapper a {
		margin: 0
	}
	.headpspace {
		margin-top: 100px;
	}
	.section-navigation {
		height: 100px;
	}
	.section-navigation .nav-demo-btn,
	.section-navigation .nav-login-btn {
		color: #00305B!important;
		margin: 0!important;
		border-radius: 0!important;
	}
	#sidebar .nav-item .nav-link  {
		font-size: 14px;
	}
	#sidebar .nav-item ul {
		list-style: none;
		padding-left: 0;
	}
	#sidebar .nav-item > ul {
		background: #004772;
		display: block;
	}
	#sidebar .nav-item > ul > li > a {
		position: relative;		
	}
	#sidebar .nav-item > ul > li > a.collapsed:before {
		content: "";
		background: url(../images/fi-xwlrxl-chevron-wide-light.svg);
		background-size: cover;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
    	right: 10px;
		margin: auto;
		transform: rotate(90deg);
		cursor:pointer;
	}
	#sidebar .nav-item > ul > li > a.collapsed:before {
		transform: rotate(0deg);
		cursor:pointer;
	}
	
	#sidebar .nav-item > ul li ul {
		background: #00578C;
	}
	#sidebar.collapse {
		position: absolute;
		z-index: 2000;
		transition: right .5s ease-in-out !important;
		top: 0;
		bottom: 0;
		right: -280px; /* -width of sidebar */
		width: 280px;
		height: 100vh!important;
		overflow: auto; 
		display: block!important;
		background: #00305B;
		padding-bottom: 30px;
	}
	#sidebar.collapse.in {
		right: 0;
		width: 280px;  /* width of sidebar */
	}
	#sidebar .navbar-nav {
		display: block;
		padding-top: 3em;
	}
	#sidebar .nav-item,
	#sidebar .nav-item .nav-link {
		width: 100%;
	}
	.section-navigation #sidebar .nav-item .nav-link {
		color: #FFFFFF;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.section-navigation #sidebar .nav-item  > ul li a.nav-link {
		padding-left: 40px!important;
	}
	.section-navigation #sidebar .nav-item  > ul li ul li a.nav-link {
		padding-left: 50px!important;
	}
	#sidebar .nav-item .nav-link:after {
		display: none;
	}
	#sidebar .form-inline {
		padding-left: 30px;
		padding-right: 30px;
	}
	#sidebar .form-inline .btn {
		border: 1px solid #FFFFFF;
		margin: auto!important;
		width: 100%;
	}
	.sidebar-open {
		overflow: hidden;
		padding-right: 17px;
	}
	.sidebar-overlay {
		visibility: hidden;
		transition: visibility 0s .4s, opacity .4s linear;
		opacity: 0;
		transition: .4s;
		position: absolute;
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 99;
	}
	.sidebar-overlay.open {
		transition: opacity .4s linear;
		visibility: visible;
		opacity: 1;
	}
	.navbar-close {
		display: none;
		position: fixed;
		top: 1em;
		right: 1em;
		z-index: 1;
		background: none;
		border: none;
	}
	.sidebar-open .navbar-close {
		display: block;
	}
	.section-content-nav .container {
		position: relative;
	}
	.section-content-nav .container .d-flex {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.section-content-nav .container .d-flex.addScrollBar {
		border-right: 20px solid transparent;
	}
	.section-content-nav .container .d-flex::-webkit-scrollbar {
		height: 0px;
		background: transparent;
	}
	.section-content-nav .container .d-flex::-webkit-scrollbar-thumb {
		background: #FF0000;
	}
	.section-content-nav .dropdown {
		display: none!important;
	}
}
.section-content-nav {
	overflow: initial;
}
.section-content-nav .nav-item {
	position: relative;
}
.section-content-nav .nav-item a {
	display: block;
	padding: .5em;
}
.section-content-nav .first-level-nav .nav-item a {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 14px;
	white-space: nowrap;
}

.section-content-nav .second-level-nav .nav-item a {
	font-size: 13px;
	white-space: nowrap;
}
.section-content-nav .container .right-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	background: url(../images/fi-xwlrxl-chevron-wide.svg) no-repeat;
	background-size: cover;
}
.section-content-nav .bg-darkblue-2 .container .right-arrow {
	filter: invert(100%);
}
.section-content-nav .bg-white .container .right-arrow {
	filter: invert(46%) sepia(98%) saturate(356%) hue-rotate(166deg) brightness(80%) contrast(92%);
}
.section-content-nav .container .right-arrow.show {
	display: block;
}
.section-content-nav .container .right-arrow.hide {
	display: hidden;
}
.section-content-nav .dropdown {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: left;
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0.1;
	transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
	transform: translateY(-10px) scaleY(0.5);
	transform-origin: top;
}
.section-content-nav .first-level-nav .nav-item:hover .dropdown {
	clip: auto;
	opacity: 1;
	transform: translateY(0) scaleY(1);
	cursor:pointer;
}
.section-content-nav .dropdown li a {
	display: block;
	border-top: 1px solid #00578C;
	padding: 5px 15px;
}
.section-content-nav .dropdown li a:hover {
	background: #00578C;
	cursor:pointer;
}
.section-content-nav .dropdown li:last-child a {
	border-bottom: 1px solid #00578C;
}
/*NAV*/
/*CAROUSEL*/
.section-banner {
	position: relative;
	height: 480px;
}
.section-banner .carousel,
.section-banner .carousel-inner,
.section-banner .carousel-inner .carousel-item {
	height: 100%;
}
.section-banner .annoucement {
	font-family: arial,helvetica,sans-serif;
	text-align: center;
	position: absolute;
	z-index: 1;
	padding-top: .5em; 
	left: 0;
	right: 0;
	border: 0px solid rgba(29, 44, 243, 1);
	background-color: rgba(15, 76, 133, 0.8);
	padding-top: 0.8em;
}
.section-banner .annoucement p {
	margin-top: 0;
	margin-bottom: .5rem;
}
.section-banner .carousel-inner {
	overflow: hidden;
}
.section-banner .carousel-inner .carousel-item {
	position: relative;
}
.section-banner .carousel-inner .carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.section-banner .carousel-inner .carousel-item .overlay {
	background-color: rgba(23, 82, 166, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.section-banner .carousel-inner .carousel-item .overlay .carousel-copy .carousel-title {
	font-size: 40px;
	letter-spacing:0.1em;
}
.section-banner .carousel-inner .carousel-item .overlay .carousel-copy .carousel-subtitle {
	font-size: 30px;
}
.section-banner .carousel-inner .carousel-item .overlay .carousel-copy {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 75px;
	padding-right: 75px;
}
@media (max-width: 767.98px) {
	.section-banner {
		height: calc(100% - 100px);
	}
	.section-banner .annoucement {
		font-size: 12px!important;
	}
	.section-banner .carousel-inner .carousel-item .overlay .carousel-copy {
		padding-left: 40px;
		padding-right: 40px;
	}
	.section-banner .carousel-inner .carousel-item .overlay .carousel-copy .carousel-title {
		font-size: 25px;
	}
	.section-banner .carousel-inner .carousel-item .overlay .carousel-copy .carousel-subtitle {
		font-size: 18px;
	}
	.section-banner .carousel-inner .carousel-item .overlay .carousel-copy .carousel-desc {
		font-size: 14px;
	}
	.carousel-control-next {
		width: 40px;
	}
	.carousel-control-prev {
		width: 40px;
	}
	.carousel-control-next img,
	.carousel-control-prev img {
		width: 100%;
	}
}

/*CAROUSEL*/
/*CONTENT HOMEPAGE*/
.section-content-wrapper {
	position: relative;
}

.section-content-wrapper .section-content {
	position: relative;
}
.section-content-wrapper .section-content .section-title {
	font-size: 40px;
	line-height: normal;
}
.section-content-wrapper .section-content .section-copy {
	padding-left: 1.5em;
	position: relative;
}
.section-content-wrapper .section-content .section-copy:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #41b7c4;
	position: absolute;
	left: 0;
	top: 0.4em;
}
.section-content-wrapper .section-content .box-market {
	font-size: 14px;
	text-align: center;
	display: inline-grid;
	padding: 1em;
	border: 5px solid #83b7e6;
	width: 48%;
	margin: 0 .1em .5em;
	position: relative;
}
.section-content-wrapper .section-content .box-market:hover {
	border: 5px solid transparent; 
	cursor:pointer;
}
.section-content-wrapper .section-content .box-market .overlay {
	text-align: left;
	position: absolute;
	padding: 1em;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.4s ease 0s;
}
.section-content-wrapper .section-content .box-market:hover .overlay {
	opacity: 1;
	cursor: pointer;
}
.section-content-wrapper .contact-logo {
	width: 180px;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.section-content-wrapper .section-featured .bg-featured {
	background: url('../images/featuredproduct_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (min-width: 768px) {
	.section-content-wrapper .section-content.section-left-lightgreen {
		background: linear-gradient(to right,  #eaf4f6 0%,#eaf4f6 50%,#fafafa 50%,#fafafa 100%);
	}
	.section-content-wrapper .section-content.section-right-lightgreen {
		background: linear-gradient(to right,  #fafafa 0%,#fafafa 50%,#eaf4f6 50%,#eaf4f6 100%);
	}
	.section-content-wrapper .section-featured .bg-featured {
		background: transparent;
	}
	.section-content-wrapper .section-featured.section-left-lightgreen {
		background-image: linear-gradient(to left, transparent 70%, #eaf4f6 30%), url('../images/featuredproduct_bg.jpg');
		background-size: 100%;
	}
	.section-content-wrapper .section-contact.section-left-green {
		background: linear-gradient(to right, transparent 45%, #b7e6eb 55%), url('../images/contact.jpg') no-repeat center right; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.section-content-wrapper .section-content .section-copy {
		padding-left: 2.5em;
	}
	.section-content-wrapper .section-content .section-copy:before {
		left: 1em;
	}
	.section-content-wrapper .section-content .box-market {
		width: 150px;
		min-height: 155px;
	}
}
@media (max-width: 767.98px) {
	.section-content-wrapper .section-content .box-market {
		height: 152px;
	}
	.section-parallax-01,
	.section-parallax-02 {
		height: 420px!important;	
	}

}
/*CONTENT HOMEPAGE*/
/*PARALLAX*/
.section-parallax {
	position: relative;
	overflow: hidden;
}
.section-parallax .img-parallax {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none
}
.section-parallax-01 {
	height: 650px;	
}
.section-parallax-02 {
	height: 500px;	
}
/*PARALLAX*/
/*RECORDS*/
.bg-ticker {
	background: linear-gradient(rgba(0, 48, 91, 0.5), rgba(0, 48, 91, 0.5)), url("../images/ticker_bg.jpg") no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-ticker {
	position: relative;
	padding: 2em;
}
.box-ticker:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.box-ticker.box-01 {
	background-color: #90d1d8;
}
.box-ticker.box-02 {
	background-color: #2f89f7;
}
.box-ticker.box-03 {
	background-color: #b8d7fc;
}
.box-ticker .box-ticker-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*RECORDS*/
/*FORM STYLE*/
.form-style input.form-control {
	background-color: rgba(234, 244, 246, 1);
	border: none;
}
.login-form-control {
	background-color: rgba(255,255,255,1);
	border: none;
	width: 30%;
}
/*FROM STYLE*/
/*FOOTER*/
footer.bg-darkblue {
	padding-top: 80px;
}
footer.bg-darkblue a {
	color: #FFFFFF;
}
@media (max-width: 767.98px) {
	footer.bg-darkblue {
		padding-top: 40px;
	}
	footer.bg-darkblue ul {
		list-style: none;
	}
}
/*FOOTER*/