:root {
  --basic-color: #f4a91d;
  --basic-dark: #007582;
  --basic-lightblue: #68cdd9;
  --basic-blue: #3285bf;
  --basic-green: #0ab597;
  --basic-darkblue: #144699;
  --font-color: #393939;
  --border-color: #e8e8e8;
  --footer-text-color: rgb(195, 195, 195);
  --shadow-color: #e5e5e5;
}

#footer-top #contents-text {
  display: none;
}
#footer-top #contents-text-free {
  display: block !important;
}

free .mtop {
	margin-top: 50px;
  padding-top: 3rem;
}

free .freeimg-wrap {
  max-width: 900px;
  width: 90%;
  margin: 5rem auto;
}
free .freeimg-wrap img {
  width: 100%;
  margin: 10px 0;
}
free .formwrap {
  border: 1px solid #e9ecef;
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: 3rem auto 0;
  padding: 4rem 7rem 3rem 7rem;
}

free .title {
  font-family: "Gmarket Sans";
  color: var(--basic-color);
}
free .subtitle {
  font-family: "Gmarket Sans";
  font-weight: 600;
  color: var(--font-color);
}
free .subtitle b {
  font-family: "Gmarket Sans";
  color: #f7bd4f;
  font-weight: 800;
}
free .col-form-label {
  font-weight: 800;
}
@media (max-width: 900px) and (min-width: 425px) {
  free .formwrap {
    border: 1px solid #e9ecef;
    max-width: 900px;
    width: 90%;
    margin: 3rem auto 0;
    padding: 4rem 8vw 3rem 8vw;
  }
}
@media (max-width: 768px) {
  free .title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -3px;
    word-spacing: -3px;
  }
  free .subtitle {
    font-size: 20px;
    letter-spacing: -1px;
    word-spacing: 0px;
  }
  free .subtitle b {
    letter-spacing: -1px;
    word-spacing: 0px;
  }
  free .freeimg-wrap {
    max-width: 900px;
    width: 90%;
    margin: 2rem auto;
  }
}

@media (min-width: 430px) and (max-width: 500px) {
  free .subtitle {
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: 0px;
  }
}


@media (max-width: 429px) {
  free .form-control {
    font-size: 14px;
  }
  free .subtitle {
    font-size: 13px;
    letter-spacing: -1px;
    word-spacing: -1px;
  }
  free .subtitle b {
    letter-spacing: -1px;
    word-spacing: 0px;
  }
  free .formwrap {
    border: 1px solid #e9ecef;
    max-width: 760px;
    width: 90%;
    margin: 3rem auto 0 auto;
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  free .title {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -3px;
    word-spacing: -3px;
  }
  free .subtitle {
    font-size: 25px;
    letter-spacing: -1px;
    word-spacing: 0px;
  }
  free .subtitle b {
    letter-spacing: 0px;
    word-spacing: 0px;
  }
}
@media (min-width: 992px) {
  label {
    text-align: right;
  }
  free .inputpassword2 {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  label {
    text-align: left;
  }
  free .inputpassword2 {
    padding-left: 15px;
  }
}
free .cellcert {
  width: 100%;
  height: 100%;
  background-color: var(--basic-color) !important;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  text-shadow: none !important;
}
free .submitbtn,
free .submitbtn:focus {
  background-color: var(--basic-color) !important;
  width: 105px;
  border: none;
  color: #fff !important;
  height: 39px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -1px;
  border-radius: 0.25em;
  text-shadow: none !important;
}
free .info {
  text-decoration: underline;
  color: rgb(0, 0, 255);
  cursor: pointer;
}

.label-bottom-0 label {
  margin-bottom: 0;
  font-size: 16px;
}

.gradiant {
  padding: 3rem 0;
  width: 100%;
  background-image: linear-gradient(to right, #0378d4, #22bcd5, #5ddab9);
}

.gradiant .discriptionText {
  max-width: 570px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  font-family: Gmarket sans;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}

.gradiant .discriptionText .textWrap {
  display: flex;
  align-items: baseline;
  margin: 5px 0;
}

.gradiant .discriptionText .textWrap .text {
  white-space: nowrap;
}

.gradiant .discriptionText .textWrap .dotted {
  align-self: center;
  border-bottom: 1px dashed #fff;
  width: 100%;
  margin: 0 5px 4px;
}

.gradiant .discriptionText .textWrap:first-child .iconBox {
  font-size: 0.6em;
}

.gradiant .discriptionText .textWrap .iconBox {
  background-color: #fff;
  font-family: Noto Sans KR;
  padding: 0 5px 2px;
  text-align: center;
  width: 100%;
  border-radius: 9px;
  color: #22bcd5;
  height: 29px;
  max-width: 55px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 55px;
}

.gradiant .bottomTag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0 15px;
  margin: 2rem auto 0;
}

.gradiant .bottomTag .tagStyle {
  font-family: Gmarket Sans;
  font-weight: 600;
  width: 23%;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0.35em 0.35em 0.16em;
}

.gradiant .bottomTag .tagStyle:last-child {
  font-weight: 800;
  background-color: #fff;
  color: #3cb3d8;
  border: 2px solid #fff;
}

@media (max-width: 1030px) {
  .gradiant .bottomTag {
    justify-content: center;
  }

  .gradiant .bottomTag .tagStyle {
    width: 47%;
    margin: 0.3em;
  }
}

@media (max-width: 650px) {
  .gradiant .discriptionText {
    font-size: 3.6vw;
  }

  .gradiant .bottomTag {
    font-size: 2.6vw;
  }

  .gradiant .discriptionText .textWrap .iconBox {
    height: 4.6vw;
  }
}

@media (max-width: 425px) {
  .gradiant .discriptionText {
    font-size: 14px;
  }

  .gradiant .discriptionText .textWrap .iconBox {
    height: 16px;
    max-width: 47px;
    min-width: 47px;
    border-radius: 4px;
  }
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

input::placeholder {
  color: #bebebe !important;
}

.error {
  color: red;
}

modal .modal {
	margin-top: 80px;
}

modal .modal-content {
	position: relative;
	border-radius: 10px;
}

modal .modal-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

modal .modal-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

modal .modal-title {
	border-radius: inherit;
}

@media (min-width: 576px) {
	modal .modal-dialog {
		max-width: 900px;
		max-height: 600px;
		margin: 1.75rem auto;
		border-radius: 20px;
	}
}

modal .modal-title {
	font-family: "Noto Sans KR";
	font-weight: 500;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e8e8e8;
	height: 45px;
	width: 100%;
}

modal .modal-body {
	overflow-y: scroll;
	max-height: 450px;
	font-size: 13px;
	margin: 0 0 2rem 0;
}

modal .modal-footer button {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 55px;
	border: none;
	border-radius: 0;
	text-align: center;
	color: #fff;
	background-color: var(--basic-color);
	border-radius: inherit;
}

@media (min-width: 452px) {
	modal .modal-body {
		overflow-y: scroll;
		height: 450px;
		font-size: 13px;
		margin: 0 0 2rem 0;
	}

	modal .nav-tabs .nav-link {
		padding: 0.5rem 1rem;
		font-family: Noto Sans KR;
		font-weight: 500;
		color: var(--font-color);
		border: 1px solid var(--border-color);
		font-size: 16px;
	}
}

@media (max-width: 451px) {
	modal .modal-body {
		overflow-y: scroll;
		height: 40vh;
		margin: 0 0 2rem 0;
	}

	modal .nav-tabs .nav-link {
		padding: 5px;
		font-family: Noto Sans KR;
		font-weight: 500;
		color: var(--font-color);
		border: 1px solid var(--border-color);
		font-size: 12px;
	}
}

modal .nav-tabs .nav-item.show .nav-link,
modal .nav-tabs .nav-link.active {
	color: #fff;
	background-color: var(--basic-color);
	border: 1px solid var(--basic-color);
}