
#sec1 .container {
	max-width: 100%;
}
#sec1 .sec_cont .percent_area span {
  font-size: clamp(16px, 0.83vw, 16px);
  font-weight: 700;
  color: var(--color-point);
  margin-bottom: 12px;
}
#sec1 .sec_cont .percent_area .percent_bar {
  height: 4px;
  width: 100%;
  background-color: #eee;
  position: relative;
}
#sec1 .sec_cont .percent_area .percent_bar::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-point);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
/*20% 완료시*/
#sec1 .sec_cont .percent_area .w_20::before {
  width: 20%;
}
/*40% 완료시*/
#sec1 .sec_cont .percent_area .w_40::before {
  width: 40%;
}
/*60% 완료시*/
#sec1 .sec_cont .percent_area .w_60::before {
  width: 60%;
}
/*80% 완료시*/
#sec1 .sec_cont .percent_area .w_80::before {
  width: 80%;
}
/*100% 완료시*/
#sec1 .sec_cont .percent_area .w_100::before {
  width: 100%;
}
#sec1 .sec_cont .input_wrapper {
  border: 1px solid #ddd;
  padding: 0 clamp(40px, 2.08vw, 40px);
  border-radius: 20px;
  margin-bottom: clamp(20px, 1.04vw, 20px);
  height: clamp(120px, 6.25vw, 120px);
}
#sec1 .sec_cont .input_wrapper .label_wrapper {
  width: 100%;
}
#sec1 .sec_cont .input_wrapper .label_wrapper::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../img/gray_down_arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 25px;
  transition: transform 0.4s;
}
#sec1 .sec_cont .input_wrapper label {
  width: fit-content;
}
#sec1 .sec_cont .input_wrapper label input[type=checkbox] + span {
  width: clamp(20px, 1.04vw, 20px);
  height: clamp(20px, 1.04vw, 20px);
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 2px;
}
#sec1 .sec_cont .input_wrapper label input[type=checkbox]:checked + span {
  background-color: var(--color-point);
  border-color: var(--color-point);
  background-image: url(../img/check_ico.png);
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#sec1 .sec_cont .input_wrapper label .top_txt {
  transition: 0.4s;
}
#sec1 .sec_cont .input_wrapper .hide_txt {
  border-top: 1px solid #ddd;
  display: none;
  width: 100%;
}
#sec1 .sec_cont .input_wrapper .hide_txt .txt {
  background-color: #f4f9fb;
  padding: clamp(35px, 1.82vw, 35px);
  border-radius: 10px;
}
#sec1 .sec_cont .input_wrapper .hide_txt .txt .gray {
  position: relative;
  padding-left: 13px;
}
#sec1 .sec_cont .input_wrapper .hide_txt .txt .gray::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #888;
  display: block;
  position: absolute;
  left: 0;
  top: clamp(14px, 0.73vw, 14px);
}
#sec1 .sec_cont .input_wrapper .price_input {
  border: 1px solid #ddd;
  font-size: clamp(18px, 0.94vw, 18px);
  padding: clamp(20px, 1.04vw, 20px);
  border-radius: 10px;
  width: clamp(260px, 13.54vw, 260px);
}
#sec1 .sec_cont .input_wrapper .price_input input {
  border: none;
  width: calc(100% - 10px);
}
#sec1 .sec_cont .input_wrapper .price_input span {
  font-weight: 700;
}
#sec1 .sec_cont .input_wrapper .etc_input {
  width: clamp(260px, 13.54vw, 260px);
  border-radius: 10px;
  margin-left: 25px;
  padding: clamp(20px, 1.04vw, 20px);
  border: 1px solid #ddd;
}
#sec1 .sec_cont .input_wrapper .etc_input input {
  border: none;
}
#sec1 .sec_cont .has_h_txt {
  flex-direction: column;
}
#sec1 .sec_cont .h_auto {
  height: auto;
  border: none;
  margin-bottom: clamp(40px, 2.08vw, 40px);
  padding: 0;
}
#sec1 .sec_cont .h_auto textarea {
  border: 1px solid #ddd;
  width: 100%;
  font-size: clamp(18px, 0.94vw, 18px);
  padding: clamp(20px, 1.04vw, 20px);
  border-radius: 10px;
}
#sec1 .sec_cont .h_auto input {
  width: 100%;
  height: clamp(60px, 3.13vw, 60px);
  border: 1px solid #ddd;
  font-size: clamp(18px, 0.94vw, 18px);
  padding: 0 clamp(20px, 1.04vw, 20px);
  border-radius: 10px;
}
#sec1 .sec_cont .h_auto input::placeholder {
  color: #888;
}
#sec1 .sec_cont .on {
  height: auto;
  padding: clamp(30px, 1.56vw, 30px) clamp(40px, 2.08vw, 40px);
}
#sec1 .sec_cont .on .label_wrapper::after {
  transform: rotate(180deg);
}
#sec1 .sec_cont .on label .top_txt {
  padding-bottom: clamp(26px, 1.35vw, 26px);
}
#sec1 .sec_cont .privacy_info {
  border: 1px solid #ddd;
  height: clamp(140px, 7.29vw, 140px);
  border-radius: 10px;
  padding: clamp(20px, 1.04vw, 20px);
}
#sec1 .sec_cont .privacy_info p {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
#sec1 .sec_cont .agree_wrapper label input[type=checkbox] + span {
  width: clamp(20px, 1.04vw, 20px);
  height: clamp(20px, 1.04vw, 20px);
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
}
#sec1 .sec_cont .agree_wrapper label input[type=checkbox]:checked + span {
  background-color: var(--color-point);
  border-color: var(--color-point);
  background-image: url(../img/check_ico.png);
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#sec1 .sec_cont .b_txt {
  font-size: clamp(20px, 1.04vw, 20px);
  font-weight: 700;
}
#sec1 .sec_cont .gray {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 300;
  color: #888;
  line-height: 1.7;
}
#sec1 .sec_cont .has_border {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: clamp(40px, 2.08vw, 40px);
}

/* --------------------- RWD --------------------- */
@media (max-width: 750px) {
	#sec1 .sec_cont .percent_area {
		max-width: 100%;
	}
	#sec1 .sec_cont .percent_area span {
		font-size: clamp(16px, 4.00vw, 30px);
		margin-bottom: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .sec_cont .input_wrapper {
		height: clamp(110px, 28.00vw, 210px);
		padding: 0 clamp(20px, 5.33vw, 40px);
		margin-bottom: clamp(20px, 5.33vw, 40px);
	}
	#sec1 .sec_cont .input_wrapper label input[type=checkbox] + span {
		width: clamp(15px, 4.00vw, 30px);
		height: clamp(15px, 4.00vw, 30px);
		margin-right: clamp(10px, 2.67vw, 20px);
		margin-top: 5px;
	}
	#sec1 .sec_cont .input_wrapper label input[type=checkbox]:checked + span {
		background-size: clamp(8px, 2.00vw, 15px) clamp(5px, 1.33vw, 10px);
		background-image: url(../img/mo_check_ico.png);
	}
	#sec1 .sec_cont .input_wrapper .label_wrapper::after {
		width: clamp(10px, 2.67vw, 20px);
		height: clamp(6px, 1.60vw, 12px);
		background-image: url(../img/mo_gray_down_arrow.png);
	}
	#sec1 .sec_cont .input_wrapper label {
		width: calc(100% - clamp(15px, 4.00vw, 30px));
	}
	#sec1 .sec_cont .input_wrapper label .top_txt {
		width: calc(100% - clamp(25px, 6.67vw, 50px))
	}
	#sec1 .sec_cont .input_wrapper .hide_txt .txt {
		
		padding: clamp(25px, 6.67vw, 50px) clamp(20px, 5.33vw, 40px);
	}
	#sec1 .sec_cont .input_wrapper .hide_txt .txt .gray {
		padding-left: clamp(12px, 3.07vw, 23px);
	}
	#sec1 .sec_cont .input_wrapper .hide_txt .txt .gray::before {
		height: clamp(1px, 0.27vw, 2px);
		width: clamp(5px, 1.20vw, 9px);
		top: clamp(12px, 3.33vw, 25px);
	}
	#sec1 .sec_cont .input_wrapper .price_input {
		margin: clamp(20px, 5.33vw, 40px) 0 0 clamp(25px, 6.67vw, 50px);
		width: calc(100% - clamp(25px, 6.67vw, 50px));
		font-size: clamp(16px, 4.00vw, 30px);
		padding: clamp(18px, 4.80vw, 36px) clamp(15px, 4.00vw, 30px);
	}
	#sec1 .sec_cont .etc_wrapper {
		flex-direction: column;
		height: clamp(155px, 41.33vw, 310px);
		justify-content: center;
		align-items: flex-start;
	}
	#sec1 .sec_cont .h_auto {
		height: auto;
		padding: 0;
		margin-bottom: clamp(30px, 8.00vw, 60px);
	}
	#sec1 .sec_cont .privacy_info {
		height: clamp(120px, 32.00vw, 240px);
		padding: clamp(20px, 5.33vw, 40px) clamp(15px, 4.00vw, 30px);
		overflow: auto;
	}
	#sec1 .sec_cont .has_border {
		padding: clamp(30px, 8.00vw, 60px) clamp(20px, 5.33vw, 40px);
	}
	#sec1 .sec_cont .privacy_info::-webkit-scrollbar {
		display: none;
	}
	#sec1 .sec_cont .agree_wrapper label {
		font-size: clamp(16px, 4.00vw, 30px);
	}
	#sec1 .sec_cont .agree_wrapper label input[type=checkbox] + span {
		width: clamp(15px, 4.00vw, 30px);
		height: clamp(15px, 4.00vw, 30px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .sec_cont .agree_wrapper label input[type=checkbox]:checked + span {
		background-size: clamp(8px, 2.00vw, 15px) clamp(5px, 1.33vw, 10px);
		background-image: url(../img/mo_check_ico.png);
	}
	#sec1 .sec_cont .input_wrapper .etc_input {
		margin: clamp(20px, 5.33vw, 40px) 0 0 clamp(25px, 6.67vw, 50px);
		width: calc(100% - clamp(25px, 6.67vw, 50px));
		font-size: clamp(16px, 4.00vw, 30px);
		padding: clamp(18px, 4.80vw, 36px) clamp(15px, 4.00vw, 30px);
	}
	#sec1 .sec_cont .h_auto textarea {
		font-size: clamp(16px, 4.00vw, 30px);
		padding: clamp(20px, 5.33vw, 40px) clamp(15px, 4.00vw, 30px);
	}
	#sec1 .sec_cont .h_auto input {
		font-size: clamp(16px, 4.00vw, 30px);
		height: clamp(55px, 14.67vw, 110px)
	}
	#sec1 .sec_cont .privacy_info p {
		font-size: clamp(16px, 4.00vw, 30px);
		font-weight: 300;
	}
	#sec1 .sec_cont .b_txt {
		font-size: clamp(16px, 4.00vw, 30px);
		line-height: 1.5;
	}
	#sec1 .sec_cont .gray {
		font-size: clamp(14px, 4.00vw, 30px);
	}
	#sec1 .sec_cont .on {
		height: auto;
		padding: clamp(30px, 8.00vw, 60px) clamp(20px, 5.33vw, 40px) clamp(20px, 5.33vw, 40px);
	}
	#sec1 .sec_cont .on label .top_txt {
		padding-bottom: clamp(30px, 8.00vw, 60px);
	}
	#sec1 .item2 .sec_cont .input_wrapper {
		flex-direction: column;
		height: clamp(200px, 48.00vw, 360px);
		justify-content: center;
		align-items: flex-start;
	}
}