html {
	scroll-behavior: smooth;
	height: 100%;
	margin: 0; 
}
body { 
	color: rgba(0,0,0, .87); 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
h1 {
	font-size: 60px;
	line-height: .9;
	font-weight: normal;
	font-family: "Archivo Black", sans-serif;
	margin: 0;
	color: #374655;
	text-shadow: 1px 1px white;
}
h2 {
	font-size: 28px;
	color: #374655;
	font-family: "Archivo Black", sans-serif;
}
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/dokumen-CSMS/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/dokumen-CSMS/images/bg-new.webp");
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
	max-width: 600px
}
.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;
}
.footer {
	text-align: center;
}
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.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: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	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: 66%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}

.left {
	float: left;
    width: 59%;
}
.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;
	position: relative;
	min-height: 180px
}
.flekPDF {
	display: flex;
	align-items: center;
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 3px;
	padding: 12px 15px;
	background: rgb(250, 250, 250);
	margin-top: 40px;
	margin-bottom: 16px
}
.flekPDF img {
	width: 50px;
	height: auto;
	margin-right: 15px;
	transition: transform .2s ease;
}
.flekPDF:hover img {
  transform: scale(1.2);
}
.flekPDF a {
  text-decoration: none;
  color: #2b4e84;
  font-size: 17px;
  line-height: 1.5
}
.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 10px 36px 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);
 }
.penjelasan {
  border: solid 1px #BFBFBF;
  background: rgb(250, 250, 250);
  border-radius: 3px;
  padding: 2px 12px;
  font-size: 16px;
  cursor: pointer;
  display: inline;
  color: #2b4e84;
  margin-bottom: 60px
}
.penjelasan:hover,
.penjelasan:active {
  background: rgb(240, 240, 240);
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}
.flekPDF:hover,
.flekPDF:active {
  background: rgb(240, 240, 240);
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}

.jawab {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	background: #e8f0fb;
	padding: 10px 40px;
	box-shadow: inset 0 0 0 1px white, 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.3);
	border: solid 1px rgba(0,0,0, .2);
	transform: scale(0);
	animation: zoomIn .6s .1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	width: 620px;
	height: max-content;
	z-index: 1;
	opacity: 0;
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .7s;
	text-align: justify
}
.jawab.show {
	opacity: 1;
	display: block;
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.x {
	right: 0px;
	top: -7px;
	position: absolute;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	font-size: 24px;
	color: rgba(0,0,0, .7)
}
.jawab p, .jawab ol {
	font-size: 17px
}
.GARIS3 {
    border-top: solid 2px rgba(0,0,0, .4);
    width: 100px;
	
}
.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, transparent);
	width: 80%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		left: 80px;
		}
	h1 {
		font-size: 56px;
		}
	h2 {
		font-size: 26px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	}
@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;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.flekLOGO {
		left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		height: 100%;
		}
	.depan {
		left: 40px;
        right: 40px;
		}
	.konten { 
		padding: 20px 64px;
		}
	.judul_materi {
		left: 40px;
		width: 400px
		}
	h1 {
		font-size: 56px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%;
		}
	.info {
		font-size: 14px;
		}
	.jawab {
		width: auto
		}
	.flekk {
		padding: 20px 40px 40px 40px
		}
	.flekPDF {
		margin-top: 0
		}
	.jawab {
		width: auto;
		left: 50px;
		right: 50px;
		}
	.gambar {
		background-image: url("https://belajark3.com/dokumen-CSMS/images/bg-new1.webp");
		}
	.flekLOGO {
		left: 40px;
		right: 40px;
		top: 40px;
		width: auto;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 660px;
		}
	.flekLOGO {
		left: 15px;
		width: auto;
		right: 15px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten {
		margin-bottom: 20px;
		}
	.gambar {
		background-image: url("https://belajark3.com/dokumen-CSMS/images/bg-new1.webp");
		}
	.judul_materi {
		left: 15px;
		bottom: 40px;
		max-width: 300px;
		}
	h1 {
		font-size: 52px;
		
		}
	h2 {
		font-size: 26px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekk {
		margin-bottom: 50px;
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 20px
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%;
		}
	.KOTAK4 {
		padding: 10px 20px 20px 20px;
		margin-bottom: 30px;
		height: auto;
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.flekPDF {
		margin-top: 0
		}
	.flekPDF a {
		font-size: 16px
		}
	.jawab {
		width: auto;
		left: 14px;
		right: 15px;
		padding: 5px 20px;
		text-align: left
		}
	.jawab p, .jawab ol {
		font-size: 16px
		}
	}


.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: 184px;
}
.CALL2 {
  top: 322px;
  left: 184px;
}
.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;
}
.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  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;
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body {
  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: 10px;
  background-image: url("https://belajark3.com/admin-csms.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 1s;
  animation-name: animatetop;
  animation-duration: 1s;
}
@-webkit-keyframes animatetop {
  from {top: -200%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-200%; opacity:0}
  to {top:0; opacity:1}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("https://belajark3.com/admin-csms1.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-body {
	height: 454px;
	width: 340px;
	background-image: url("https://belajark3.com/admin-csms1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}