@font-face {
  font-family: 'Gyeonggi_Batang_Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&family=Nanum+Myeongjo&family=Noto+Color+Emoji&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Noto Sans KR";
}
.main_container img {
  vertical-align: bottom;width: unset;max-width:100%;
}
.main_container {
  width:100%;position:relative;
}
.main_container section {
  overflow: hidden;
}
.customer_wrap {
  display: flex;gap:130px;padding:130px 0 0;align-items: flex-start;flex-direction: column;
}
.customer_wrap .customer_left{
  width:100%;max-width:100%;display: flex;flex-direction: column;gap:130px;
  align-items: center;
  justify-content: center;
}
.customer_wrap .customer_left .event_wrap{
  width:100%;display: flex;flex-direction: column;gap:60px;width:100%;
  max-width: 672px;
}
.customer_wrap .customer_left .event_wrap .event_title{
  display: flex;flex-direction: row;width:100%;align-items: center;flex-direction: column;
  gap:40px;
}
.customer_wrap .customer_left .event_wrap .event_title h2 {
  font-size:40px;font-weight:400;color:#2b2b2b;line-height: 54px;white-space: nowrap;
}
.customer_wrap .customer_left .event_wrap .event_title h2 span {
  font-weight:700;color:#0183ff;
}
.customer_wrap .customer_left .event_wrap .event_title > span {
  width:50px;height:1px; background: #0183ff;
}
.customer_wrap .customer_left .event_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer_wrap .customer_left .consultingWrap{
  display: flex;flex-direction: column;gap:40px;max-width:642px;width: 100%;
}
.customer_wrap .customer_left .consultingWrap .consulting_title {
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:16px;
}
.customer_wrap .customer_left .consultingWrap .consulting_title h2 {
  font-size:55px;line-height:60px;color:#2b2b2b;font-weight:400;
}
.customer_wrap .customer_left .consultingWrap .consulting_title h2 span {
  color:#0183ff;font-weight:700;
}
.customer_wrap .customer_left .consultingWrap .consulting_title p {
  font-size:25px;line-height:1.5;color:#666666;
}

.customer_wrap .customer_left .consultingWrap .consulting_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:48px;
  width: 100%;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left {
  width:490px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table {
  display: flex;
  gap:15px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title{
  width: 60px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title h2 {
  font-size:16px;font-weight: 700;color:#2b2b2b;line-height:22px;letter-spacing: -0.4px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form.left {
  display: flex;justify-content: flex-start;gap:45px;width: 100%;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn > p{
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  text-align: right;
  position: relative;
  bottom: 28px;
  height:0;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn {
  display: flex;flex-direction: column;gap:30px;width: 100%;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common {
  display: flex;gap:15px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
  display: grid;align-items: flex-start;gap:15px;grid-template-columns: 1fr 1fr 1fr;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_top .btn_wrap{
  grid-template-columns: 1fr 1fr;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .counseling_content_form_btn_top_title span {
  font-size:25px;font-weight: 400;color:#333333;line-height:1.5;letter-spacing: -0.4px;width: 92px;
  display: block;white-space: nowrap;text-align: center;height:100%;display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(214, 219, 223, .2);
  border: 2px solid rgba(158, 158, 158, 0.2);
  border-radius: 8px;
}

.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
  display: grid;grid-template-columns: 1fr 1fr 1fr;gap:10px;width:100%;height:100%;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a {
  display: flex;align-items: center;justify-content: center;font-size:25px; color:#666666;font-weight:700;
  flex-direction: column;border: 1px solid #cccccc;border-radius: 8px;min-height: 90px;
  text-align: center;line-height: 1;gap:5px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a span {
  font-weight: 300;font-size:22px; color:#666666;line-height: 24px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_bottom .btn_wrap a {
  min-height: 110px;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select{
  color: #0183FF;background-color: rgba(1,131,255,.1);border: 3px solid #0183FF;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select span{
  color: #0183FF;
}
.customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap input {
  display: none;
}
.customer_wrap .customer_right {
  display: flex;flex-direction: column;gap:40px;  width: 100%;
}
.customer_wrap .customer_right .counselingForm.counseling_content_form.right{
  background: rgba(214,219,223,0.2);padding:130px 48px 130px;display: flex;flex-direction: column;gap:30px;

}

.customer_wrap .customer_right .consulting_title {
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:40px;
  padding-bottom:10px;
}
.customer_wrap .customer_right .consulting_title h2 {
  font-size:55px;line-height:44px;color:#2b2b2b;font-weight:400;
}
.customer_wrap .customer_right .consulting_title h2 span {
  color:#0183ff;font-weight:700;
}
.customer_wrap .customer_right .consulting_title p {
  font-size:25px;line-height:1.5;color:#666666;text-align: center;
}
.customer_wrap .customer_right .counselingFormTable {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width:100%;
}
.customer_wrap .customer_right .counselingFormTable .inp_wrap{width: 100%;display: flex;gap:15px;    justify-content: space-between;}
.customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_title {
  min-width: 85px;padding:10px 0;
}
.customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box {
  width:100%;display: flex;gap:10px;align-items: center;justify-content: center;    max-width: 530px;
}
.customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box input[type="text"]{
  height:90px;border-radius: 8px;border:1px solid #CCCCCC;width: 100%;font-size:25px;outline: 0;
  max-width:530px;padding:0 20px;
}
.customer_wrap .customer_right .line{width: 100%;height:1px;background: #9E9E9E;}
.customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_title h2 {
  font-size: 25px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 25px;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}
.customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box input[type="tel"]{
  height:90px;border-radius: 8px;border:1px solid #CCCCCC;width: 100%;font-size:25px;outline: 0;
  padding:0 20px;
}
.customer_wrap .customer_right .personalGuide{position: relative;}
.customer_wrap .customer_right .personalGuide a{color: #2b2b2b;font-size: 22px;letter-spacing: -0.04em;display: inline-block;padding-right: 0;-webkit-transition: 0.2s linear;    display: flex;        line-height: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;}
  .customer_wrap .customer_right .personalGuide a > img.on {
    transform: rotate(180deg);
    display: inline-block;
  }
  .customer_wrap .customer_right .personalGuide a span {
    transform: rotate(180deg);
  }
  .customer_wrap .customer_right .personalGuide a span.on {
    transform: rotate(0deg);
  }
.customer_wrap .customer_right .personalGuide div{margin-top: 20px;}
.customer_wrap .customer_right .personalGuide .agree_bx{
  display: flex;align-items: center;
}
.customer_wrap .customer_right .personalGuide div input{width: 20px;height: 20px;border:1px solid #ddd;vertical-align: middle;margin-right: 10px;}
.customer_wrap .customer_right .personalGuide div label{color: #666666;font-size: 22px;letter-spacing: -0.04em;}
.customer_wrap .customer_right .btnCounseling{display: flex;gap:15px;max-width:361px;    margin: 0 auto;
  width: 100%;padding-top:20px;}

.customer_wrap .customer_right .btnCounseling a{display: flex;width: 100%;height: 80px;color: #fff;border-radius: 80px;align-items: center;justify-content: center;
    background: #FB3E67;font-family: 'Noto Sans KR';letter-spacing: -0.05em;font-size: 28px;line-height: normal;text-align: center;font-weight: 700;}


    .calendar_wrap{
      padding-bottom:70px;
    }
    .calendar_wrap .calendar {
      width: 100%;
      background-color: transparent;
      text-align: center;
  }
  .calendar_wrap .calendar_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      background: #fff;
      border-radius: 50px;
      height:80px;
      border:1px solid #9E9E9E;
      padding:0 28px;
  }
  .calendar_wrap .calendar_header #monthYear {
    font-size:28px;font-weight:700;color:#1C1C1C;
  }
  .calendar_wrap #prev img {
    transform: rotate(180deg);
  }
  .calendar_wrap #prev, .calendar_wrap #next{
    cursor: pointer;
  }

  .calendar_wrap .days {
      display: grid;
      grid-template-columns: repeat(7, max(60px));
      font-size:28px;
      color:#1C1C1C;
      max-width:100%;
      margin:50px auto 0;
      justify-content: space-between;
  }
  .calendar_wrap .day {
      padding: 10px;
      font-weight: bold;
  }
  .calendar_wrap .date {
      display: grid;
      grid-template-columns: repeat(7, max(60px));
      gap: 1px;
      max-width:100%;
      margin:40px auto 0;
      justify-content: space-between;
      gap:30px;
  }
  .calendar_wrap .date div {
      padding: 10px 10px;
      border-radius: 5px;
      cursor: pointer;
      text-align: center;
      font-size:28px;
      color:#333333;
  }
  .calendar_wrap .date div.highlight {
      background-color: #ff4d6d;
      color: white;
  }
  .calendar_wrap .date div.disabled {
      color: #ccc;
      pointer-events: none;
  }
  .today {
    background-color: #ff4d6d;
    color: white;
}
.calendar_wrap #prev.disabled img {
  opacity: 0.4;
}

.calendar_wrap #next.disabled img {
  opacity: 0.4;
}



.customer_wrap .customer_right .personalInfo{background: #ffffff;border: 1px solid #CCCCCC;padding:20px 15px;font-size: 14px;font-weight:300;line-height: 1.5;letter-spacing: -0.02em;color: #9a9a9a;display: none;max-height: 170px;}
.customer_wrap .customer_right .personalInfo .personalInfoInner {
  overflow-y: auto !important;margin:0;max-height:128px;    padding-right: 19px;    font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar {
    background-color:#E7E7E7;width: 10px;
}
.customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar-track {
    background-color:#E7E7E7;
}
.customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar-thumb {
    background: #2B2B2B;
    border-radius:20px;
}




@media all and (max-width:768px){
  .customer_wrap {
    display: flex;gap:16.9271vw;padding:16.9271vw 0 0;align-items: flex-start;flex-direction: column;
  }
  .customer_wrap .customer_left{
    width:100%;max-width:100%;display: flex;flex-direction: column;gap:16.9271vw;
    align-items: center;
    justify-content: center;
  }
  .customer_wrap .customer_left .event_wrap{
    width:100%;display: flex;flex-direction: column;gap:7.8125vw;width:100%;
    max-width: 87.5000vw;
  }
  .customer_wrap .customer_left .event_wrap .event_title{
    display: flex;flex-direction: row;width:100%;align-items: center;flex-direction: column;
    gap:5.2083vw;
  }
  .customer_wrap .customer_left .event_wrap .event_title h2 {
    font-size:5.2083vw;font-weight:400;color:#2b2b2b;line-height: 7.0313vw;white-space: nowrap;
  }
  .customer_wrap .customer_left .event_wrap .event_title h2 span {
    font-weight:700;color:#0183ff;
  }
  .customer_wrap .customer_left .event_wrap .event_title > span {
    width:6.5104vw;height:0.1302vw; background: #0183ff;
  }
  .customer_wrap .customer_left .event_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer_wrap .customer_left .consultingWrap{
    display: flex;flex-direction: column;gap:5.2083vw;max-width:83.5938vw;width: 100%;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_title {
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2.0833vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_title h2 {
    font-size:7.1615vw;line-height:7.8125vw;color:#2b2b2b;font-weight:400;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_title h2 span {
    color:#0183ff;font-weight:700;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_title p {
    font-size:3.2552vw;line-height:1.5;color:#666666;
  }
  
  .customer_wrap .customer_left .consultingWrap .consulting_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:6.2500vw;
    width: 100%;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm {
    display: flex;
    flex-direction: column;
    gap:2.0833vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left {
    width:63.8021vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table {
    display: flex;
    gap:1.9531vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title{
    width: 7.8125vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title h2 {
    font-size:2.0833vw;font-weight: 700;color:#2b2b2b;line-height:2.8646vw;letter-spacing: -0.0521vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form.left {
    display: flex;justify-content: flex-start;gap:5.8594vw;width: 100%;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn > p{
    font-size: 2.8645vw;
    font-weight: 400;
    color: #666666;
    text-align: right;
    position: relative;
    bottom: 3.6458vw;
    height:0;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn {
    display: flex;flex-direction: column;gap:3.9063vw;width: 100%;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common {
    display: flex;gap:1.9531vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
    display: grid;align-items: flex-start;gap:1.9531vw;grid-template-columns: 1fr 1fr 1fr;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_top .btn_wrap{
    grid-template-columns: 1fr 1fr;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .counseling_content_form_btn_top_title span {
    font-size:3.2552vw;font-weight: 400;color:#333333;line-height:1.5;letter-spacing: -0.0521vw;width: 11.9791vw;
    display: block;white-space: nowrap;text-align: center;height:100%;display: flex;
    border-radius: 1.0416vw;    border: 1px solid rgba(158, 158, 158, 0.2);
  }
  
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
    display: grid;grid-template-columns: 1fr 1fr 1fr;gap:1.3021vw;width:100%;height:100%;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a {
    display: flex;align-items: center;justify-content: center;font-size:3.2552vw; color:#666666;font-weight:700;
    flex-direction: column;border: 0.1302vw solid #cccccc;border-radius: 1.0416vw;min-height: 11.7187vw;
    text-align: center;line-height: 1;gap:0.6510vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a span {
    font-weight: 300;font-size:2.8645vw; color:#666666;line-height: 3.125vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_bottom .btn_wrap a {
    min-height: 14.3229vw;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select{
    color: #0183FF;background-color: rgba(1,131,255,.1);      border: 2px solid #0183FF;}
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select span{
    color: #0183FF;
  }
  .customer_wrap .customer_left .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap input {
    display: none;
  }
  .customer_wrap .customer_right {
    display: flex;flex-direction: column;gap:5.2083vw;  width: 100%;
  }
  .customer_wrap .customer_right .counselingForm.counseling_content_form.right{
    background: rgba(214,219,223,0.2);padding:16.9271vw 6.2500vw 16.9271vw;display: flex;flex-direction: column;gap:3.9063vw;
  
  }
  
  .customer_wrap .customer_right .consulting_title {
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:5.2083vw;
    padding-bottom:1.3021vw;
  }
  .customer_wrap .customer_right .consulting_title h2 {
    font-size:7.1615vw;line-height:5.7292vw;color:#2b2b2b;font-weight:400;
  }
  .customer_wrap .customer_right .consulting_title h2 span {
    color:#0183ff;font-weight:700;
  }
  .customer_wrap .customer_right .consulting_title p {
    font-size:3.2552vw;line-height:1.5;color:#666666;text-align: center;
  }
  .customer_wrap .customer_right .counselingFormTable {
    display: flex;
    flex-direction: column;
    gap: 1.3021vw;
    max-width:100%;
  }
  .customer_wrap .customer_right .counselingFormTable .inp_wrap{width: 100%;display: flex;gap:1.9531vw;    justify-content: space-between;}
  .customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_title {
    min-width: 11.0677vw;padding:1.3021vw 0;
  }
  .customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box {
    width:100%;display: flex;gap:1.3021vw;align-items: center;justify-content: center;    max-width: 69.0104vw;
  }
  .customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box input[type="text"]{
    height:11.7188vw;border-radius: 1.0417vw;border:0.1302vw solid #CCCCCC;width: 100%;font-size:3.2552vw;outline: 0;
    max-width:69.0104vw;padding:0 2.6042vw;
  }
  .customer_wrap .customer_right .line{width: 100%;height:0.1302vw;background: #9E9E9E;}
  .customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_title h2 {
    font-size: 3.2552vw;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 3.2552vw;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
  }
  .customer_wrap .customer_right .counselingFormTable .inp_wrap .inp_box input[type="tel"]{
    height:11.7188vw;border-radius: 1.0417vw;border:0.1302vw solid #CCCCCC;width: 100%;font-size:3.2552vw;outline: 0;
    padding:0 2.6042vw;
  }
  .customer_wrap .customer_right .personalGuide{position: relative;}
  .customer_wrap .customer_right .personalGuide a{color: #2b2b2b;font-size: 2.8646vw;letter-spacing: -0.04em;display: inline-block;padding-right: 0;-webkit-transition: 0.2s linear;    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.0417vw;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;}
    .customer_wrap .customer_right .personalGuide a > img.on {
      transform: rotate(180deg);
      display: inline-block;
    }
    .customer_wrap .customer_right .personalGuide a span {
      transform: rotate(180deg);
    }
    .customer_wrap .customer_right .personalGuide a span.on {
      transform: rotate(0deg);
    }
  .customer_wrap .customer_right .personalGuide div{margin-top: 2.6042vw;}
  .customer_wrap .customer_right .personalGuide .agree_bx{
    display: flex;align-items: center;
  }
  .customer_wrap .customer_right .personalGuide div input{width: 2.6042vw;height: 2.6042vw;border:0.1302vw solid #ddd;vertical-align: middle;margin-right: 1.3021vw;}
  .customer_wrap .customer_right .personalGuide div label{color: #666666;font-size: 2.8646vw;letter-spacing: -0.04em;}
  .customer_wrap .customer_right .btnCounseling{display: flex;gap:1.9531vw;max-width:47.0052vw;    margin: 0 auto;
    width: 100%;padding-top:2.6042vw;}
  
  .customer_wrap .customer_right .btnCounseling a{display: flex;width: 100%;height: 10.4167vw;color: #fff;border-radius: 10.4167vw;align-items: center;justify-content: center;
      background: #FB3E67;font-family: 'Noto Sans KR';letter-spacing: -0.05em;font-size: 3.6458vw;line-height: normal;text-align: center;font-weight: 700;}
  
  
      .calendar_wrap{
        padding-bottom:9.1146vw;
      }
      .calendar_wrap .calendar {
        width: 100%;
        background-color: transparent;
        text-align: center;
    }
    .calendar_wrap .calendar_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        background: #fff;
        border-radius: 6.5104vw;
        height:10.4167vw;
        border:0.1302vw solid #9E9E9E;
        padding:0 3.6458vw;
    }
    .calendar_wrap .calendar_header #monthYear {
      font-size:3.6458vw;font-weight:700;color:#1C1C1C;
    }
    .calendar_wrap #prev img {
      transform: rotate(180deg);
    }
    .calendar_wrap #prev, .calendar_wrap #next {
      display: flex;
    }
    .calendar_wrap #prev img, .calendar_wrap #next img {
      width: 2.4739vw;
    }
  
    .calendar_wrap .days {
        display: grid;
        grid-template-columns: repeat(7, max(7.8125vw));
        font-size:3.6458vw;
        color:#1C1C1C;
        max-width:100%;
        margin:6.5104vw auto 0;
        justify-content: space-between;
    }
    .calendar_wrap .day {
        padding: 1.3021vw;
        font-weight: bold;
    }
    .calendar_wrap .date {
        display: grid;
        grid-template-columns: repeat(7, max(7.8125vw));
        gap: 0.1302vw;
        max-width:100%;
        margin:5.2083vw auto 0;
        justify-content: space-between;
        gap:3.9063vw;
    }
    .calendar_wrap .date div {
        padding: 1.3021vw 1.3021vw;
        border-radius: 0.6510vw;
        cursor: pointer;
        text-align: center;
        font-size:3.6458vw;
        color:#333333;
    }
    .calendar_wrap .date div.highlight {
        background-color: #ff4d6d;
        color: white;
    }
    .calendar_wrap .date div.disabled {
        color: #ccc;
        pointer-events: none;
    }
    .today {
      background-color: #ff4d6d;
      color: white;
  }
  .calendar_wrap #prev.disabled img {
    opacity: 0.4;
  }
  
  .calendar_wrap #next.disabled img {
    opacity: 0.4;
  }
  
  
  
  .customer_wrap .customer_right .personalInfo{background: #ffffff;border: 0.1302vw solid #CCCCCC;padding:2.6042vw 1.9531vw;font-size: 1.8229vw;font-weight:300;line-height: 1.5;letter-spacing: -0.02em;color: #9a9a9a;display: none;max-height: 22.1354vw;}
  .customer_wrap .customer_right .personalInfo .personalInfoInner {
    overflow-y: auto !important;margin:0;max-height:16.6667vw;    padding-right: 2.4740vw;    font-size: 1.8229vw;
    font-weight: 300;
    color: #666666;
  }
  .customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar {
      background-color:#E7E7E7;width: 1.3021vw;
  }
  .customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar-track {
      background-color:#E7E7E7;
  }
  .customer_wrap .customer_right .personalInfo .personalInfoInner::-webkit-scrollbar-thumb {
      background: #2B2B2B;
      border-radius:2.6042vw;
  }
}