body{
  color: #202020;
  font-family: 'pretendard';
  font-size: 30px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -2px;
}
section:not(:nth-child(2)){
  overflow: hidden;
}
section:not(:first-child){
  width: 100%;
  padding-bottom: 100px;
}
.main{
  width: 100%;
}
.fadeswiper{
  height: 80vh;
}
.bg1{
  background: url(../img/bn_1.jpg) no-repeat top center/cover;
  height: 100%;
}
.bg1.animate{
  animation: scaleDown 1.5s forwards;
}
.bg2{
  background: url(../img/bn_2.jpg) no-repeat top center/cover;
  height: 100%;
}
.swiper-slide{
  text-align: center;
  padding: 80px 0 160px;
}
.swiper-slide img{
  padding-right: 10px;
}
.main_title{
  color: #fff;
  font-weight: 700;
  font-size: 105px;
  letter-spacing: -3px;
}
.bg1 .main_title.animate{
  animation: scaleUp 1s forwards;
}
.regular{
  padding-top: 20px;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
}
.bg1 .regular.animate{
  animation: scaleUp 1s forwards;
}
.main_title span{
  color: #77c3d1;
}

@keyframes scaleUp {
  from {
    transform: scale(.95);
  }
  to {
    transform: scale(1); 
  }
}
@keyframes scaleDown {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1); 
  }
}

/*purpose*/
.purpose{
  position: relative;
}
.img_po{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-60%);
  z-index: 9;
}
.purpose_in{
  width: 1175px;
  margin: 0 auto;
}
.title{
  text-align: center;
  padding: 70px 0 35px;
  font-size: 65px;
  font-weight: 600;
}
.title span{
  color: #77c3d1;
}
.purpose_in .img{
  width: 100%;
  padding-bottom: 50px;
}
.purpose_in .text{
  text-align: center;
  width: 73%;
  margin: 0 auto;
}
.purpose_in .text p:first-child{
  padding-bottom: 30px;
}
.b{
  font-weight: 800;
}
.maker{
  background-color: #bbf4ff;
}
.under{
  text-decoration: underline;
}

/*question*/
.question{
  background-color: #f7f9fb;
}
.quetion_in{
  width: 1547px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quetion_in .img_box{
  width: 50%;
}
.quetion_in .text_box{
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
  padding-right: 8%;
}
.quetion_in .icon_img{
  width: 15%;
}
.quetion_in .boxs{
  display: flex;
  justify-content: flex-end;
}
.quetion_in .text_box .text_box_in{
  width: 85%;
  font-size: 24px;
}
.quetion_in .text_box_in p{
  padding-bottom: 30px;
}
.boxs1 .text_box_in p{
  padding: 0;
}
.quetion_in .text_box .text_box_in p span{
  color: #22adc6;
}

/*faq*/

.faq_in{
  width: 1175px;
  margin: 0 auto;
}
.faq_in .title p{
  padding-bottom: 100px;
}
.faq_in .title p span{
  display: block;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}
.faq_in .a{
  background-color: #f2f2f2;
  border-radius: 0 0 60px 60px;
  font-size: 37px;
  position: relative;
  padding: 70px 40px 0;
  margin-bottom: 110px;
}
.faq_in .a:last-child{
  margin-bottom: 0;
}
.faq_in .a .a_t{
  color: #77c3d1;
  font-size: 86px;
  padding-right: 20px;
}
.faq_in .a p{
  display: flex;
  align-items: center;
}
.faq_in .q{
  background-color: #77c3d1;
  border-radius: 65px;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 40px;
  font-size: 44px;
  font-weight: 600;
}
.faq_in .q .q_t{
  color: #457078;
  font-size: 86px;
  padding-right: 20px;
}

/*together*/

.together{
  background-color: #f7f9fb;
}
.together_in{
  padding: 50px 0;
  width: 1175px;
  margin: 0 auto;
  text-align: center;
}

/*inquiry*/

.inquiry{
  padding: 100px 0;
}
.inquiry_in{
  width: 925px;
  margin: 0 auto;
  text-align: center;
}
.inquiry_in ul{
  width: 86%;
  margin: 0 auto;
}
.inquiry_in ul li{
  text-align: left;
  display: flex;
  margin-bottom: 20px;
}
.inquiry_in ul li label{
  font-size: 34px;
  width: 18%;
}
.inquiry_in ul li div{
  display: flex;
  justify-content: space-between;
  width: 82%;
}
.inquiry_in ul li div input{
  width: 100%;
}
.inquiry_in ul li div .num{
  width: 30%;
}
.inquiry_in>p{
  text-align: center;
}
select{
  appearance: none; /* 기본 화살표 제거 */
  -webkit-appearance: none; /* Safari 호환 */
  -moz-appearance: none; /* Firefox 호환 */
  font-size: 26px;
  font-weight: 300 !important;
  padding-left: 10px;
  background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 12"><path d="M0 0 L10 10 L20 0" stroke="black" stroke-width="4" fill="none" /></svg>') no-repeat right 10px center;
  background-size: 16px 16px; /* 화살표 크기 조정 */
}
textarea {
  width: 100%;
  height: 280px;
  resize: none; /* 크기 조절 비활성화 */
  border: 1px solid #202020;
  padding: 10px;
  font-size: 30px;
  font-weight: 300;
  color: #202020;
}
.checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox label{
  font-weight: 300;
  padding-left: 10px;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #202020;
  position: relative;
}
input[type="text"] {
  border: 1px solid #202020;
  color: #202020;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 30px;
  font-weight: 300 !important;
}
input[type="checkbox"]:checked::before {
  content: '';
  color: white;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #202020;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn{
  margin-top: 50px;
  width: 100%;
  font-size: 54px;
  font-weight: 600;
  background-color: #77c3d1;
  box-shadow: inset 2px 5px 7px rgba(255, 255, 255, 0.5),
  inset -2px -5px 7px rgba(43, 138, 155, 0.9);
  border: none;
  border-radius: 10px;
  padding: 20px 0;
  color: #242424;
  cursor: pointer;
}


/*footer*/
footer{
  width: 100%;
  background: url(../img/bn_2.jpg) no-repeat center center/cover;
}
.footer_in{
  width: 1175px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 50px 20px 30px;
  letter-spacing: -1px;
  text-align: center;
}
.footer_in ul li{
  padding-bottom: 10px;
}
.footer_in ul li span{
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.footer_in ul li span::after{
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  height: 14px;
  content: "";
  width: 1px;
  background-color: #fff;
}
.footer_in p{
  padding-top: 30px;
}


.popup_page{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.popup_in{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #efefef;
  width: 70%;
  height: 50vh;
  padding: 30px 0 30px 20px;
  border-radius: 24px;
  transition: top 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.popup_in a{
  text-decoration: underline;
}
.popup_in .text{
  overflow-y:scroll;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
.popup_in.open{
  top: 50%;
}
.popup_page h3{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.popup_page p{
  padding-bottom: 10px;
}
.popup_page .close{
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width:1548px){
  .quetion_in{
    width: 100%;
  }
}
@media (max-width:1260px){
  .quetion_in .img_box{
    width: 40%;
  }
  .quetion_in .text_box{
    width: 60%;
    padding-left: 50px;
  }
  .quetion_in .text_box .text_box_in  p:not(:last-child){
    padding-bottom: 20px;
  }
}
@media (max-width:1195px){
  .fadeswiper{
    height: 60vh;
  }
  .swiper-slide img{
    width: 120px;
  }
  .main_title{
    font-size: 60px;
  }
  .regular{
    font-size: 35px;
  }

  .purpose_in{
    width: 100%;
    margin: 0 auto;
  }
  .purpose_in .text{
    width: 86%;
  }
  .title{
    font-size: 40px;
    padding: 50px 0 35px;
  }
  .img_scale{
    padding-bottom: 10px;
    width: 80px;
  }
  .img_po_scale{
    width: 120px;
  }
  .img_po{
    width: 160px;
  }

  .quetion_in .img_box{
    width: 50%;
  }
  .quetion_in .img_box img{
    object-fit: cover;
  }
  .quetion_in .text_box{
    width: 50%;
    box-sizing: border-box;
    padding-right: 8%;
    padding-left: 30px;
  }

  .faq_in{
    width: 86%;
  }
  .faq_in .title p{
    padding-bottom: 35px;
  }
  .faq_in .title p span{
    font-size: 55px;
  }
  .faq_in .a{
    font-size: 22px;
    padding: 30px 30px 0;
    border-radius: 0 0 40px 40px;
    margin-bottom: 80px;
  }
  .faq_in .a .a_t{
    font-size: 45px;
  }
  .faq_in .q{
    font-size: 26px;
    padding-left: 30px;
  }
  .faq_in .q .q_t{
    font-size: 45px;
  }

  .together_in{
    width: 86%;
  }


  .footer_in{
    width: 100%;
  }
}
@media (max-width:945px){
  body{
    font-size: 24px;
    letter-spacing: 0;
  }
  .swiper-slide{
    text-align: center;
    padding: 80px 0 80px;
  }
  .regular{
    font-size: 28px;
  }

  .quetion_in{
    justify-content: center;
    flex-wrap: wrap;
  }
  .quetion_in .img_box{
    width: 86%;
    padding-bottom: 30px;
  }
  .quetion_in .text_box{
    width: 86%;
    padding: 0;
  }

  .faq_in .a{
    font-size: 20px;
  }
  .faq_in .a .a_t{
    font-size: 40px;
  }
  .faq_in .q{
    font-size: 24px;
  }
  .faq_in .q .q_t{
    font-size: 40px;
  }

  .inquiry_in{
    width: 100%;
  }
  .inquiry_in ul li label{
    font-size: 22px;
  }
  select{
    font-size: 20px;
  }
  textarea {
    font-size: 20px;
  }
  input[type="text"] {
    font-size: 20px;
  }
  .btn{
    font-size: 34px;
    font-weight: 600;
    width: 86%;
  }
  .popup_in{
    width: 80%;
    height: 50vh;
  }
}
@media (max-width:730px){
  body{
    font-size: 20px;
    letter-spacing: 0;
  }
  .main_title{
    font-size: 45px;
  }
  .faq_in .a{
    font-size: 18px;
  }
  .faq_in .a .a_t{
    font-size: 34px;
  }
  .faq_in .q{
    font-size: 20px;
  }
  .faq_in .q .q_t{
    font-size: 34px;
  }


  .footer_in ul li span{
    display: inline-block;
  }
}
@media (max-width:520px){
  section:not(:first-child){
    padding-bottom: 60px;
  }
  .fadeswiper{
    height: 50vh;
  }
  body{
    font-size: 16px;
  }

  .swiper-slide{
    padding: 80px 0 30px;
  }
  .swiper-slide img{
    width: 80px;
  }
  .main_title{
    font-size: 35px;
  }
  .title{
    font-size: 30px;
    padding: 35px 0 20px;
  }
  .regular{
    font-size: 20px;
  }
  .img_scale{
    padding-bottom: 20px;
    width: 50px;
  }
  .img_po{
    width: 100px;
  }
  .img_po_scale{
    width: 80px;
  }


  .quetion_in .icon_img{
    width: 12%;
  }
  .quetion_in .text_box .text_box_in{
    width: 87%;
    font-size: 16px;
  }

  .faq_in .title p{
    padding-bottom: 55px;
  }
  .faq_in{
    width: 80%;
  }
  .faq_in .a{
    font-size: 16px;
    padding: 45px 30px 10px;
    margin-bottom: 80px;
  }
  .faq_in .a .a_t{
    font-size: 26px;
    padding-right: 10px;
  }
  .faq_in .q{
    font-size: 18px;
    padding: 10px 20px 10px;
  }
  .faq_in .q .q_t{
    font-size: 26px;
    padding-right: 10px;
  }
  .inquiry{
    padding: 60px 0;
  }
  .inquiry_in ul li label{
    font-size: 18px;
    width: 20%;
  }
  .inquiry_in ul li div{
    width: 80%;
  }
  select{
    font-size: 16px;
    background-size: 10px 10px; /* 화살표 크기 조정 */
  }
  textarea {
    font-size: 16px;
    height: 200px;
  }
  input[type="text"] {
    font-size: 16px;
  }
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .btn{
    font-size: 24px;
  }

  .together_in{
    padding: 30px 0;
  }


  .popup_in{
    width: 90%;
    height: 80vh;
  }
}
@media(max-width:375px){
  .swiper-slide{
    padding: 50px 0 30px;
  }
  .purpose_in .text {
    width: 100%;
    padding: 0 20px;
}
  .quetion_in .img_box{
    width: 100%;
  }
  .quetion_in .text_box{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quetion_in .icon_img{
    width: 9%;
  }
  .quetion_in .text_box .text_box_in {
    padding-left: 20px;
    width: 91%;
  }
  .faq_in{
    width: 100%;
    padding: 0 20px;
  }
  .together_in{
    width: 100%;
    padding: 30px 20px;
  }
  .inquiry_in ul li label{
    width: 23%;
  }
  .inquiry_in ul li div{
    width: 77%;
  }
  .btn{
    width: calc(100% - 40px);
    padding: 15px 0;
  }
}