body{
  font-family: 'pretendard';
  font-size: 16px;
  color: var(--text-color-f);
  line-height: 1.35;
  font-weight: 400;
}
.main{
  width: 100%;
  background: url(../img/background01.jpg) no-repeat center center / cover;
  position: relative;
  overflow: hidden;
}
.main_in{
  width: 1240px;
  margin: 0 auto;
}
.point{
  font-size: 43px;
  letter-spacing: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
}
.title{
  position: relative;
  z-index: 10;
}
.title h1{
  font-size: 152px;
  font-weight: 900;
  line-height: 1.2;
}
.title h1 img{
  width: 33%;
  transform: translateX(20%);
}
.title p{
  font-size: 43px;
  font-weight: 200;
  padding-bottom: 100px;
}
.red{
  color: var(--primary-color);
  display: block;
}
.b{
  font-weight: 600;
}
.img_po{
  position: absolute;
  top: 16%;
  left: 53%;
  width: 29%;
  z-index: 2;
}
.no{
  width: 100%;
  position: relative;
  z-index: 10;
}
.msg{
  position: absolute;
  top: 29%;
  left: 15%;
  z-index: 9;
  width: 68%;
}
.fin01{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  height: 100%;
}
.fake{
  width: 40%;
  position: absolute;
  top: 20.5%;
  left: 47.5%;
}


/*scam*/
.scam{
  background: url(../img/background02.jpg) no-repeat center bottom /cover;
  padding: 150px 0 80px;
  text-align: center;
  position: relative;
}
.scam_in{
  width: 1240px;
  margin: 0 auto;
}
.title_img p{
  padding-top: 20px;
  font-size: 37px;
}
.talk{
  margin-top: 50px;
  width: 100%;
  position: relative;
  min-height: 800px;
}
.talk li{
  position: absolute;
}
.talk01{
  width: 47%;
  top: 0;
  left: 11%;
}
.talk02{
  width: 45%;
  top: 15%;
  right: 6%;
}
.talk03{
  width: 52%;
  top: 39%;
  left: 16%;
}
.talk04{
  width: 54%;
  top: 67%;
  right: 6%;
}
.scam_p{
  padding-top: 30px;
  font-size: 37px;
}
.bold{
  font-size: 55px;
  font-weight: 800;
}
.call_btn{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 600;
  background-color: var(--primary-color);
  border: none;
  border-radius: 50px;
  width: calc(1240px - 12%);
  color: var(--text-color-f);
  display: flex;
  justify-content: center;
  z-index: 99;
  padding: 20px 0;
}
.call_btn span{
  font-size: 48px;
  padding: 0 20px;
}


/*recovery*/
.recovery{
  background: url(../img/background03.jpg) no-repeat center center/cover;
}
.recovery_in{
  width: 1240px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.re_title{
  font-size: 99px;
  font-weight: 700;
  padding-bottom: 20px;
}
.re_text{
  font-size: 45px;
  font-weight: 300;
}

.re_text .b1{
  font-weight: 700;
}
.re_text b1 br{
  display: none;
}


/*payback*/
.payback{
  overflow: hidden;
}
.payback_in{
  width: 1240px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
.pay_title{
  text-align: center;
  font-size: 84px;
  color: var(--text-color-1);
  padding-bottom: 50px;
  font-weight: 700;
}
.pay_title span{
  color: var(--text-color-2);
}
.pay{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 28px;
}
.pay li{
  margin-bottom: 30px;
}
.pay li img{
  width: 100%;
  object-fit: cover;
}
.pay li div{
  padding: 20px;
}
.pay_ul_title{
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--text-color-3);
}
.pay_ul_text{
  font-size: 35px;
  font-weight: 500;
  color: var(--text-color-4);
}


/*damage*/
.damage{
  background: url(../img/background04.jpg) no-repeat center center/cover;
  text-align: center;
}
.damage_in{
  width: 1240px;
  margin: 0 auto;
  padding: 150px 40px 80px;
}
.dam_title{
  font-size: 108px;
  font-weight: 300;
}
.dam_title span{
  font-weight: 700;
}
.dam_text{
  font-weight: 300;
  font-size: 45px;
  padding-bottom: 50px;
}
.dam{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 50px;
  row-gap: 39px;
}
.dam li{
  border: 1px solid rgba(255,255,255,0.3); 
  position: relative;
  border-radius: 15px;
  padding: 40px;
}
.dam li::before,
.dam li::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid var(--text-color-2);
}
.dam li::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-radius: 15px 0 0 0;
}

.dam li::after {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 15px 0 0;
}
.dam li img{
  width: 40%;
  padding-bottom: 20px;
}
.dam_ul_title{
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
}
.dam_ul_text{
  font-size: 30px;
  font-weight: 300;
}


/*info*/
.info{
  background-color: var(--background-color-1);
}
.info_in{
  width: 1240px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 150px;
}
.info_title{
  font-size: 93px;
  font-weight: 600;
}
.info_text{
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 50px;
}
.info_in ul{
  padding: 0 80px;
  width: 100%;
}
.info_in ul li{
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  width: 100%;
}
.info_in ul li:nth-child(3){
  align-items: flex-start;
}
.info_in ul li:nth-child(3)>label{
  padding-top: 30px;
}
.info_in ul li label{
  width: 18%;
  text-align: left;
  font-size: 45px;
}
.info_in ul li>div{
  width: 82%;
}
.info_in ul li>div>input{
  width: 100%;
  height: 120px;
  font-size: 45px;
  padding-left: 20px;
}
.info_in ul li textarea{
  width: 100%;
  height: 477px;
  resize: none;
  font-size: 45px;
  padding-left: 20px;
}
.radio_box{
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 100px;
}
.radio_box .radio{
  font-size: 37px;
  color: #aaaaaa;
  font-weight: 600;
  width: 50%;
}
.radio_box .radio .popup{
  text-decoration: underline;
  color: #aaaaaa;
}
.radio_box span{
  font-size: 37px;
  color: #aaaaaa;
  font-weight: 600;
}
input[type="radio"]{
  accent-color: var(--primary-color);
}
.radio_box input{
  width: 35px;
  height: 35px;
  margin-right: 40px;
  border: 2px;
}
.info_in .btn{
  font-size: 47px;
  font-weight: 600;
  background-color: var(--btn-color);
  border: none;
  border-radius: 100px;
  width: 60%;
  color: var(--text-color-f);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 30px 0;
  margin: 0 auto;
}
.info_in .btn img{
  padding-left: 20px;
}
.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;
  color: var(--text-color-1);
}
.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:1640px){
  .img_po{
    top: 30%;
    left: 58%;
  }
  .msg{
    left: 15%;
  }
  .fin01{
    bottom: -10%;
    right: -10%;
    transform: scale(0.9);
  }
  .fake{
    width: 42%;
    top: 31.5%;
    left: 51.5%;
  }
}
@media (max-width:1400px){
  .img_po{
    width: 33%;
    top: 35%;
    left: 53%;
  }
  .fin01{
    right: -15%;
  }
  .fake{
    width: 47%;
    left: 46.5%;
  }
}
@media (max-width:1260px){
  .main_in{
    width: 100%;
    padding: 0 40px;
    padding-bottom: 100px;
  }
  .point{
    font-size: 37px;
  }
  .title_box{
    top: 80px;
  }
  .title h1{
    font-size: 120px;
  }
  .img_po{
    left: 50%;
  }
  .fin01{
    bottom: -15%;
    right: -20%;
  }
  .fake{
    width: 47%;
    top: 33.5%;
    left: 50%;
  }

  .scam_in{
    width: 100%;
    padding: 0 40px;
  }
  .title_img img{
    width: 70%;
  }
  .title_img p{
    padding-top: 30px;
    font-size: 32px;
  }
  .talk{
    min-height: 700px;
  }
  .scam_p{
    font-size: 32px;
  }
  .bold{
    font-size: 50px;
  }
  .call_btn{
    width: 70%;
    font-size: 42px;
  }
  .call_btn span{
    font-size: 32px;
  }


  .recovery_in{
    width: 100%;
    padding: 50px 40px;
  }
  .re_title{
    font-size: 70px;
  }
  .re_text{
    font-size: 37px;
  }


  .payback_in{
    width: 100%;
    padding: 80px 40px 50px;
  }
  .pay_title{
    font-size: 60px;
  }
  .pay_ul_title{
    font-size: 37px;
  }
  .pay_ul_text{
    font-size: 30px;
  }


  .damage_in{
    width: 100%;
  }
  .dam_title{
    font-size: 99px;
    font-weight: 300;
  }
  .dam_text{
    font-size: 37px;
  }
  .dam li img{
    padding-bottom: 10px;
  }
  .dam_ul_title{
    font-size: 37px;
    padding-bottom: 20px;
  }
  .dam_ul_text{
    font-size: 24px;
  }


  .info_in{
    width: 100%;
    padding: 100px 40px 150px;
  }
  .info_title{
    font-size: 70px;
  }
  .info_text{
    font-size: 37px;
  }
  .info_in ul li label{
    font-size: 37px;
  }
  .info_in ul li>div>input{
    height: 100px;
    font-size: 37px;
  }
  .info_in ul li textarea{
    height: 400px;
    font-size: 37px;
  }
  .radio_box .radio{
    font-size: 32px;
  }
  .radio_box span{
    font-size: 32px;
  }
  .radio_box input{
    width: 27px;
    height: 27px;
    margin-right: 40px;
    border: 2px;
  }
  .info_in .btn{
    font-size: 37px;
  }
}
@media (max-width:1160px){
  .img_po{
    top: 34%;
    left: 48%;
  }
  .fin01{
    transform: scale(0.85);
    right: -23%;
  }
  .fake{
    width: 47%;
    top: 33.5%;
    left: 50%;
  }
  .talk{
    min-height: 600px;
  }
}
@media (max-width:1024px){
  .main_in{
    padding: 0 20px;
    padding-bottom: 550px;
  }
  .title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .title h1 img{
    transform: translateX(10%);
    width: 30%;
  }
  .img_po{
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }
  .fin01{
    transform: scale(0.9);
    bottom: -8%;
    right: -7%;
    height: 80%;
  }
  .fake{
    width: 70%;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
  }


  .scam{
    padding: 100px 0 50px;
  }
  .scam_in{
    padding: 0 20px;
  }
  .title_img img{
    width: 80%;
  }
  .title_img p{
    font-size: 26px;
  }
  .talk{
    min-height: 550px;
  }
  .scam_p{
    font-size: 26px;
  }
  .bold{
    font-size: 37px;
  }
  .call_btn{
    width: 75%;
  }


  .recovery_in{
    padding: 50px 20px;
  }
  .re_title{
    font-size: 60px;
  }
  .re_text{
    font-size: 26px;
  }


  .pay{
    column-gap: 20px;
  }
  .payback_in{
    width: 100%;
    padding: 50px 20px 30px;
  }
  .pay li div{
    padding: 12px;
  }
  .pay_title{
    font-size: 45px;
  }
  .pay_ul_title{
    font-size: 32px;
  }
  .pay_ul_text{
    font-size: 26px;
  }


  .damage_in{
    padding: 100px 20px 50px;
  }
  .dam_title{
    font-size: 70px;
  }
  .dam_text{
    font-size: 32px;
  }
  .dam{
    column-gap: 20px;
    row-gap: 20px;
  }
  .dam li{
    padding: 20px;
  }
  .dam_ul_title{
    font-size: 32px;
  }
  .dam_ul_text{
    font-size: 20px;
  }


  .info_in{
    padding: 80px 20px 100px;
  }
  .info_title{
    font-size: 45px;
  }
  .info_text{
    font-size: 28px;
  }
  .info_in ul{
    padding: 0 0 0 10px;
  }
  .info_in ul li:nth-child(3)>label{
    padding-top: 15px;
  }
  .info_in ul li label{
    font-size: 28px;
  }
  .info_in ul li>div>input{
    height: 80px;
    font-size: 28px;
  }
  .info_in ul li textarea{
    height: 250px;
    font-size: 28px;
  }
  .radio_box{
    padding-bottom: 50px;
  }
  .radio_box .radio{
    font-size: 22px;
  }
  .radio_box span{
    font-size: 22px;
  }
  .radio_box input{
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .info_in .btn{
    font-size: 32px;
  }

}
@media (max-width:900px){
  .talk{
    min-height: 450px;
  }
  .pay_ul_title{
    font-size: 27px;
  }
  .pay_ul_text{
    font-size: 22px;
  }
  .dam_ul_title{
    font-size: 27px;
  }
  .dam_ul_text{
    font-size: 18px;
  }
  .popup_in{
    width: 80%;
    height: 50vh;
  }
}
@media (max-width:720px){
  .main_in{
    padding-bottom: 350px;
  }
  .point{
    font-size: 32px;
    letter-spacing: 20px;
  }
  .title h1{
    font-size: 100px;
  }
  .title p{
    padding-top: 10px;
    font-size: 32px;
  }
  .img_po{
    top: 55%;
    width: 45%;
  }
  .fin01{
    bottom: -5%;
    right: -7%;
    height: auto;
  }
  .fake{
    width: 70%;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
  }


  .title_img p{
    font-size: 20px;
  }
  .talk{
    margin-top: 30px;
    min-height: 390px;
  }
  .scam_p{
    font-size: 20px;
    padding-top: 20px;
  }
  .bold{
    font-size: 32px;
  }
  .call_btn{
    width: 80%;
    font-size: 32px;
  }
  .call_btn img{
    width: 6%;
  }
  .call_btn span{
    font-size: 24px;
    padding: 0 10px;
  }

  .re_title{
    font-size: 45px;
  }
  .re_text{
    font-size: 20px;
  }


  .pay{
    grid-template-columns: repeat(1, 1fr);
  }
  .pay_title{
    font-size: 37px;
    padding-bottom: 20px;
  }


  .dam_title{
    font-size: 60px;
  }
  .dam_text{
    font-size: 27px;
  }
  .dam{
    grid-template-columns: repeat(1,1fr);
    width: 65%;
    margin: 0 auto;
    row-gap: 50px;
  }
  .dam li{
    padding: 40px;
  }
  .dam li img{
    width: 20%;
    padding-bottom: 20px;
  }


  .info_in{
    padding: 80px 20px 100px;
  }
  .info_title{
    font-size: 37px;
  }
  .info_text{
    font-size: 20px;
    padding-bottom: 30px;
  }
  .info_in ul{
    padding: 0;
  }
  .info_in ul li{
    margin-bottom: 12px;
  }
  .info_in ul li:nth-child(3)>label{
    padding-top: 15px;
  }
  .info_in ul li label{
    font-size: 22px;
  }
  .info_in ul li>div>input{
    height: 60px;
    font-size: 22px;
  }
  .info_in ul li textarea{
    height: 250px;
    font-size: 22px;
  }
  .radio_box{
    padding-bottom: 50px;
  }
  .radio_box .radio{
    font-size: 20px;
  }
  .radio_box span{
    font-size: 20px;
  }
  .radio_box input{
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .info_in .btn{
    width: 70%;
    padding: 20px 0;
    font-size: 27px;
  }
}
@media (max-width:650px){
  .talk{
    min-height: 480px;
  }
  .talk01{
    width: 57%;
    top: 0;
    left: 4%;
  }
  .talk02{
    width: 55%;
    top: 15%;
    right: 0;
  }
  .talk03{
    width: 62%;
    top: 39%;
    left: 8%;
  }
  .talk04{
    width: 64%;
    top: 67%;
    right: 0;
  }


  .dam{
    width: 100%;
  }
  .dam_title{
    font-size: 45px;
  }
  .dam_text{
    font-size: 22px;
  }
}
@media (max-width:560px){
  .main_in{
    padding-bottom: 350px;
  }
  .point{
    padding-top: 30px;
    font-size: 20px;
    letter-spacing: 10px;
  }
  .title h1{
    font-size: 60px;
  }
  .title h1 img{
    transform: translateX(5%);
  }
  .title p{
    padding-top: 10px;
    font-size: 20px;
  }
  .img_po{
    top: 48%;
    width: 60%;
  }
  .fin01{
    bottom: -3.3%;
    height: auto;
  }
  .fake{
    width: 75%;
    top: 50%;
  }


  .title_img p{
    font-size: 18px;
  }
  .talk{
    min-height: 390px;
  }
  .scam_p{
    font-size: 18px;
    padding-top: 20px;
  }
  .bold{
    font-size: 26px;
  }
  .call_btn{
    width: 80%;
    font-size: 26px;
  }
  .call_btn img{
    width: 6%;
  }
  .call_btn span{
    font-size: 20px;
    padding: 0 10px;
  }



  .re_title{
    font-size: 37px;
  }
  .re_text{
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 300;
  }
  .re_text>.none{
    display: none;
  }
  .re_text .br{
    display: block;
  }
  .re_text b1 br{
    display: block;
  }


  .pay_title span{
    display: block;
  }


  .damage_in{
    padding: 80px 20px 50px;
  }
  .dam li{
    padding: 20px;
  }
  .dam li img{
    width: 30%;
    padding-bottom: 20px;
  }
  .dam_title{
    font-size: 37px;
  }
  .dam_text{
    font-size: 22px;
    padding-bottom: 30px;
  }
  .dam_ul_title{
    font-size: 22px;
  }
  .dam_ul_text{
    font-size: 16px;
  }


  .info_in{
    padding: 50px 20px 80px;
  }
  .info_title{
    font-size: 37px;
  }
  .info_text{
    font-size: 18px;
  }
  .info_in ul{
    padding: 0;
  }
  .info_in ul li{
    margin-bottom: 12px;
  }
  .info_in ul li:nth-child(3)>label{
    padding-top: 15px;
  }
  .info_in ul li label{
    font-size: 20px;
  }
  .info_in ul li>div>input{
    height: 60px;
    font-size: 20px;
  }
  .info_in ul li textarea{
    height: 250px;
    font-size: 20px;
  }
  .radio_box{
    padding-bottom: 30px;
  }
  .radio_box .radio{
    font-size: 18px;
  }
  .radio_box span{
    font-size: 18px;
  }
  .radio_box input{
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .info_in .btn{
    font-size: 20px;
  }
  .radio_box .radio{
    width: 65%;
  }

  .popup_in{
    width: 90%;
    height: 80vh;
  }
}
@media (max-width:480px){
  .talk{
    min-height: 340px;
  }
}
@media (max-width:400px){
  .main_in{
    padding-bottom: 200px;
  }
  .point{
    padding-top: 30px;
    font-size: 20px;
    letter-spacing: 10px;
  }
  .title h1{
    font-size: 60px;
  }
  .title h1 img{
    transform: translateX(5%);
  }
  .title p{
    padding-top: 10px;
    font-size: 20px;
  }
  .img_po{
    top: 52%;
    width: 60%;
  }
  .fin01{
    bottom: -3.3%;
    height: auto;
  }
  .fake{
    width: 75%;
    top: 55%;
  }


  .title_img p span{
    display: block;
  }
  .title_img p br{
    display: none;
  }
  .talk{
    min-height: 270px;
  }
  .call_btn{
    width: 85%;
    font-size: 22px;
  }
  .call_btn span{
    font-size: 18px;
  }
  .scam_p span{
    display: block;
  }


  .pay_title{
    font-size: 32px;
  }
  .pay_ul_title{
    font-size: 24px;
  }
  .pay_ul_text{
    font-size: 18px;
  }


  .dam{
    row-gap: 30px;
  }
  .dam_text{
    font-size: 20px;
  }
  .dam_text span{
    display: block;
  }
  .dam_text br{
    display: none;
  }


  .info_text span{
    display: block;
  }
  .info_in ul li label{
    width: 25%;
  }
  .info_in ul li>div{
    width: 75%;
  }
  .info_in ul li>div>input{
    height: 40px;
  }
  .info_in ul li textarea{
    height: 200px;
  }
  .radio_box{
    padding-top: 10px;
  }
  .radio_box .radio{
    width: 72%;
    font-size: 16px;
  }
  .radio_box span{
    font-size: 16px;
  }
  .radio_box input{
    margin-right: 5px;
  }
  .info_in .btn{
    width: 85%;
    padding: 15px 0;
  }
}