/* s: 구매 상담 신청 */

#consult {
  background-color: #F3FEFE;
  padding: 60px 0 0;
  position: relative;
}

/* 개인정보팝업 */
.info-popup{
  position: fixed;
  top: 0;left: 0;bottom: 0;right: 0;
  background: rgba(0,0,0,.5);
  z-index: 100000;
}
.info-popup .pop-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 592px;
  height: 648px;
  /* overflow: hidden; */
}
.info-popup .p-top-txt{
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #008bf5;
}
.info-popup .p-txt-box{
  margin: 30px 0;
  overflow-y: auto;
}
.p-txt-box::-webkit-scrollbar {
  display: none;
}
.p-txt-box {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
.info-popup .p-txt-box>p{
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.5px;
  height: 490px;
}
.info-popup .p-close-btn{
  color: #fff;
  background: #008bf5;
  width: 100%;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  font-size: 26px;
  font-weight: 700;
  font-family: Pretendard, serif;
  cursor: pointer;
}

.inner{
  max-width: 1200px;
  gap: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sc-event{width: 47%;}
.event-swiper{height: 100%;}
.swiper-wrapper .swiper-slide img{
  width: 100%;
}

.sc-consult{
  width: 592px;
  background: #fff;
  padding: 40px 40px 50px;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
}
.top-txt {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-txt>h2{
  display: inline-block;
  color: #008bf5;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
}
.top-txt>span{
  color: #666;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.2px;
}

.input-list{
  margin-top: 30px;}
.input-item{
  display: flex;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
}
.input-item+.input-item{margin-top: 12px;}
.input-item>p{
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 500;
  padding-top: 17px;
}
.input-item>p>span{color:#FF004D;font-size: 22px;font-weight: 500;}
.input-item .input-box{
  /* width: 353px; */
  margin-left: auto;
}
.input-item .input-box input,
.input-item .input-box textarea{
  width: 315px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 13px 18px;
  font-size: 20px;
  font-family: Pretendard, sans-serif;
}
.input-item .input-box input::placeholder,
.input-item .input-box textarea::placeholder{
  font-size: 20px;
  color: #d3d3d3;
}
.input-item .input-box input:focus-visible,
.input-item .input-box textarea:focus-visible{
  border: 1px solid #008BF5;
  outline: none;
}

.notice{
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chk-box {
  display: block; 
  position: relative; 
  color: #3c3c3c;
  font-weight: 500;
  padding-left: 25px; 
  margin-bottom: 10px; 
  cursor: pointer; 
  font-size: 20px; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}
.chk-box input[type="checkbox"] {display: none;}
.on {
  width: 18px; 
  height: 18px; 
  border: 2px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute; 
  top: 2px; 
  left: 0;
}
.chk-box input[type="checkbox"]:checked + .on {
  border: 2px solid #008bf5;
}
.on:after {
  content: ""; 
  position: absolute; 
  display: none;
  
}
.chk-box input[type="checkbox"]:checked + .on:after {
  background: url("/images/check.png") 0 0 no-repeat;
  display: block;
  background-size: 8px 7px;
  width: 8px;
  height: 6px;
  top: 4px;
  left: 3px
}
.infopop-btn{
  cursor: pointer;
}
/* .on:after {
  width: 6px; 
  height: 10px; 
  border: 2px solid #008bf5; 
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg); 
  position: absolute; 
  left: 6px; 
  top: 2px;
} */

.inquiry-btn{
  width: 100%;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  background: #008bf5;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  font-family: Pretendard, sans-serif;
  cursor: pointer;
  margin-top: 82px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px !important;
  background: #D9D9D9 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 10px !important;
  background: #1A1A1A !important;
}
.swiper-button-next,.swiper-button-prev{
  color: #666 !important;
  z-index: 10 !important;
}
.swiper-button-prev.swiper-button-disabled{
  color: #d3d3d3 !important;
  opacity: 1 !important;
}
.swiper-button-next:after,.swiper-button-prev:after {font-size: 30px !important;}
.swiper-slide-active{position: relative;}

.banner{
  position: fixed;
  bottom: 16px;
  right: 10px;
}
.banner>a{
  display: block;
}
.banner>a>img{
  /*width: 100%;*/
}
/* e: 구매 상담 신청 */