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

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

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

h3 {
  font-size: 16px;
  font-weight: 500;
  color: #B7C9C8;
}

p {
  color: #B7C9C8;
}

li {
  color: #748080;
  font-size: 12px;
}

ul {
  line-height: 160%;
  padding-left: 6%;
}

body,html{
  background:#fff;
  overflow-x: hidden;
  margin: 0px;
  word-break:keep-all;
  overflow-wrap:break-word;
  font-family:'Spoqa Han Sans Neo',sans-serif;
}

.bg img{
  position: fixed;
  left: 78%;
  bottom: 3%;
  padding: 24px calc(constant(safe-area-inset-bottom) + 15px);
  padding: 24px calc(env(safe-area-inset-bottom) + 15px);
  z-index: 9999;	}

img {
  display: block;
}

html { 
  scroll-behavior: smooth;
}


.container_pc {
  padding: 0px;
  background-color: #E9EBEE;
}



#main{
  margin-bottom: 0px;
  padding-bottom: 0px;
}



#space1 {
  background-color: #161D24;
}


#space2 {
  background-color: #000;
}


#space3 {
  background-color: #CBEEFF;
}


#space4 {
  color: #252828;
}

#space5 {
  background-color: #f7f8f9;
}

.BG_img {
  background-color: #161D24;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(/socarstay/9900_promotion/img_backup/BG.jpg);
}

.BG_img_2 {
  background-image: url("/socarstay/9900_promotion/img_backup/BG_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}


.container1 {
  width:100%;
  height: auto;
}


.container1 img {
  display: block;
  margin: auto;
}


.container2 {
  width:100%;
  height: auto;
  padding-left: 24px;
}


.container_notice {
  padding: 60px 24px;
  background: #343030;
}

#slide {
  background-color: #f7f8f9;
}


.swiper-container {
  width: 100%; 
  height: auto; 
  z-index: 98;
}

.swiper-wrapper{
  width: 100%; 
  height: auto; 
  margin: 0px;
}

.swiper-slide {
  width: 100%; 
  text-align: center; 
  display: flex; 
  justify-content: center; 
}

.swiper-slide img {
  margin-left: 6px;
}

:root {--swiper-theme-color: #fff;}

.swiper-pagination-bullet {
  width: 6px; 
  height: 6px;
  margin: 2px;
  background: #8A939E;
}

.swiper-pagination-bullet-active{
  width: 6px; 
  height: 6px;
  margin: 2px;
  background: #00B8FF;
}

.swiper-pagination {
  display: block;  
  position: relative;  
  text-align: center;  
  transition: .3s opacity; 
  transform: translate3d(0,0,0); 
  z-index: 10;
  padding-bottom: 30px;
}




.parallel {
  display: flex;
  width: 100%;
}


.parallel img {
  display: flex;
  width: 100%;
}

.parallel_02 {
  display: flex;
  padding: 0px 19px;
}


.parallel_02 img {
  width: 100%;
  display: block;
}


  
#Accordion_wrap {
  margin: 30px 24px;
}

.que{
  position: relative;
  cursor: pointer;
}
  
.que::before{
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}

.que.on>span{
  font-weight: bold;
}
  
.anw {
  margin-left: 5px;
  display: none;
    overflow: hidden;
  font-size: 14px;
  color: #B7C9C8;
}

  
.anw::before {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #B7C9C8;
  margin: 0 5px;
}

.arrow-wrap {
  position: absolute;
  top:50%; right: 10px;
  font-size: 10px;
  transform: translate(0, -50%);
}

.que .arrow-top {
  display: none;
  color: #B7C9C8;

}
.que .arrow-bottom {
  display: block;
  color: #B7C9C8;
}
.que.on .arrow-bottom {
  display: none;
  color: #B7C9C8;
}
.que.on .arrow-top {
  display: block; 
  color: #B7C9C8;
}





@media (max-width: 576px) {
}




@media (min-width: 960px) {

  .bg img{width: 4%;
  bottom: 3%;
  }

  .container_pc {
    padding: 0 32%;
    }
  
  .container_notice {
    padding: 60px 24px; background: #fff;
    }
}
/* 오버레이 스타일 */
.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;
}

