@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; margin-bottom: 24px; padding-bottom: 12px;}
a{color:#646f7c;text-decoration-line:none;}


c1{font-weight: 600; font-size:14px; line-height:160%; color:#646f7c;}
c2{font-weight: 600; font-size:14px; line-height:140%; color:#646f7c;}


.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;
  left:0;
  right:0;
  text-align: center;
  bottom: 0;
  padding: 30px calc(constant(safe-area-inset-bottom) + 12px);
  padding: 30px calc(env(safe-area-inset-bottom) + 12px);
  z-index: 999;	
}
  

/* 유의사항 ✂️ */
#notice{
  background: #e9ebee; 
  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 ul {
  list-style-type: disc;
}






/*반응형 대응*/

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

    .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 {
      margin-top: 5px;
      font-weight: 400;
      font-size: 12px;
    }

    .btn_f{
      position: fixed;
      background-color: #0019FF;
      color: #fff;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 0;
      margin-left: 12%;
      margin-right: 12%;
      padding: 30px calc(constant(safe-area-inset-bottom) + 0px);
      padding: 30px calc(env(safe-area-inset-bottom) + 0px);
      z-index: 999;	
    }

}

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

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

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

  .btn_f{
    position: fixed;
    background-color: #0019FF;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    margin-left: 24%;
    margin-right: 24%;
    padding: 30px calc(constant(safe-area-inset-bottom) + 0px);
    padding: 30px calc(env(safe-area-inset-bottom) + 0px);
    z-index: 999;	
  }

}



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

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

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

  .btn_f {
    position: fixed;
    background-color: #0019FF;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    margin-left: 30%;
    margin-right: 30%;
    padding: 30px calc(constant(safe-area-inset-bottom) + 0px);
    padding: 30px calc(env(safe-area-inset-bottom) + 0px);
    z-index: 999;	}

}

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

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

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

  .btn_f{
    position: fixed;
    background-color: #0019FF;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    margin-left: 34%;
    margin-right: 34%;
    padding: 30px calc(constant(safe-area-inset-bottom) + 0px);
    padding: 30px calc(env(safe-area-inset-bottom) + 0px);
    z-index: 999;	}
}
/* 오버레이 스타일 */
.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
*/