/* ===== 1.2 ===== */
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ===== VARIABlE ===== */
:root{
  --color-primary : #2A4051;
  --color-primary-hover: #38546B;
  --color-primary-focus: #1E496B;
  --color-white: #fff;

  --color-dark-100 : #040E11;
  --color-dark-90 : #1D2629;
  --color-dark-80 : #363E41;
  --color-dark-70 : #4F5658;
  --color-dark-60 : #686E70;
  --color-dark-50 : #828788;
  --color-dark-40 : #9b9fa0;
  --color-dark-30 : #b4b7b8;
  --color-dark-20 : #cdcfcf;
  --color-dark-10 : #e6e7e7;

  --bg1: #0f172a; /* navy-ish */
  --bg2: #071032; /* deep */
  --card: rgba(255,255,255,0.06);
  --glass: rgba(255,255,255,0.04);
  --accent: #6ee7b7;

  --grid-size: 20px;
}

[data-bs-theme=light] { 

	/* firstpage */
	.mainlogo-light {
		display: block;
	}
	.mainlogo-dark {
		display: none;
	}
}

[data-bs-theme=dark] { 
	body {
		color: #E0E0E0;
		background:#121212;
	}
	a,
	.post a {
		color: #2DBECE;
	}
	a:hover,
	.post a {
		color: #2DBECE;
	}
	
	/* lines */
	.linespacer,
	.logo-container,
	.sidebar-container,
	.cornerblock,
	.nav-scrollid {
		border-color: #363636
	}
	.contentinside {
		--aug-border-bg: #363636
	}


	/* dark - aside */
	.saran-perintah {
		--aug-border-bg: #363636;
    --aug-inlay-all: 2px;
    --aug-inlay-bg: #232323;
	}
	.listperintah a {
		background: #363636;
		color: #c8c8c8;
		border-color: #363636;
	}
	.listperintah a:hover {
		background: #3a3a3a;
		border-color: #3a3a3a;
	}

	/* content */
	.detail-page-title {
		color: #e8e8e8!important;
	}

	.list-main-title {
		--aug-inlay-bg: #363636;
	}

	/* firstpage */
	.mainlogo-light {
		display: none;
	}
	.mainlogo-dark {
		display: block;
	}

}}


/* ===== GENERAL ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Tomorrow", sans-serif;
  color: var( --color-primary);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background: linear-gradient(180deg, #F5FAFE 0%, #CBD7E3 100%);
  min-height: 100vh
}




a {
  color: #33809D;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  
}
a:hover {
  color: var(--color-primary-hover);
}
a:focus {
  color: var(--color-primary-focus);
}



/* Typo */
.content-head-title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
}


/* Black Mode */
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: #0000001a;
	border: solid rgba(0,0,0,.15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026;
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}



.btn-bd-primary { 
	background-color: #222!important;
	border-color: #222!important;
	color: #efefef!important;
	border-radius: 2px;
}
.btn-bd-primary:hover,
.btn-bd-primary:active,
.btn-bd-primary:focus { 
	background-color: #222!important;
	border-color: #222!important;
}

/* droppdown custom */
.dropdown-menu {
	border-radius: 0px;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #2A4051;
}


.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .bi {
	width: 1em;
	height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block!important;
}


.bd-mode-toggle {
	position: fixed;
	right: 10px;
}
.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}


/* NAV - CUSTOM */

.navbar {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.fixed-nav-position {
	position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 88;
}
.navbar-brand {
	display: none;
}
.navbar-brand-mobile img {
	height: 32px;
}
.nav-item {
	font-size: 20px;
	display: flex;
	align-items: center;
	transition: all 0.5s;
	
}
.nav-item:hover {
	background: #232323;
}
.nav-link {
	color: #c7c7c7;
}

.bg-nav-custom {
	background-color: #2A4051!important;
	background: linear-gradient(180deg, rgba(42, 64, 81, 1) 0%, rgba(25, 42, 55, 1) 100%)!important;
}

.nav-link-main {
	justify-content: start;
	gap: 12px;
}
.nav-link-main .nav-item {
	padding-left: 18px;

}
.nav-link-main .nav-link {
	padding-left: 40px;
}
.nav-link-main .nav-link:before {
  content: "";
  width: 16px;
  height: 4px;
  background: #2DBECE;
  position: absolute;
  left: -12px;
  top: 47%;
}

.navbar-toggler {
	border: 0px;
}
.navbar-toggler:hover {
	opacity: 1;
}
.navbar-toggler:focus {
	box-shadow: none;
}

.nav-spacer-diag {
	display: flex;	
	flex-direction: row;
	width: 100%;
}
.nav-spacer-diag-left {
	width: 40px;
	height: 100%;
	border-bottom: 1px solid #585d62;
}
.nav-spacer-diag-right {
	width: 40px;
	height: 100%;
	border-top: 1px solid #585d62;
}
.linetwospacer-footer {
	height: 30px;
	margin-top: 0px;
}

.btn-close:focus {
	box-shadow: none;
}
.offcanvas-logo {
	height: 32px;
}

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

	.nav-link-main {
		justify-content: start;
	}
	/* nav */
	.nav-item {
		font-size: 18px;
	}
	.nav-link-main {
		gap:10px;
	}
	.nav-link-main .nav-item {
		padding-left: 12px;
	}
	.nav-spacer-diag-left,
	.nav-spacer-diag-right {
		width: 10px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-brand {
		display: block;
	}
	.fixed-nav-position {
		right: 0;
  	bottom: auto;
  	left: 0;
  	top: 0px;
	}

	body {
		padding-top: 56px;
	}
}


/* ==  SCROLL BAR STYLE A == */
.scroll-style-a::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 8px;
  background-color: none;
}

.scroll-style-a::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #F5F5F5;
  background-color: transparent;
}

.scroll-style-a::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #4C5F6E;
}

/* ==  SCROLL BAR STYLE B == */
.scroll-style-b::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 8px;
  background-color: none;
}

.scroll-style-b::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #C0C6DB;
}

.scroll-style-b::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #4C5F6E;
}

/* LAYOUT BASE */
/* ----------------------------- */
/* -- .Header ------------------ */
/* -- .Content-Wrap ------------ */
/* ---- .Contentinside .aside -- */
/* -- Nav Bottom --------------- */
/* ----------------------------- */

/* -- Header -- */
.header {
  display: flex;
  gap: 0px;
  padding: 10px 10px 0;
  width: 100%;
  position: fixed;
  background: transparent;
}
.logo-container {
  height: 42px;
  border-bottom: 1px solid #AFB5BC;
  display: flex;
  align-items: start;
  padding-right: 10px;
}
.mainlogo {
  margin-bottom: 0px;
}
.mainlogo img {
  height: 34px;
}
.linetwospacer {
  display: block;
  width: auto;
  height: 42px;
}
.linespacer {
  width: 100%;
  height: 42px;
  border-top: 1px solid #AFB5BC;
}
.cornerblock {
  width: 32px;
  height: 42px;
  position: relative;
  border:1px solid #AFB5BC;
  border-width: 1px 1px 0px 0;
}
.cornerblock img {
  position: absolute;
  right: -1px;
  top: -1px;
}

/* -- content-wrap -- */
.content-wrap {
	height: calc(100vh - 74px);
	display: flex;
	padding-top: 52px;
	background: transparent;
}

/* -- ContentInside -- */
.contentinside {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding:30px 40px 10px;
	background: transparent;
	--aug-border-all: 0px;
  --aug-border-top: -1px;
  --aug-border-bottom: -1px;
  --aug-border-left: 0px;
  --aug-border-right: 1px;
  --aug-border-bg: #A9B3BD;
  --aug-inlay-all: 0px;
  --aug-inlay-bg: #D5DFE8;
  --aug-tr: 45px;
  --aug-tl: 25px;
  --aug-r-extend1: 50%
}

/* -- titlepagerow -- */
.detail-page-title {
  font-size: 28px;
  font-weight: 600;
  color: #2A4051;
}

/* -- nav-scrollid -- */
.nav-scrollid {
	z-index: 99;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	row-gap: 2px;
	background: transparent;
	border-bottom: 2px solid #2DBECE;
	margin-bottom: 10px;
}

.scrollid-link {
	border-bottom: 1px solid yellow;
}
.scrollTo {
	padding: 6px 0px 6px;
	border-bottom: 0px solid #2DBECE;
	font-size: 14px;
	color: #33809D;
}
.scrollTo-head {
	padding-top: 10px;
}


/* -- .content-scroll -- */
.content-scroll {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: relative;
	background: transparent;

}

.content-with-scroll {
	position: relative;
	height: 1px;
}
.inner-shadow-bottom {
	width: 100%;
	height: 20px;
	margin-top: -20px;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

/* -- nav-nextprev -- */
.nav-nextprev {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 4px;
}
.nav-nextprev-mobile {
	padding: 10px 0 20px;
	display: none;
}


/* -- Aside -- */
aside {
	padding-right: 10px;
	height: 100%;
	display: flex;

}
.sidebar-container {
 	border-right: 1px solid #AFB5BC;
 	width: 340px;
	overflow: hidden;
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.saran-perintah {
	width: 100%;
	max-height: calc(100% - 180px);
	padding: 20px 4px 10px 20px;
	--aug-border-all: 2px;
  --aug-border-bg: #A9B3BD;
  --aug-inlay-all: 2px;
  --aug-inlay-bg: #D5DFE8;
  --aug-tr: 45px;
  --aug-tl: 25px;
}
.saran-perintah {
	width: 100%;
	
}
.saran-perintah-title {
	padding-right: 20px;
	height: 40px;
	display: flex;
	align-items: start;
	justify-content: center;
}
.saran-perintah-content {
	width: 100%;
	height: 90%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 14px 0 0;
}


.saran-perintah-action {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.btn-keyboard {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:2px solid #5A6B7B;
	background: transparent;
	padding: 4px;

}
.btn-keyboard-inner {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background-color: #CFD3E2;
	color: #5A6B7B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	transition: all 0.5s;
}
.btn-keyboard:hover .btn-keyboard-inner {
	background: #C0C6DB;
}


/* list perintah */
.listperintah {
  margin: 0px;
  padding: 0 0px;
  list-style-type: none ;
}
.listperintah li {
  margin: 0px 0 6px;
  padding: 0px;
  list-style-type: none ;
}
.listperintah a {
  border:1px solid #E2E9EF;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: var(--color-primary);
  border-radius: 6px;
  
  background: #E2E9EF;
  
}
.listperintah a span {
	display: block;
	font-size: 14px;
	padding: 4px 10px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.listperintah a:hover {
  border:1px solid #f8f8f8;
  background: #f8f8f8;
}
.listperintah a:focus {
  border:1px solid #E2E9EF;
}

/* -- Responsive Layout Base -- */
@media screen and (max-width: 1199px) {
	.sidebar-container {
		width: 300px;
	}
	
}
@media screen and (max-width: 1023px) {
	.sidebar-container {
		width: 280px;
	}
}
@media screen and (max-width: 991px) {
	.navbar {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		height: 56px;
	}
	.header {
		display: none;
	} 
	.content-wrap {
		padding-top: 0px;
		padding: 0 10px;
		height: auto;
		flex-direction: column;
	}
	.contentinside {
		padding: 20px 10px 40px;
		--aug-border-top: 0px;
  	--aug-border-bottom: 1px;
  	--aug-border-left: 0px;
  	--aug-border-right: 0px;
		--aug-b-extend1: 50%;
		--aug-r-extend1: 0%;
	}
	.nav-nextprev-mobile {
		display: flex;
	}
	.detail-page-title {
  	font-size: 26px;
  	font-weight: 600;
	}
	aside {
		width: 100%;
		padding-top: 40px;
	}
	.sidebar-container {
		width: 100%;
		border-right: 0px;
		padding: 0 0 40px;
	}
	.saran-perintah {
		max-height: 100%;
		--aug-border-all: 2px;
    --aug-border-bg: #333;
    --aug-inlay-all: 2px;
    --aug-inlay-bg: #CFD3E2;
    --aug-tr: 45px;
    --aug-tl: 25px;
	}
	.saran-perintah-title {

	}


}


/* -- POST -- */
.post {}

.post {}
.post a {
	color: #cd5c5c;
	font-weight: 500;
}
.post a:hover {
	text-decoration: underline;
}
.post p {
	clear: both;
}
.post p.large {
	font-size: 1.5rem;
}
.post p.extralarge {
	font-size: 2rem;
}

.post figure {}
.post img {
	max-width: 100%;
	height: auto;
}
.post figcaption {
	font-size: 14px;
	margin-top: 4px;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	font-weight: 600;
}


.post h1 {
	font-size: 32px;
}
.post h2 {
	font-size: 28px;
}
.post h3 {
	font-size: 22px;
}
.post h4 {
	font-size: 18px;
}
.post h5 {
	font-size: 16px;
}
.figure-align-left {
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.figure-align-center {
	text-align: center;
}

.figure-align-right {
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.figure-align-left img,
.figure-align-center img, 
.figure-align-right img {
	max-width: 100%;
}


/* ===== CUTOM MODAL SLIDE UP FROM BOTTOM   ===== */
.modal-backdrop.show {
  opacity: 0.8;
}
.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0); /* Start off-screen at the bottom */
    transition: transform .3s ease-out; /* Smooth transition */
}

.modal.show .modal-dialog {
    transform: none; /* Move to default position on show */
}

/* Position the modal dialog at the bottom */
.modal-dialog {
    position: fixed;
    margin: 0; /* Remove default margin */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; /* Full width */
    max-width: none; /* Override max-width for full width */
    pointer-events: none; /* Allow clicks to pass through to backdrop */
}

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: auto; /* Re-enable pointer events for content */
}

.modal-content-im {
  width:90%; margin: 0 auto;
  padding: 20px 0px 0;
  background: transparent;
  border: 0px;
  
}

.modal-inner-im {
  --aug-border-all: 2px;
  --aug-border-bg: var(--color-primary);
  --aug-inlay-bg: white;
  --aug-inlay-opacity: 1;
}

.modal-im-header {
  border-bottom: 0px;
  padding: 20px 40px 0px;
  position: relative;
}
.modal-im-header .btn-im-close {
  position: absolute;
  right: 40px;
  top:0px;
  z-index: 2;
  color: #fff;
  border: 0px;
  outline: 0px;
  background: var(--color-primary);
  width: 42px;
  height: 42px;
}
.modal-im-title {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--color-primary);
}
.modal-im-body {
  padding: 30px;
}

.textarea-im {
  position: relative;
}
.action-im {
  position: absolute;
  background: transparent;
  bottom: 34px;
  right: 12px;
}

/* button im */
.btn-im {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 20px;
  text-align: center;
  border: 0px;
  outline: 0px;
  --aug-border-all: 5px;
  --aug-border-bg: var(--color-primary);
  --aug-inlay-all: 0px;
  --aug-inlay-bg: var(--color-primary);
  color: #fff;
}
.btn-im:hover {
  --aug-border-bg: var(--color-primary);
  --aug-inlay-bg: var(--color-primary);
}
.btn-im:focus {
  --aug-border-bg: var(--color-primary-focus);
}
.btn-im:active {
  transform: translateY(2px);
}

#textArea {
  width: 100%;
  height: 200px;
  font-size: 30px;
  padding: 20px 20px 50px 20px;
  margin-bottom: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  resize: none;
  outline: 0;
  background: transparent;
  color: var(--color-primary);
}

.virtualkeyboard-area {
	height: 220px;
}
@media screen and (max-width: 991px) {

	.virtualkeyboard-area {
		height: 0px;
	}
}




/* === Text Resizer ==== */
#text-resize {
	display: flex;
	gap:6px;
	height: 42px;
	padding: 7px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	color: #efefef!important;
	position: fixed;
	right: 80px;
	bottom: 16px;
	z-index: 99;
}

#text-resize a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	font-size: 12px;
	width: 30px;
	height: 100%;
	cursor: pointer;
}
#text-resize a:hover {
	background-color: #33809D;
}
@media screen and (max-width: 991px) {
	#text-resize { 
		
	}
}


/* === Back to Top With  Progress ==== */

.progress-wrap {
	position: fixed;
	right: 10px;
	bottom: 74px;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 6 Free'!important;
	content: "\f062";
	font-weight: 600;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #999;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 1;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 6 Free'!important;
	content: "\f062";
	font-weight: 600;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	opacity: 0;
	background-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path { 
	fill: none; 
}

.progress-wrap svg.progress-circle path {
	stroke: #999;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}




/* --- list main --- */
.list-main {
  margin: 0px 20px 0 0;
  padding: 0px;
  list-style-type: none;
}
.list-main li {
  margin: 0px 0 20px;
  padding: 0px;
}
.list-main li a {
  display: flex;
  gap: 10px;

}
.list-main-title {
  width: 100%;
  font-size: 26px;
  padding: 6px 16px;
  --aug-inlay-all: 0px;
  --aug-inlay-bg: #4D606F;
  --aug-tr: 10px;
  --aug-br: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;  
}

.list-main li a:hover .list-main-title {
	--aug-inlay-bg: #2A4051;
}
.arrowlist {
  font-size: 30px;
  color: #2DBECE;
}
.titlelist {
	font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}
.list-main-title .title-small {
  font-weight: 200;
}

.number {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: right;
	--aug-border-all: 0px;
  --aug-border-top: 1px;
  --aug-border-bottom: 1px;
  --aug-border-left: 0px;
  --aug-border-right: -1px;
  --aug-border-bg: #A9B3BD;


  
  

}
.number-top {
  width: 50px;
  height: 10px;
  background-image: url(../img/number-top.png);
  background-size: 50px auto;
  background-repeat: no-repeat;
  display: block;
}
.number-bottom {
  width: 50px;
  background-image: url(../img/number-bottom.png);
  background-size: 50px auto;
  background-repeat: no-repeat;
}
.number-center {
  text-align: right;
  font-size:18px;
  line-height: 22px;
}

.linebtmlist {
  width: 140px;
  height: 8px;
  background-image: url(img/linebtmlist.svg);
  background-size: 58px 8px;
  background-repeat: no-repeat;
}



.logo-firstpage {
	height: 160px;
	width: auto;
}
@media screen and (max-width: 991px) {
	.logo-firstpage {
		width: 50%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.logo-firstpage {
		width: 80%;
		height: auto;
	}
}

