.front_bg {
	background: #fff;
}
* {
	word-break: keep-all;
}
/* 로그인 */
.login_bg {
	background: url(/assets/img/page/login_bg-4e8a300eeffa27290da70e9db47c6552.png) no-repeat 0 0;
	background-size: cover;

	height: calc(100% - 40px);
	margin: 20px 0 20px 30px;
	border-radius: 10px;
}
.login_t1 {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #2c395e;
	margin-top: 37px;
}
.login_t2 {
	color: #898989;
	font-size: 0.875rem;
}
.login_lable {
	color: #898989;
	font-weight: 600;
}
.login_lable2 {
	color: #898989;
	font-size: 0.875rem;
}
.pr_color {
	color: #7168e8;
}
.pr_bg {
	background-color: #7068e0 !important;
	border-color: #7068e0 !important;
}
.smh {
	height: 32px;
	padding: 0 40px;
}
/* form */
.form-control:focus {
	color: #6e6b7b;
	background-color: #fff;
	border-color: #25b4a0;
	outline: 0;
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}
.input-group.is-invalid .input-group-text {
	border-color: #ea5455 !important;
}
.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
	border-color: #25b4a0;
	box-shadow: none;
}
.form-control.error {
	border-color: #e75a2c !important;
}
.form-control + .error {
	font-size: 0.75rem;
	margin-top: 5px;
	color: #ed706b;
}
.input-group + .error {
	font-size: 0.75rem;
	margin-top: 5px;
	color: #ed706b;
}
/* header */
.img_logo {
	background: url(/assets/img/page/logo/logo-f2f03d14c85082d790daf7d3fc0d4723.svg) no-repeat 0 0;
	background-size: contain;
	width: 141px;
	height: 75px;
	margin-top: 57px;
}

.nav_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav_wrap .nav {
	display: flex;
	gap: 90px;
	margin-right: 100px;
}
.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
	color: #2c395e;
}
.nav_wrap .nav .nav-item .nav-link {
	padding: 0.786rem 1.5rem;
	font-size: 20px;
	font-weight: 700;
}
.nav_wrap .nav .nav-item .nav-link:hover {
	color: #03edae;
	position: relative;
	background-color: transparent;
}

.nav_wrap .nav .nav-item .nav-link:hover:after {
	display: block;
	content: "";
	width: 120%;
	height: 2px;
	background: #03edae;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.nav_wrap .nav .nav-item .nav-link.active {
	color: #03edae;
}
.nav_wrap .nav .nav-item .nav-link.active:after {
	display: block;
	content: "";
	width: 120%;
	height: 2px;
	background: #03edae;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.main-menu.menu-light .navigation > li .active {
	color: #03edae;
}
.main-menu.menu-light .navigation > li .active:after {
	display: block;
	content: "";
	width: 120%;
	height: 2px;
	background: #03edae;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.navbar-light .navbar-nav .active.nav-link {
	background-color: transparent;
}
.btn_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 32px;
	border-radius: 36px;
	background: #2c395e;
	font-weight: 600;
	color: #fff;
}
.btn_nav:hover {
	color: #fff;
}
.btn_nav.line {
	border: 2px solid #03edae;
	color: #2c395e;
	background: transparent;
}
.btn_nav.line:hover {
	color: #2c395e;
}
.horizontal-menu .navbar.header-navbar .navbar-container {
	padding: 0;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li {
	padding: 0;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > a {
	padding: 0;
	margin-right: 0.715rem;
}
.nav .modern-nav-toggle {
	margin: 0;
}
.main-menu.menu-light .navigation li a {
	font-size: 20px;
	font-weight: 700;
	color: #2c395e;
}
@media (max-width: 1199.98px) {
	.img_logo {
		width: 97px;
		height: 51px;
		margin-top: 0;
	}
	.main-menu .navbar-brand {
		display: none !important;
	}
	.main-menu .navbar-header {
		height: 1rem;
	}
	.nav_wrap {
		flex-direction: column;
	}
	.nav_wrap .navigation {
		margin-bottom: 50px;
	}
}
/* button */
.btn_round {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 32px;
	border-radius: 36px;
	background: #2c395e;
	font-weight: 600;
	color: #fff;
}
.btn_round:hover {
	color: #fff;
}
/* 공통 */
.front_bg {
	background: url(/assets/img/page/bg_front-3c9b0a9b58d6b79af971fd795a6b808e.png) no-repeat center -100px;
	background-size: cover;
}
.title_h3 {
	color: #2c395e;
	font-size: 60px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}
.title_sb {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media (max-width: 768px) {
	.title_h3 {
		font-size: 34px;
	}
	.img_title .top_img {
		width: 126px;
		height: 100px;
		right: 0;
		background-size: auto 100%;
	}
}
@media (max-width: 576px) {
	.title_sb {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 10px;
	}
}
.title_h4 {
	color: #03edae;
	font-size: 30px;
	font-weight: 600;
}
.sub_txt {
	color: #2c395e;
	margin-top: 10px;
}
.inbox_title {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}
.cont_width {
	max-width: 1600px;
}
@media (max-width: 1600px) {
	.cont_width {
		margin-right: 20px;
		margin-left: 20px;
	}
}
.horizontal-layout.navbar-floating:not(.blank-page) .app-content {
	padding: 0;
}
.horizontal-menu .header-navbar.navbar-light {
	background: transparent;
}
html .content {
	margin-left: 0;
}
.form-label {
	color: #8f9cb2;
	font-size: 0.75rem;
	font-weight: 500;
}
.form-control {
	border: 1px solid #e1e9f0;
	border-radius: 6px;
}
.form-control::placeholder {
	color: #c4c3c7;
}
/* 회원가입 */
.scroll_box {
	border: 1px solid #c4c3c7;
	border-radius: 6px;
	height: 286px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 40px 20px 20px;
}
.agree p {
	margin-bottom: 0;
	color: #726f7b;
	font-size: 14px;
}
.agree .t1 {
	font-weight: 700;
	margin-bottom: 1rem;
}
.agree .t2 {
	margin-bottom: 2rem;
}
.info_text {
	margin-top: 5px;
}
.info_text p {
	color: #898989;
	font-size: 0.75rem;
	margin-bottom: 0;
	line-height: 1.3;
}
.info_text .bu {
	padding-left: 20px;
	position: relative;
}
.info_text .bu::before {
	display: inline-block;
	content: "※";
	position: absolute;
	left: 7px;
	color: #ed706b;
}
.joinend_pd {
	padding: 100px 0 230px;
	word-break: keep-all;
}
@media (max-width: 768px) {
	.joinend_pd {
		padding: 50px 20px 100px;
	}
}
@media (max-width: 1500px) {
	.vis_img {
		width: 100%;
		margin: -50px auto 0;
	}
	.vis_wrap {
		display: flex;
		justify-content: flex-end;
		padding-left: 1.5rem;
	}
	.vis_img .img_wrap {
		height: 80%;
	}
	.vis_img .img_wrap img {
		width: 100%;
	}
	.vis_img .text_wrap .t1 {
		font-size: 50px;
	}
	.vis_img .text_wrap .t2 {
		font-size: 50px;
	}
	.vis_img .vbtn_wrap {
		display: flex;
		/* position: absolute;
		left: 1.5rem;
		top: 500px; */
	}
	.timetable {
		width: 100%;
	}
	.vis_img .webv {
		display: flex;
	}
	.vis_img .mobilev {
		display: none;
	}
}
@media (max-width: 1230px) {
	.timetable {
		display: none;
	}
}
@media (max-width: 992px) {
	.vis_img {
		margin: 0 auto 0;
	}
	.vis_wrap {
		width: 100%;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.vis_img .text_wrap {
		margin-top: 20px;
	}
	.vis_img .text_wrap .t1 {
		font-size: 33px;
	}
	.vis_img .text_wrap .t2 {
		font-size: 33px;
	}
	.vis_img .img_wrap {
		width: 100%;
		height: auto;
	}
	.vis_img .text_wrap2 {
		margin-top: 15px;
	}
	.vis_img .text_wrap2 .icon_img {
		width: 43px;
	}
	.vis_img .text_wrap2 .subt {
		font-size: 12px;
	}
	.vis_img .vbtn_wrap {
		/* position: relative;
		left: auto;
		bottom: auto; */
		display: flex;
		justify-content: center;
		margin-top: 0;
	}
	.vis_img .vbtn_wrap .btn_m1 {
		border-radius: 36px;
		width: 107px;
		height: 40px;
		color: #ffffff;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		background: #2c395e;
		border: 0;
		margin-right: 10px;
	}
	.vis_img .vbtn_wrap .btn_m2 {
		border-radius: 36px;
		background: #fff;
		width: 107px;
		height: 40px;
		color: #2c395e;
		border: 4px solid #03edae;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
	}
	.timetable {
		display: none;
	}
	.vis_img .webv {
		display: none;
	}
	.vis_img .mobilev {
		display: flex;
	}
}

/* 진행 단계 */
.btn_main {
	border-radius: 36px;
	background: #fff;
	width: 190px;
	height: 70px;
	color: #2c395e;
	border: 4px solid #03edae;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.btn_main.lg {
	width: 277px;
}

@media (max-width: 1500px) {
	.horizontal-layout .app-content {
		padding: 0;
	}
	.mainstep_wrap {
		padding-left: 20px;
	}
}
@media (max-width: 1200px) {
	.mainstep_wrap .step_list .btn_main {
		display: none;
	}
	.mainstep_wrap .step_list .item_wrap {
		display: flex;
		margin-left: 0;
		gap: 30px;
	}
	.horizontal-layout .app-content {
		padding-right: 0 !important;
	}
}
@media (min-width: 300px) and (max-width: 576px) {
}
.dropdown-user-link {
	margin-right: 20px;
}
.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle {
	display: flex;
	gap: 10px;
	align-items: center;
}
.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
	right: 0;
	left: auto;
	top: 50%;
}
.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle .user-nav {
	color: #2c395e;
}

@media (max-width: 1199.98px) {
	.horizontal-menu .header-navbar {
		display: none;
	}
	.dropdown-user-link {
		margin-right: 0;
		display: flex;
		align-items: center;
	}
	.dropdown-toggle::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	}
	.dropdown-user-link .user-nav {
		margin-left: 10px;
	}
}
