@charset "utf-8";

/* 개인정보 처리방침 */

main{
    position: relative;
    left: 0;
    top: 0;
}



.pop {
    max-width: 650px;

    flex-grow: 0;
    padding: 88px 16px 16px;
    object-fit: contain;
    background-color: #fff;

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    overflow: hidden;
   /*  display: none; */
    z-index: 1000000;
  }
  
 .pop .top{
    width: 650px;
    flex-grow: 0;
    padding: 23px 23.3px 20px 24px;
    object-fit: contain;
    background-color: #074522;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pop .top h2 {
    width: 172px;
    height: 29px;
    flex-grow: 0;
    margin: 0 413px 0 0;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }


  .pop .exit_btn{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 17px;
    cursor: pointer;
  }

  .pop .txt {
    width: 618px;
    height: auto;
    padding: 16px 16px 16px 16px;
    border: solid 1px #e3e3e3;

  }

  .pop .txt ul{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
  .pop .txt li{
  margin-bottom: 5px ;  
  }
  .pop .txt ol{
    margin-bottom: 5px;
  }

  .pop .txt ol dt{
    display: inline-block;
    vertical-align: top;
  }
  .pop .txt ol dd{
    display: inline-block;
    vertical-align: top;
    width: 95%;
  }


  .pop02 .txt ul{
    margin: 16px 16px 0;
  padding: 66px 10px 71px;
  text-align: center;
  }







@media screen and (max-width:860px) {
    
.pop {
    width: 335px;
    height: 600px;
    padding: 70px 20px 68px;
    padding: 70px 15px 10px;
    background-color: #fff;

    top: 50%;
  }
  
 .pop .top{
    width: 336px;

    padding: 16px 18px 15px 20px;
  }
  
  .pop .top h2 {

    height: 19px;

  margin: 0  0 0;
  font-size: 16px;
  letter-spacing:  -0.32px;;
  }

  .pop .exit_btn{
    right: 5%;
    top: 50%;
    width: 14px;
  }

  .pop .txt {
    width: 335px;
    height: 600px;
    padding: 0 ;
    background-color: #fff;
    border: 0;
  }

  .pop .txt ul{
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.54;
  }
  .pop .txt li{
  margin-bottom: 5px ;  
  }
  .pop .txt ol{
    margin-bottom: 5px;
  }
  .pop .txt ol dd{

    width: 90%;
  }

  .pop02 {
    height: 230px;
  }
  .pop02 .txt ul{

  height: 230px;
  padding: 30px 0px 30px;

  }



}










/* 모달창 */

dialog{
  display: block;
  outline: none;
  border: none;

}
.backmain{
  position: relative;
  left: 0;
  top: 0;
}
.backbg{
  background-color: #00000052;
  position: fixed;
  width: 100%;
  height: 100%;
z-index: 10;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.pop03{
  width: 450px;
  height: 360px;
  flex-grow: 0;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: block;
}

.pop .exit_btn02{
  right: 5%;
  top: 8%;
}

.txt02 {
  width: 100%;
  text-align: center;
  display: block;

}


.txt02 img{
  width: 50px;
  text-align: center;
  margin-bottom: 15px;

}

.txt02 ul p{

  height: 72px;
  font-size: 30px;
font-weight: bold;
margin-bottom: 12px;

}

.txt02 ul li{
  height: 56px;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
}

.bottom{
  width: 100%;
  height: 60px;
  flex-grow: 0;

  padding: 20px ;
  border: solid 1px #1c5033;
  background-color: #074522;
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
transform: translateX(-50%);
font-family: Pretendard;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 500;
  line-height: 20px; ;
}




@media screen and (max-width:860px) {

  .pop03{
  width: 300px;
  height: 300px;
  }
  
  .pop .exit_btn02{
    right: 4%;
    top: 7%;
  }
  
  .txt02 img{
    width: 50px;

    margin-bottom: 15px;
  
  }
  
  .txt02 ul p{
    height: 44px;
    font-size: 18px;

  margin-bottom: 10px;
  
  }
  
  .txt02 ul li{
    height: 34px;
    font-size: 14px;
  }
  
  .bottom{

    height: 50px;
    padding: 15px 0 ;

    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px; ;
  }
  
  
}


