@font-face {
	font-family: 'NanumSquareRound';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Happiness-Sans-Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/Happiness-Sans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

html body {background-color: #e9fcf6; position: relative;}

/* step-wrap */
.step-wrap {margin: 0 auto 5rem auto;}
.step-number {background-color: #ffffff; border-radius: 50%; width: 2.5rem; height: 2.5rem; padding: 0.5rem 0; text-align: center; color: #ccc; border: 1px solid #ccc; }
.step-number.active {background-color: #19aa73; border: 1px solid #19aa73; color: #fff;}
.step-name {font-size: 1rem; color: #11442f; width: 6rem; margin-top: 0.8rem; font-weight: bold;} 
.step-name.active {color: #139764;}
.line4 {border-bottom: 2px solid #ccc; width: 7rem;}
.line4.active {border-bottom: 2px solid #19aa73; width: 7rem;}

/*  */
.register-wrap {width: 100%; min-height: 100vh; font-family: 'NanumSquareRound'; padding: 1rem 0;}
.title {font-family: 'Happiness-Sans-Bold'; font-weight: bold; font-size: 1.3rem; color: #136b6e;}
.square {position: relative; cursor: pointer; width: 16rem; height: 16rem; border-radius: 20px; display: flex; justify-content: center; align-items: center; background-color: #ffffff; box-shadow: 1px 2px 5px 3px rgba(191, 224, 224, 0.473);}
.square-circle {width: 6.5rem; padding: 1.3rem; border-radius: 50%; background-color: #e9fcf6;}
.square p {font-size: 1.1rem; margin-top: 1rem;}
.square i {position: absolute; font-size: 2.5rem; left: 1rem; top: 1rem; color: #22da8d; display: none;}

/* btn */
.btn-save {background-color: #50b36a; color: #fff; font-weight: bold; width: 8rem; padding: 0.8rem; font-size: 1rem;  border-radius: 40px; border: 2px solid #50b36a;}
.btn-save:hover {background-color: #5bb974; color: #fff; border: 2px solid #5bb974;}
.btn-cancle:hover {background-color: #ffffff; color: #5bb974; border: 2px solid #5bb974;}
.btn-cancle {font-size: 1rem; border-radius: 40px; width: 8rem; padding: 0.8rem; border: 2px solid #5bb974; background-color: #ffffff; color: #40b960;  font-weight: bold;}
.btn-check {color: #50b36a; font-weight: bold; width: 7rem; font-size: 0.8rem; padding: 0.38rem; border-radius: 4px; border: 2px solid #50b36a;}
.btn-check:hover {color: #50b36a;}
.cardremove {background-color: #f85c5c; color: #fff; padding: 0rem 0.7rem; border-radius: 6px; font-size: 1rem; box-shadow: 0 2px 4px rgba(253, 104, 84, 0.37);}
.cardremove:hover {color: #fff;}

/* agree-wrap */
.agree-wrapper {background-color: #fff; padding: 1rem; border-radius: 20px; box-shadow: 1px 2px 5px 3px rgba(191, 224, 224, 0.473);}
.agree-wrap {width: 600px;}
.agree-wrap {border-bottom: 1px solid #eee; font-size: 0.85rem;}
.agree {display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; font-weight: bold;}
.agree > i {margin-left: 0.5rem; transition: all 0.5s; transform: rotate(0); font-size: 1.2rem; color: #bbb;}
.agree > i.active {transform: rotate(180deg); color: #555555;}
.agree-cont {display: none; background-color: #ffffff; padding: 1rem; height: 12rem; overflow-y: auto;}
.impor {color: #47b386;}

/* checkbox */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background-color: #47b386; border: none;}

/* input-wrap */
/*.input-wrap {width: 500px; max-width: 500px; margin: auto; padding: 1rem 1.5rem; font-size: 0.8rem; border-radius: 30px; box-shadow: 2px 4px 8px 1px rgb(78 78 78 / 42%); background-color: #fff;}*/
.input-wrap {width: 500px; max-width: 500px; margin: auto; padding: 1rem 1.5rem; font-size: 0.9rem; border-radius: 30px; box-shadow: 2px 4px 8px 1px rgb(78 78 78 / 42%); background-color: #fff;}
.input-group {position:relative; height: 35px; color: #000; margin-top: 1.3rem; color: #adadad;}
.input-group input { box-sizing: border-box; width: 100%; height: 100%; outline: none; border: 1px solid #ddd; background-color: #f4f4f4; border-radius: 4px; padding: 0 0.5rem;}
.input-group label {position:absolute; left: 0%; bottom: -1px; width:100%; height:100%; text-align:left; pointer-events:none;}
/*.input-group  label span {position:absolute; left: 0.5rem; bottom: 1px; transition:all 0.3s; color: #adadad;}*/
.input-group  label span {position:absolute; left: 0.5rem; bottom: -4px; transition:all 0.3s; color: #adadad;}
.input-group  input:focus + label span, .input-group  input:valid + label span {transform:translateY(-145%); font-weight: bold; color:#47b386;}
.input-group select {width: 100%; height: 100%; box-sizing: border-box; background-color: #f4f4f4; border-radius: 0 0.5rem; text-align: left; border: 1px solid #ddd; color: #adadad;}

/* 회원가입 label text 추가*/
/*.register-wrap .input-wrap { font-size: 0.9rem; bottom: -4px; }*/
