@font-face {
    font-family: Spoqa Han Sans;
    src: url(https://frontend-design-system.socar.kr/fonts/SpoqaHanSansRegular.woff2);
    font-weight: normal;
}

@font-face {
    font-family: Spoqa Han Sans;
    src: url(https://frontend-design-system.socar.kr/fonts/SpoqaHanSansBold.woff2);
    font-weight: bold;
}


section{ margin: 0px; word-break:keep-all; overflow-wrap:break-word; font-family:'Spoqa Han Sans',sans-serif;}
body,html{overflow-x:hidden; margin: 0px; padding: 0px; word-break:keep-all; overflow-wrap:break-word; font-family:'Spoqa Han Sans',sans-serif; background: #ffffff;}
p{margin-block-start:0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}
li, ul{text-decoration: none;  margin: 0px;padding-inline-start:0px;}
a{text-decoration:none; color:#fff;}

img{display: block;}

c1{font-size:16px;line-height:24px; color: #28323C;}
c2{font-size:12px;line-height:20px; color: #646F7C;}


#link_copy{
  padding-top: 50px;
  padding-bottom: 65px;
  background-color: #B8D9F7;
  text-align: center;
}

#link_copy img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}


* {-webkit-tap-highlight-color:rgba(255,255,255,0);}

* {-webkit-touch-callout: none;}


.btn{
  position: fixed;
  background-color: #00B8FF;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  border-radius: 8px;
  margin: 12px;
  margin-bottom: 12px;
  padding: 24px calc(constant(safe-area-inset-bottom) + 15px);
  padding: 24px calc(env(safe-area-inset-bottom) + 15px);
  z-index: 999;	
}


.check-list {padding-inline-start: 16px;}
.check-list li {margin-top: 6px; line-height: 20px; text-align: left; position: relative;}
::marker{font-size:6px;}


.container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 140px;
  padding-right: 24px;
  padding-left: 24px;
}



@media (max-width: 340px)
  {

  }

@media (min-width: 560px) {

  body{
    background-color: #f7f8f9;
  }

  #content {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

                  
  .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 140px;
    align-items: center;
    margin: 0px auto;
    width: 560px;
  }

 

  .btn{
    position: fixed;
    width: 500px;
    background-color: #00b8ff;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 24px;
    font-size: 24px;
    padding: 32px calc(constant(safe-area-inset-bottom) + 15px);
    padding: 32px calc(env(safe-area-inset-bottom) + 15px);
    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;
}


