body {
	color: #696969;
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.7px;
}

ul {
	list-style: none;
	padding: 0px;
}

hr {
	margin: 20px 0px;
	border-top: 1px solid #CACACA;
}

a {
	color: #6F6CFF;
}

a:hover {
	color: #6F6CFF;
	text-decoration: none;
}

.icon-primary {
	color: #6F6CFF;
	background-color: #EBEEF6;
}

.icon-10 {
	width: 10px;
	height: 10px;
	object-fit: contain;
}

.icon-14 {
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.icon-16 {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.icon-18 {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.icon-20 {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.icon-24 {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.icon-28 {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.icon-32 {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.icon-50 {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.box-1 {
	background-color: #fff;
	border: 1px #e8e8e8 solid;
}

.box-2 {
	border: 1px #e8e8e8 solid;
	color: #6F6CFF;
}

.br-12 {
	border-radius: 12px;
}

.br-15 {
	border-radius: 15px;
}

.br-20 {
	border-radius: 20px;
}

.ch-white {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(260deg) brightness(102%) contrast(102%);
}

.c-red {
	color: red;
}

.c-blue {
	color: #67A4FF;
}

.c-grey {
	color: #535353;
}

.c-lgrey {
	color: #969696;
}

.c-black {
	color: #454545;
}

.c-rblack {
	color: #1E1E1E;
}

.c-white {
	color: #fff;
}

.b-white {
	background-color: #fff;
}

.b-blue {
	background-color: #67A4FF;
}

.b-grey {
	background-color: #d7d7d7;
}

.b-lgrey {
	background-color: #f5f5f5;
}

.txt-10 {
	font-size: 10px !important;
}

.txt-12 {
	font-size: 12px !important;
}

.txt-14 {
	font-size: 14px !important;
}

.txt-15 {
	font-size: 15px !important;
}

.txt-16 {
	font-size: 16px !important;
}

.txt-18 {
	font-size: 18px !important;
}

.txt-20 {
	font-size: 20px !important;
}

.txt-48 {
	font-size: 48px !important;
}

.fw-n {
	font-weight: normal;
}

.fw-b {
	font-weight: bold;
}

.d-ac {
	display: flex;
	align-items: center;
}

.d-jc {
	display: flex;
	justify-content: center;
}

.d-jsb {
	display: flex;
	justify-content: space-between;
}

.d-acjc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-acjsb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.d-acjr {
	display: flex;
	align-items: center;
	justify-content: right;
}

.d-atjsb {
	display: flex;
	align-items: top;
	justify-content: space-between;
}

.p-abs {
	position: absolute;
}

.p-absc {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-fix {
	position: fixed;
	bottom: 0px;
	left: 0;
}

.bot-fix {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	height: 70px;
}

.badge {
	font-weight: normal;
}

.badge-primary {
	background-color: #6F6CFF;
	border-color: #6F6CFF;
}

.badge-orange {
	background-color: #ff8c00;
	border-color: #ff8c00;
}

.badge-indigo {
	background-color: #394aff;
	border-color: #394aff;
}

.btn-primary {
	background-color: #6F6CFF;
	border-color: #6F6CFF;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #85729d;
	border-color: #85729d;
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #6F6CFF;
	border-color: #6F6CFF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
	background-color: #6F6CFF;
	border-color: #6F6CFF;
}

.form-control:focus {
	border-color: #6f6cff40;
	box-shadow: 0 0 20px #2290ff10;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #6F6CFF !important;
}

.nav-link:hover {
	color: #6F6CFF !important;
}

.nav-link.active:hover {
	color: #fff !important;
}

.custom-select:focus {
	border-color: rgba(106, 158, 255, 0.5);
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(76, 118, 167, 0.075), 0 0 20px rgba(0, 102, 255, 0.1);
}

.modal-content {
	width: 80vw !important;
	margin: auto !important;
}

.modal-body {
	max-height: 80vh !important;
	overflow: hidden;
	padding: 15px;
}

.main_footer {
	position: fixed;
	max-width: 100vw;
	text-align: center;
	height: 84px;
	bottom: -10px;
	left: 0;
	z-index: 10;
	background-color: #fff;
}

.container * {
	font-size: 16px;
}

.container {
	max-width: 100vw;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
}

.contents {
	background-color: #EBEEF6;
}

.main_header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
	color: #222222;
}

.main_footer * {
	font-size: 14px;
	color: #898989;
}

.main_footer img {
	width: 80%;
}

.main_footer .col.active .inactive {
	display: none;
}

.main_footer .col.inactive .active {
	display: none;
}

.main_footer .col.active * {
	color: #6F6CFF;
}