html {
	scroll-behavior: smooth;
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	margin: 0;
	color: #374655;
	max-width: 300px;
	text-shadow: 1px 2px white;
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 44px;
	left: 219px;
	font-size: 20px;
	max-width: 600px
}
.pro span {
	color: yellow; text-decoration: underline
}
.judul_materi p {
	max-width: 424px;
	font-size: 22px
}
h2 {
	line-height: 1.3;
	font-size: 24px;
	color: #374655;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}

.hero-image {
	height: 100%;
	position: relative;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://belajark3.com/gudang-prosedur/daftar_prosedur/images/bg.webp");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	border-radius: 3px;
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background-image: url("https://belajark3.com/gudang-prosedur/daftar_prosedur/images/new-bg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.konten-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 30px 0;
	padding-bottom: 20px;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.GARIS {
	border-top: solid 3px #374655;
	width: 100px;
}
.GARIS2 {
	border-top: solid 2px #374655;
	width: 100px;
	margin-top: -10px;
	margin-bottom: -5px;
	margin-left: 20px;
}
.GARIS1 {
	border-top: solid 4px #FFC000;
	width: 100px;
	display: none
}
.footer {
	text-align: center;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.harga {
	display: block;
	font-size: 14px;
	border: rgba(0,0,0, .2) 1px solid;
	background: #F2F2F2;
	padding: 2px 8px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	cursor: pointer;
	border-radius: 3px;
}



.left {
	float: left;
    width: 60%;
}
.right {
    float: right;
    width: 40%;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.flekk {
	margin-bottom: 50px;
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 5px;
	padding: 0 20px;
}
.flek {
	display: flex;
	align-items: center;
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 3px;
	padding: 10px 15px;
	background: rgb(250, 250, 250);
	margin-top: 10px;
	margin-bottom: 20px
}
.flek img {
	width: 50px;
	height: auto;
	margin-right: 15px;
	transition: transform .2s ease;
}
.flek:hover img {
  transform: scale(1.2);
}
.flek a {
  text-decoration: none;
  color: #2b4e84;
  font-size: 17px
}

.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.infoFlek img {
	transition: transform .2s ease;
	}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.infoFlek div {
	font-size: 14px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
}

.KOLOMleft {
	float: left;
    width: 62%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.KOTAK3 { 
  background-color: rgba(220, 220, 220, 0.7); 
  padding: 0px 36px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
	
}
.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 20px 36px;
  margin-bottom: 50px;
  border-radius: 3px;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
 }

.flekLOGO {
	position: absolute;
	left: 100px;
	top: 20px;
	display: flex;
	align-items: center;
	width: 340px;
	z-index: 1
}
.flekLOGOimg {
	width: 60px;
	height: 60px;
	border: 1px solid white;
	padding: 0 8px;
	border-radius: 5px;
	margin-right: 10px;
	background: linear-gradient(45deg, black, transparent)
}
.belajar {
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 1px;
}
.learning {
	font-size: 26.8px;
	line-height: .9;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black;
}
.lembaga {
	font-size: 12px;
	color: white;
	text-shadow: 1px 1px black;
}
.pilihCSMS {
	position: absolute;
	right: 0;
	top: 7px;
}
.colaps:after {
	content: "\2261";
	border: solid 1px #374655;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	float: right;
	cursor: pointer;
	color: #374655;
}
.zia:after {
	background: rgba(250, 250, 250, .8);
	color: black
}
.conten {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	margin-top: 60px;
}
.di-an {
	border: solid 1px #baafa7;
	border-bottom: solid 3px #8c8885;
	border-right: solid 2px #8c8885;
	background: #FFFCFA;
	border-radius: 15px;	
	padding: 15px 20px;
	overflow: auto;
	overscroll-behavior: auto contain;
}
.di-an a {
	text-decoration: none;
	color: black;
	transition: .3s ease;
	font-size: 16px	
}
.di-an a:hover {
	text-decoration: underline;
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.di-anFlek img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.bg-top {
	position: absolute;
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, #ffffff, #ffffff45);
	width: 80%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.konten_pelatihan {
		max-width: 960px;
		}
	.judul_materi {
		left: 100px;
		}
	.judul_materi p {
		font-size: 22px;
		max-width: 390px
		}
	h1 {
		font-size: 52px;
		max-width: 260px
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOTAK3, .KOTAK4 { 
		padding: 20px 24px;
		} 
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		}
	.judul_materi p {
		font-size: 20px;
		max-width: 390px
		}
	h1 {
		font-size: 52px;
		max-width: 260px
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.left, .right {
		width: 100%;
		}
	.flekLOGO {
		left: 40px
		}
	.pro {
		left: 156px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.flekLOGO {
		left: 40px;
		right: 40px;
		top: 40px;
		width: auto;
		}
	.pro {
		bottom: 24px;
		left: 40px;
		max-width: 400px;
		}
	.hero-image {
		height: 100%;
		}
	.depan {
		left: 40px;
        right: 40px;
		}
	.kotak {
		max-width: 360px;
		}
	.konten {
		padding: 20px 64px;
		}
	.judul_materi {
		left: 40px;
		bottom: 100px
		}
	.judul_materi p {
		font-size: 20px;
		max-width: 360px
		}
	h1 {
		font-size: 48px;
		max-width: 260px
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%;
		}
	.infoFlek div {
		font-size: 14px;
		}
	.gambar {
		background-image: url("https://belajark3.com/gudang-prosedur/daftar_prosedur/images/new-bg1.webp");
		}
	.bg-top {
		position: absolute;
		top: 0;
		height: 100%;
		background: linear-gradient(90deg, #ffffff, #ffffff45);
		width: 80%;
		}
	}
@media screen and (max-width: 575.98px) {
	.flekLOGO {
		left: 15px;
		width: auto;
		right: 15px;
		}
	.hero-image {
		background: none;
		height: 660px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.gambar {
		background-image: url("https://belajark3.com/gudang-prosedur/daftar_prosedur/images/new-bg1.webp");
		}
	.pro {
		font-size: 17px;
		left: 15px;
		right: 15px;
		max-width: 300px
		}
	.judul_materi {
		left: 15px;
		bottom: 120px
		}
	.judul_materi p {
		font-size: 20px;
		max-width: 300px;
		color: black
		}
	h1 {
		font-size: 48px;
		max-width: 260px;
		}
	.GARIS1 {
		display: block
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul, .judul_materi p {
		font-size: 17px;
		}
	.infoPELATIHAN {
		right: 5px;
		bottom: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		margin-left: 5px;
		}
	.infoFlek div {
		font-size: 14px;
		}
	.flek img {
		width: 50px;
		height: auto;
		margin-right: 10px;
		}
	.flek a {
		font-size: 16px;
		line-height: 1.4
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%
		}
	.KOTAK3, .KOTAK4 {
		padding: 20px;
		margin-bottom: 30px;
		height: 100%;
		}
	.harga {
		font-size: 12px;
		right: 0;
		bottom: -30px
		}
	.flekk {
		margin-bottom: 50px;
		margin-left: -5px;
		margin-right: -5px;
		}
	.bg-top {
		position: absolute;
		top: 0;
		height: 100%;
		background: linear-gradient(90deg, #ffffff, #ffffff45);
		width: 80%;
		}
	}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}


.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 940px; height: 529px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0, .8);
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://belajark3.com/new_images/pq-csms.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0 0 3px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.modalTOP {
	position: fixed;
	width: 940px;
	left: 0;
	right: 0;
	margin: auto
}
.layout{
	overflow: auto;
	width: 100%; height: 100%;
	color: black
}
.pading {
	padding: 20px 40px;
	margin-right: 340px
}
.clos {
  color: black;
  float: right;
  font-size: 30px;
  z-index: 1;
  margin-right: 20px;
  cursor: pointer;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.flekUkom {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 60px
}
.flekUkom img {
	width: 45px;
	height: auto;
	margin-right: 10px;
	border-radius: 5px;
    margin-right: 15px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 1px white, 0.3em 0.3em 0.15em rgba(0,0,0,.3);
}
.siap {
	position: absolute;
	right: 20px;
	bottom: 5px;
}
.h1 {
	margin: 0;
	font-size: 34px;
	max-width: 100%;
	margin-top: 30px;
}
.h2 {
	margin: 0;
	font-size: 22px;
	margin-bottom: -10px;
	color: #374655;
	margin-top: 60px
}
.GARIS3 {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 150px;
    height: 2px;
}
.GARIS4 {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 150px;
    height: 2px;
}
.layout ol {
	background: rgba(255, 255, 255, .4);
	border: solid 1px rgba(0,0,0,.3);
	border-bottom: solid 3px rgba(0,0,0,.4);
    border-right: solid 2px rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 10px 20px;
    padding-left: 50px;
	font-size: 18px;
}
.layout ul, .layout p {
	font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .modalku-body {
	width: 800px;
	height: 450px;
	}
  .modalTOP {
	width: 800px;
	right: 20px
	}
  .layout ul, .layout p, .layout ol {
	font-size: 17px;
	}
  .pading {
	margin-right: 320px
	}
  .h1 {
	font-size: 32px  
	}
  .clos {
	margin-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modalku-body {
	width: 800px;
	height: 450px;
	}
  .modalTOP {
	width: 800px;
	right: 20px
	}
  .layout ul, .layout p, .layout ol {
	font-size: 17px;
	}
  .pading {
	margin-right: 320px
	}
  .h1 {
	font-size: 32px  
	}
  .clos {
	margin-right: 10px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .clos {
	margin-right: 5px;
	margin-top: -5px;
	}
  .modalku-body {
	width: 500px; height: 70%;
	background-image: url("https://belajark3.com/new_images/pq-csms1.webp");
    }
  .modalTOP {
	width: 500px;
	
	}
  .pading {
	padding: 20px 40px;
	margin-right: 0
	}
  .layout ul, .layout p, .layout ol {
	font-size: 17px;
	}
  .h1 {
	font-size: 32px  
	}
  .flekUkom {
	display: none
	}
  .siap {
	display: none
	}
}
@media screen and (max-width: 575.98px) {
  .clos {
	margin-right: 3px;
	margin-top: -7px;
	}
  .modalku-body {
	width: 90%;
	height: 80%;
	background-image: url("https://belajark3.com/new_images/pq-csms1.webp");
    }
  .modalTOP {
	width: 90%;
	}
  .pading {
	padding: 0px 20px;
	margin-right: 0
	}
  .layout ul, .layout p {
	font-size: 17px;
	}
  .layout ol {
	font-size: 16px;
	padding-left: 40px;
	background: rgba(255, 255, 255, .6);
	}
  .layout ul {
	background: rgba(255, 255, 255, .6);
	border: solid 1px rgba(0,0,0,.3);
	border-bottom: solid 3px rgba(0,0,0,.4);
    border-right: solid 2px rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 16px 20px;
    padding-left: 40px;
	}
  .h1 {
	font-size: 26px  
	}
  .h2 {
	font-size: 20px  
	} 	
  .flekUkom {
	display: none
	}
  .siap {
	display: none
	}
}

/* COLLAPSABLE */
/* COLLAPSABLE */
.kol-lap {
  margin-top: 20px;
}
.KOLAPP {
  cursor: pointer;
  margin-bottom: 8px;
}
.KOLAPP:after {
  content: 'Penjelasan Dokumen';
  border: solid 1px #BFBFBF;
  background: rgb(248, 248, 248);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 14px;
  text-decoration: none;
}
.zia:after {
  content: 'Tutup';
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.content ol {
  font-size: 16px;
  padding-left: 30px
}
.content p {
  font-size: 16px;
  padding-left: 0;
}
.dian {
  border: solid 1px #BFBFBF;
  background: #FAF5FF;
  max-height: 180px;
  overflow: auto;
  overscroll-behavior: auto contain;
  border-radius: 5px;
  padding: 0 18px;
  border-bottom: solid 3px #BFBFBF;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .dian {
	 
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dian {
	
  }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .kol-lap {
    left: 20px;
	}
  .dian {
	
  }
}
@media screen and (max-width: 575.98px) {
  .kol-lap {
	top: -36px;  
  }
  .dian {
	width: auto;
	max-height: 260px;
  }
  .content ol {
	padding-left: 24px
  }
}









.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgb(118, 111, 84);
  color: rgb(118, 111, 84);
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.CALL1 {
  top: 165px;
  left: 186px;
}
.CALL2 {
  top: 322px;
  left: 186px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2:active {
  color: rgb(255,255,255);
  background-color: rgb(118, 111, 84);
  border-color: rgb(118, 111, 84); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.modalkuADMIN {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalkuADMIN.buka {
	opacity: 1;
	display: block;
}
.modalku-bodyADMIN {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 3px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
  background-image: url("/admin.webp");
}
@-webkit-keyframes animatetop {
  from {top: -100%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -100%; opacity:0}
  to {top:0; opacity:1}
}
.closADMIN {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.closADMIN:hover,
.closADMIN:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-bodyADMIN {
	height: 534px;
	width: 400px;
	background-image: url("https://belajark3.com/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-bodyADMIN {
	height: 454px;
	width: 340px;
	background-image: url("https://belajark3.com/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 161px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 161px;
    font-size: 14px;
    }
}