h2.sec_title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 60px;
  font-weight: 700;
}

.wid {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  h2.sec_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section_2 .box p {
    font-size: 17px;
  }
}
.section_1 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}

.flexhalf {
  display: flex;
  align-items: center;
}

.flexhalf > div {
  width: 50%;
}

.in_l {
  padding-right: 60px;
  box-sizing: border-box;
}

.in_l h2 {
  font-size: 60px;
  font-weight: 700;
  color: #99bc1b;
  word-break: keep-all;
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 60px;
  word-break: keep-all;
  font-size: 17px;
  line-height: 1.65em;
  color: #333;
}

.in_l a {
  display: block;
  width: 35%;
  margin: 0 auto;
  font-size: 1.7em;
  border: 1px solid #333;
  color: #333;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s ease;
}

.in_l a:hover {
  color: #fff;
  background-color: #99bc1b;
}

.in_r img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

@media screen and (max-width: 992px) {
  .in_l {
    padding-right: 40px;
    padding-left: 20px;
  }
  .in_l h2 {
    font-size: 2.5em;
  }
  .in_l p {
    font-size: 1.3em;
  }
  .in_l a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  .section_1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .flexhalf {
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 20px;
  }
  .flexhalf > div {
    width: 100%;
  }
  .in_l {
    padding-left: 0;
    padding-right: 0;
  }
  .in_l h2 {
    font-size: 1.8em;
  }
  .in_l p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section_2 {
  padding: 80px 0;
  background-image: url("/theme/IDEN_TN1/img/section2_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section_2 .flexbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.section_2 .box {
  border-radius: 8px;
  width: 33.3333%;
  padding: 30px 30px 30px 30px;
}

.section_2 .box .imgbox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.section_2 .box i {
  font-size: 5em;
  color: #ccc;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.section_2 .box:hover i {
  color: #99bc1b;
}

.section_2 .box2 {
  /* text-align:Center; */
  background: #fff;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  top: 0;
}

/* .section_2 .box2:hover {top:-9px;} */
.section_2 .box h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section_2 .box h3:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  width: 0%;
  height: 15px;
  background-color: skyblue;
  content: "";
  z-index: -1;
  transition: 0.3s ease;
}

.section_2 .box:hover h3:after {
  width: 60%;
}

.section_2 .box img {
  width: 100%;
  transition: 0.3s ease;
}

.section_2 .box:hover img {
  transform: scale(1.2);
}

/* .section_2 .box p {font-size:1.2em; color:#444; margin:15px 0 30px 0; line-height:1.5em; word-break:keep-all;} */
.section_2 .box p {
  font-size: 17px;
  color: #666;
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  word-break: keep-all;
  transition: 0.3s ease;
}
.section_2 .box p span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.section_2 .box p span::after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.section_2 .box:hover p {
  color: #333;
}

.section_2 .box a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.15em;
  color: #fff;
  background: #267de9;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .section_2 .box h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .section_2 .box p {
    font-size: 1.2em;
  }
  .section_2 .flexbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 762px) {
  .section_2 .flexbox {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section_2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section_2 {
    padding: 50px 0;
  }
}
.section_3 {
  width: 100%;
}

.section_3 .wid {
  padding: 60px 0;
  position: relative;
}

.section_3 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_3 .wid h2.sec_title {
  color: #99bc1b;
  text-shadow: none;
}
.section_3 .wid h2.sec_title span {
  font-size: 30%;
  font-weight: 400;
}

.product_box {
  margin-bottom: 45px;
}

.mb5 {
  background-image: url("/theme/IDEN_TN1/img/bottom_index.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mb5 .wid {
  padding: 80px 0px;
}

.mb5 .wid:after {
  content: "";
  display: table;
  clear: both;
}

.mb5 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.mb5 .wid h2.sec_title {
  color: #000;
  text-shadow: none;
}

.mb5 .box1 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-right: 4%;
  border-right: 1px solid #ddd;
}

.mb5 .box2 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-left: 4%;
}

@media screen and (max-width: 550px) {
  .section_3 .wid {
    padding: 50px 10px;
  }
  .mb5 {
    margin-top: 20px;
  }
  .mb5 .wid {
    padding: 50px 10px;
  }
  .mb5 .box1 {
    width: 90%;
    margin: 0% 5% 2% 5%;
    padding: 0;
    border-right: none;
  }
  .mb5 .box2 {
    width: 90%;
    margin: 11% 5% 0% 5%;
    padding: 0;
  }
  .section_3 h3 {
    font-size: 24px;
  }
}
.map_info_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.info_block {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 20px;
  word-break: keep-all;
}

.info_block h2 {
  width: 30%;
  font-weight: 600;
  font-size: 24px;
  color: #ebeaff;
}

.info_block div {
  width: 70%;
  font-size: 16px;
  color: #fff;
}

.root_daum_roughmap .cont {
  display: none;
}

@media screen and (max-width: 1200px) {
  .map {
    padding: 60px 20px 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  /* .right {
      padding-left: 60px;
  } */
  .right h1 {
    font-size: 2.5em;
  }
  .info_block {
    width: 100%;
  }
  .info_block h2 {
    font-size: 16px;
    width: 50%;
  }
  .info_block h2 i {
    font-size: 18px;
  }
  .info_block div {
    font-size: 15px;
  }
  .right .map_info_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .map {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
    flex-direction: column-reverse;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
    padding-left: 0px;
    /* margin-top: 60px; */
  }
}
@media screen and (max-width: 360px) {
  .right h1 {
    text-align: center;
  }
  .info_block h2 {
    font-size: 1.3em;
  }
  .info_block div {
    font-size: 1.2em;
  }
}
.initial_title {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: flex-end;
}

.initial_title h3 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-top: 20px;
}

.initial_title h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #99bc1b;
  position: absolute;
  left: 0;
  top: 0;
}

.initial_title p {
  font-size: 17px;
}

@media screen and (max-width: 567px) {
  br.nomo {
    display: none;
  }
  .initial_title {
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .initial_title h3 {
    font-size: 22px;
    display: block;
    width: 45%;
  }
  .initial_title p {
    font-size: 14px;
    word-break: keep-all;
    width: 55%;
  }
}
.sec_in {
  max-width: 1200px;
  margin: 0 auto;
}

.icons_section {
  /* padding: 60px 0; */
  /* padding: 40px 0; */
  padding: 0px 0 60px 0;
}

.main_icons {
  position: relative;
  overflow: hidden;
}

.main_icon {
  float: left;
  width: 32%;
  margin-right: 24px;
  overflow: hidden;
}
.main_icon:last-child {
  margin-right: 0;
}
.main_icon p {
  margin-top: 25px;
  font-size: 28px;
  text-align: center;
  transition: 0.3s ease;
}

.main_icon_imgbox {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.main_icon_imgbox img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.main_icon_imgbox .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 65%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main_icon_imgbox .textbox p {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_icon_imgbox .textbox span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.main_icon_imgbox .textbox strong {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #99bc1b;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
}
.main_icon_imgbox .icon_bg {
  background: #99bc1b;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.main_icon_imgbox:hover .icon_bg {
  opacity: 0.9;
}

@media screen and (max-width: 992px) {
  .main_icon_imgbox .icon_bg {
    opacity: 0.8;
  }
}
@media screen and (max-width: 567px) {
  .main_icons {
    padding: 0 10px;
  }
  .icons_section {
    padding: 15px 0 15px 0;
  }
  .main_icon {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
  }
  .main_icon p {
    margin-top: 0;
    font-size: 14px;
  }
  .main_icon_imgbox {
    height: 100%;
  }
  .main_icon_imgbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_icon_imgbox .textbox {
    justify-content: center;
    gap: 6px;
  }
  .main_icon_imgbox .textbox span {
    font-size: 14px;
  }
  .project_title {
    font-size: 24px;
  }
}
.form-box {
  padding: 15px 0;
  color: #111;
  display: block;
  width: 100%;
  font-family: "Pretendard";
}

.form-box .new-l-con {
  float: left;
  width: 100%;
  margin-right: 4%;
}

.form-box .new-l-con .l-s-txt {
  text-align: right;
  font-size: 15px;
}

.form-box .new-l-con h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding: 2px 0 10px 0;
}

.form-box .new-l-con .r-number {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #ffd9ef;
}

.form-box .new-l-con .r-operation {
  font-size: 19px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.form-box .new-r-con {
  float: left;
  width: 100%;
}

.form-box .new-r-con .new-t-con {
  display: table;
  width: 100%;
}

.form-box .new-r-con .l-in {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 0px;
  /* width: 80%; */
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.form-box .new-r-con .l-in .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-box .new-r-con .l-in .flex_box li {
  width: 45%;
}

.form-box .new-r-con .l-in .flex_box li:last-child {
  width: 100%;
}

/* .form-box .new-r-con .l-in input{width:100%;border:0;border-bottom:2px solid #0095bc;height:55px;line-height:40px;background:none;color:#111;  padding:0 7px; margin-bottom:40px;font-size:18px} */
/* .form-box .new-r-con .l-in input[type="text"]{width:100%;border:1px solid #ccc;height:55px;line-height:40px;background:none;color:#111;  padding:0 7px; margin-bottom:40px;font-size:18px} */
/* .form-box .new-r-con .l-in input[type="text"]{border:1px solid #ccc;height:25px;line-height:15px;background:none;color:#111;  padding:0 7px; font-size:14px} */
.form-box .new-r-con .l-in input[type=text] {
  border: 1px solid #ccc;
  height: 51px;
  line-height: 15px;
  background: none;
  color: #111;
  padding: 7px 7px;
  font-size: 16px;
  border-radius: 7px;
}

/* .form-box .new-r-con .l-in select{border:1px solid #ccc;height:25px;line-height:15px;background:none;color:#111;  padding:0 7px; font-size:12px} */
.form-box .new-r-con .l-in select {
  border: 1px solid #ccc;
  height: 51px;
  line-height: 15px;
  background: none;
  color: #111;
  padding: 7px;
  font-size: 16px;
  border-radius: 7px;
}

.form-box .new-r-con .l-in input.last_input {
  margin-bottom: 20px;
}

/* .form-box .new-r-con .l-in textarea {height:100px; line-height:1.5em; color:#111; border-radius:none; border:1px solid #ccc; width:100%; background:none; padding:7px; font-size:18px; margin-bottom:40px} */
.form-box .new-r-con .l-in textarea {
  height: 100px;
  line-height: 1.5em;
  color: #111;
  border-radius: 7px;
  border: 1px solid #ccc;
  width: 100%;
  background: none;
  padding: 7px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-box .new-r-con .l-in .cat_select_cls {
  height: 55px;
  font-size: 18px;
  color: #111;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.phoneBox {
  width: 68px;
}

.radio_wrap {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  /* padding-top: 15px; */
  gap: 30px;
  /* margin-bottom: 45px; */
}

.email_wrap,
.hp_wrap {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  gap: 5px;
  align-items: center;
}

.radio_area {
  display: flex;
  align-items: center;
}

/* .radio_area:first-child {
	margin-right: 30px;
} */
.radio_area input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.radio_area label {
  font-size: 14px;
}

table {
  border-spacing: 0px;
  background-color: #fff;
}

.table_type {
  font-size: 14px;
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
  /* margin: 0 auto; */
  margin-bottom: 25px;
}

.table_type tbody tr .line {
  border-bottom: 1px solid #ccc;
}

.table_type tbody tr td {
  padding-left: 15px;
  box-sizing: border-box;
  padding: 20px 0 20px 15px;
}

.th_title {
  background-color: #f1eded;
  text-align: center;
  height: 50px;
  font-weight: 400;
  width: 15%;
  font-size: 18px;
  font-weight: 600;
}

.account_tr {
  display: none;
}

.form-box .new-r-con .l-in p {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-box .new-r-con .l-in p.first_p {
  padding-top: 0px;
  color: #333;
  font-weight: 400;
}

.form-box .new-r-con .l-in p span {
  color: #f00;
  margin-left: 10px;
}

.form-box .new-r-con .btn_box {
  text-align: center;
}

.form-box .new-r-con .r-btn {
  display: inline-block;
  font-size: 21px;
  background: #99bc1b;
  color: #000;
  border: 0;
  font-family: "Pretendard";
  margin-top: 20px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 80px;
}

.form-box .new-r-con .new-b-con {
  margin-top: 15px;
}

.form-box .new-r-con .new-b-con a {
  padding: 8px 10px 8px 10px;
  background: #777;
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  display: inline-block;
  font-size: 14px;
}

.form-box .new-r-con .new-b-con span {
  font-size: 17px;
}

.form-box .new-r-con .l-in ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.form-box .new-r-con .l-in ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form-box .new-r-con .l-in :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.form-box .new-r-con .l-in :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.information_agree {
  display: none;
  width: 530px;
  padding: 30px;
  height: 400px;
  overflow-y: auto;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999999;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.information_agree i {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.form-box .new-l-con .r-operation br {
  display: none;
}

.form-box .new-r-con .l-in .phone_number {
  display: Flex;
  justify-content: space-between;
  align-items: center;
}

.form-box .new-r-con .l-in .phone_number input {
  width: 29%;
}

.form-box .new-r-con .l-in .phone_number span {
  font-size: 18px;
  font-weight: bold;
}

.infoTxtTitle {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  /* width: 80%;
  margin: 0 auto; */
}

.noticeTxt {
  font-weight: 400;
  margin-bottom: 5px;
}

.mustIcon {
  color: red;
}

#textarea_content::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

#textarea_content::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.form-box .new-r-con .l-in p.ars_text {
  font-size: 14px;
  font-weight: 400;
}

.ars_box {
  padding-top: 20px;
  padding-bottom: 20px;
}

span.ars_message {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

.alert_mssg {
  font-size: 12px;
  color: red;
  margin-left: 15px;
  word-break: keep-all;
}

.ars_btn {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background-color: #20385c;
  color: white;
  border-radius: 20px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.ars_btn:hover {
  background-color: #5b769f;
}

@media (max-width: 1199px) {
  .form-box {
    width: 100%;
  }
  .form-box .new-r-con .l-in p {
    font-size: 18px;
  }
  .form-box .new-r-con .l-in input {
    font-size: 18px;
  }
  .form-box .new-r-con .r-btn {
    font-size: 21px;
  }
}
@media (max-width: 1085px) {
  .form-box .new-l-con {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .form-box .new-r-con {
    float: none;
    margin-top: 30px;
  }
  .form-box .new-l-con {
    text-align: center;
  }
  .form-box .new-l-con .l-s-txt {
    display: inline-block;
    float: none;
  }
  .form-box .new-l-con h2 {
    display: inline-block;
    float: none;
  }
  .form-box .new-l-con .r-number {
    display: inline-block;
    float: none;
  }
  .form-box .new-r-con {
    margin: 20px auto;
  }
  .form-box .new-r-con .new-b-con {
    margin-top: 10px;
  }
  .form-box .new-r-con {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .form-box .new-l-con .l-s-txt {
    display: inline-block;
    float: none;
    font-size: 13px;
  }
  .form-box .new-l-con h2 {
    display: inline-block;
    float: none;
    font-size: 20px;
  }
  .form-box .new-l-con .r-number {
    display: inline-block;
    float: none;
    font-size: 24px;
  }
  .form-box .new-l-con h2 {
    width: 100%;
  }
  .form-box .new-r-con .r-btn {
    float: none;
    margin-top: 15px;
  }
  /* .form-box .new-r-con .l-in {padding-bottom:40px;} */
  .form-box .new-r-con .l-in {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .counsel {
    padding: 0;
  }
  .information_agree {
    display: none;
    width: 95%;
    padding: 10px;
    top: 100px;
    font-size: 13px;
  }
  .form-box .new-r-con .l-in {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-box .new-r-con .r-btn {
    margin: 15px auto;
    font-size: 18px;
    padding: 15px 30px;
  }
  .form-box .new-r-con .new-b-con {
    width: 100%;
  }
  /* .form-box .new-r-con {width:95%} */
  .form-box .new-r-con {
    width: 100%;
  }
  .form-box .new-l-con .r-operation {
    font-size: 16px;
    line-height: 1.4em;
  }
  .form-box .new-l-con .r-operation br {
    display: block;
  }
  .form-box .new-r-con .l-in {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .form-box .new-r-con .l-in p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .form-box .new-r-con .l-in input[type=text] {
    height: 25px;
    margin-bottom: 0;
    width: 95px;
  }
  .radio_wrap {
    gap: 5px;
  }
  .radio_area label {
    font-size: 12px;
  }
  .radio_area input {
    margin-right: 3px;
  }
  .form-box .new-r-con .l-in .cat_select_cls {
    height: 35px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form-box .new-r-con .l-in .flex_box {
    flex-direction: column;
  }
  .form-box .new-r-con .new-b-con span {
    font-size: 13px;
  }
  .form-box .new-r-con .l-in .flex_box li {
    width: 100%;
  }
  .infoTxtTitle {
    font-size: 1.3em !important;
  }
}
@media screen and (max-width: 460px) {
  .patron_type p {
    font-size: 1.1em !important;
  }
  .infoTxtTitle {
    font-size: 1.3em !important;
  }
  .th_title {
    width: 25%;
  }
  .radio_wrap {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .radio_area label {
    font-size: 12px;
  }
  .th_title {
    font-size: 12px;
  }
  .form-box .new-r-con .l-in input[type=text] {
    width: 60px;
    height: 45px;
  }
  .form-box .new-r-con .l-in select {
    height: 45px;
  }
  .form-box .new-r-con .l-in input#input_name {
    width: 195px;
  }
  .form-box .new-r-con .l-in input#email_first {
    width: 195px;
  }
  .form-box .new-r-con .l-in input#email_last {
    width: 105px;
  }
  .form-box .new-r-con .l-in select#email_select {
    width: 100px;
  }
  .email_wrap,
  .hp_wrap {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 10px;
  }
  .pcOnly {
    display: none;
  }
}
.pledge_box {
  display: flex;
  gap: 0px;
  align-items: center;
}

.pledge_box label {
  display: block;
  padding: 12px 17px;
  text-align: center;
  background: #ececec;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 400;
}

.pledge_box .pledge_btn:first-child label {
  border-right: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.pledge_box .pledge_btn:nth-child(2) label {
  border-right: 0;
}

.pledge_box .pledge_btn:nth-child(3) label {
  border-right: 0;
}

.pledge_box .pledge_btn:nth-child(4) label {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.pledge_box .pledge_radio {
  display: none;
}

.pledge_box .pledge_radio:checked ~ label {
  background: #fff;
  font-weight: 600;
  border-color: #99bc1b;
}

.pledge_manual {
  position: relative;
  margin-left: 20px;
}

.span_won {
  position: absolute;
  right: 13px;
  top: 14px;
  font-size: 16px;
}

#input_cost::-moz-placeholder {
  color: #333;
}

#input_cost::placeholder {
  color: #333;
}

#input_cost:focus {
  border-color: #99bc1b;
}

@media screen and (max-width: 992px) {
  .pledge_box {
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pledge_box label {
    padding: 12px 13px;
    font-size: 12px;
  }
  .pledge_box .pledge_btn:first-child label {
    border-radius: 7px;
    border-right: 1px solid #ccc;
  }
  .pledge_box .pledge_btn:nth-child(2) label {
    border-radius: 7px;
    border-right: 1px solid #ccc;
  }
  .pledge_box .pledge_btn:nth-child(3) label {
    border-radius: 7px;
    border-right: 1px solid #ccc;
  }
  .pledge_box .pledge_btn:nth-child(4) label {
    border-radius: 7px;
  }
  .pledge_manual {
    margin-left: 0px;
  }
  .form-box .new-r-con .l-in input#input_cost {
    width: 157px;
    height: 45px;
    font-size: 12px;
  }
  .span_won {
    top: 13px;
    font-size: 13px;
  }
}/*# sourceMappingURL=custom.css.map */