@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

.layout_content_area{
	background-color: #ffffff !important;
}

#layout_center > div > figure > figure{
	background-color: #ffffff !important;
}

.member_type a.btn{
	font-size: 16px;
}
.reg-div-wrap-main{
	display: flex;
	justify-content: center;
	clear: both;
}
.reg-div-wrap{
	display: block;
    max-width: 740px;
	border:1px solid #e5e5e5;
	border-radius: 30px;
	padding: 20px;
}

.krzip-jibunAddress{
	display: none !important;
}

.btnArea .btn, #fo_insert_member > div.reg-div-wrap-main.mgt-50 > div > div.btnArea > input.btn.btn-inverse.pull-right{
	font-size:16px !important;
	padding: 10px 20px !important;
	height: auto !important;
	margin-top: 10px !important;
}

#fo_insert_member > div.reg-div-wrap-main.mgt-50 > div > div.btnArea{
	margin: 20px 0px 10px 0px;
}

.xm .form-horizontal .control-label{
	max-width: 120px;
}

.xm .form-horizontal .controls {
    margin-left: 140px !important;
}

p.help-inline{
	margin-top: 10px !important;
}

.mgt-10{
	margin-top:10px;
}

.mgt-15{
	margin-top:15px;
}

.mgt-20{
	margin-top:20px;
}

.mgt-30{
	margin-top:30px !important;
}

.mgt-40{
	margin-top:40px;
}

.mgt-50{
	margin-top:50px;
}

.mbt-10{
	margin-bottom:10px;
}

.mbt-15{
	margin-bottom:15px;
}

.mbt-20{
	margin-bottom:20px;
}

.mbt-30{
	margin-bottom:30px;
}

.mbt-35{
	margin-bottom:35px;
}

.mbt-40{
	margin-bottom:40px !important;
}

.mbt-50{
	margin-bottom:50px !important;
}

.mbt-60{
	margin-bottom:60px !important;
}

.agreement-list{
	max-width: 300px;
}

.agreement-inlined{
	display: inline-block;
}

.agreement-div.agreement-inlined{
	width:60%;
	position: relative;
}

.agreement-div.no-inlined{
	width:100%;
	position: relative;
}

.control-label.job2{
	padding-top:0 !important;
}

#fo_insert_member, .agreement-popup-content-div p , .agreement-popup-content-div p span, .show-agree-popup-title, .font-pretendard, h1, .swal2-html-container, input, #layout_center > div > div > section > section, #licCheck,.member_type.clearfix .reg-type-btn{
	font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

label.control-label, span.agreement-span-text{
	font-size: 14px;
}

.agreement-required-div{
	font-weight: 600;
	display: inline;
	padding-left:3px;
	color:rgb(225, 131, 0);
}

.agreement-optional-div{
	font-weight: 600;
	display: inline;
	padding-left:3px;
	color:rgb(85, 85, 85);
}

.agreement-all-text{
	font-size: 16px;
	font-weight: 600;
}

.show-agree-popup-title{
	height: 30px;
	font-size: 20px;
}

.show-agree-popup-htmlcontainer{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 1em .1em .3em;
}

.agreement-show{
	position: absolute;
	right:1px;
	border: 1px solid #e5e5e5;
	color:#404040;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 13px;
	width:60px;
	text-align: center;
	top:-1px;
	cursor: pointer;
}

.agreement-show:hover{
	color:#000000;
	border: 1px solid #cacaca;
}

.agreement-popup-content-div{
	max-height: 250px;
	overflow-y: auto;
	height: 250px;
	padding-right:10px;
	padding-left:10px;
}

.agreement-popup-content-div p{
	font-size: 15px;
}

body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
	overflow-y: auto !important;
}

.checkbox-wrapper-15 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.checkbox-wrapper-15 .cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #B9B8C3;
	transition: all 0.2s ease;
}

.checkbox-wrapper-15 .cbx span:first-child svg {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 4px;
	fill: none;
	stroke: white;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #506EEC;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	transition-delay: 0.2s;
}

.checkbox-wrapper-15 .cbx span:last-child {
	margin-left: 3px;
}

.checkbox-wrapper-15 .cbx span:last-child:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #B9B8C3;
	transform-origin: 0 0;
	transform: scaleX(0);
}

.checkbox-wrapper-15 .cbx:hover span:first-child {
	border-color: #3c53c7;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
	border-color: #3c53c7;
	background: #3c53c7;
	animation: check-15 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(2.2);
	opacity: 0;
	transition: all 0.6s ease;
}
/*
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
color: #B9B8C3;
transition: all 0.3s ease;
}
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
transform: scaleX(1);
transition: all 0.3s ease;
}
*/

@keyframes check-15 {
50% {
	transform: scale(1.2);
}
}

.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	@media (max-width: 768px) {
		font-size: 12px;
	}
}

.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}

.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 2;
}

.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
}

.stepper-item.completed .step-counter {
	background-color: #006dd4;
	color: #ffffff;
}

.stepper-item .step-counter img{
	filter: invert(1);
	width: 40px;
}

.stepper-item .step-name{
	font-size:20px;
	color: #999;
	font-weight: 600;
	margin-top: 10px;
}

.stepper-item.active .step-name{
	color:#000000;
}

.stepper-item.completed .step-counter img{
	filter: invert(1);
	width: 40px;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #4bb543;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item:first-child::before {
content: none;
}
.stepper-item:last-child::after {
content: none;
}

.modal__overlay{
	z-index: 99;
}


.control-group .control-label{
	font-size: 16px !important;
	font-weight: 600 !important;
}

.help-inline{
	display: block !important;
	line-height: 140%;
}

.swal2-shown.swal2-height-auto{
	padding-right:0 !important;
}

@media screen and (max-width: 768px) {

	.qst-div-wrap,.qst-div{
		width: 20px !important;
		height: 20px !important;

	}

	.qst-div{
		top: 5px !important;
		left:-40px;
	}

	.xm .form-horizontal .control-label{
		float: unset !important;
		width: 280px !important;
		display: block;
		text-align: left !important;
	}

	.xm .form-horizontal .controls{
		margin-left: unset !important;
	}

	#license{
		width: 40% !important;
	}

	.reg-div-wrap-main{
		padding: 10px;
	}

	#layout_center > div > div > section > h1{
		margin-left:20px;
		margin-top: 20px;
	}

	.global_notice,.area-banner-container,.control-label.agreement-label{
		display: none !important;
	}

	.userInfo .ul-th{
		width: 27% !important;
	}

	.ul-th.jumin-div{
		font-size:12px !important;
	}

	.member_type.clearfix .type-reg-div{
		display: none;
	}

	.type-select-wrap-div{
		padding: 0 20px;
	}

	.type-reg-a-btn{
		width: auto !important;
	}
}

.qst-div-wrap{
	display: inline-block;
	position: relative;
	width:20px;
	height:20px;
}

.qst-div{
	width:22px;
	height:22px;
	background-color:#64b51d;
	border-radius:50%;
	display: flex;
	margin-left : 10px;
	top:6px;
	position: absolute;
	justify-content: center;
	align-items: center;
}

.qst-div img{
	filter: invert(1);
}

.bounce-icon-2 {
animation: bounce-icon-2 2s ease infinite;
}

@keyframes bounce-icon-2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

.open-nick-style{
	text-align: left;
	line-height: 140%;
}

.type-reg-a-btn{
	text-decoration: none;
	color: #4f4f4f;
	max-width: 600px;
	display: block;
	width:600px;
}

.member_type.clearfix{
	border-radius: 15px;
	display: flex;
    align-items: center;
	cursor: pointer;
	position: relative;
	margin: 0 0 20px 0;
	max-width: 100% !important;
	width: 100% !important;

}

.member_type.clearfix:hover{
	border: 1px solid #005ec9;
	color:#000000;
	box-shadow: 5px 5px 5px 2px #e5e5e5;
}

.member_type.clearfix .icon-div, .member_type.clearfix .description, .member_type.clearfix .type-reg-div, .member_type.clearfix .space-line{
	border-radius: 15px;

}

.member_type.clearfix .space-line{
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	display: none;
}

.member_type.clearfix .icon-div img{
	width: 50px;
}

.member_type.clearfix .description{
	margin-left: 25px;
	float: unset !important;
}

.member_type.clearfix .type-reg-div{
	position: absolute;
	right: 20px;
}

.member_type.clearfix .description p{
	line-height: 140%;
}

.member_type.clearfix .reg-type-btn {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:16px 20px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.member_type.clearfix .reg-type-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.member_type.clearfix .reg-type-btn:active {
	position:relative;
	top:1px;
}

.type-select-wrap-div{
	display: grid;
	justify-content: center;

}
