@charset "utf-8";


footer{
    background-color: #02180c;
    color: #fff;
    /* width: 100%; */
    padding: 35px 10px 50px;
    position: relative;
}
footer .fologo{
    text-align: center;
    display: block;
    margin: 40px auto;
}
footer .fologo img{
width: 150px;
opacity: .7;
}

.fotxt{
    display: block;
    text-align: center;

}
.fotxt p{
    margin-bottom: 10px;
    color: #838882;
    line-height: 1.56;
   font-size: 18px;
   word-spacing: 5px;
}
.fotxt .sp{
    font-size:14px;
    font-weight: 300;
    height: 28px;
    color: #bebebe;
}

.fotxt span{
    cursor: pointer;
}

.fotxt b{
  font-weight: 400;
  color: #747474;
}

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

    footer .fologo{
        margin: 20px auto;
    }
    .fotxt{
        display: block;
        text-align: center;
    }

    footer .fologo img{
      width: 100px;

      }
      

    .fotxt p{
      font-size: 12px;

        line-height: 21px;
    }
    .fotxt .sp{
        margin-top: 30px;
        font-size: 11px;
        line-height: 13px;
    }
    
}

@media screen and (max-width:550px) {
    .fotxt p{
        padding: 0 20px;
    }
}





/* top */
.top-btn {
    position: absolute;
    right: 5%;
    top: 10%;
    background-color:#283B30 ;
    padding: 8px;
    border-radius: 10px;
    display: none;
}

.top-btn img{
    width: 35px;
}

@media screen and (max-width:860px) {
    .top-btn{
        display: block;
    }
}















/* 개인정보 처리방침 / 면책공고 */

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 .top img{
    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 .top img{
    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;

  }



}






















