* {
  font-family: 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

img {
  pointer-events: none;
}

label {
  cursor: pointer;
}

.swiper-slide {
  font-size: 1.75rem /* 28px */;
  line-height: 1.875rem /* 30px */;
}

.checked {
  display: none;
}
input[name='etc1']:checked ~ .checked,
input[name='etc2']:checked ~ .checked,
input[name='etc3']:checked ~ .checked,
input[name='etc4']:checked ~ .checked,
input[name='etc5']:checked ~ .checked,
input[name='agree_all']:checked ~ .checked,
input[name='agree1']:checked ~ .checked,
input[name='etc2_all']:checked ~ .checked,
input[name='etc3_all']:checked ~ .checked,
input[name='etc4_all']:checked ~ .checked,
input[name='etc5_all']:checked ~ .checked,
input[name='etc6_all']:checked ~ .checked,
input[name='etc7_all']:checked ~ .checked,
input[name='agree2']:checked ~ .checked {
  display: inline;
}

input[name='etc1']:checked ~ .check,
input[name='etc2']:checked ~ .check,
input[name='etc3']:checked ~ .check,
input[name='etc4']:checked ~ .check,
input[name='etc5']:checked ~ .check,
input[name='agree_all']:checked ~ .check,
input[name='agree1']:checked ~ .check,
input[name='etc2_all']:checked ~ .check,
input[name='etc3_all']:checked ~ .check,
input[name='etc4_all']:checked ~ .check,
input[name='etc5_all']:checked ~ .check,
input[name='etc6_all']:checked ~ .check,
input[name='etc7_all']:checked ~ .check,
input[name='agree2']:checked ~ .check {
  display: none;
}

input[name='etc7']:checked + img{
  border: 2px solid #FA72C7;
  border-radius: 10px;
}

.show {
  display: flex;
}

.event-list {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.47, 0.72, 0.07, 1.3);
  transition-duration: 800ms;
}


.an-wrap{
  position: relative;
}
.sul-wrap{
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}
.etc-position{
  position: absolute;
}
.etc1-1{
  top: 496px;
  left: 92px;
}
.etc1-2{
  top: 569px;
  right: 28px;
}
.etc1-3{
  top: 764px;
  right: 110px;
}
.etc1-4{
  top: 857px;
  left: 82px;
}
.etc1-5{
  top: 926px;
  right: 115px;
}
.etc1-6{
  top: 1004px;
  left: 141px;
}
.etc1-top img {
  width: 2rem;
  height: 2rem;
  margin-top: 0.25rem;
  margin-right: 0.75rem;
}


.li-etc .etc1-top{
  height: 65px;
  align-items: center;
}
.li-etc .etc1-top h1{
  font-size: 32px;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: #121212;
}

.li-etc .etc1-bottom{
  font-size: 30px;
  text-align: center;
  height: 90px;
  color: #333;
  font-weight: 500;
  line-height: 85px;
  letter-spacing: -1px;
}

#slide1 .next-btn-wrap{
background-color: #282A29;
}



/* 버튼 */

#next_btn1{
  background: transparent;
  padding: 0px 70px 48px;
  width: 100%;
}

.bg-gy{
  background-color: #F5F5F5;
}

.crm-box h1{
  font-size: 30px;
  color: #31282c;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  padding-bottom: 20px;
}
.crm-box .tt{
  color: #8e45c6;
  letter-spacing: -1.5px;
  margin-right: 10px !important;
}
.crm-box{
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}

.ul-etc li label{
color:#6f6f6f;
font-size: 28px;
}
.slide-all{
  padding: 0 36px;
}

.an-container{
  margin-top: 50px;
}
.ul-etc {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ul-etc li {
  /* margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 23px; */
  min-width: 200px;
}

.btn-wrap2 button{
  width: 200px;
  margin: 40px;
}
.btn-wrap2 button img{
  width: 100%;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #ff8a65;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #ff8a65;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #ff8a65;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;

}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #ff8a65;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #ff8a65;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #ff8a65;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #ff8a65;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
          box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff8a65;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #ff8a65;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff8a65;
          box-shadow: -10px 0 0 #ff8a65;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff8a65, 5px 0 0 #ff8a65;
          box-shadow: -5px 0 0 #ff8a65, 5px 0 0 #ff8a65;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}


.flatpickr-rContainer{
  width: 100%;
  max-width: 680px;
}

.dayContainer,
.flatpickr-days{
  width: 100% !important;
  min-width: 100% !important;
}
.flatpickr-input {
  width: 100%;
}

.nextMonthDay{
  display: none !important;
}
.flatpickr-day{
width: 14.28571428571429% !important;
min-width: 14.28571428571429% !important;
max-width: 14.28571428571429% !important;
}

.flatpickr-rContainer{
  padding: 20px 20px 20px!important;
}
.nextMonthDay{
  display: none;
}
.flatpickr-days{
  border: none;
}

.flatpickr-months .flatpickr-month{
  height: 125px !important;
}


.flatpickr-disabled{
  color: #c5c5c5 !important;
}

.dayContainer{
  justify-content: flex-start !important;
  padding-top: 20px !important;
}

.flatpickr-day{
  height: 86px !important;
  line-height: 30px !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}

span.flatpickr-weekday {
  font-size: 32px !important;
  height: 86px !important;
  line-height: 86px !important;
}

.flatpickr-months{
  height: 92px;
}

.flatpickr-weekdays{
  height: 92px !important;
  padding-bottom: 0px !important;
}


.flatpickr-month,.flatpickr-current-month{
  height: 92px;
}

.flatpickr-current-month{
  padding-bottom: 40px;
  font-size: 32px !important;
  line-height: 100px !important;
  height: 100px !important;
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 85% !important;
  left: 7.5% !important;
  padding:  0 !important;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  padding-top: 0;
  border-bottom: 1px solid #dadada;
}

.flatpickr-calendar.inline{
  display: block;
  position: relative;
  top: 2px;
  border: 1px solid #DADADA;
  box-shadow: none;
}

.flatpickr-current-month{
  border-top: 0 !important ;
}

.flatpickr-current-month input.cur-year{
  font-weight: 600 !important;
}

.today:after{
  content: '\Atoday';
  white-space: pre;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.flatpickr-day.today{
  border: none;
  border-color: none;
  line-height: 50px !important;
  margin-top: -9px;
}


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background-color: transparent !important;
  color: #569ff7 !important;
  border-color:none !important;
  border: none!important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background-color: transparent !important;
  color: #569ff7 !important;
  border-color:none !important;
  border: none!important;
}

.reds {color:#ce1d1d !important;}
.blues {color:#1c6dda  !important;}

.flatpickr-next-month{
  position: absolute !important;
  right: 200px !important;
  top: 40px !important;
  width: 25px !important;
  height: 25px !important;
  background-size: 100%;
  background-image: url('/landing_s/made_all_event230426/img/btn_nextmonth.png');
  background-position: center;
    background-repeat: no-repeat;
}

.flatpickr-prev-month{
  position: absolute !important;
  left: 200px !important;
  top: 40px !important;
  width: 25px !important;
  height: 25px !important;
  background-size: 100%;
  background-image: url('/landing_s/made_all_event230426/img/btn_prevmonth.png');
  background-position: center;
  background-repeat: no-repeat;
}
.flatpickr-next-month svg{
  display: none;
}

.flatpickr-prev-month svg{
  display: none;
}

.sl-titles{
  text-align: center;
  margin: 100 auto 80px;
}

.sl-titles h1 {
  color: #1d1d1d;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.sl-titles p {
  color: #646464;
  font-size:28px;
}

.sl-titles2 {
  text-align: center;
  color: #000;
  margin: 100 auto 60px;
}

.sl-titles2 h1{
  font-size: 50px;
  font-weight: 600;
}

.sl-titles2 p{
  font-size: 24px;
  font-weight: 500;
  color: #656565;
  margin-top: 28px;
}
.form_img {
  position: relative;
}
.form_img::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotate(45deg); 
    width: 60px;
    height: 60px;
    background-color: #282828;
}
.form_box ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.form_box input[type="checkbox"] {
    border-radius: 0;
    appearance: none;
    background: #ffffff;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 6px;
}
.form_box input[type="checkbox"]:checked {
    background: url('./img/check_icon.png')  #fff no-repeat center;
    background-size: cover;
}
/* 이름 input */
#name_input {
    outline: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 24px;
    color: #767676;
    padding: 24px;
    width: 100%;
}
#phone_inputs {
     border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
#phone_inputs span {
    margin: 0 10px;
    font-size: 24px;
}
#phone_inputs select{
    outline: none;
    border-radius: 0;
    width: 25%;
    padding: 24px;
    font-size: 24px;
    color: #767676;
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background:url('./img/select_arrow.png') #fff no-repeat right 24px center;
    
    border: 1px solid #e6e6e6;
}
#phone_inputs input {
    outline: none;
  background: #fff;
  border-radius: 0;
    width: 35%;
    padding: 24px;
    font-size: 24px;
    color: #767676;
    
    border: 1px solid #e6e6e6;
}

.agree_label {
    display: flex;
    align-items: center;
    width: 100%;
}
.agree_label input {
  -webkit-border-radius: 0;
}
.agre_box label{
    font-size: 24px;
    margin-left: 6px;
    color: #767676;
}
.ag_box {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    padding: 21px;
    box-sizing: border-box;
    font-size: 16px;
    height: 300px;
    overflow-y: scroll;
    display: none;
}
.ag_box p {
    font-size: 20px;
    color: #767676;
}
.arg_view{
    color:#767676;
    align-self: flex-end;
    margin-left: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    width: 133px;
    font-size: 18px;
}
.etc {
  background-color: #1b1b1b;
  padding: 46px;
}
.etc p{
  font-size: 18px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
#landing_footer {
  background-color: #fff;
}
.footer_container {
    padding: 70px 60px;
}
.footer_container ul {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.footer_container ul li {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.footer_container ul li .icon {
  width: 25%;
}
.footer_container ul li .icon img {
    width: 100%;
}
.footer_container ul li .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_container ul li .txt > span {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.footer_container ul li .txt p {
    font-size: 26px;
    color: #959595;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
    display: flex;
    gap: 0 10px; 
    margin-bottom: 5px;
}
.footer_container ul li .txt p span,
.footer_container ul li .txt p em {
    font-size: 26px;
    color: #959595;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-style: normal;
    
}
.footer_container ul li .txt p span {
  width: 25%;
}
.etc {
  background-color: #1b1b1b;
  padding: 46px;
}
.etc p{
  font-size: 18px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  word-break: keep-all;
}