@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

*{font-family:'Pretendard'}

section{ margin: 0px; word-break: keep-all; overflow-wrap: break-word;}
body,html{overflow-x: hidden; margin: 0px; word-break: keep-all; overflow-wrap :break-word; background-color: #e9ebee;}
p{ margin-block-start:18px; }
a{color:#646f7c;text-decoration-line:none;}


c1{font-weight: 400; font-size:16px; line-height:160%; color:#ffffff;}
c2{font-weight: 400; font-size:14px; line-height:140%; color:#ffffff;}


.container_mo {background:#e9ebee;}
.container_pc{margin: 0px;background-color: #e9ebee;}

.container_mo img {display: block;}
.container_pc img {display: block;}


.list {
  background-color: #000;
  padding-bottom: 30px;
}

.card {
  padding-bottom: 30px;
}



/* 플로팅 버튼 ✂️ */
/* .btn_f{
  position: fixed;
  background-color: #0019FF;
  font-size: 14pt;
  color: #fff;
  box-shadow:0px 4px 10px rgba(0, 0, 0, 0.20) ;
  left:12px;
  right:12px;
  bottom:12px;
  border-radius: 6px;
  text-align: center;
  padding: 30px calc(constant(safe-area-inset-bottom) + 12px);
  padding: 30px calc(env(safe-area-inset-bottom) + 12px);
  z-index: 999;
} */

.btn_f{
  position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
}

  

/* 유의사항 ✂️ */
#notice{
  background: #646f7c; 
  padding:60px 24px 120px 24px;
}

.check-list {
  padding-inline-start: 18px; 
}

.check-list li {
  margin-top: 2px; 
  line-height: 20px; 
  text-align: left; 
  position: relative;
  font-weight: 400;
  font-size: 12px;
}

.check-list {margin-top: 0;}

.check-list ul {
  list-style-type: disc;
}






/*반응형 대응*/

@media (min-width: 640px) {
  html{overflow-x:hidden; }
  
    c1{font-size: 16px; font-weight: 400;}
    c2{font-size: 14px; font-weight: 400;}

    .container_pc {
      margin-left: 12%;
      margin-right: 12%;
    }

    #notice{
      padding-bottom: 180px;
      padding-top: 100px;
      padding-left: 6%; 
      padding-right: 6%;
    }

    #notice p{
      margin-top:80px;
    }

    .check-list li {
     
      font-weight: 400;
      font-size: 12px;
    }

    .btn_f{
      margin-left: 12%;
      margin-right: 12%;
    }



}

@media (min-width: 960px) {
  .container_pc {
    margin-left: 24%;
    margin-right: 24%;
  }

  c2 {
    font-size: 14px;
    font-weight: 600;
  }

  .check-list li {
 
    font-weight: 400;
    font-size: 12px;
  }
  .btn_f{
    margin-left: 24%;
    margin-right: 24%;
  }

}



@media (min-width: 1200px) {
  .container_pc {
    margin-left: 30%;
    margin-right: 30%;
  }

  c2 {
    font-size: 14px;
    font-weight: 600;
  }

  .check-list li {
   
    font-weight: 400;
    font-size: 12px;
  }

  .btn_f{
    margin-left: 30%;
    margin-right: 30%;
  }


}

@media (min-width: 1440px) {
  .container_pc {
    margin-left: 34%;
    margin-right: 34%;
  }

  c2 {
    font-size: 14px;
    font-weight: 600;
  }

  .check-list li {

      font-weight: 400;
      font-size: 12px;
  }

  .btn_f{
    margin-left: 34%;
    margin-right: 34%;
  }

}

/* 오버레이 스타일 */
.deactivation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 86, 103, 0.9);
    z-index: 9999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}



/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/