/* */
.wrap{
  width: 100%;
  position: relative;
  margin: 0 auto;
}



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2b2b2b; }


  a:hover{
    text-decoration: none;
    color: #ffa323;
    outline: none !important; }


    .nav-box h1{
      margin: 0px;
    }

    .gnb-wrap a.active{
      color: #406eff;  
    }



/* 탑 메뉴 */
.top{
  background: transparent !important;
    position: absolute;
    top: 6px;
    left: 0;
    right: 15px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding: 5px;
}

header{
  position: absolute;
  display: flex;
  width: 100%; 
  justify-content: center;
  z-index: 100;
}

header nav .top-right{
  padding-bottom: 20px;
}

header nav .top-right ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header nav .top-right ul li{
  padding-left:20px;
}

header nav.navi-wrap{
 
  width: 100%;
 
  
}

header .nav-box{
  display: flex;
  height: 60px;
  justify-content: space-between;
  /*max-width: 1744px;*/
  align-items: center;
  width: 1280px;
  /*position: fixed;*/
  padding: 0px 40px;
  margin: 0 auto;
      background: #fff;
    border-radius: 4rem;
    box-shadow: 4px 3px 7px 0px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}


#menu{
  background-color: #ffffff00;
}

header nav.navi-wrap img{
  width: 60%;
}

.navi-wrap {
background-color: #ffffff50;
}

header nav.navi-wrap .top-menu .gnb-wrap{
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
}


header nav .top-menu .gnb-wrap ul{
  display: flex;
  justify-content: flex-end;
}

header nav .top-menu .gnb-wrap ul.lnb-wrap li{
  background: #115aff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-left: 2rem;
    margin-top: 0px;
}

header nav .top-menu .gnb-wrap ul.lnb-wrap li:first-child{ 
    margin-left: 5rem;

}


header nav .top-menu .gnb-wrap ul.lnb-wrap li a{
  color: #fff;
}

header nav .top-menu .gnb-wrap ul li{
  margin-left: 6rem;
  margin-top: 8px;
}

.top-lnbwrap .top-lnb-right{
  display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top-lnbwrap .top-phone,
.top-lnbwrap .top-email{
  display: flex;
    flex-direction: row;
}

.top-lnbwrap .top-email{
  margin-left: 20px;
}

.top-lnbwrap .top-lnb-right i{
  color: #0068d3;
  margin-right: 5px;
}


/* 모바일 메뉴*/

#slide-btn{display: none;}
#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 35px;right: 0;}
#slide-btn button{position: absolute; top:14px; right:10px; width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #222222;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}

#slide-menu{display: none;}



/* ---------------메인슬라이드---------------------*/


/* 메인비쥬얼01*/
.container section.section-main .swiper-slide1
{
  width: 100%;
  height: 100%;
  /*background-image:url(../images/main_bg1.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  background: linear-gradient(to top, #dbd9f9, #d4f3f9);
  align-items: flex-end;
  width: 1800px !important;
  margin: 0 auto;
  margin-right: auto !important;
}

.container section.section-main div.bg .visual-icon{
  width: 30%;
}

.container section.section-main div.bg .visual-icon img{
  width: 100%;
  margin-left: -50px;
}

.container section.section-main div.bg .visual-phone{
  /* width: 30%; */
  text-align: right;
    margin-top: 90px;
}

.container section.section-main div.bg .visual-phone .img-phone{
  display: inline-block;
  
}

.container section.section-main div.bg .visual-title{
  /* width: 40%; */
  margin: 0 auto;
  position: relative;
    top: -6rem;
}



.container section.section-main div.bg .visual-title>div{
  position: relative;
  /*width: 70%;8/
  margin: 0 auto;
  
}

.container section.section-main div.bg{
  background-position: left;
}


.container section.section-main div.bg .visual-title p{
 /* font-family: 'GmarketSans';*/
}

.container section.section-main div.bg .visual-title p.title1{
  font-size: 3.5rem;
    text-align: left;
}

.container section.section-main div.bg .visual-title p.title2{
  font-size: 1.8rem;
    color: #2e549a;
    position: relative;
    right: 0px;
    margin-top: 20px;
    line-height: 33px;
    text-align: left;
}

.container section.section-main div.bg .visual-title p.title3{
  font-size: 1.3rem;
    position: absolute;
    /*top: 240px;*/
    line-height: 30px;
    text-align: left;
}

.container section.section-main div.bg .visual-common .img-bubble1{
  position: absolute;
  top: 150px;
  right: 0px;
}

.container section.section-main div.bg .visual-common .img-bubble2{
  position: absolute;
  bottom: 130px;
  left:-50px;
}

.container section.section-main div.bg .btn-visual{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: calc(20% - 80px);
    align-items: center;
}
.container section.section-main div.bg .btn-menual a,
.container section.section-main div.bg .btn-call a{
  color: #fff;
  font-weight: 700;
}

.container section.section-main div.bg .btn-menual a:hover,
.container section.section-main div.bg .btn-call a:hover{
  color: #ffb422;
}

.container section.section-main div.bg .btn-menual:hover,
.container section.section-main div.bg .btn-call:hover{
  background-color: #0d1b6d;
  color: #ffb422;
}


.container section.section-main div.bg .btn-menual, .container section.section-main div.bg .btn-call{
    background-color: #f5f5f5;
    padding: 20px 5px;
    border-radius: 11px;
    line-height: 25px;
    text-align: center;
    width: 200px;
    margin: 10px;
    color:#fff;
    /*font-family: 'GmarketSans';*/
    box-shadow: #0000001f 8px 8px 8px;
    font-size: 1.3rem;
}
.container section.section-main div.bg .btn-menual{
  background-color: #24b1b5;
 /* font-family: 'GmarketSans';*/
}
.container section.section-main div.bg .btn-call{
  background-color: #0068d3;
}
.container section.section-main div.bg .btn-menual p,
.container section.section-main div.bg .btn-call p{
  line-height: 2rem;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
  background: linear-gradient(to top, #dbd9f9, #d4f3f9);
}






/* ---------------메인이미지 슬라이드 공통---------------*/

.section-mainslide .mainslide-wrap{
  /*height: 100vh;*/
  height: 800px;
}


.section-mainslide .main-imgbg{
  width: 100%;
  height: 800px;
  /* background-image: url(../images/ars_bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
 background: linear-gradient(177deg, rgb(224 255 252) 0%, rgb(238 225 255) 100%);
}

.section-mainslide .sub-imgbg{
  width: 100%;
  height: 100vh;
  background-image:none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-mainslide .sub-imgbg-view{
  width: 100%;
  height: 800px;
  /*background-image: url(../images/ars_bg04_1.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: linear-gradient(177deg, rgb(224 255 252) 0%, rgb(238 225 255) 100%);
}


.section-mainslide .sub-conbg{
  width: 100%;
  height: 578px;
  background-image: url(../images/ars_bg03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ars-con-img{
  position: absolute;
  right: 30%;
    top: 100px;
}


main div.RE-bgbox{
  width: 100%;
  background-image: url(../images/ars_bg06_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.RE-boxsticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 1;
    overflow: hidden;
    /* 배경이 부드럽게 넘어가도록 배경색이나 그라데이션 확인 */
}


/* 내부 섹션 높이 맞춤 */
.section-mainslide {
    height: 100%;
}



#ARS-Intro {
    position: relative;
    z-index: 2; /* 섹션 1을 덮으며 올라옴 */
    width: 100%;
    /*min-height: 100dvh;
    background-color: #eab6ff4d;
    background-image: url(../images/ars_bg06.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    background: linear-gradient(177deg, rgb(244 222 255 / 45%) 0%, rgb(173 203 254) 100%);
}

/* 추가: 섹션 1의 배경 이미지나 그라디언트가 있다면 여기서 유지 */
.RE-bgbox .mainslide-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-mainslide .main-imgbox{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.view-section1.section-mainslide .main-imgbox{
  max-width: 1280px;
  overflow: hidden;
}


.section-mainslide .ars-contant-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
}


.section-mainslide .img-main-mobile{
  text-align: center;
  /* position: absolute;*/
  right: 3%;
  height: 760px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}






.section-mainslide .img-main-mobile3{
  height: 832px;
  right: 10%;

}

.view-section1.section-mainslide .img-main-mobile3{
  right: -10%;

}

.m-iconbox{
    position: absolute;
    top: 100px;
}
.m-iconbox .m-icon img{
    width: auto !important;
}


.m-iconbox .icon-logo img{
    width: 130px !important;
}


.m-iconbox .icon-logo{
    left: -360px;
    position: absolute;
    bottom: -420px;
}



.m-iconbox .icon-chat{
    position: absolute;
    right: -380px;
    bottom: -620px;
}


.m-iconbox .icon-player{
    position: absolute;
    top: 160px;
    right: -360px;
}


.m-iconbox .icon_number{
    left: -280px;
    position: absolute;
    bottom: -500px;
}




.ars_m_phonebox{
    display: flex;
    align-items: flex-end;
    position: relative;
}


.phone-left {
    position: absolute;
    bottom: 90px;
    left: -290px;
}


.section-mainslide .img-main-mobile .m-phone>img{
    width: 88%;
    transition: all 0.8s;
}




/* --- 순차적 등장 지연 시간 설정 --- */



/* 공통 애니메이션 시작 전 상태 */
.scroll_on {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

/* 스크롤 시 활성화 상태 */
.scroll_on.active {
    opacity: 1;
    transform: translateY(0);
}




/* 1. 왼쪽 큰 핸드폰 (가장 먼저) */
.phone-left.active {
    transition-delay: 0.2s;
}

/* 2. 오른쪽 작은 핸드폰 (그 다음) */
.phone-right.active {
    transition-delay: 0.5s;
}

/* 3. 로고 아이콘 */
.icon-logo.active {
    transition-delay: 0.8s;
}

/* 4. 플레이어 바 */
.icon-player.active {
    transition-delay: 1.0s;
}

/* 5. 채팅 아이콘 */
.icon-chat.active {
    transition-delay: 1.2s;
}



.section-mainslide .img-main-mobile .img-main-mobile1{
  border: 0px solid #000;
  position: absolute;
  left: 40%;
  margin: 0 auto;
  width: 25%;
  height: 17%;
  bottom: 5%;
}



.section-mainslide .img-main-mobile img{
  width: 100%;
  opacity: 1;
    transform: translateZ(0) scale(1);
        transition-property: opacity, transform;
}


.main-REevent .main-imgbox .img-main-title p.title1{
  font-size: clamp(35px, 5vw, 80px);
  font-weight: 700;
  color: #000;
}



.main-REevent .title1 span.color-b{
  color: #000 !important;
}

.main-REevent .title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-30px);
  animation: slideFade 1.5s forwards;
}

/* 글자별 딜레이 */
.title1 span:nth-child(1) { animation-delay: 0s; }
.title1 span:nth-child(2) { animation-delay: 0.1s; }
.title1 span:nth-child(3) { animation-delay: 0.2s; }
.title1 span:nth-child(4) { animation-delay: 0.3s; }
.title1 span:nth-child(5) { animation-delay: 0.4s; }
.title1 span:nth-child(6) { animation-delay: 0.5s; }
.title1 span:nth-child(7) { animation-delay: 0.6s; }
.title1 span:nth-child(8) { animation-delay: 0.7s; }
.title1 span:nth-child(9) { animation-delay: 0.8s; }

/* 애니메이션 정의 */
@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.section-mainslide .main-REevent .main-imgbox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.RE-arrow {
    position: absolute;
    bottom: 20px; /* 위치는 기존 소스에 맞춰 조절하세요 */
    /* left: 50%;*/
    transform: translateX(-50%);
    z-index: 5;

    /* [핵심] 기존 바운스 효과와 스크롤 페이드아웃 효과를 결합 */
    animation: 
        arrowBounce 1s ease-in-out infinite, /* 기존 위아래 움직임 */
        fadeOutOnScroll linear forwards;      /* 스크롤 시 사라짐 */

    /* 스크롤에 맞춰 애니메이션 실행 */
    animation-timeline: auto, scroll(root);
    
    /* 글씨보다 조금 더 빨리(0~15% 구간) 사라지도록 설정 */
    animation-range: normal, 0dvh 15dvh; 
    
    /* 잔상이 남지 않도록 초기값 설정 */
    opacity: 1;
}

.RE-arrow img {
  display: inline-block;
  animation: arrowBounce 1s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* 내려가는 거리 */
  }
}






.main-REevent .main-imgbox .img-main-title p.title1 span {
    color: #0f6fff;;
}

.main-REevent .main-imgbox .img-sub-title p.title2{
  font-size: clamp(18px, 2vw, 26px);
  color: #333;
  line-height: clamp(40px, 4vw, 60px);
}

.main-REevent .main-imgbox .img-main-title{
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
}





.main-imgbox .img-main-title{
  position: absolute;
  top: 20rem;
  line-height: 5rem;
  left: 20rem;
}



/* --- 스크롤 시 글씨 완전 삭제 효과 --- */

.main-REevent .main-imgbox .img-main-title.scroll_on.active {
    /* [수정] 애니메이션 합치기 및 우선순위 확보 */
    animation: 
        slideFade 1.5s forwards,           /* 처음 나타날 때 */
        fadeOutOnScroll linear forwards;   /* 스크롤 시 사라질 때 */
    
    /* 스크롤에 맞춰 실시간으로 반응하도록 설정 */
    animation-timeline: auto, scroll(root); 
    
    /* [중요] 스크롤 시작 후 아주 짧은 구간(0~25%) 내에 완전히 사라지게 설정 */
    animation-range: normal, 0dvh 25dvh; 
    
    /* 기존 !important가 방해하지 못하도록 초기 투명도 설정 */
    opacity: 1; 
}

/* 사라지는 애니메이션 정의 */
@keyframes fadeOutOnScroll {
    to {
        opacity: 0;            /* 투명도를 0으로 확실히 고정 */
        filter: blur(20px);    /* 뿌연 느낌이 들지 않도록 블러를 아주 강하게 주거나 뺍니다 */
        transform: translateY(-80px); /* 위로 이동시켜 시야에서 제거 */
        visibility: hidden;    /* 애니메이션 종료 후 요소를 완전히 숨김 */
    }
}





.main-imgbox .main-title-view{
  top: 15rem;
}

.main-imgbox .img-main-title.view-img{
  position: absolute;
  top: 15rem;
  line-height: 5rem;
  left: 20rem;
}

.view-section1 .main-imgbox .img-main-title{
  left: 0px;
}


.main-imgbox .ars-con-title{
  position: relative;
  top: 0rem;
  line-height: 5rem;
  left: 0rem;`
}

.main-imgbox .img-main-title p.title1 em{
  font-size: 3.2rem;
  font-weight: 700;
  color: #c125ff;
}





.main-imgbox .img-main-title p.title1{
  font-size: 3.2rem;
  font-weight: 700;
  color: #406eff;;
}

.main-imgbox .img-main-title p.title2{
  font-size: 4.2rem;
  font-weight: 700;
  COLOR: #222;
}

 .view-section1 .main-imgbox .img-main-title p.title4{
    line-height: 3rem;
 }
  .view-section1 .main-imgbox .img-sub-title p.title2{
          margin-top: 2rem;
     }
    .view-section1 .main-imgbox .img-sub-title p.title2-off{
      display: none;
     }



.main-imgbox .img-main-title p.title3{
  font-size: 2rem;
    font-weight: 500;
    margin-top: 3rem;
    font-weight: 600;
}

.main-imgbox .img-main-title p.title4{
  font-size: 2.7rem;
  font-weight: 700;
  color: #406eff;
}



.main-imgbox .img-main-title p.title3 span{
  font-weight: 600;
  color: #406eff;
}

.main-imgbox .img-main-title p.title3.title5{
  line-height: 2.8rem;
}



.main-imgbox .img-sub-title p.title2{
  font-size: 3.7rem;
  COLOR: #222;
  line-height: 4.4rem;
}

.main-imgbox .img-sub-title p.sub-title3{
  font-size: 1.4rem;
    COLOR: #002060;
    line-height: 2.4rem;
    font-weight: 500;
}




.swiper {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #dbd9f9, #d4f3f9);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 1000px !important;*/
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination{
  z-index: 100;
}

.swiper-wrapper .swiper-firstimg{
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper .swiper-firstimg img{
  /*display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;*/
  text-align: right;
  display: inline-block;
  width: 100%;
}


/* ---------------서브공통---------------------*/

h2{
  /*font-family: 'GmarketSans';*/
  margin-top: 100px;
  font-size: clamp(23px, 4vw, 40px);
    line-height: 1.3;
  margin-bottom: 100px;
  color: #000;
  text-align: center;
}
h2 .h2-stitle{
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.4;
  font-family: 'Pretendard';
  font-weight: 600;
  color: #575757;
  padding-top: 1rem;
}

h2 .h2-stitle .h3-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
}




.section-auto .auto-wrap, 
.section-management .management-wrap,
.section-service .service-wrap,
.section-fee .fee-wrap,
.section-members .members-wrap,
.section-client .client-wrap,
.section-copyright .copyright-wrap,
.section-members-manual .manual-wrap
{
  width: 100%;
  position: relative;

}




.section-auto .auto-container, 
.section-management .management-container,
.section-service .service-container,
.section-fee .fee-container,
.section-members .members-container,
.section-client .client-container,
.manual-container
{
  /* height: 100vh;*/
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 1280px;
    
}

.manual-free
{

    max-width: 100% !important;
}


#REmobile-wrap .management-wrap .scroll_on.type_right{
          width: 50%;
    }

 #REmobile-wrap .management-wrap .management-box .scroll_on.type_left{
      width: 50%;
    }

#REmobile-wrap .management-right .REmobilears-grop{
  position: relative;
}


#REmobile-wrap .REmobilears{
  position: absolute;
  top:4rem;
  left:8rem;
}

#REmobile-wrap .RE_mobilears-ic3{
    position: absolute;
    top: 22rem;
    right: 2rem;
    z-index: 100;
}

#REmobile-wrap .RE_mobilears-ic2{
      position: absolute;
    top: 28rem;
    left: 6rem;
    z-index: 100;
}

#REmobile-wrap .RE_mobilears-ic1{
    position: absolute;
    top: 5rem;
    left: 3rem;
    z-index: 100;
}

    #REmobile-wrap .desc-pc,
     #REmobile-wrap .stitle-pc
     { display: block; }
    #REmobile-wrap .desc-mobile,
     #REmobile-wrap .stitle-mobile
      { display: none; }








/* 등장 애니메이션 정의 */
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(20px); /* 아래에서 살짝 올라오는 효과 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 기본 베이스 이미지 (RE_mobilears) */
#REmobile-wrap .REmobilears {
  opacity: 0;
  animation: fadeInMove 1s ease-out forwards;
  animation-delay: 0s; /* 제일 먼저 등장 */
}

/* ic1 */
#REmobile-wrap .RE_mobilears-ic1 {
  opacity: 0;
  animation: fadeInMove 1s ease-out forwards;
  animation-delay: 2.7s; /* 0.8초 뒤 등장 */
}

/* ic2 */
#REmobile-wrap .RE_mobilears-ic2 {
  opacity: 0;
  animation: fadeInMove 1s ease-out forwards;
  animation-delay: 3.2s; /* 1.6초 뒤 등장 */
}

/* ic3 */
#REmobile-wrap .RE_mobilears-ic3 {
  opacity: 0;
  animation: fadeInMove 1s ease-out forwards;
  animation-delay: 3.8s; /* 2.4초 뒤 등장 */
}









/* ARS 이벤트 인트로 섹션 공통 */
.section-intro {
    padding: 100px 0;
    /*background-color: #f1f4ff;  연한 배경색 */
    position: relative;
    overflow: hidden; /* 폭죽 애니메이션이 섹션 밖으로 나가지 않게 */
}

.intro-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2; /* 폭죽보다 위에 위치 */
}

.intro-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px; /* 휴대폰과 텍스트 사이 간격 */
}

/* 왼쪽 휴대폰 영역 */
.phone-area {
    width: 45%;
    display: flex;
    justify-content: flex-end; /* 오른쪽 정렬 */
}

.phone-case-wrap {
    width: 100%;
    max-width: 500px; /* 휴대폰 최대 크기 */
    position: relative;
}

.phone-case {
    width: 100%;
    height: auto;
    display: block;
}




/* 휴대폰 스크린 내 콘텐츠 스타일 */
.screen-content {
    position: absolute;
    top: 0px; /* 휴대폰 케이스 두께만큼 조정 */
    left: 10.5%; /* 휴대폰 케이스 두께만큼 조정 */
    width: 79%; /* 휴대폰 케이스 내부 스크린 크기 */
    height: 460px; /* 휴대폰 케이스 내부 스크린 크기 */
    border-radius: 12px; /* 스크린 라운드 */
    overflow: hidden;
}

.screen-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.screen-icon-triangle {
    position: absolute;
    top: 45%;
    left: 42%;
    width: auto;
}

.screen-icon-phone {
    position: absolute;
    bottom: 8%;
    left: 10%;
    width: auto;
}

.screen-icon-mail {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 22%;
}

.screen-icon-bubble {
    position: absolute;
    bottom: 2%;
    right: 10%;
    width: 24%;
}



/* --- 1. 등장 및 확대 애니메이션 정의 --- */
@keyframes iconPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.1); /* 살짝 커졌다가 */
        opacity: 1;
    }
    100% {
        transform: scale(1); /* 제자리로 */
        opacity: 1;
    }
}

/* --- 2. 둥둥 떠 있는 효과 (선택 사항) --- */
@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}


/* --- 4. 개별 아이콘 위치 및 시간차(Delay) 설정 --- */
/* --- 1. 등장 및 확대 애니메이션 정의 --- */
@keyframes iconPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.1); /* 살짝 커졌다가 */
        opacity: 1;
    }
    100% {
        transform: scale(1); /* 제자리로 */
        opacity: 1;
    }
}

/* --- 2. 둥둥 떠 있는 효과 (선택 사항) --- */
@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* --- [수정] 아이콘 기본 상태 (안 보임) --- */
.screen-content img {
    opacity: 0;
    transform: scale(0); /* 처음엔 크기를 0으로 */
}

/* --- [핵심] 부모(.scroll_on)에 .active가 붙었을 때만 애니메이션 실행 --- */
.scroll_on.active .screen-content img {
    /* iconPop(한 번 실행) + floating(무한 반복) */
    /* floating은 등장 애니메이션이 끝나는 시점에 맞춰 시작하도록 설정합니다 */
    animation: 
        iconPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
        floating 3s ease-in-out infinite;
}
/* 개별 아이콘 시간차(Delay) 설정 - 부모가 active일 때 기준 */
.scroll_on.active .screen-icon-phone { 
    animation-delay: 1.8s !important; 
}
.scroll_on.active .screen-icon-mail { 
    animation-delay: 2.2s !important; 
}
.scroll_on.active .screen-icon-bubble { 
    animation-delay: 2.4s !important; 
}

/* 아이콘 팝업 애니메이션 정의 (기존 유지) */
@keyframes iconPop {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}


/* --- [1] 반복적으로 둥둥 떠다니는 애니메이션 정의 --- */
@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px); /* 위로 12px 이동 */
    }
}




/* --- 4. 개별 아이콘 위치 및 시간차(Delay) 설정 --- */

.screen-icon-phone {
    position: absolute;
    bottom: 8%;
    left: 10%;
    width: 20%; /* 크기 조절 필요 시 */
    animation-delay: 0.3s !important; /* 가장 먼저 등장 */
}

.screen-icon-mail {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 22%;
    animation-delay: 0.6s !important; /* 0.3초 뒤 등장 */
}

.screen-icon-bubble {
    position: absolute;
    bottom: 2%;
    right: 10%;
    width: 24%;
    animation-delay: 0.9s !important; /* 0.6초 뒤 등장 */
}

/* (참고) 삼각형 아이콘을 다시 사용하실 경우 */
.screen-icon-triangle {
    position: absolute;
    top: 45%;
    left: 42%;
    width: 15%;
    animation-delay: 1.2s !important;
}

/* 나타난 후에 둥둥 떠 있게 하려면? 
   나타나는 애니메이션이 끝난 후 이 효과를 줍니다. */
.screen-icon-phone, .screen-icon-mail, .screen-icon-bubble {
    /* 기존 등장 애니메이션 뒤에 콤마로 연결 */
    animation: iconPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, 
               floating 3s ease-in-out infinite 1.5s; /* 1.5초 뒤부터 무한 반복 */
}





/* 오른쪽 텍스트 영역 */
.text-area {
    width: 45%;
    text-align: left; /* 왼쪽 정렬 */
}

.intro-title {
   /*  font-size: 40px;
    font-weight: 800;*/
    color: #000; /* 타이틀 색상 */
    margin-bottom: 50px;
    text-align: left;
    margin-top: 0px;
}

.color-title{
  color: #3F2AFF; 
}

.intro-desc-list {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 리스트 아이템 사이 간격 */
}

.intro-desc-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


/* --- [추가] 리스트 항목 초기 상태 (숨김) --- */
.intro-desc-list li {
    opacity: 0;
    transform: translateY(20px); /* 20px 정도 아래에 위치 */
    transition: all 0.6s ease;   /* 부드러운 전환 효과 */
}

/* --- [핵심] 부모 섹션에 .active가 붙었을 때 애니메이션 실행 --- */
.scroll_on.active .intro-desc-list li {
    animation: fadeInUp 0.6s ease forwards;
}

/* --- 각 줄마다 시간차(Delay) 설정 --- */
/* 타이틀이 먼저 보이고 나서 1, 2, 3번이 순서대로 나옵니다 */

.scroll_on.active .intro-desc-list li:nth-child(1) { 
    animation-delay: 0.4s; 
}

.scroll_on.active .intro-desc-list li:nth-child(2) { 
    animation-delay: 0.7s; 
}

.scroll_on.active .intro-desc-list li:nth-child(3) { 
    animation-delay: 1.0s; 
}

/* 나타나는 애니메이션 정의 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.intro-desc-list li .num {
    background-color: #8466FF; /* 숫자 배경색 */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* 숫자 크기 고정 */
    margin-top: 3px; /* 텍스트와 라인 맞추기 */
}

.intro-desc-list li p {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

/* 배경 및 폭죽 애니메이션 */
.intro-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* 콘텐츠보다 아래에 위치 */
}

.firework {
    position: absolute;
    width: 150px; /* 폭죽 이미지 크기 */
    height: auto;
}

.left-firework {
    top: 15%;
    left: 8%;
}

.right-firework {
    bottom: 25%;
    right: 8%;
}

.firework img {
    width: 100%;
    height: auto;
    display: block;
}







/* 폭죽 컨테이너의 z-index를 높여서 다른 요소에 가려지지 않게 합니다 */



.fireworks-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 99;
}

/* 폭죽 그룹들의 위치 설정 */
.firework-group { position: absolute; width: 10px; height: 10px; }
.pos1 { top: 15%; left: 15%; }
.pos2 { top: 20%; right: 15%; }
.pos3 { top: 10%; left: 50%; }
.pos4 { bottom: 30%; left: 20%; }
.pos5 { bottom: 25%; right: 25%; }

/* 공통 파티클 스타일 */
.firework-particle {
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  opacity: 0;
  animation: flashyFirework 3s infinite ease-out;
}

/* 폭죽별 시간차 (Delay) - 이 부분이 많아야 끊임없이 터짐 */
.pos1 .firework-particle { animation-delay: 0s; }
.pos2 .firework-particle { animation-delay: 0.7s; }
.pos3 .firework-particle { animation-delay: 1.5s; }
.pos4 .firework-particle { animation-delay: 2.2s; }
.pos5 .firework-particle { animation-delay: 1.2s; }

/* 화려하게 사방으로 퍼지는 애니메이션 */
@keyframes flashyFirework {
  0% { transform: scale(1); opacity: 0; box-shadow: 0 0 #fff; }
  10% { opacity: 1; }
  40% {
    opacity: 1;
    /* 파편을 12방향으로 더 촘촘하고 멀리 보냅니다 */
    box-shadow: 
      0 -120px 0 2px #ff0055, 60px -100px 0 2px #ffdd00, 100px -60px 0 2px #00ffcc,
      120px 0 0 2px #9933ff, 100px 60px 0 2px #ff9900, 60px 100px 0 2px #3399ff,
      0 120px 0 2px #ff33cc, -60px 100px 0 2px #66ff33, -100px 60px 0 2px #ff5500,
      -120px 0 0 2px #00ccff, -100px -60px 0 2px #ff00ff, -60px -100px 0 2px #ffff00;
  }
  100% {
    /* 아래로 더 많이 떨어지면서 서서히 소멸 */
    transform: translateY(100px) scale(0.2);
    opacity: 0;
    box-shadow: 
      0 -140px 0 0px #ff0055, 80px -120px 0 0px #ffdd00, 120px -80px 0 0px #00ffcc,
      140px 0 0 0px #9933ff, 120px 80px 0 0px #ff9900, 80px 120px 0 0px #3399ff,
      0 140px 0 0px #ff33cc, -80px 120px 0 0px #66ff33, -120px 80px 0 0px #ff5500,
      -140px 0 0 0px #00ccff, -120px -80px 0 0px #ff00ff, -80px -120px 0 0px #ffff00;
  }
}






/* 폭죽 터지는 효과 구현 */
.explosion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    animation: explodeAnimation 3s ease-out infinite; /* 3초마다 반복 */
}

@keyframes explodeAnimation {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    10% {
        opacity: 1;
    }
    20% {
        width: 100px;
        height: 100px;
        opacity: 1;
        box-shadow: 
            0 0 10px rgba(255, 255, 255, 0.5),
            20px 20px 10px rgba(255, 100, 100, 0.7),
            -20px -20px 10px rgba(100, 255, 100, 0.7),
            20px -20px 10px rgba(100, 100, 255, 0.7),
            -20px 20px 10px rgba(255, 255, 100, 0.7);
    }
    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
        box-shadow: 
            0 0 10px rgba(255, 255, 255, 0),
            40px 40px 20px rgba(255, 100, 100, 0),
            -40px -40px 20px rgba(100, 255, 100, 0),
            40px -40px 20px rgba(100, 100, 255, 0),
            -40px 40px 20px rgba(255, 255, 100, 0);
    }
}






/* 모달 전체 배경 (오버레이) */
.audio-modal-wrap {
    display: none; /* 기본 숨김 */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 100000; /* 최상단 고정 */
    align-items: center;
    justify-content: center;
}

/* 모달 박스 */
.audio-modal-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    padding: 40px 30px;
    border-radius: 25px;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: modalFadeUp 0.3s ease-out;
}

/* 모달 나타나는 애니메이션 */
@keyframes modalFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 닫기 버튼 */
.audio-modal-close {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 35px;
    cursor: pointer;
    color: #bbb;
    line-height: 1;
}
.audio-modal-close:hover { color: #333; }

.modal-header i { font-size: 24px; color: #2b3a7c; margin-bottom: 10px; }
#modal-audio-title { font-size: 18px; color: #333; margin-bottom: 25px; font-weight: 700; }

.audio-player-box audio { width: 100%; height: 40px; }
.modal-notice { font-size: 13px; color: #999; margin-top: 15px; }















/* ARS 미리듣기 섹션 공통 */
.section-preview {
  padding: 100px 0;
  background-color: #f1f4ff; /* 연한 배경색 */
  text-align: center;
}

.preview-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.preview-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
  padding: 0px;
  margin-top: 0px;
}

.preview-header p {
  color: #000;
  margin-bottom: 60px;
}

/* 리스트 레이아웃 */
.preview-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}

.preview-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

/* 왼쪽 샘플 상세 박스 */
.sample-detail-box {
  background: #fff;
  border-radius: 15px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  position: relative;
}

.sample-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sample-info .badge {
  background: #eef1ff;
  color: #4466ff;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
}

.sample-info .icon-circle {
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sample-info .title {
  font-size: 18px;
  color: #333;
}


.close-audio{
  cursor: pointer;
}

/* 버튼 스타일 */
.btn-group {
  display: flex;
  gap: 10px;
}

.btn-group a {
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.btn-group p {
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.btn-listen { background-color: #ff3322; } /* 직접 들어보기 */
.btn-scenario { background-color: #4466ff; } /* 시나리오 보기 */

.btn-group a:hover { opacity: 0.8; transform: translateY(-2px); cursor: pointer; }

/* 오른쪽 아티스트 썸네일 박스 */
.artist-thumb-box {
  background: #a3afff;
  border-radius: 15px;
  padding: 6px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 30%;
}

.artist-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.artist-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 0px solid rgba(255,255,255,0.3);
}

.artist-item span {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

/* 모바일 반응형 처리 */
@media (max-width: 1024px) {
  .preview-row {
    flex-direction: column;
    align-items: center;
  }
  .sample-detail-box, .artist-thumb-box {
    width: 90%;
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .sample-detail-box {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  .sample-info { flex-direction: column; }
  .btn-group { width: 100%; }
  .btn-group a { flex: 1; text-align: center; padding: 12px 10px; font-size: 13px; }
  .artist-thumb-box { justify-content: space-around; padding: 20px; }
}







/* ---------------080무료수신거부---------------------*/

.section-scroll .scroll-wrap{
  /* height: 100vh;*/
  /*background-image: url(../images/bg_scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    color: #666;
    background: #f8f8f8;
}

.section-scroll .ars-mission-wrap{
  background: #fff;
}


.section-scroll .RE-banner{
  background:none;
}

.invi-wrap .scroll-wrap{
      width: 100%;
   /* background-image: url(../images/Invi_bg1.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fff;
}


.invibanner-wrap .scroll-wrap{
  width: 100%;
    background-image: url(../images/Invi_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 150px;
}



.online-wrap .scroll-wrap{
  width: 100%;
    background-image: url(../images/online_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.online-wrap .scroll-wrap .btn-online{
      font-size: 1.4rem;
    background-color: #9AA3FF;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 0.8rem 1rem;
    border-radius: 0.6rem;
    font-weight: 600;
}
.online-wrap .scroll-wrap .btn-online:hover{
  background-color: #040f78;
}

.online-wrap .scroll-wrap p.text-online{
  color: #fff;
  margin-bottom:1.6rem;
}




.section-scroll .scroll-wrap .scroll-contents{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 9rem;
}




.section-scroll .RE-banner .scroll-contents{
  margin-bottom: 0;
}




 .section-scroll .RE-banner .scroll-contents {
        max-width: 100%;
    }



.section-scroll .scroll-wrap .scroll-contents .scroll-bgphoen{
  position: absolute;
    top: 0px;
    left: 0px;
}

.section-scroll .scroll-wrap .scroll-contents .scroll-bgphoen img{
  width: 100%;
}



.section-scroll .scroll-wrap .scroll-contents>div{
  width: 25%;
  padding: 1.5rem;
  position: relative;
}



.section-scroll .scroll-wrap .scroll-contents>div.sub-mission{
  width: 100%;
  padding: 1.5rem;
  position: relative;
 /* padding-top: 8rem;*/
}

.RE-banner .section-scroll .scroll-wrap .scroll-contents>div.sub-mission{
  padding: 0rem;
}





.section-scroll .scroll-wrap .scroll-contents .scroll-arrow i{
  font-size: 40px;
  position: absolute;
  top: 97px;
}

.section-scroll .scroll-wrap .scroll-contents .scroll-title-common{
  font-size: 1.5rem;
    width: 100%;
    color: #4f4f4f;
    background: #fff;
    border-radius: 25px;
    padding: 12px 5px;
    margin-bottom: 30px;
    font-weight: 700;
}

.section-scroll .scroll-wrap .scroll-contents .scroll-text-common{
  font-size: 1rem;
  border-radius: 20px;
    padding: 40px 30px 10px 30px ;
    border: 2px dashed #fff;
    line-height: 22px;
    /*height: 230px;*/
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    background: #fff;
    box-shadow: 5px 9px 14px 9px rgba(0, 0, 0, 0.1);
}

.invi-wrap .scroll-wrap .scroll-contents .scroll-text-common{
    box-shadow: none;

}


.invi-wrap .scroll-wrap .scroll-contents .scroll-text-common{
      padding: 40px 30px 40px 30px;
    width: 300px;
    height: 330px;
    /* border-radius: 1rem; */
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0px;
    background-color: #edf5ff;
    border: 0px;
    }


.Research-wrap .scroll-wrap .scroll-contents>div{
      width: 33%;
}

.Research-wrap .scroll-wrap .scroll-contents .scroll-text-common{
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    padding: 0px;
    background: none;
}


.Research-wrap .title-contents{
  text-align: left;
  margin-top: 3rem;
  line-height: 1.5;
}

.Research-wrap .scroll-wrap .scroll-contents .scroll-text-common .ars-free-icon{
     background-color: #7e3bcf;
    width: 82px;
    height: 82px;
    border-radius: 6rem;
    text-align: center;
    padding: 18px 10px 10px 10px;
}

.Research-wrap .scroll-wrap .scroll-contents .Research-box2 .scroll-text-common .ars-free-icon{
     background-color: #3372e6;
}


.Research-wrap .scroll-wrap .scroll-contents .Research-box3 .scroll-text-common .ars-free-icon{
     background-color: #3C2BAC;
}
   
   
    


    .invi-wrap .ars-free-icon{
      margin-top: 0px;
    }



.ars-free-icon{
  margin-top: 60px;
  text-align: left;
}

.ars-mission-icon{
  margin-top: 0px;
  text-align: right;
}






/* --- 섹션 공통 스타일 --- */
#about-section {

    text-align: center;
    overflow: hidden;
}

#about-section h2 {
    word-break: keep-all; /* 한글 줄바꿈 최적화 */
    margin: 0px;
    padding: 100px 0px;
}


#about-section h2 p {
    /* font-size: clamp(24px, 4vw, 36px); 너비에 따라 폰트 크기 자동 조절 */
    font-weight: 700;
    line-height: 1.3;
}




/* --- [핵심] 4열 그리드 레이아웃 (기본 PC) --- */
.interview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}




/* --- 개별 카드 블록 보정 --- */
.interview-block {
    position: relative;
    background: #e8f1ff;
    border-radius: 20px;
    border: 1px solid #d8e1ec;
    padding: 40px 20px 30px; /* 상단 패딩 살짝 증가 (숫자 겹침 방지) */
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    justify-content: space-between;
    transition: transform 0.3s ease;
}


/* 홀수/짝수 블록 배경색 유지 */
.interview-block.block-02,
.interview-block.block-04 {
    background: #f1f3ff;
}


.interview-block.block-02 .speech-bubble-container,
.interview-block.block-04 .speech-bubble-container{
      background: #fff;
}





/* 배경 연한 숫자 (데코레이션) */
.block-faded-num {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 80px;
    font-weight: 900;
    color: #f1f4ff;
    z-index: 1;
    line-height: 1;
}

/* --- 1. 상단 말풍선 스타일 --- */
.speech-bubble-container {
    position: relative;
    /*background: #f1f4ff;  말풍선 배경색 */
    background: #fff; /* 말풍선 배경색 */
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    z-index: 2;
}

/* [핵심] 아래로 향하는 말풍선 꼬리 */
.speech-bubble-container::after {
    content: '';
    position: absolute;
    bottom: -12px; /* 아래로 튀어나오게 */
    left: 25px;    /* 왼쪽 프로필 이미지 위치에 맞춤 */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff; /* 아래를 가리키도록 설정 */
}






.bubble-text {
    font-size: 17px;
    line-height: 1.4;
    color: #444;
    text-align: left;
    margin: 0;
    word-break: keep-all; /* 한글 줄바꿈 예쁘게 */
}

/* --- 2. 하단 프로필 영역 (가로 배치) --- */
.profile-area {
    width: 100%;
    z-index: 2;
}

.profile-circle-container {
    display: flex;       /* 가로 정렬 */
    align-items: center; /* 세로 중앙 맞춤 */
    gap: 12px;           /* 이미지와 글씨 간격 */
    text-align: left;
}

.profile-image-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e0e6ff; /* 프로필 테두리 */
    overflow: hidden;
    flex-shrink: 0;      /* 이미지 찌그러짐 방지 */
}

.profile-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-id {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.profile-id p{
  font-size: 16px;
  font-weight: 500;
    color: #767676;
}

/* --- 반응







/*.section-scroll .scroll-wrap{
  height: 100vh;
  background-image: url(../images/bg_scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    color: #fff;
}*/

.section-scroll .scroll-wrap .scroll-contents .scroll-text-common .scroll-icon{
  font-size: 3rem;
}
.section-scroll .scroll-wrap .scroll-contents .scroll-text-box{
  /* margin-top: 30px;*/
  font-weight: 700;
  text-align: left;
}
.section-scroll .scroll-wrap .scroll-contents .scroll-text-box span{
  color:#000;
  font-weight: 800;
  font-size: 1.1rem;

}


.Research-wrap .scroll-wrap .scroll-contents .scroll-text-box span{
  color: #3c2bac;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 30px);

}


.Research-wrap .scroll-wrap .scroll-contents .scroll-text-box .text-big .counter{
font-size: clamp(14px, 4vw, 60px);
}


.section-scroll .scroll-wrap .scroll-contents .scroll-text-box span.title-contents{
  display: block;
  font-size: 1.1rem;
  color:#3B3663;
  font-weight: 500;

}

.invi-wrap .scroll-wrap .scroll-contents .scroll-text-box .text{
    color: #696687;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
}


.Research-wrap .scroll-wrap .scroll-contents .scroll-text-box .text{
    color: #3c2bac;
    font-weight: 800;
    font-size: clamp(14px, 3vw, 60px);
    display: block;
    margin-top: 10px;
}



.invi-wrap .scroll-wrap .scroll-contents .scroll-text-box span.title{
    font-weight: 500;
    color: #3B3663;
    display: block;
    font-size: clamp(22px, 3vw, 24px);
    margin-top: clamp(16px, 4vw, 50px);
    line-height: 1.1;
}

.Research-wrap .scroll-wrap .scroll-contents .scroll-text-box span.title{
   
    font-size: clamp(20px, 2vw, 24px);
    margin-top: clamp(16px, 4vw, 50px);
    line-height: 1.1;
}



.Research-wrap .scroll-wrap .scroll-contents .scroll-text-box span.title{
    margin-top: 0px;
    font-weight: 600;
}


.Research-wrap .Research-box{
      background-color: #F1EEFF;
      border-radius: 20px;
      padding: 50px 30px 40px 30px;
      height: 280px;
}


.Research-wrap .Research-box2{
      background-color: #EBF1FA;
}

.Research-wrap .Research-box3{
      background-color: #EBEDFA;
}




.invi-wrap .scroll-text-box .text{
  font-weight: 400;
  margin-top: 2rem;
}



#invi-wrap .contents .common{
  display: flex;
  flex-direction: column;
  text-align: left;

}

#invi-wrap .contents{
      display: flex;
}


.section-scroll .scroll-wrap .scroll-contents .scroll-mission-box span{
  font-size: 1.3rem;
}

.section-scroll .scroll-wrap .scroll-contents .sub-mission-text{
 
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
  line-height: 2.6rem;
  margin-top: 10px;

}

p .scroll-icon::after{
  display: block;
    content: attr(data-username);
    padding: 10px 20px;

}

.section-scroll .scroll-wrap .scroll-contents .sub-mission-text p::before{
  display:inline-block;
  content: "\f0da";
    font-size: 1em;
    font-family: FontAwesome;
    padding-right: 0.5rem;
  
}


/* --------------배너스크롤--------------------*/




/* ---- 최소 안전 버전: 화면 표시 + 끊김 해결 ---- */
:root {
  --gap: 40px;      /* 아이템 간격 */
  --duration: 40s;  /* 스크롤 속도 */
}

/* (선택) 페이지 배경이 필요하면 body나 .banner-scroll에 적용 */
body { margin: 0; }

.banner-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff38;            /* 확실히 보이게 흰 배경 */
  padding: 40px 0;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  /* ※ 문제가 됐던 페이드 마스크 제거 */
}

.banner-track {
  display: flex;
  width: max-content;          /* 콘텐츠만큼 */
  gap: var(--gap);
  transform: translate3d(0,0,0);
  will-change: transform;
  animation: scroll var(--duration) linear infinite;
}

.banner-track:hover { animation-play-state: paused; }

/* 두 번째 줄은 반대 방향(선택) */
.banner-track2 { animation-direction: reverse; }

.banner-item {
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.banner-item:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 12px 24px rgba(0,0,0,0.2);*/
}

.banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 핵심: gap 보정으로 무한 루프 끊김 제거 */
@keyframes scroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(calc(-50% - var(--gap)/2), 0, 0); }
}

/* 반응형 */
@media (max-width: 768px) {
  :root { --gap: 24px; --duration: 35s; }
  .banner-item { width: 160px; height: 40px; }
}







.RE-event picture img{
  width: 100%;
}


.tab-box .ars-event-step .scroll_on {
  opacity: 0;
  transition: all 0.2s;
}



.step-boxlist .box-step1{
    background-color: #fff;
    border-radius: 10px;
    height: 210px;
    width: 18%;
    padding: 1rem;
    margin: 1.2rem;
    position: relative;
    text-align: left;
    position: relative;
}

.step-boxlist .box-step1::after{
    content: "";
    position: absolute;     /* ★ 필수 */
    top: 0;                 /* 원하는 위치 */
    right: 0;               /* 원하는 위치 */
    width: 40px;
    height: 40px;
    background-image: url("../images/step-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}


.step-boxlist .box-step1 .title1{
    font-weight: 700;
    color: #5E46C7;
    display: block;
    font-size: clamp(16px, 3vw, 17px);
    margin-bottom: clamp(16px, 3vw, 26px);
    line-height: 1.1;
}


.step-boxlist .box-step1 .step1-title{
    position: absolute;
    top:0px;
    right: 0px;
    background-color: #0068d3;
    border-radius: 50px;
    color: #fff;

}

.step-boxlist .box-step1 .content-text{
    color: #272727;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 14px);
    line-height: 1.2;
}

.step-boxlist .box-step1 .step1-title{
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #A9AFFF;
    border-radius: 50px;
    color: #fff;
    width: 30px;
    font-size: 18px;
    text-align: center;
}

.step-boxlist .box-step1 .icon-img{
    margin-top: clamp(16px, 4vw, 20px);
    margin-bottom: 12px;
}

#tab2 .box-step1 .icon-img{
    margin-top: clamp(16px, 4vw, 20px);
    margin-bottom: 24px;
}




.tab1-point{display: flex; justify-content: center;}







/* ------------------유설선임님----------------*/



.last_2510 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.view_section_2510 {background-color: #8089EA; padding: 0 0 50px 0;} 
.view_section_2510.section-fee div.event-tab-wrap {background: #8089EA;}
.view_section_2510 .event-tab-wrap .tab-btn::before  {display: none;}
.view_section_2510 .tab-buttons button {box-shadow: none; border: none; border-radius: 10px; padding: 20px 50px;}
.view_section_2510 .tab-buttons button.active {background-color: #172A88}
.view_section_2510 .tab-buttons button.active:hover {background-color: #172A88; color: #fff;}
.view_section_2510 .tab-buttons button:hover {  background-color: #fff;  color: inherit;  box-shadow: none;  border: none; }
.view_section_2510 .tab-wrap-event h2 {padding-bottom: 0;}
.view_section_2510 .tab-content img {display: block; width: 100%;}
.view_section_2510 .event-tab-wrap .tab-box {background:none;}
#solution_2510 {padding: 0 0 100px 0;}
#solution_2510 .inner {width: 100%; max-width: 1280px; margin: 0 auto;}
#solution_2510 h2 {color: #000;}
#solution_2510 img {display: block; width: 100%; margin: 0 auto;}
@media screen and (max-width:700px) {
  #solution_2510 img { max-width: 320px; }
}




#marketing_2510 {padding: 0 0 100px 0;}
#marketing_2510 h2 {color: #000;}
#marketing_2510 .h2-stitle {color: #000;}
#marketing_2510 .inner {width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 2rem;}
#marketing_2510 .tabmenu_wrap {display: flex;gap: 50px; align-items: stretch;}
#marketing_2510 .tabmenu_wrap .menu {width: 200px; }
#marketing_2510 .tabmenu_wrap .content {position: relative; width: calc(100% - 200px);background: #F2F2F2;border-radius: 8px;padding: 20px; display: flex; align-items: center; justify-content: center;
 background: linear-gradient(147deg, #FCEDFF 0%, #D9DFFF 100%);}

#marketing_2510 .tab_menu {display: flex; flex-direction: column; justify-content: space-between; height: 100%; gap: 25px;}
#marketing_2510 .tab_menu li {
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 부드러운 전환 */
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #7e89ff94;
    height: 16.66%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;}

        /* 마우스 오버 시: 약간 오른쪽으로 밀리면서 색상이 밝아짐 */
#marketing_2510 .tab_menu li:hover {
    background: #7E89FF;
    transform: translateX(8px); /* 우측으로 살짝 이동 */
    box-shadow: 4px 4px 15px rgba(126, 137, 255, 0.3);
}

/* 활성화 상태일 때는 이동 효과 제거 (선택 사항) */
#marketing_2510 .tab_menu li.active {
    background: #7E89FF;
    color: #fff;
    transform: translateX(0); 
    box-shadow: none;
    font-weight: 700;
}


#marketing_2510 .tab_content {display: none; opacity: 0; /* 처음엔 투명하게 */}


#marketing_2510 #tab7{
}


/* 이미지 자체에도 부드러운 효과 */
#marketing_2510 .tab_content img {
    display: block;
    width: 100%;
    max-width: 90%;
    transition: 0.3s;
}
/* 활성화 상태가 될 때 애니메이션 실행 */
#marketing_2510 .tab_content.active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: contentFadeIn 0.5s ease forwards; /* 애니메이션 연결 */
}
/* 이미지가 더 돋보이게 하는 애니메이션 정의 */
@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: translateX(30px); /* 오른쪽에서 대기 */
    }
    to {
        opacity: 1;
        transform: translateX(0); /* 제자리로 */
    }
}

#marketing_2510 .content a {position: absolute; left: 50%; bottom: -70px; transform: translateX(-50%); background-color: #5663FF; color: #fff; border-radius: 8px; width: 240px; height: 50px; align-items: center; justify-content: center; display: flex;}
@media screen and (max-width:1300px) {
  #marketing_2510 .tab_menu {gap: 20px;}
}
@media screen and (max-width:1000px) {
  #marketing_2510 .tab_menu {gap: 20px;}
  #marketing_2510 .tabmenu_wrap {gap: 20px;}
  #marketing_2510 .tabmenu_wrap .menu {width: 160px;}
  #marketing_2510 .tab_content img {max-width: 100%;}
}
@media screen and (max-width:900px) {
  #marketing_2510 {padding: 0 20px 80px 20px;}
  #marketing_2510 .tabmenu_wrap .menu {width: 100%;}
  #marketing_2510 .tab-wrap-event h2 {margin-bottom: 50px; margin-top: 50px; padding: 0px;}
  #marketing_2510 .tab_menu {width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px 20px;}
  #marketing_2510 .tab_menu li {padding: 24px 0; height: 40px;}
  #marketing_2510 .tabmenu_wrap {flex-direction: column; }
  #marketing_2510 .tabmenu_wrap .content {width: 100%;}
}
@media screen and (max-width:800px) {
  #marketing_2510 .tab_menu {gap: 10px 10px;}
}
@media screen and (max-width:600px) {
  #marketing_2510 .tab_menu li {font-size: 14px;}
}





/* --------------배너스크롤--------------------*/




/* ---- 최소 안전 버전: 화면 표시 + 끊김 해결 ---- */
:root {
  --gap: 40px;      /* 아이템 간격 */
  --duration: 40s;  /* 스크롤 속도 */
}

/* (선택) 페이지 배경이 필요하면 body나 .banner-scroll에 적용 */
body { margin: 0; }

.atalkservice-topright{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  /* ※ 문제가 됐던 페이드 마스크 제거 */
}

.banner-scroll-ul {
  display: flex;
  width: max-content;          /* 콘텐츠만큼 */
  gap:0px;
  transform: translate3d(0,0,0);
  will-change: transform;
  animation: scroll var(--duration) linear infinite;
}

.banner-track:hover { animation-play-state: paused; }

/* 핵심: gap 보정으로 무한 루프 끊김 제거 */
@keyframes scroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(calc(-50% - var(--gap)/2), 0, 0); }
}

/* 반응형 */
@media (max-width: 768px) {
  :root { --gap: 24px; --duration: 35s; }
  .banner-item { width: 160px; height: 40px; }
}














/* ------------------------------------*/

.hefar-box{
  position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 1280px;
    display: flex;
    gap: 50px;
}

.hefar-box .img{
  width: 520px;
}

.hefar-box .img{
  position: relative;
    width: calc(100% - 520px);
}


#hear-wrap .bg{
  width: 100%;
    background-image: url(../images/hear-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 10px 0px 110px;
}


#REmobile-wrap h2{
  text-align: left;
}


#REmobile-wrap h2 sapn{
      color: #0f6fff;
}

#REmobile-wrap .management-wrap .management-box .management-left-text2{
      line-height: 1.5;
}






/* wrapper 기본값 */
.management-wrap.bg {
  position: relative;
  overflow: hidden;
  background-color: #f9fbff; /* 필요시 바꾸세요 */
}

.RE-bgbox .management-wrap.bg{
      background-color: #ffffff00;
}






/* 공통 스타일 */
.bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(6px);
  opacity: 0.6;
  animation: glowPulse 6s ease-in-out infinite; /* ← duration 길게 + alternate 제거 */
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 0;
  transform-origin: center center;
}

/* 각각 크기/위치/딜레이 */
.circle1 {
  width: 120px;
  height: 120px;
  top: 20%;
  left: 8%;
  animation-delay: 0s;
}
.circle2 {
  width: 100px;
  height: 100px;
  bottom: 12%;
  right: 50%;
  animation-delay: 1s;
}
.circle3 {
  width: 160px;
  height: 160px;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
  animation-delay: 2s;
}

/* 컨텐츠 위로 배경이 겹치지 않게 조정 */
.management-wrap.bg > .management-container {
  position: relative;
  z-index: 5;
}

/* 핵심: 부드럽고 연속적인 호흡감 */
@keyframes glowPulse {
  0% {
    opacity: 0.4;
    transform: scale(1) translate(0, 0);
  }
  25% {
    opacity: 0.7;
    transform: scale(1.08) translate(6px, -4px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.04) translate(-4px, 6px);
  }
  75% {
    opacity: 0.8;
    transform: scale(1.1) translate(8px, -6px);
  }
  100% {
    opacity: 0.4;
    transform: scale(1) translate(0, 0);
  }
}





/* ---------------공통--------------------*/







/* ---------------서브2_24시간 자동수신거부처리---------------------*/

.section-auto{
  background-color: #eaebfe;

}

.section-auto .auto-container{
  height: 58rem;
}

.section-auto .auto-wrap .auto-contents{
  position: relative;
  /*font-family: 'GmarketSans';*/
  margin-top: 100px;
  max-width: 1400px;
 /* margin: 0 auto;*/
}

.section-auto .auto-wrap .auto-common{
  position: absolute;  
}

.section-auto .auto-wrap .auto-customer{
  z-index: 2;  
}

.section-auto .auto-wrap .auto-ars{
  right: 50px;
  width: 100%;
  top: 70px;
  height: 12rem;
  text-align: right;
  background-image:url(../images/auto_bg1.png);
  background-position: center;
  background-repeat: no-repeat;

  /* -background-size: cover;*/
}

.section-auto .auto-wrap .auto-group{
  position: relative;
}

.section-auto .auto-wrap .auto-contents .auto-box{
  width: 300px;
  border: 3px solid #fff;
  padding: 1.4rem;
  font-size: 1.2rem;
  border-radius: 20px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
  background-color: #eaebfe;
  text-align: left;
  padding-left: 50px;
  padding-top: 50px;
  line-height: 1.6rem;
  position: absolute;
  left: 50px;
  font-weight: 400;
}

.section-auto .auto-wrap .auto-contents .auto-no{
  font-size: 10rem;
  font-weight: bold;
  color:#97a4ed59;
  position: absolute;
  top: -40px;
  z-index: 1;
  left: 10px;
}

.section-auto .auto-wrap .auto-contents .auto-icon{
  color: #5d73ec;
  font-size: 4rem;
  position: absolute;
    top: -50px;
    left: 80px;
    z-index: 1;
}

.section-auto .auto-wrap .auto-contents .ars-no{
  right: 30px;
  text-align: right;
  top: -85px;
}

.section-auto .auto-wrap .auto-contents .ars-icon{
  right: -50px;
  text-align: right;
}

.section-auto .auto-wrap .auto-contents .ars-icon img{
 
}

.section-auto .auto-wrap .auto-contents .ars-box{
  padding-left: 50px;
  width: 400px;
  right: 0px;
  left: auto;
}



.section-auto .auto-wrap .auto-list{
  left: calc(18% - 50px);
  top: 320px;
  width: 100%;
 /*  height: 18rem;
  text-align: right;
  background-image: url(../images/auto_bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: -20px; 
  background-size: 30%;
  background-position-x: 40rem;*/
}

.section-auto .auto-wrap .auto-contents .list-icon img{

}

.section-auto .auto-wrap .auto-contents .list-no{
  left: -20px;
}


.section-auto .auto-wrap .auto-contents .auto-box span{
  font-size: 1.4rem
}

.section-auto .auto-wrap .list-group{
  top: 50px;
  z-index: 5;
}


.section-auto .auto-wrap .auto-contents .list-box{
  top: 50px;
  z-index: 3;
}


.section-auto .auto-wrap .auto-contents .auto-listimg{
  position: absolute;
    right: 300px;
    top: 20px;
    z-index: 7;
}

.section-auto .auto-wrap .auto-contents .auto-listimg img{
  width: 350px;
}


.section-fee div.event-tab-wrap{
       background: linear-gradient(to top, #8089EA); 
       margin-bottom: 0px;;
}

.event-tab-wrap .ars-event-step{
    margin-top: 0px;
}

.RE-tabbox.event-tab-wrap .ars-event-step{
    margin-top: 0px;
    height: 400px;
}



/* ---------------서브2_24시간 자동수신거부처리---------------------*/

.section-management .management-container{
  /*height: 850px;*/
}

.management-wrap .management-listwrap{
  display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    padding: 0rem 2rem;
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
}

.management-wrap .management-listwrap div{
  background-color: #e9f1fe;
  padding: 3rem 2rem;
  border-radius: 1rem;
  width: 28%;
  height: 140px;
  display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.8rem;
}


.view-section2 .management-wrap .management-box{
  margin: 80px 50px 0px;
}



.management-wrap .management-box{
  display: flex;
  justify-content: space-around;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #222;
  font-weight: 500;
  width: 100%;
  margin-top: 100px;
}

#ARS-event .management-wrap .management-box{
flex-direction: row;
}


.management-wrap #ARS-event.management-box{
  margin-bottom: 100px;
}



.DB-wrap .management-wrap .management-box{
   width: auto;
}


#hear-wrap .management-wrap .management-box{
  margin: 0px;
}


#hear-wrap h2{
  margin-bottom: 0px;
  color: #fff;
}


#hear-wrap h2 .h2-stitle{
 
  color: #fff;
}


#hear-wrap .scroll_on.type_left{
  display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
}


#hear-wrap .Scenario-text-Common{
     background: #ffffff8c;
    padding: 10px 30px;
    margin-bottom: 1rem;
    border-radius: 10px;
}



.management-wrap .ars-event-wrap:first-child{
  margin: 120px 50px;
}

.management-wrap .ars-event-wrap{
  margin: 20px 50px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: baseline;
  display: flex;
}


.management-wrap .management-left{
  /* margin-left: 5rem; */
  width: 55%;
  margin-top: 5rem;
}

   #REmobile-wrap .management-wrap .management-left{
          margin-top: 0rem
    }


.management-wrap .view-right-textbox{

  margin-top: 1rem;
}



.management-wrap .management-left.view-left{
  /* margin-left: 5rem; */
  margin-top: 0rem;
}



.management-wrap .ars-event-box{
  margin-top: 0rem;
}

.management-wrap .management-right{
 /* width: 55%;*/
}

.management-wrap .ars-event-step{
  width: 25%;
 }


.management-wrap .management-box .management-left-text{
  font-weight: 800;
  font-size: 1.8rem;
}

.management-wrap .management-box .management-left-text{
  font-weight: 700;
  font-size: 1.8rem;
}


.management-wrap .management-box .management-text-no{
color:#4573e9;
font-weight: 700;
font-size: 1.5rem;
}



.management-wrap .management-box .management-left-text2{
 /* font-family: 'GmarketSans';*/
 margin: 40px 0px;
 font-size: 19px;
 line-height: 2.2rem;
 color: #454545;
 font-weight: 500;

}


.ars-event-marketing{
  margin-top: 0px;
}


.RE-tabbox .ars-event-marketing picture img{
  max-width: 100%;
  padding: 0 20px;
}

.RE-tabbox #tab2 .ars-event-marketing picture img{
  margin-top:clamp(23px, 5vw, 90px);
}

.RE-tabbox #tab3 .ars-event-marketing picture img{
  margin-top:clamp(23px, 5vw, 90px);
}



.DB-wrap .atalkservice-top {
    display: flex;
    flex-direction: row;
}

ul.atalkservice-top li.atalkservice-topleft {
    padding: 30px;
}

ul.atalkservice-top li.atalkservice-topright {
    padding: 3rem 2rem 0rem;
    background-color: #4C7BF3;
}

ul.atalkservice-top li p, .DB-wrap div.atalkservice-botleft p{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

ul.atalkservice-top li.type_right p{
  color: #fff;
}

ul.atalkservice-top li span, div.atalkservice-top span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    text-align: left;
}

.atalkservice-top .marketing-db ul{
  display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}


ul.atalkservice-top li div {
    text-align: center;
}

ul.atalkservice-top li div.banner-scroll {
    position: absolute;
    bottom: 3rem;
}

.DB-wrap .banner-letter{
 position: absolute;
 bottom: 0px;
 left:0px
}
ul.atalkservice-top li.atalkservice-botleft {
    /* padding: 3rem 0rem 0rem; */
    background-color: #CCF2ED;
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}

ul.atalkservice-top li {
    background-color: #DDECFF;
    width:auto;
    margin: 14px;
    padding: 10px;
    border-radius: 1rem;
}


ul.atalkservice-top .banner-scroll-ul li{
  background: none;
  margin:0px;
  padding: 0px;
}

ul.atalkservice-top .banner-scroll-ul li:nth-child(2),
ul.atalkservice-top .banner-scroll-ul li:nth-child(4),
ul.atalkservice-top .banner-scroll-ul li:nth-child(6),
ul.atalkservice-top .banner-scroll-ul li:nth-child(8)
{
 animation: riseAndFloat 2s 0.7s ease-out forwards, floatCloud 3s ease-in-out infinite;
}


ul.atalkservice-top .banner-scroll-ul li:nth-child(1),
ul.atalkservice-top .banner-scroll-ul li:nth-child(3),
ul.atalkservice-top .banner-scroll-ul li:nth-child(5),
ul.atalkservice-top .banner-scroll-ul li:nth-child(7),
ul.atalkservice-top .banner-scroll-ul li:nth-child(9)
{
 animation: riseAndFloat 1s 0.1s ease-out forwards, floatCloud 2s ease-in-out infinite;
}



ul.atalkservice-top .banner-scroll-ul{
     display: flex;
    flex-wrap: nowrap;
}

.DB-wrap ul.atalkservice-top .banner-scroll .banner-scroll-ul li img{
    width:auto;
}


@keyframes floatCloud {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.floating-cloud {
    animation: riseAndFloat 1.5s ease-out forwards, floatCloud 3s ease-in-out infinite;
}




ul.atalkservice-top .phone-box ul li {
  margin: 10px 0px;
}

.atalkservice-DB{
      margin: 14px;
}

.DB-wrap .management-right .scroll_on.active {
  
    width: 100%;
}

.DB-wrap .scroll_on.type_left{
  width: 100%;
}

.DB-wrap .management-right ul.atalkservice-top li.scroll_on.active{

    width: 50%;
    position: relative;
}


.DB-wrap .phone-box ul {
      display: flex;
}

.DB-wrap .management-wrap .management-right img{
  width: 90%;
  border-radius: 0px;
}



.event-tab-wrap .ars-event-marketing span,
.event-tab-wrap .ars-event-marketing p{
    color: #FCFBBF;
    line-height: 2rem;
}

.atalkservice-top {
    display: flex;
    flex-direction: row;
}

.DB-wrap div.atalkservice-botleft{
  padding: 3rem 2rem 0rem;
    background-color: #C7DAFF;
    border-radius: 1rem;
}

.ars-event-marketing span{
  font-size: 1rem;
}

.ars-event-marketing .ars-event-title{
  font-size: 2rem;
  font-weight: 700;
}

.ars-line-wrap{
  width: 0px;
  height: 90px;
  border-left: 5px dotted #c5c5c5;
  margin: 5px auto 0px;
}

.management-wrap .management-box .ars-sub-marketing{
  margin: 0px;
  font-size: 1.1rem;
    line-height: 2rem;
    color: #303030;
    box-shadow: 4px 3px 11px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 30px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.management-wrap .management-box .management-left-text2 a{
  color: #0068d3;
}

.management-wrap .management-box .management-left-text2 .sub-left-stitle{
  font-size: 1.6rem;
    font-weight: 700;
    color: #2c70de;
}

.ars-bottom-text{
  margin-top:5rem;
  font-size: 1rem;
  margin-bottom: 8rem;
  color: #818181;
}

.management-wrap .management-box .management-left-text2 span{
  font-weight: 700;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding-right: 10px;
}

.management-wrap .management-box .management-left-text2 span:hover{
  font-weight: 800;
  color:rgb(0, 0, 0);
}


.view-section2 .management-wrap .management-box .management-left-text2 span{
  font-weight: 500;
  color:#666;
}


.management-wrap .management-box .management-left-text2 span::before{
  content : "";
  background-image: url( "../images/ars_m_icon05.png" );
  background-size: contain;
    width: 60px;
    height: 22px;
    display: inline-block;
    padding-right: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.management-wrap .management-box .management-left-text2.text-left-icon span::before{
  content : "";
  background-image: url( "../images/ars_m_icon06.png" );
  background-size: contain;
    width: 30px;
    height: 22px;
    display: inline-block;
    padding-right: 0px;
    background-repeat: no-repeat;
    vertical-align: middle;
}



.management-wrap .management-box .ars-sub-text span::before{
  content : "";
  background-image: url( "../images/ars_s_icon03.png" );
  background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-right: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}



#hear-wrap .management-wrap .management-box .management-left-text2 span::before{
  content : "";
  background-image: url( "../images/ars_m_click.png" );
  background-size: contain;
    width: 60px;
    height: 22px;
    display: inline-block;
    padding-right: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}



.management-wrap .management-box .ars-sub-text span{
  font-weight: 500;
}




.section-management .management-wrap .management-bg{
  position: relative;
}

.section-management .management-wrap{
  height: auto;
}

.section-management .ars-sub-wrap{
  background: #f8f8f8;
}

.section-management .RE-event{
  background:none;
}


.section-management .management-wrap .management-bg .management-bgbottom{
 /* background-image:url(../images/mange_bg3.png);
  opacity: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 900px;
  right: 0px;*/
}




.management-wrap .management-right img{
  width: auto;
  border-radius: 30px;
}


#hear-wrap .management-wrap .management-right img{
  width: 100%;
}




.management-wrap .con2_01_on{
  display: flex;
}
.management-wrap .con2_02_off{
  display: none;
}




/* ------------서브3_함께사용하면 편리한아톡비즈서비스------------------*/

.section-service .service-container{
  max-width: 100% !important;
  padding-bottom: 8rem;
}

.section-service .service-container .service-contents{
  display: flex;
  flex-direction: row;

}

.section-service .service-wrap{
  background-image:url(../images/service_bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.section-service .service-wrap h2, .section-service .service-wrap h2 p{
  color:#fff;
}


.section-service .service-wrap .service-left,
.section-service .service-wrap .service-right{
  position: relative;
}

.section-service .service-wrap .service-left img{
  width: 100%;
}


.section-service .service-wrap .service-right img{
  width: 100%;
}

.service-boxlink1{
  position: absolute;
  width:41%;
  height: 25%;
  border: 0px solid #000;
  left: 6vw;
  top:0.2vh;
}
.service-boxlink1-in,
.service-boxlink2-in,
.service-right-boxlink1-in,
.service-right-boxlink2-in,
.service-right-boxlink3-in
{
  width:100%;
  height: 100%;
  position: relative;
}
.service-boxlink1-in:hover,
.service-boxlink2-in:hover,
.service-right-boxlink1-in:hover,
.service-right-boxlink2-in:hover,
.service-right-boxlink3-in:hover
{
  background-color: #7d95ff3a;
}

.service-boxlink2{
  position: absolute;
  width:36%;
  height: 26%;
  border: 0px solid #000;
  right: 0.2vw;
  top:52%;
}


.service-right-boxlink1{
  position: absolute;
  width:35%;
  height: 24%;
  border: 0px solid #000;
  right: 7.1vw;
  top:0vh;
}


.service-right-boxlink2{
  position: absolute;
  width: 43%;
  height: 31%;
  border: 0px solid #000;
  left: 0vw;
  top: 12%;
}


.service-right-boxlink3{
  position: absolute;
  width:39%;
  height: 24%;
  border: 0px solid #000;
  right:6.6vw;
  top:76%;
}










/* ------------서브4_서비스 이용요금-----------------*/

.fee-wrap{
  margin-bottom: 8rem;
}

.fee-contents{
  display: flex;
  justify-content: center;
  /*font-family: 'GmarketSans';*/
  margin-top: 7.8rem;
  margin: 125px auto 5px auto;
  max-width: 1400px;
  position: relative;
}


.section-fee .fee-container{
  
}

.section-fee .ars-sol-contents .ars-sol-web img{
  width: 100%;
}


.section-fee .ars-sol-contents .ars-sol-mo{
  display: none;
}


.fee-contents .fee-emphasis{
  position: absolute;
    right: 140px;
    top: -30px;
}

.fee-contents .fee-emphasis p{

}

.fee-contents .fee-common{
  width: 33%;
  padding: 0px 3.5rem;
}

.fee-contents .fee-common>ul{
  box-shadow: 15px 20px 3px 5px rgb(81 80 80 / 26%);
}

.fee-contents .fee-common ul li{
  padding: 20px 0px;
  line-height: 2rem;
}




.fee-contents .fee-common ul li.free-box-title{
  font-size: 1.4rem;
  background-color:#2c7bcc;
  color: #fff;
}

.fee-contents .fee-common ul li.free-box-text1,
.fee-contents .fee-common ul li.free-box-text2 {
  font-size: 1.6rem;
}

.fee-contents .fee-common ul li.free-box-text1{
  background: #e8edfe;
}

.fee-contents .fee-common ul li.free-box-text1 p{
  font-weight: 500;
  color: #f00;
}

.fee-contents .fee-common ul li.free-box-text2{
  background: #d4dcfd;
  font-size: 1.2rem;
  font-weight: 500;
}

.fee-contents .fee-common ul li.free-box-text2 p{
  font-size: 1.9rem;
  font-weight: 700;
}

.fee-contents .fee-common ul li.free-box-text2 p:last-child{
  font-size: 1rem;
}


.free-box-text1 span{ text-decoration:line-through }







/* ------------서브5_24시간 간편한 온라인 가입-----------------*/

.members-contents .members-box .members-common{
  background-color: #5d73ec;
    color: #fff;
    border-radius: 10rem;
    width: 250px;
    height: 250px;
    border: 10px solid #c2d5ff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
   /*font-family: 'GmarketSans';*/
    margin: 0px 3rem;
}

/*.members-contents .members-box .members-common{
     background-color: #ff8e2c;
    color: #fff;
    border-radius: 10rem;
    width: 250px;
    height: 250px;
    border: 10px solid #ffe6c7;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    font-family: 'GmarketSans';
    margin: 0px 3rem;
}
*/

.members-contents .members-box .members-common li button a{
  color: #fff;
}
.members-contents .members-box .members-common li button a:hover{
color: #ffa323;
}

.members-wrap{
  background-image: url(../images/ars_subbg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.section-members .members-container{
  padding-bottom: 4rem;

}
.members-contents .members-box{
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8rem;
}

.members-contents .members-box>img{
  width: 90%;
}


.members-contents .members-box .members-common li i{
  font-size: 4rem;
    color: #ffc600;
}

.members-contents .members-box .members-common li p{
  font-weight: bold;
  font-size: 1.8rem;
}

.members-contents .members-box .members-common li button{
  font-size: 1.2rem;
  padding: 3px 15px 3px 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #3244ab;
    border: 0px;
    margin-top: 12px;
}

.members-contents .members-box .members-common li button:hover{
  background-color: #190e7c;
}

.members-contents div.members-text{
  font-size: 1.8rem;
    /*font-family: 'GmarketSans';*/
    margin-top: 50px;
    line-height: 2.9rem;
}

.members-bank, .members-phone2, .members-company, .members-email
{
  font-size: 1.8rem;
    /*font-family: 'GmarketSans';*/
    line-height: 2.5rem;
    border: 7px solid #c5c9ee8a;
    margin-bottom: 2.5rem;
    padding: 30px 0px;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    border-radius: 55px;
}
.btn-down{
  padding: 1.5rem;
    font-size: 1.5rem;
    /*font-family: 'GmarketSans';*/
    box-shadow: 8px 7px 11px 0px #84848478;
    background: #ff9c1c;
    color: #fff;
}
.btn-down a{
  color: #fff;
  font-weight: 600;
}

.btn-down a:hover{
  color: #000;
}
.manual-container{
  padding-bottom: 5rem;
}

.members-textsamll{
  font-size: 1.4rem;
}

.members-textcolor{
  color: #3244ab;
}


.members-contents .members-text span{
  color: #3244ab;
}

.manual-wrap{
  margin-bottom: 6rem;
}


/*.members-common{
  background-color: #5d73ec;
    color: #fff;
    border-radius: 10rem;
    width: 120px;
    height: 120px;
    border: 3px solid #c2d5ff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    font-family: 'GmarketSans';
    margin: 0px 3rem;
}*/




/* ------------서브6_많은 클라이언트가 선택한-----------------*/

.client-wrap{
  background-image:url(../images/client_bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.client-wrap .client-phone-common{
  height: 10rem;
  background: #fff;
  box-shadow: 8px 8px 8px 3px rgb(130 130 130 / 30%);
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.client-wrap .client-container{
  width: 100%;
  max-width: 100%;
}

.client-wrap .client-phoneimg{
  z-index: 3;
  position: relative;
  display: flex;
    justify-content: center;
}

.client-wrap .client-container .client-contents{
  width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.client-wrap .client-phone-shadow1{
  eight: 10rem;
    width: 300px;
    background: #fff;
    z-index: 3;
    border-radius: 20px;
}


.client-wrap .client-contents .client-text{
  position: absolute;
    z-index: 4;
    top: 8rem;
}


.client-wrap .client-contents .client-text p{
  font-size: 1.8rem;
    /*font-family: 'GmarketSans';*/
    line-height: 2.5rem;
}

.client-wrap .client-contents .client-text p.client-text-phone{
  font-size: 2.7rem;
  margin-top: 2rem;
  font-weight: 600;
}


.client-wrap .client-contents .client-img img{
 width:90%;
}


/* .scroll_wrap {overflow: hidden;} */
.scroll_on {
  opacity: 0;
  transition: all 0.8s;
}
.scroll_on.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}


#slider {
  overflow:hidden;
  width: 100vw;  /*이미지 보여지는 뷰 부분*/
  text-align: center;
  position: absolute;
    bottom: 2rem;
    z-index: 5;
}
#slider .title {margin-bottom: 1.3rem;}
#slider .slide-img {margin-top: 0rem;}
#slider .slide-img img {margin-right: 3rem;}
.image-box, .image-box2 {
  width: 15000px; /*원본+클론의 총 합*/
  display: inline-flex;
  animation: bannermove 160s linear 0s infinite normal none running;
}
.image-box2 {
  display: inline-flex;
  animation: ivNsJZ 160s linear 0s infinite normal none running;
}
@keyframes bannermove {
  0% {
      transform: translateX(-40%);
  }
  100% {
      transform: translate(0%);
  }
}
@keyframes ivNsJZ {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translate(-40%);
  }
}






/* ------------footer_카피라이터----------------*/

footer.copyright{
  background-color: #324292;
}

.section-copyright .copyright-wrap{
  padding: 20px 30px;
  box-sizing: border-box;
}

.section-copyright .copyright-container{

  color: #fff;
  display: flex;
  justify-content: space-between;
}


.section-copyright .copyright-container .copyright-left{
  display: flex;
  width: 70%;
  align-items: center;

}

.section-copyright .copyright-container .copyright-left>div{
  margin: 0px 1.5rem;
}

.section-copyright .copyright-container .copyright-left .copyright-text{
  width: 100%;
}
.section-copyright .copyright-container .copyright-left .copyright-text ul{
  overflow: hidden;
  line-height: 1.8rem;
  
}

.section-copyright .copyright-container .copyright-left .copyright-text ul li{
}

.section-copyright .copyright-container .copyright-left .copyright-text ul li:nth-child(odd){
  float: left;
  width: 200px;
}

.section-copyright .copyright-container .copyright-left .copyright-text ul li:nth-child(even){
  display: flex;
}

.section-copyright .copyright-container .copyright-right{
  text-align: right;
}

.section-copyright .copyright-container .copyright-right>div{
  margin-bottom: 0.8rem;
}

.section-copyright .copyright-container .copyright-right ul li,
.section-copyright .copyright-container .copyright-right ul li
{
  display: inline-block;
}

.section-copyright .copyright-container .copyright-right .copyright-link ul li{
padding: 5px 18px;
background-color: #7489f1c7;
color: #fff;
/*font-family: 'GmarketSans';*/
border: 1px solid #222;
line-height: 1.2rem;
}
.section-copyright .copyright-container .copyright-right .copyright-link ul li:hover{
  background-color: #122064c7;
}

.section-copyright .copyright-container .copyright-right .copyright-link ul{
  line-height: 2.4rem;
  font-size: 1rem;
}




.menu-button .tab-buttons{
  display: flex;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 1280px;
    /* background: #ebebeb; */
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}

.section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li{
  background-color: #fff;
  width:143px;
  height: 60px;
  text-align: center;
  vertical-align: top;
}

.section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li:last-child{
  background-color: #343a40;
}

.section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li img{
  padding-top: 14px;
    width: 100px;
}



.section-copyright .copyright-container .copyright-right .copyright-tel p:first-child{
  line-height: 2.5rem;
}


.section-copyright .copyright-container .copyright-right .copyright-tel p.copyright-tel-no{
/*font-family: 'GmarketSans';*/
font-size: 2.8rem;
font-weight: bold;
}

/* ------------------퀵-탑------------------------------ */

.f_quick{
  position: fixed;
  right: 90px;
  bottom: 100px;
  text-align: center;
  z-index: 1000;
  }

  .quick_left_box{
    position: fixed;
    left: 30px;
    bottom: 30%;
    text-align: center;
    z-index: 1000;
  }
  .left_quick{
    border: 0px solid #6093e1;
    padding: 0.7rem 1.5rem;
    border-radius: 20px;
    margin: 10px;
    background: #fff;
    box-shadow: 4px 5px 5px 1px #aba5a57d;
    background: #3f73e8;
    }

    .left_quick a{
      color: #fff;
      font-weight: 600;
    }

    .left_quick a:hover{
      color: #99feff;
      font-weight: 600;
    }


    .quick_left_line{
    width: 5px;
    height: 50px;
    border-left: 5px dotted #d3d3d3;
    margin: 0 auto;
    }

  #gotop {
  position: relative;
  margin: 15px auto 0;
  display: block;
  background: url(../images/icon-top.png) no-repeat center center;
  width: 62px;
  height: 62px;
  text-indent: -999em;
  }

  .chat-fix {
    position: fixed;
    bottom: 85px;
    right: 35px;
}

#chatButton {
    position: fixed;
    bottom: 25px;
    right: 90px;
}

.chat-open, .chat-close {
    width: 60px;
    height: 60px;
    background-color: #8b72e4;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.chat-open .icon, .chat-close .icon {
    width: 40px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.chat-open .icon img, .chat-close .icon img {
    width: 100%;
    border-radius: 10px;
}

.chat-close {
    background-color: #f5f5f5;
}

.chat-close .icon {
    width: 20px;
}

/* ------------------------------- */
#consult-chat-iframe-plugin {
    box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.05) 0px 0px 2px 1px, rgba(0, 0, 0, 0.3) 0px 12px 60px;
    transition: visibility 400ms cubic-bezier(0.36, 0, 0, 1) 0s;
    /* animation: 400ms cubic-bezier(0.36, 0, 0, 1) 0s 1 normal both running jtBULV; */    
    position: fixed !important;
    width: 390px !important;
    min-height: 200px !important;
    max-height: 690px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border-radius: 30px !important;
    will-change: transform, opacity !important;

    display: none; 
    bottom: 96px !important; 
    right: 30px !important; 
    height: calc(100% - 116px) !important;
    z-index: 10000000 !important;
}

#consult-chat-plugin-script-iframe {
    border-radius: 30px !important;
}

#consult-floating-btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}







/* ------------------문의사항------------------------------- */
#sb-wrap{
  max-width: 1280px;
  margin: 7rem auto;
}
#sb-form{}
#sb-form fieldset{margin-bottom: 0px; padding: 0px;}
#sb-form legend{margin-bottom: 15px;font-size: 18px;color: #000000;}
#sb-form .privacy{height: 138px;overflow-y: scroll;background: #f7f7f7;border: 1px solid #eee;padding: 20px;font-size: 13px;line-height: 18px;color: #666;margin-bottom: 10px;}
#sb-form .agree{display: block;text-align: left;font-size: 16px; margin-top: 0;}
#sb-form .marketing-box{margin-top: 3vw;}
#sb-form label.all-check{margin-top: 3vw; margin-bottom: 1vw;}
#sb-form .form_tbl .w33{width: 150px;}
#sb-form .form_tbl .w50{width: auto;}
#sb-form .form_tbl .inp,
#sb-form .form_tbl select{display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;line-height:35px;border:1px solid #ddd;border-radius: 3px;}
#sb-form .form_tbl .inp{text-indent:10px; width: 60%;}
#sb-form .form_tbl .email-wrap{display: inline-block;}
#sb-form .form_tbl select{padding-left:7px;}
#sb-form .form_tbl{width: 100%;border-top: 2px solid #545c73;}
#sb-form .form_tbl tr > *{position: relative;padding: 15px 10px;border: 1px solid #dddddd;border-width: 0 0 1px 0;font-size: 16px;line-height: 18px;text-align: center;}
#sb-form .form_tbl tr span{color: #ff2727;}
#sb-form .form_tbl tr th{background: #f7f7f7;font-weight: normal;}
#sb-form .form_tbl tr td{text-align: left;}
#sb-form .form_tbl textarea{width:100%;border:1px solid #ddd;border-radius: 3px;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#sb-footer .sb-btn{
  padding: 10px 30px;
    background: #115aff;
    color: #fff;
    border: 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 0.4rem;
}

.sb-btn{
  padding: 10px 30px;
    background: #115aff;
    color: #fff;
    border: 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 0.4rem;
	margin-top: 2rem;
	
}

#sb-form .checkbox-agree{
  padding-top: 2rem;
  font-weight: 600;
}

#sb-form .checkbox-agree{
  padding-top: 2rem;
  font-weight: 600;
}


#sb-form .agree .checbox-color{
  color: #0068d3;
}

 .tab-imgover-off{
        display: none;
      }

 .tab-imgover-on{
    display: block;
      }

.event-tab-wrap .tab-imgover-on{
   margin-top: 50px;
      }

 .event-tab-wrap ul.step-box{
    width: 800px;
    margin: 0 auto;
 }

 .event-tab-wrap ul.step-box li p{
    background-color: #7B84E1;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    padding: 1rem;
    
 }
  .event-tab-wrap ul.step-box li{
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 5px 4px 7px 0px rgb(0 0 0 / 30%);
    margin-bottom: 2rem;
    text-align: left;
    line-height: 22px;
 }      
 
 
 .event-tab-wrap .step-tap-icon{
    margin-right: 10px;
        width: 30px;
 }








/* ------------------footer카피------------------------------- */

#footer{background: #eceffc;}
#footer .fnbWrap{border-bottom: 0px solid #3d3d3d; background: #e4e5fa;}
#footer .fnbWrap .inner{position: relative; max-width: 1280px;margin: 0 auto;}
#footer .ftWrap{position: relative; max-width: 1280px;margin: 0 auto;padding: 50px 0;}
#footer h2 {position: absolute;top: 0px;left: 0;}
#footer h2>img{width: 80%;}
#footer address{margin-left: 258px;font-size: 15px;line-height: 28px;color: #2d2d2d;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 20px;color: #777777;}

#sns-ico{position: absolute;top: 18px;right: 0;}
#sns-ico li{display: inline-block;margin-right: 5px;}


#fnb > li{display: inline-block;padding: 0 10px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 15px;color: #3d3d3d;letter-spacing: -1px;line-height: 70px;}

#ft-cc {position: absolute;top: 50px;right: 0;}
#ft-cc strong {display: block;font-size: 15px;color: #0e0e0e;font-weight: 700;}
#ft-cc p {margin-top: 10px;font-size: 50px;color: #4f56bb;line-height: 1.1em; font-weight: 800;}
#ft-cc ul {margin-top: 20px;}
#ft-cc ul li {display: inline-block;vertical-align: top;margin-right: 5px;}
#ft-cc ul li a {display: block;width: 200px;height: 40px;line-height: 40px;text-align: center;background: #3f6cdd; border-radius: 3px;font-size: 15px;color: #fff;font-weight: 300;}
#ft-cc ul li a:hover {text-decoration: none;background: #1996e6;}




/*--------------------팝업---------------*/
.Scenario-text-Common {
  cursor: pointer;
}

.Scenario-text-Common:hover{
  cursor: pointer;
  opacity: 0.8;
   /* transform: translateY(-2px);*/
    color: #4145d6;;
}



.btn-group p.Scenario-text-Common:hover{
  cursor: pointer;
  opacity: 0.8;
  transform: translateY(-2px);
    color: #ffffff;;
}




.popup {
  display: none; /* 숨김 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5); /* 배경 어둡게 */
}



.popup:target {
  display: flex;
  align-items: center;
 justify-content: center;
}
.popup.active { display: flex;  align-items: center; justify-content: center;}



.popup-content {
  /*background-color: white;*/
    margin: 8% auto;
    padding: 30px;
    border: 0px solid #888;
    width: 100%;
    max-width: 820px;
    text-align: center;
}

#Apopup2 .popup-content {
  /*background-color: white;*/
    margin: 4% auto;
}


#Apopup4 .popup-content {
  /*background-color: white;*/
    margin: 2% auto;
}


#Bpopup3 .popup-content {
  /*background-color: white;*/
    margin: 1% auto;
}


#Bpopup2 .popup-content {
  /*background-color: white;*/
    margin: 1% auto;
}




.popup-content .popup-img-wrap{
  position: relative;
}


#Cpopup5.popup .popup-img .popup-bgimg>img{
  border-radius: 28px;
}


.close {
  color: #aaa;
  /*float: right;*/
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-box {
  color: #000;
  float: right;
  font-size: 16px;
  font-weight: bold;
}


.close-box:hover,
.close-box.ars-event-wrap:first-child {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.popup .btn-paly-wrap01{
  position: absolute;
  width: 100%;
  height: 5%;
  left: 0%;
  bottom: 34%;
  display: flex;
}


.popup .btn-paly-wrap02{
  position: absolute;
  width: 100%;
  height: 28%;
  left: 0%;
  bottom: 33%;
  display: flex;
  flex-direction: column;
}

.popup .btn-paly-wrap03{
  position: absolute;
  width: 100%;
  height: 29%;
  left: 0%;
  bottom: 1%;
  display: flex;
  flex-direction: column;
}



.popup .btn-paly-wrap04{
  position: absolute;
  width: 100%;
  height: 28%;
  left: 0%;
  bottom: 20%;
  display: flex;
  flex-direction: column;
}





.popup .btn-paly-wrap_B1{
  position: absolute;
    width: 100%;
    height: 28%;
    left: 0%;
    bottom: 38%;
    display: flex;
    flex-direction: column;
}

.popup .btn-paly-wrap_B2{
  position: absolute;
  width: 100%;
  height: 6%;
  left: 0%;
  bottom: 39%;
  display: flex;
  flex-direction: row;
}

.popup .btn-paly-wrap_B3{
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0%;
  bottom: 3%;
  display: flex;
  flex-direction: column;
}


.popup .btn-paly-wrap_C1{
  position: absolute;
    width: 100%;
    height: 28%;
    left: 0%;
    bottom: 28%;
    display: flex;
    flex-direction: row;
}

.popup .btn-paly-wrap_C2{
  position: absolute;
  width: 100%;
  height: 24%;
  left: 0%;
  bottom: 46%;
  display: flex;
  flex-direction: column;
}

.popup .btn-paly-wrap_C3{
  position: absolute;
    width: 100%;
    height: 28%;
    left: 0%;
    bottom: 28%;
    display: flex;
    flex-direction: row;
}


.popup .btn-paly-wrap_C1.play-C5{

    bottom: 28%;
    border: 0px solid #000;

}




.popup .btn-auio-box{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 18%;
  display: flex;
}


.popup .btn-auio-box3_1{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 3%;
  display: flex;
  
}



.popup .btn-auio-box4_1{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 2%;
  display: flex;
  
}


.popup .btn-auio-box1_1 .audio-sub1{
  margin-left: 3%;
  
}

.popup .btn-auio-box2_2 .audio-sub2_2{
  margin-left: 13%; 
}

.popup .btn-auio-box2_3 .audio-sub2_3{
  margin-left: 0%;
  left: 1%;  
}

.popup .btn-auio-box2_4 .audio-sub2_4{
  left: 10%;
  margin-left: 0px;  
}

.popup .btn-auio-box2_5 .audio-sub2_5{
}


.popup .btn-auio-box2_6 .audio-sub2_6{
  right: 15%;
  margin-right: 0px;
  
}

.popup .btn-auio-box2_7 .audio-sub2_7{
  right: 2%;
  margin-right: 0px;
}






.popup .btn-auio-box_B3_01{
  bottom: 35%;
}

.popup .btn-auio-box_B3_02{
  bottom: 13%;
}

.popup .btn-auio-box_B3_03{
  bottom: 23%;
}

.popup .btn-auio-box_B3_04{
  bottom: 4%;
}

.popup .btn-auio-box_B3_05{
  bottom: 13%;
}

.popup .btn-auio-box_B2_00{
  position: absolute;
    width: 100%;
    left: 0%;
    bottom: 35%;
    display: flex
}




.popup .btn-auio-box2_1{
  bottom: 30%;
}



.popup .btn-auio-box2_2{
  bottom: 28%;
}


.popup .btn-auio-box2_3,
.popup .btn-auio-box2_4,
.popup .btn-auio-box2_5,
.popup .btn-auio-box2_6,
.popup .btn-auio-box2_7{
  bottom: 13%;
  left: 1%;
}






.popup .btn-auio-box1_1 .audio-sub3{
  margin-right: 2%;
  
}



.popup .btn-auio-box_B1{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 32%;
  display: flex;
}

.popup .btn-auio-box_B2{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 25%;
  display: flex;
}


.popup .btn-auio-box_B3{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 25%;
  display: flex;
}

.popup .btn-auio-box_C1{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 32%;
  display: flex;
}


.popup .btn-auio-box_C2{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 25%;
  display: flex;
}

.popup .outline-C2,
.popup .outline-C4
{
  left: -10%;
}


.popup .btn-auio-box_C3{
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 25%;
  display: flex;
}





.popup .btn-auio-box4_1 .audio-sub4_1{
  margin-left: 2%;
}

.popup .btn-auio-box4_1 .audio-sub4_2{
  margin-right: 2%;
}


.popup .btn-paly-wrap02 .btn1-play01{
  height: 28%;
    margin: 0 auto;
}

.popup .btn-paly-wrap02 .btn1-play02{
  height: 28%;
  margin: 0 auto;
  width: 33%;
  position: absolute;
  top: 36%;
  left: 34%;
}

.popup .btn-paly-wrap02 .btn1-play03{
  height: 28%;
  width: 23%;
  position: absolute;
  top: 85%;
  left: -1%;
}

.popup .btn-paly-wrap02 .btn1-play04{
  height: 28%;
  width: 30%;
  position: absolute;
  top: 85%;
  left: 15%;
}



.popup .btn-paly-wrap02 .btn1-play05{
  height: 28%;
  width: 24%;
  position: absolute;
  top: 85%;
  left: 38%;
  margin: 0 auto;
}

.popup .btn-paly-wrap02 .btn1-play06{
  height: 28%;
  width: 24%;
  position: absolute;
  top: 85%;
  right: 20%;
  margin: 0 auto;
}


.popup .btn-paly-wrap02 .btn1-play07{
  height: 28%;
    width: 27%;
    position: absolute;
    top: 85%;
    right: 0%;
    margin: 0 auto;
}







.popup .btn-paly-wrap03 .btn1-play03{
  height: 35%;
  width: 60%;
  margin: 0 auto;
  /*position: relative;
  top: 20%;
  left: -20%;*/
}


.popup .btn-paly-wrap03 .btn1-play01{
  height: 35%;
  margin: 0 auto;
}



.popup .btn-paly-wrap04 .btn1-play4_1{
  height: 28%;
  width: 41%;
  position: absolute;
  top: 85%;
  left: -1%;
}

.popup .btn-paly-wrap04 .btn1-play4_2{
  height: 28%;
  width: 30%;
  position: absolute;
  top: 85%;
  right: 5%;
}


.popup .btn-paly-wrap04 .btn1-play01{
  height: 35%;
  margin: 0 auto;
}



.popup .btn-paly-wrap_B1 .btn1-play_B1{
  height: 28%;
    width: 35%;
    margin: 0 auto;
}


.popup .btn-paly-wrap_B2 .btn1-play_B2{
  height: 100%;
  width: 60%;
  margin: 0 auto;
}

.popup .btn-paly-wrap_B2 .btn1-play_B2_00{
  height: 98%;
    width: 43%;
    position: absolute;
    bottom: 170%;
    left: 29%;
    margin: 0 auto;
}





.popup .btn-paly-wrap_B3 .btn1-play_B3{
  width: 33%;
  height: 12%;
  margin: 0 auto;
}


.popup .btn-paly-wrap_B3 .btn1-play_B3:nth-child(2){
  position: absolute;
  left: 0px;
  top: 43%;
  width: 50%;
}

.popup .btn-paly-wrap_B3 .btn1-play_B3:nth-child(3){
  position: absolute;
  right: 0px;
  top: 25%;
  width: 50%;
}

.popup .btn-paly-wrap_B3 .btn1-play_B3:nth-child(4){
  position: absolute;
  left: 0px;
  top: 63%;
  width: 50%;
}

.popup .btn-paly-wrap_B3 .btn1-play_B3:nth-child(5){
  position: absolute;
  right: 0px;
  top: 43%;
  width: 50%;
}








.popup .btn-paly-wrap_C1 .btn1-play_C1{
  height: 28%;
  width: 51%;
  margin: 0 auto;
  /*position: relative;
  top: 20%;
  left: -20%;*/
}

.popup .btn-paly-wrap_C3 .btn1-play_C3{
  height: 35%;
  width: 60%;
  margin: 0 auto;
  /*position: relative;
  top: 20%;
  left: -20%;*/
}



.popup .btn-paly-wrap_C2 .btn1-play_C2_01{
  height: 24%;
    width: 22%;
    position: absolute;
    top: 85%;
    left: 30%;
    margin: 0 auto;
}


.popup .btn-paly-wrap_C2 .boxline-C4{
  height: 24%;
    width: 40%;
    position: absolute;
    top: 85%;
    left: 40%;
    margin: 0 auto;
}



.popup .btn-paly-wrap_C2 .outline-C4{
  width: 40%;
}


.popup .btn-paly-wrap_C2 .btn1-play_C2_02{
  height: 24%;
    width: 22%;
    position: absolute;
    top: 85%;
    right: 30%;
    margin: 0 auto;
}

.popup .btn-paly-wrap_C2 .btn1-play_C2_02_01{
  height: 24%;
    width: 40%;
    position: absolute;
    top: 85%;
    right: 30%;
    margin: 0 auto;
}






.popup .popup-img{
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

.popup .popup-img .popup-bgimg>img{
  width: 100%;

}



.popup .popup-img .modal-content{
	background: #fff;
    padding: 3rem;
    border-radius: 1rem;
}


.popup .popup-img .modal-content .modal-header{
	font-size: 1.5rem;
    line-height: 2;
}



.btn-play-box{
  width: 33%;
}

.btn-play-box button{
  width: 70%;
  height: 100%;
  border: 0px solid #115aff;
}




.popup .btn-paly-wrap_C2 .btn-play-box button{
  width: 65%;
    height: 100%;
    border: 0px solid #115aff;
}



.preview-list .audio-wrap {
  display: none;
  background: #c6d6ff;
  /* border: 1px solid rgb(145, 145, 145); */
  position: relative;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute ;
  left: 22%;
  /* 최우선 순위 */
    z-index: 9999 !important; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); /* 그림자가 보여야 앞에 나온 느낌이 납니다 */

    text-align: right;
    max-width: 320px;
  }




  
.audio-wrap {
  display: none;
  background: #c6d6ff;
  /* border: 1px solid rgb(145, 145, 145); */
  position: relative;
  padding: 12px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15); /* 그림자가 보여야 앞에 나온 */

  }


  .audio-wrap audio{
    height: 25px;
  }

  .audio-main audio{
    width: 100%;
    height: 45px;
    box-shadow: 1px 2px 12px 3px #e265e9;
    border: 0px solid #187cff;
    border-radius: 30px;
  }


  .audio-sub_B2_01{
  margin-left: 2%;
  }


  .audio-sub_B2_03{
    margin-right: 2%;
    }
  



 .audio-sub_B3_02{
  margin-left: 8%;
 }
    
 .audio-sub_B3_03{
  margin-right: 8%;
 }

 .audio-sub_B3_04{
  margin-left: 8%;
 }


 .audio-sub_B3_05{
  margin-right: 8%;
 }


    
.audio-sub_C2_01{
  margin-right: 20%;
}

.audio-sub_C2_02{
  margin-right: 20%;
}


 .audio-sub_B3_03{
  margin-right: 5%;
}
        


/*.audio-main{
  display: block;
  position: absolute;
  width: 36%;
  left: 34%;
  margin: 0 auto;
  bottom: 5%;
  border-radius: 30px;
  padding: 0px;
}*/

.audio-main{
  display: block;
  position: absolute;
  width: 25%;
  left: 38%;
  margin: 0 auto;
  bottom: 10%;
  border-radius: 30px;
  padding: 0px;
}

.audio-sub2{

}

.audio-sub3{

}

.latter-wrap p {
  padding: 1rem 5rem;
    background: #c3c3c3;
    color: #fff;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
}



   .tab-buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      max-width: 1280px;
    /*background: #ebebeb;*/
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    }

    .tab-buttons button {
    padding: 16px 50px;
    margin: 0 20px;
    border-radius: 10px;
    cursor: pointer;
    /* background: #ebebeb; */
    font-weight: bold;
    transition: 0.3s;
    border: 1px solid #8882ff;
    font-size: 18px;
    }

    .event-tab-wrap .tab-buttons{
     position: relative; 
    }

    .event-tab-wrap .line{
     width: 50%;
    position: absolute;
    top: 26%;
    opacity: 0.3;
    }


    .event-tab-wrap .tab-buttons button{
        background-color: #fff;
        border-radius: 10px;
       /* box-shadow: 5px 4px 7px 0px rgb(0 0 0 / 30%);*/
        z-index: 20;
    }

    .event-tab-wrap .menu-button{
      position: relative;
    }

    .event-tab-wrap .tab-arrow {
     position: absolute;
     top: 370px;
     width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 10;
    padding: 0 1rem;
    }

 
      .tab-buttons button.active {
      background-color: #4145d6;
      color: #fff;
    }


    .tab-buttons button:hover {
      background-color: #4145d6;
      color: #ffffff;
      /* box-shadow: 5px 4px 7px 0px rgb(0 0 0 / 30%); */
      border: 0px;
    }


    .tab-content {
      max-width: 100%;
      margin: 0 auto;
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      padding-top: 5rem;
      opacity: 0;
      /*transition: opacity 0.5s ease, transform 0.5s ease;*/
      pointer-events: none;
      display: block; /* 항상 block 상태 유지, 숨김은 opacity로 처리 */
      position: absolute;
      width: 100%;
    }

    .event-tab-wrap .tab-content{
        padding: 100px 0;
    }


    .tab-content.active {
      display: block;
      transition: 0.3s;
       opacity: 1;
       pointer-events: auto;
        position: relative; 
    }

    .step-boxlist .tabbox-wrap{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }



    #plan-section .menu-button .tab-buttons{ text-align: center;}

 .event-tab-wrap .tab-arrow-left,
 .event-tab-wrap .tab-arrow-right {
  cursor: pointer;
  font-size: 3rem;
      color: #c6ccff;
      
}

 .event-tab-wrap .tab-arrow-left i:before,
 .event-tab-wrap .tab-arrow-right i:before{
     
      border-radius: 6px;
 }

  .event-tab-wrap .tab-arrow-left i:hover,
 .event-tab-wrap .tab-arrow-right i:hover{
     
     color: #3f4aba;
 }


    .view-tab4 .tab-content.active{
    background-color: #e1e6fb;
    padding: 3rem 1.4rem;
    border-radius: 1rem;
    }

    .view-tab4 .tab-buttons{
      background: #fff;
    }

    .view-tab4 .tab-box{
      background: #fff;
          width: 60%;
          margin-top: 2rem;
    }
    .view-tab4 .tab-buttons button{
          padding: 1.6rem 4rem;
    margin: 20px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background: #ffffff;
    font-weight: bold;
    border: 1px solid #8096e8;
    transition: 0.3s;
    font-size: 25px;
    }

  


     .view-tab4 .tab-buttons button:hover{
      background-color: #4145d6;
    }


   
    .view-tab4 .tab-buttons button.active{
      background-color: #4145d6;
      border: 0px;
    }

    .view-section4 .letter-img{
      margin-top: 4rem;
    }

     .view-section4 .letter-img .letter-box{
      position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 1280px;
    }

    .view-section4 h2{
      text-align: left;
    width: 1280px;
    margin: 0 auto;
    }

    .tab-content h3 {
      color: #333;
      font-size: 1.4rem;
      margin-bottom: 20px;
          line-height: 2rem;
    }

    .tab-content h3.tab-title-off{
      display:none;
    }

    .tab-wrap{
      width: 100%;
      margin-top: 4rem;
    }


    .tab-content .ars-sol-web img {
      max-width: 100%;
    }

    .event-tab-wrap .tab-content .ars-sol-web img {
      max-width:none;
    }

    .tab-wrap h2{
      margin-bottom: 50px;
    }

    .tab-wrap-event h2{
    margin-bottom: 100px;
    padding-top: 100px;
    margin-top: 0px;
    color: #fff;
    }
    .tab-wrap-event h2 p{
       color: #fff; 
    }

      .tab-wrap h2 span{
      color: #115aff;
    }

    .tab-wrap-event {
        margin-top: 0rem;
    }

    .tab-box{
      margin-top:3rem;
      background: linear-gradient(to top, #ece8fb, #f7eaf8);
    }
     .tab-box2{    
      background: linear-gradient(to top, #fff, #ebedee);
    }

      .event-tab-wrap .tab-box{
      margin-top:0rem;
      background:#8089EA;
      display: block;
    }







    .view-tab4 .menu-button{
      display: flex;
      flex-direction: row-reverse;
      max-width: 1280px;
      margin: 0 auto;
    }

    .view-tab4 .menu-button .tab-buttons{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    
    .view-section4 .members-wrap{
      background-image: none;
    }


    .view-section5 .members-wrap{
      background-image: none;
    }

    .view-section5 .members-contents .members-box{
          max-width: 700px;
    }
    
    .view-section5 .members-contents{
        max-width: 800px;
        margin: 0 auto;
        padding-top: 2rem;
        border-radius: 2rem;
        background: linear-gradient(to top, #ffffff, #ced1e7);
    }
    
    .view-section5 .tab-wrap h3{
      font-size: 1.5rem;
      line-height: 1.8rem;
      color: #393939;
    }



    /*---------------------아이콘 아이콘 앞에 보이기기------------*/

    .tab-btn:first-child::before,
    .tab-btn:nth-child(2)::before,
    .tab-btn:nth-child(3)::before
    {
    content: "";
    background-size: contain;
    width: 30px;
    height: 22px;
    display: inline-block;
    padding-right: 0px;
    background-repeat: no-repeat;
    vertical-align: middle;
        margin-top: -2px;
    }

     .tab-btn:first-child::before{
    background-image: url(../images/ars_tab_con01.png);

    }

    .tab-btn:nth-child(2)::before{
    background-image: url(../images/ars_tab_con02.png);

    }

    .tab-btn:nth-child(3)::before{
    background-image: url(../images/ars_tab_con03.png);

    }


    .tab-buttons2 .tab-btn:first-child::before{
    background-image: url(../images/ars_tab_con04.png);

    }

    .tab-buttons2 .tab-btn:nth-child(2)::before{
    background-image: url(../images/ars_tab_con05.png);

    }

    .tab-buttons2 .tab-btn:nth-child(3)::before{
    background-image: url(../images/ars_tab_con06.png);

    }




    .event-tab-wrap .tab-btn:first-child::before{
    background-image: url(../images/ars_tab_con03.png);

    }

    .event-tab-wrap .tab-btn:nth-child(2)::before{
    background-image: url(../images/ars_tab_con03.png);

    }

    .event-tab-wrap .tab-btn:nth-child(3)::before{
    background-image: url(../images/ars_tab_con03.png);

    }



     .event-tab-wrap .tab-buttons2 .tab-btn:first-child::before{
    background-image: url(../images/ars_tab_con06.png);

    }

    .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(2)::before{
    background-image: url(../images/ars_tab_con06.png);

    }

    .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(3)::before{
    background-image: url(../images/ars_tab_con06.png);

    }

/*---------------------아이콘 마우스 오버버을때 하얀색보이기------------*/

   .tab-btn:first-child:hover::before {
    background-image: url(../images/ars_tab_con01_1.png);
    }
    .tab-btn:nth-child(2):hover::before{
    background-image: url(../images/ars_tab_con02_1.png);

    }
    .tab-btn:nth-child(3):hover::before{
    background-image: url(../images/ars_tab_con03_1.png);

    }


     .tab-buttons2 .tab-btn:first-child:hover::before{
    background-image: url(../images/ars_tab_con04_1.png);

    }

    .tab-buttons2 .tab-btn:nth-child(2):hover::before{
    background-image: url(../images/ars_tab_con05_1.png);

    }

    .tab-buttons2 .tab-btn:nth-child(3):hover::before{
    background-image: url(../images/ars_tab_con06_1.png);
    }





    .event-tab-wrap .tab-btn:first-child:hover::before {
    background-image: url(../images/ars_tab_con03_1.png);
    }
    .event-tab-wrap .tab-btn:nth-child(2):hover::before{
    background-image: url(../images/ars_tab_con03_1.png);

    }
    .event-tab-wrap .tab-btn:nth-child(3):hover::before{
    background-image: url(../images/ars_tab_con03_1.png);

    }





    
      .event-tab-wrap .tab-buttons2 .tab-btn:first-child:hover::before{
    background-image: url(../images/ars_tab_con06_1.png);

    }

     .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(2):hover::before{
    background-image: url(../images/ars_tab_con06_1.png);

    }

     .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(3):hover::before{
    background-image: url(../images/ars_tab_con06_1.png);
    }





/*---------------------아이콘 눌렀을때 하얀색보이기------------*/

     .tab-btn:first-child.active::before {
    background-image: url(../images/ars_tab_con01_1.png);
    }
     .tab-btn:nth-child(2).active::before {
    background-image: url(../images/ars_tab_con02_1.png);
    }

    .tab-btn:nth-child(3).active::before {
    background-image: url(../images/ars_tab_con03_1.png);
    }


     .tab-buttons2 .tab-btn:first-child.active::before{
    background-image: url(../images/ars_tab_con04_1.png);

    }

    .tab-buttons2 .tab-btn:nth-child(2).active::before{
    background-image: url(../images/ars_tab_con05_1.png);

    }

    .tab-buttons2 .tab-btn:nth-child(3).active::before{
    background-image: url(../images/ars_tab_con06_1.png);
    }






    .event-tab-wrap .tab-btn:first-child.active::before {
    background-image: url(../images/ars_tab_con03_1.png);
    }
     .event-tab-wrap .tab-btn:nth-child(2).active::before {
    background-image: url(../images/ars_tab_con03_1.png);
    }

    .event-tab-wrap .tab-btn:nth-child(3).active::before {
    background-image: url(../images/ars_tab_con03_1.png);
    }


     .event-tab-wrap .tab-buttons2 .tab-btn:first-child.active::before{
    background-image: url(../images/ars_tab_con06_1.png);

    }

    .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(2).active::before{
    background-image: url(../images/ars_tab_con06_1.png);

    }

    .event-tab-wrap .tab-buttons2 .tab-btn:nth-child(3).active::before{
    background-image: url(../images/ars_tab_con06_1.png);
    }






    



  .view-tab4 .tab-buttons button.tab-btn3:hover {
  color: #fff; /* 버튼 자체의 글자색을 흰색으로 변경 */
}
/* 버튼 안의 p 태그의 글자색도 흰색으로 변경 */
.view-tab4 .tab-buttons button.tab-btn3:hover p {
  color: #fff;
}

    .view-tab4 .tab-buttons button.tab-btn3 a:hover{
      color: #fff;
    }



    .view-tab4 .tab-btn:first-child::before{
    background-image:none;
    content:none;
    }

      .view-tab4 .tab-btn:nth-child(2)::before{
    background-image:none;
    content:none;
    }


    .tab-btnlink{
      padding: 8px;
    background-color: #4c5d9a;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
        width: 70%;
    margin: 0 auto;
    }

    .tab-btnlinkA{
      margin-bottom: 10px;;
    }




/* ------------------미디어 쿼리-------------------------------- */

@media screen and (max-width:1650px) {
  .main-imgbox .img-main-title{
  left: 10rem;
  width: 30%;
  }

  .view-section1 .main-imgbox .img-main-title{
  width: 50%;
  }

  
.main-REevent .main-imgbox .img-main-title {
  width: 100%;
}

  .main-imgbox .img-main-title p.title3{
    line-height: 2.5rem;
  }

  .main-imgbox .ars-con-title{
    left: 0rem;
    width: 100%;
    }


    .quick_left_wrap{
      display: none;
    }

      .view-section1.section-mainslide .img-main-mobile3{
    right: 0px;
  }

}


/* --------------- [[[ 큰 데스크탑  1500px]]]---------------- */
@media screen and (max-width:1500px) {
  .container section.section-main div.bg .visual-title p.title1{
    font-size: 5.8rem;
  }

  .container section.section-main div.bg .visual-title p.title1 em {
    font-size: 4.8rem;
  }


  .container section.section-main div.bg .visual-title p.title2{
    font-size: 1.5rem;
  }

  .container section.section-main div.bg .visual-title p.title3{
    top: 250px;
    font-size: 1.3rem;
  }


  .main-imgbox .img-main-title p.title2{
    font-size: 4.2rem;
  }

    .view-section1 .main-imgbox .img-main-title p.title2{
    font-size: 3.7rem;
  }

  .main-imgbox .img-sub-title p.sub-title3 {
    font-size: 1.4rem;
  }


  .main-imgbox .img-main-title p.title1{
    font-size: 2.6rem;
  }

  .main-imgbox .img-main-title p.title1 em{
    font-size: 2.6rem;
  }


  .section-mainslide .img-main-mobile img{
    width: 90%;
  }

   .view-section1.section-mainslide .img-main-mobile img{
    width: 100%;
  }


  
   .view-section1.section-mainslide .new-minimg img{
    width: 88%;
  }





  .view-section1 .section-mainslide .img-main-mobile img{
    width: 84%;
  }

  .section-mainslide .img-main-mobile .img-main-mobile1{
    left: 39%;
        height: 15%;
        width: 27%;
  }
    .view-section1 .main-imgbox .img-main-title{
  width: 100%;
  }

    .view-section4 .letter-img .letter-box{
    margin-left: 2rem;
  }


}


/* --------------- [[[ 큰 데스크탑  1280px]]]---------------- */

@media screen and (max-width:1280px) {

     /* ---------080무료수신거부선택이유---------- */

  .section-scroll .scroll-wrap .scroll-contents .scroll-text-common {
    font-size: 1rem;
  }

  .invi-wrap .scroll-wrap .scroll-contents .scroll-text-common{
    width: 100%;
  }

  .section-scroll .scroll-wrap .scroll-contents>div{
    padding: 1rem;
    width: 90%;
  }

  .ars-free-icon{
    margin-top: 30px;
    text-align: left;
  }

  .container section.section-main div.bg .visual-title p.title1{
    font-size: 5.5rem;
    text-align: left;
  }

  .container section.section-main div.bg .visual-title p.title2{
    font-size: 1.4rem;
        line-height: 28px;
  }

  .container section.section-main div.bg .visual-title p.title3{
    font-size: 1.2rem;
    top: 250px;
  }

  .swiper-wrapper .swiper-firstimg img{
    width: 400px;
  }






  .section-auto .auto-wrap .auto-contents .auto-listimg{
    position: absolute;
  right: 150px;
  top: 50px;
  }
  .section-auto .auto-wrap .auto-contents .auto-listimg img{
    width: 290px;
  }


  .management-wrap .management-box{
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  .management-wrap .management-box .management-left-text2{
    margin: 50px 0px;
    font-size: 1.1rem;
  }

  .management-wrap .management-box .ars-sub-marketing{
    margin: 0px;
  }



  .section-service .service-wrap .service-left img{
 
  }

  .section-service .service-wrap .service-right img{

  }

  .fee-wrap{
    margin-bottom: 2rem;
  }

  .ars-bottom-text{
    margin-top: 3rem;
    font-size: 1rem;
    margin-bottom: 5rem;
    padding: 0rem 4rem;
  }

  .audio-main{
    width: 18%;
    left: auto;
  }



  .section-mainslide .img-main-mobile .img-main-mobile1{
    left: 43%;
        height: 13%;
        bottom: 3%;
        width: 17%;
  }

  .section-mainslide .img-main-mobile {
    justify-content: space-evenly;
    width: 100%;
    margin-left: 10%;
  }

  .main-imgbox .img-main-title{
    top: 6rem;
    text-align: center;
    width: 100%;
    left: 0rem;
    line-height: 2.8rem;
  }

 

  .view-section1.section-mainslide .img-main-mobile img{
    width: 80%;
  }


   .view-section1.section-mainslide .new-minimg img{
    width: 70%;
  }


  .new-minimg .m-iconbox .icon-player{
    top: 250px;
    right: -360px;
  }



  .main-imgbox .img-main-title p.title1{
    font-size: 2rem;
  }
  .main-imgbox .img-main-title p.title2{
    font-size: 3rem;
  }
  .main-imgbox .img-main-title p.title3{
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }


  header .nav-box{
    width: 100%;
  }

  .main-imgbox .ars-con-title p.title1{
    font-size: 2.5rem;
  }
  .main-imgbox .ars-con-title p.title2{
    font-size: 1.4rem;
    line-height: 2rem;
  }

.view-section1 .main-imgbox .img-main-title p.title2 {
        font-size: 2.4rem;
        line-height: 2.5rem;
        margin-top: 0.6rem;
        display: none;
    }

.view-section1 .main-imgbox .img-main-title p.title2-off {
        font-size: 2.4rem;
        line-height: 2.5rem;
        margin-top: 0.6rem;
        display:block
    }

  .view-section1.section-mainslide .img-main-mobile3{
    right: 0%;
  }
  .view-section1 .main-imgbox .img-main-title p.title3.title5{
      line-height: 1.8rem;
    }


    .last_2510 img{
      width: 100%;
    }

    .RE-tabbox.event-tab-wrap .ars-event-step{
      height: auto;
    }
    .event-tab-wrap .tab-arrow{
      top: 50%;
    }
    .RE-tabbox #tab2 .ars-event-marketing picture img{
      margin-top: 0px;
    }
    .RE-tabbox #tab3 .ars-event-marketing picture img{
      margin-top: 0px;
    }



      .section-mainslide .img-main-mobile img{
        width: 80%;
    }

    .new-minimg .m-iconbox .icon_number{
      bottom: -550px;
    }




  }
  



/* ------------- [[[ 큰 데스크탑  1160px]]-]--------------- */

  @media screen and (max-width:1160px) {

    header nav .top-menu .gnb-wrap ul li{
      margin-left: 4rem;
      margin-left: 2rem;
    }

    .section-mainslide .img-main-mobile{
      right: 0px;
    }

         /* ---------메인스크롤02---------- */
.slide2-wrap .slide2-textimg{
  bottom: calc(100vh - 40%);
  position: fixed;
  left: 35%;
  width: 40%;
}

  .slide2-wrap .slide2-phoneimg {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 0px;

  }

  .slide2-textimg img{
    width: 83%;
  }

  .slide2-wrap .slide2-phoneimg img{
    display: inline-block;
    width: 72%;
    padding-left: 100px;
  }
  .swiper-slide2 .slide2-wrap .slide2-phoneimg-02 img{
    display: none;
  }

 /* ---------메인스크롤03---------- */



 .slide3-wrap{
  flex-direction: column;
    width: 100%;
    text-align: center;
 }


 .swiper-slide3 .slide3-wrap .slide3-text{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding-left: 0px;
  margin-top: 50px;
  font-size: 20px;
  background-color: #485293d9;
  border-radius: 1rem;
 }

 .swiper-slide3 .slide3-wrap .slide3-textimg img{
  width: 40%;
        text-align: center;
        margin: 0 auto;
 }

 .swiper-slide3 .slide3-wrap .slide3-textimg{
  width: 100%;
  margin: 0 auto;
 }


    .section-copyright .copyright-container .copyright-left{
      display: flex;
    width: 60%;
    align-items: center;
    flex-direction: column;
    }

    .section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li img{
      padding-top: 0.8rem;
    width: 100px;
    }

    .section-copyright .copyright-container .copyright-right .copyright-tel p.copyright-tel-no{
      font-size: 2.5rem;
    }

    .section-copyright .copyright-container .copyright-sns ul li img{
      width: 80%;
    }


    .section-copyright .copyright-container .copyright-left .copyright-text{
      margin-top: 30px;
    }
  
    .section-copyright .copyright-container .copyright-right{
      margin-top: 55px;
    }

    .section-copyright .copyright-container .copyright-right .copyright-link ul{
      line-height: 2rem;
        font-size: 0.8rem;
    }
    
    .section-copyright .copyright-container .copyright-right>div{
      margin-bottom: 0.3rem;
    }
    .section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li{
      width: 121px
    }
    


    .container section.section-main div.bg .visual-title p.title1{
      font-size: 4.2rem;
    }

    .container section.section-main div.bg .visual-title p.title3{
      top: 250px;
      line-height: 25px;
    }

        .artist-thumb-box{
      gap: 20px;
    }



        .intro-content-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .phone-area, .text-area {
        width: 80%;
        text-align: center; /* 텍스트 중앙 정렬 */
    }
    .phone-area {
        justify-content: center;
    }
    .intro-title {
        font-size: 40px;
        text-align: center;
    }
    .firework {
        width: 100px; /* 폭죽 크기 축소 */
    }
    .left-firework {
        left: 5%;
    }
    .right-firework {
        right: 5%;
    }
    .intro-desc-list li p{
          text-align: left;
           font-size: 16px;
    }

    .intro-desc-list{
      width: 500px;
      margin: 0 auto;
     
    }

  
    




    #footer .fnbWrap .inner{width: auto;}
    #footer .fnbWrap .inner{width: auto;}
    #footer .ftWrap{width: auto;padding: 15px 0;}
    #footer h2 {display: none;}
    #footer address{margin-left: 0;font-size: 10px;line-height: 13px;color: #2d2d2d;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 10px;color: #777777;}
    #sns-ico{display: none;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #121212;letter-spacing: -1px;line-height: 35px;}

    #ft-cc {position: static;margin-top: 15px;text-align: center;}
    #ft-cc strong {font-size: 10px;color: #ccc;}
    #ft-cc p {margin-top: 5px;font-size: 24px;}
    #ft-cc ul {margin-top: 10px;}
    #ft-cc ul li {margin: 0 2px;}
    #ft-cc ul li a {width: 120px;height: 30px;line-height: 30px;font-size: 12px;}
    #ft-cc ul li a:hover {text-decoration: none;background: #1996e6;}


    #gotop{position: relative; margin:15px auto 0; display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 68px;height: 68px;text-indent: -999em;border-radius: 50%;border: 1px solid rgba(255,255,255,0.2);
    }


        .new-minimg .phone-left {
    position: absolute;
    bottom: 90px;
    left: -230px;
}



    }









/* ------------- [[[ 데스크탑  990px]]]---------------- */
  @media screen and (max-width:990px) {

    

    h2{
      margin-top: 70px;
      font-size: clamp(23px, 3vw, 44px);
      line-height: clamp(30px, 4vw, 64px);
      margin-bottom: 30px;
      padding: 0 10%;
    }


    h2 .h2-stitle {
      font-size: 1rem;
      line-height: 1.2;
      width: 80%;
      text-align: center;
      margin: 0 auto;
      padding-top: 0rem;
    }




    .preview-header h2{
      font-size: clamp(23px, 3vw, 44px);
        line-height: clamp(30px, 4vw, 64px);
        padding: 50px 0px;
        margin: 0px;
    }


    .section-preview{
      padding:0px;
    }





  /* ---------메인스크롤---------- */
  header nav.navi-wrap img{
    width: 65%;
        margin-left: 20px;
  }
     /*메뉴안보이기*/
  header nav.navi-wrap .top-menu .gnb-wrap{
    display: none;
   }

   #slide-btn{display: block;}
   #slide-menu{display: none;}
  

   #slide-btn{top: 50%;margin-top: -8px;right: 10px;display: block;width: 25px;height: 16px;}

   #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: none;}
   #slide-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: url('../images/slide-close.png') no-repeat center center;background-size: 20px auto;}

   #slide-menu{position: fixed;top: 0;right: -100%;width: 50%;height: 100%;display: block;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
   #slide-menu .tit{height: 50px;position: relative;background: #a58dff;}
   #slide-menu.on{right: 0;}

   #slide-menu .tit a {
    color: #fff;
   }

   #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;}
   #tnb-mo > li{display: inline-block;margin: 0 10px;}
   #tnb-mo > li a{font-size: 12px;color: #333;}

   #gnb-mo > li{border-bottom: 1px solid #e1e1e1;}
   #gnb-mo > li > a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
   #gnb-mo > li > ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
   #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;}
   #gnb-mo > li.hidden-gnb{display: none;}
   #gnb-mo li.active > a{color: #0575d3;}




   /*메인 슬라이드01*/
   .container section.section-main div.bg .btn-menual, .container section.section-main div.bg .btn-call{
    padding: 8px 5px;
   }

   .container section.section-main div.bg .visual-title p.title3{
    top: 120px;
   }
   .container section.section-main div.bg .visual-title p.title3{
    font-size: 1rem;
        line-height: 20px;
   }
   
 .section-mainslide .mainslide-wrap{
 height: 800px;
} 
.container section.section-main div.bg .visual-title p.title1{
  font-size: 2.8rem;
  text-align: center;
}
.container section.section-main div.bg .visual-title p.title2{
  font-size: 1.2rem;
  line-height: 20px;
}
 .swiper-slide img{
  width: 300px;;
  display: inline-block;
 } 

.swiper-wrapper .swiper-firstimg{
  flex-direction: column;
}
.container section.section-main div.bg .visual-icon{
  display: none;
}
.swiper-wrapper .swiper-firstimg img{
  width: 70%;
  margin-left: 3rem;
}

.container section.section-main div.bg .visual-title{
  margin-top: 5rem;
  width: auto;
  top: 0rem;
}
.container section.section-main div.bg .visual-title>div{
  width: 100%;
}
.container section.section-main div.bg .visual-phone{
  width: 100%;
    text-align: center;
}
.container section.section-main div.bg .btn-visual{
  bottom: 30px;
}

.container section.section-main div.bg .visual-phone .img-phone{
  margin-bottom: 100px;
  text-align: center;
  padding-left: 60px;
}

.container section.section-main .swiper-slide1{
  flex-direction: column;
  background-position: left;
}


.section-mainslide .img-main-mobile{
  height: 700px;
}

.invibanner-wrap h2{
  padding: 40px 0px;
  margin: 0px;
  line-height: clamp(30px, 4vw, 64px);

}

#about-section h2 {
    word-break: keep-all; /* 한글 줄바꿈 최적화 */
    margin: 0px;
    padding: 50px 0px;
}


.section-mainslide .mainslide-wrap{
  height: 700px;
}



.section-mainslide .img-main-mobile img{
    width: 70%;
  }

  .audio-main audio{
    height: 32px;
  }

  .audio-main{
    bottom: 6%;
  }

  .view-tab4 .tab-buttons button{
    padding: 1.4rem 2.2rem;
    margin: 8px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .tab-content h3{
        font-size: 1.2rem;
        line-height: 1.6rem;
  }

  .view-section2 .management-wrap .management-box{
        margin: 0px;
  }

  

.event-tab-wrap ul.step-box {
    width: 90%;
}

.event-tab-wrap .tab-wrap-event h2 { 
    margin-bottom: 50px;
}

.event-tab-wrap .tab-content{
        padding: 50px 0;
}


  /* ---------메인스크롤02---------- */
  .slide2-wrap .slide2-textimg{
    bottom: calc(100vh - 400px);
    position: fixed;
    left: 35%;
    position: absolute; */
      width: 45%;
  }

  .slide2-wrap .slide2-phoneimg img{
    width: 89%;
  }
  


    /* ---------080무료수신거부선택이유---------- */
    .section-scroll .scroll-wrap .scroll-contents {
      display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1280px;
        flex-direction: column;
        align-items: center;
    }


    .invi-wrap .scroll-wrap .scroll-contents {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1280px;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 6rem;
    }


    .Research-wrap .scroll-wrap .scroll-contents {
      display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1280px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 6rem;
        flex-wrap: nowrap;

    }

    

    .Research-wrap .Research-box{
      padding: 20px;
    }

    .invi-wrap .scroll-wrap .scroll-contents>div{
      width: 50%;
    }


       .section-scroll .RE-banner .scroll-contents {
        max-width: 100%;
    }


    .section-scroll .scroll-wrap .scroll-contents .scroll-text-common {
      font-size: 1rem;
      padding: 25px 25px 10px;
    }


    
    .section-scroll .RE-banner .scroll-contents>div.sub-mission{
      padding: 0px;

    }



      .section-scroll .RE-banner .scroll-contents>div.sub-mission{
      width: 100%;

    }




    
    .section-scroll .scroll-wrap .scroll-contents .scroll-bgphoen img{
      display: none;
    }


    .section-scroll .scroll-wrap .scroll-contents .scroll-arrow i{
      top: 55px;
    }



    .main-imgbox .img-main-title p.title1 em{
      font-size: 2.2rem;
    }

  



       /* ---------24시간 자동 수신거부---------- */


    .section-auto .auto-wrap .auto-common{
      width: 80%;
    }

    .section-auto .auto-wrap .auto-list{
      left: 0px;
      top: 380px;
    }

    .section-auto .auto-wrap .auto-contents {

    }

    .section-auto .auto-wrap .auto-contents .auto-box{
      width: 100%;
      font-size: 1.1rem;
      padding: 1.2rem;
      box-sizing: content-box;
      padding: 1.8rem 1.2rem 1.2rem 3rem;
      line-height: 1.8rem;
    }

    .section-auto .auto-wrap .auto-ars{
      left: 120px;
      top: 180px;
    }

    .section-auto .auto-wrap .auto-contents .auto-no{
      font-size: 6rem;
      top: -55px;
      left: 50px;
    }


    .section-auto .auto-wrap .auto-contents .auto-box span{
      font-size: 1.5rem;
    }

    .section-auto .auto-wrap .auto-contents .auto-icon img{
      width: 90px;
      
    }

    .section-auto .auto-wrap .auto-contents .ars-icon img,
    .section-auto .auto-wrap .auto-contents .list-icon img{
      width: 60px;
    }


    .section-auto .auto-wrap .auto-contents .auto-icon{
      left: 110px;
    }

    .section-auto .auto-wrap .auto-contents .ars-icon{
      right: 0px;
    }
    .section-auto .auto-wrap .auto-contents .ars-no{
      right: 65px;
    }

    .section-auto .auto-wrap .list-group {
    z-index: 5;
    }

    .section-auto .auto-wrap .auto-contents .auto-listimg{
      position: absolute;
    right: -180px;
    top: -20px;
    }
    .section-auto .auto-wrap .auto-contents .auto-listimg img{
      width: 200px;
    }

    .section-auto .auto-wrap .auto-ars{
      background-image: none;
    }
    .swiper-slide img{
 
    }



           /* ---------간편한 수신거부리스트관리---------- */

    .management-wrap .management-box{
      font-size: 1.3rem;
      line-height: 2.1rem;
    }
  
    .management-wrap .management-box .management-left-text2{
      margin: 50px 0px;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.7rem;
    }

    .management-wrap .management-box{
      flex-direction: column;
    }



  .management-wrap #ARS-event.management-box{
      flex-direction: row;
    }

    .management-wrap .management-left{
      width: 80%;
        margin: 0 auto;
        text-align: left;
        padding: 20px 50px;
    }

    #REmobile-wrap .management-wrap .management-left{
      padding: 20px;
      display: flex;
        align-items: center;
    }


    .invibanner-wrap .scroll-wrap{
      margin-top: 50px;
    }
 

    #hear-wrap .management-wrap .management-box{
      flex-direction: row;
    }

    #hear-wrap .management-wrap .management-left{
 
        padding: 20px;
    }

    #hear-wrap .Scenario-text-Common{
      padding: 10px 8px;
    }


    .management-wrap .management-right{
      width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 3rem;
    }


    .DB-wrap .management-wrap .management-right{
      width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0px 2rem;
    }

    .DB-wrap .management-wrap .management-box{
      margin: 10px 0px;
    }

    .DB-wrap .management-wrap .management-right img{
      width: 100%;
    }

    ul.atalkservice-top li p,
    .DB-wrap div.atalkservice-botleft p
    {
      font-size: 1.4rem;
      text-align: left;
    }

    .atalkservice-top .marketing-db ul li{
      padding-right: 1rem;
    }


   #REmobile-wrap .management-wrap .scroll_on.type_right{
    padding-left: 0rem;
    }


    #REmobile-wrap .REmobilears{
     left: 6rem;
     width: 60%;
    }


    #REmobile-wrap .RE_mobilears-ic1{
      width: 40%;
    }
     #REmobile-wrap .RE_mobilears-ic2{
      width: 40%;
      top: 18rem;
    left: 3rem;
    }
    #REmobile-wrap .RE_mobilears-ic3{
      top: 15rem;
      width: 40%;
    }

    #REmobile-wrap h2{
      padding: 0px;
    }


    .Research-wrap .scroll-wrap .scroll-contents .scroll-text-common{
      padding: 20px 0px;
    }


    .Research-wrap .title-contents{
      margin-top: 1rem;
        line-height: 1.2;
    }

    .Research-wrap .scroll-wrap .scroll-contents .scroll-text-common .ars-free-icon{
      scale: 80%;
    }

  


    .view-section2 .management-wrap .management-right{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 0rem;
    }

    .management-wrap .ars-event-step{
      margin-top: 0px;
      padding: 0rem;
    }

    .management-wrap .ars-event-box{
      padding: 0px;
    }

   .management-wrap .ars-event-wrap{
      margin: 10px 0px !important;
    }



    .management-wrap .management-box{
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin: 10px 50px;
    }



#REmobile-wrap .management-wrap .management-box{
      margin: 160px 0px;
    }
  
  
    .management-wrap .management-box .management-left-text2{
      margin: 30px 0px;
      font-size: 1rem;
      font-weight: 600;
    }

    .ars-event-marketing .ars-event-title{
      font-size: 1.5rem;
    }

    .management-wrap .management-box .management-left-text{
      font-size: 1.4rem;
    }


    .section-management .management-wrap .management-bg .management-bgbottom{
      background-image: none;
    }

    .management-wrap .management-box{
      margin-left: 0px;
    }


    .management-wrap .con2_01_on{
      display: flex;
      flex-direction: column-reverse;
    }
    /*.management-wrap .con2_02_off{
      display: block;
    }*/




    /* ------------- 함께 사용하면 편리한---------------- */

    .section-service .service-container{
      padding-bottom: 5rem;

    }

    .section-service .service-container .service-contents{
    display: flex;
    flex-direction: column;
    }

    .section-service .service-wrap .service-left {
      text-align: left;
    }
      .section-service .service-wrap .service-right{
        margin-top: 3rem;
        text-align: right;
      }

      .section-service .service-wrap .service-left img,
      .section-service .service-wrap .service-right img{
        width: 95%;
      }
     


      .fee-contents .fee-common{
        padding: 0px 2rem;
      }

      .service-boxlink1{
        position: absolute;
        width: 40%;
        height: 32%;
        border: 0px solid #000;
        left: 11vw;
      }

      .service-boxlink2{
        position: absolute;
        width: 34.6%;
        height: 32%;
        border: 0px solid #000;
        right: 4.7vw;
        top: 67%;
      }

      .service-right-boxlink1{
        position: absolute;
        width: 33%;
        height: 24%;
        border: 0px solid #000;
        right: 13.5vw;
        top: 0vh;
      }

      .service-right-boxlink2{
                position: absolute;
        width: 40.8%;
        height: 32%;
        border: 0px solid #000;
        left: 4.7vw;
        top: 12%;
      }

      .service-right-boxlink3{
        position: absolute;
        width: 37%;
        height: 24%;
        border: 0px solid #000;
        right: 12.7vw;
        top: 76%;
      }
  



    


    /* ------------- 24시간 간편한 온라인가입--------------- */
    .section-members .members-container{
      padding-bottom: 0rem;
    }
     .members-contents .members-box .members-common{
      background-color: #5d73ec;
    color: #fff;
    border-radius: 12rem;
    width: 190px;
    height: 190px;
    border: 8px solid #c2d5ff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    /*font-family: 'GmarketSans';*/
    margin: 0px 1rem;
     }

     .members-contents .members-box .members-common li button{
      font-size: 1rem;
     }

     .members-contents p.members-text{
      font-size: 1.3rem;
      /*font-family: 'GmarketSans';*/
      margin-top: 50px;
      line-height: 2rem;
     }

     .members-contents .members-box .members-common li p{
      font-size: 1.3rem;
     }

     .container section.section-main div.bg .btn-menual a,
.container section.section-main div.bg .btn-call a{
  font-size: 0.8rem;
}
.container section.section-main div.bg .btn-menual, .container section.section-main div.bg .btn-call{
  width: 150px;
}

.members-contents div.members-text {
  font-size: 1.3rem;
  margin-top: 50px;
  line-height: 2rem;
}
.members-textcolor{
  font-size: 1.7rem;
}
.members-textsamll{
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.members-bank, .members-phone2, .members-company, .members-email{
  padding: 30px 20px;
}

.management-wrap .management-right img{
  /* width: 100%; */
}


.section-scroll .scroll-wrap .scroll-contents .sub-mission-text{
  font-size: 1rem;
  line-height: 2rem;
}

.section-mainslide .img-main-mobile .img-main-mobile1 {
  left: 41%;
        height: 13%;
        bottom: 4%;
        width: 22%;

    }

.view-section2 .management-wrap .management-listwrap div{
  font-size: 1.2rem;
  padding: 1.2rem;
  line-height: 1.6rem;
}

    .latter-wrap p{
      font-size: 0.9rem;
      line-height: 1.4rem;
      padding: 0.5rem 1rem;
      border-radius: 10px;
    }
    .view-section4 h2{
      padding: 0px;
    }

.view-tab4 .menu-button .tab-buttons{
  margin-top: 1rem;
}


.view-section5.section-members .members-container{
  padding-bottom: 3rem;
}

.view-section1.section-mainslide .img-main-mobile img{
  width: 60%;
}

.view-section5 .members-contents {
  margin: 0 4rem;
}

        .tab-btnlink{
          width: 100%;
          font-size: 12px;
    }

.event-tab-wrap .tab-arrow{
    top: 50%;
}



.event-tab-wrap .tab-arrow-left i, .event-tab-wrap .tab-arrow-right i{
     font-size: 2.5rem;
    }

 .event-tab-wrap .tab-box{
      width: 90%;
      margin: 0 auto;
    }

    .DB-wrap ul.atalkservice-top .banner-scroll .banner-scroll-ul li img{
      height: 130px;
    }


.section-mainslide .img-main-mobile img{
    margin-bottom: 20px;
}



 .section-mainslide .new-minimg img{
  margin-bottom: -30px;
}




.new-minimg .phone-left{
     bottom: 10px;
     left: -230px;
}


.new-minimg .m-iconbox .icon_number img{
  width: 220px !important;
}


.new-minimg .m-iconbox .icon-player{
  top: 200px;
}

.new-minimg .section-mainslide .img-main-mobile img{

}


.new-minimg .m-iconbox .icon_number{
  bottom: -500px;
  left: -190px;
}


.new-minimg .m-iconbox .icon-logo img{
  width: 100px !important;
}

.new-minimg .m-iconbox .icon-logo{
  left: -260px;
   bottom: -420px;
}

.new-minimg .m-iconbox .icon-chat{
  bottom: -520px;
}


  }









    

    /* ------------- [[[ 타블렛 768px]]]---------------- */


    @media screen and (max-width:768px) {

      .swiper-slide2 .slide2-wrap{
        margin-top: 100px;
      }
      .slide2-wrap .slide2-textimg{
        position: relative;
        top: 20px;
        left: 10%;
      }

      .swiper-slide img{
        width: 250px;
      }
    
      .slide2-wrap .slide2-phoneimg{
        display: inline-block;
        position: relative;
        /* bottom: 0px; */
        left: 20px;
        text-align: center;
        top: 0px;
      }

      .slide2-wrap .slide2-phoneimg img{
        width: 100%;
        padding-left:0px;
      }

      .slide2-wrap .slide2-phoneimg.slide2-phoneimg-01 img{
        display: none;
      }

      .slide2-wrap .slide2-phoneimg.slide2-phoneimg-02 img{
        display: inline-block;
        width: 320px;
        padding-top: 2.5rem;
      }
      /*메인슬라이드*/

      .swiper-slide3 .slide3-wrap .slide3-text{
        font-size: 16px;
        line-height: 1.6rem;
        padding: 1.2rem;
      }
  
      .section-auto .auto-wrap .auto-common{
        width: 70%;
      }

      .fee-contents {
        flex-direction: column;
        align-items: center;
      }
      .fee-contents .fee-common{
        width: 70%;
        margin-bottom: 3.5rem;
      }

      .section-fee .fee-wrap{
        background-image: none;
      }

      .section-fee .fee-container{
        padding-bottom: 3rem;
      }

      .section-fee .ars-sol-contents .ars-sol-web{
        display: none;
      }

      .section-fee .ars-sol-contents .ars-sol-mo img{
        width: 100%;
      }

        .section-fee .ars-sol-contents .ars-sol-mo{
        display:block;
        }



      .section-copyright .copyright-wrap{
        padding: 20px;
      }

      .section-copyright .copyright-container .copyright-left .copyright-text ul li:nth-child(odd){
        float: left;
        width: 30%; 
      }

      .section-copyright .copyright-container .copyright-left .copyright-text ul li:nth-child(even) {
        width: 70%;
        display: flex;
      }

      .section-copyright .copyright-container .copyright-left .copyright-text{
      width: 100%;
      font-size: 0.9rem;
      margin-top: 30px;
      }

      .section-copyright .copyright-container .copyright-left{
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: column;
      }

      .section-copyright .copyright-container{
        flex-direction: column;
      }


      .section-copyright .copyright-container .copyright-left .copyright-text ul{
        line-height: 1.2rem;
      }

      .section-copyright .copyright-container .copyright-sns ul li img{
        width: 80%;
      }

      .section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li img{
        padding-top: 0rem;
        width: 90px
      }

      .section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li:first-child img{
        padding-top: 0.4rem;
      }

      .section-copyright .copyright-container .copyright-right{
        text-align: left;
        margin-top: 30px;
      }

      .section-copyright .copyright-container .copyright-right .copyright-tel p.copyright-tel-no{
        font-size: 2rem;
      }

      .section-copyright .copyright-container .copyright-right .copyright-link-atalk ul li{
        height: 40px;
      }


      #slider .slide-img img{
        height: 120px;
      }

      .view-section1.section-mainslide .img-main-mobile img{
        width: 70%;
      }

      .view-section1.section-mainslide .new-minimg img{
        width: 50%;
      }

      .tab-imgover-on{
        display: none;
      }
      



        .tab-imgover-off{
        display: block;
      }

       .event-tab-wrap .tab-imgover-on{
        display: block;
;
      }


      .phone-case-wrap{
        width: 80%;
      }
      


      /*.section-management .management-wrap .management-bg .management-bgtop{
        width: 220px;
        height: 380px;
        left: 0px;
        top: -10rem;
        opacity: 40%;
      }*/

      .section-mainslide .img-main-mobile{
        height: 600px;
      }

      .view-section1.section-mainslide .img-main-mobile{
          height: 650px;
        }
      
      .section-mainslide .mainslide-wrap{
        height: 600px;
      }

      .section-mainslide .img-main-mobile img{
        width: 70%;
      }
      .main-imgbox .img-main-title p.title1{
        font-size: 1.6rem;
      }
      .main-imgbox .img-main-title p.title2{
        font-size: 2rem;
      }
      .main-imgbox .img-main-title p.title3{
        font-size: 1.2rem;
        margin-top: 0.3rem
      }

      .view-section1 .main-imgbox .img-main-title p.title3{
        margin-top: 1.1rem
      }


      .main-imgbox .ars-con-title p.title2{
        font-size: 1.3rem;
        padding: 0px 10%;
        line-height: 1.6rem;
      }

      .sample-detail-box{
        padding: 10px 20px;
      }

      .btn-group a, .btn-group p{
        font-size: 12px;
      }

   


      #sb-form fieldset{margin-bottom: 20px;}
      #sb-form legend{margin-bottom: 10px;font-size: 14px;}
      #sb-form .form_tbl .inp{text-indent:5px;}
      #sb-form .form_tbl select{padding-left:4px;}
      #sb-form .privacy{height: 100px;padding: 10px;font-size: 12px;line-height: 15px;}
      #sb-form .agree{font-size: 12px;}
      #sb-form .form_tbl colgroup{display: none;}
      #sb-form .form_tbl tr > *{padding: 5px 3px;font-size: 11px;line-height: 15px;}
      #sb-form .form_tbl tr th{width: 80px;}
      #sb-form .form_tbl select{width: 100%;}
      #sb-form .form_tbl textarea{height: 150px;}
      #sb-form .form_tbl .inp{width: 100%;}
      
      #sb-form .form_tbl .w50{width: 46%;}
      #wm_email_select{margin-top:6px;}


    .view-section3 .tab-buttons, .view-section3-2 .tab-buttons{
      margin: 0 2rem;
    }
    .tab-buttons button{
      font-size: 0.9rem;
        margin: 0px 6px;
        padding: 10px;
    }

    .tab-content h3{
      font-size: 1.1rem;
      line-height: 1.4rem;
    }

     .tab-content h3.{
      font-size: 1.1rem;
      line-height: 1.4rem;
    }

    .view-section3 .view-tab4 .tab-buttons{
      margin: 0rem;
    }

    #chatButton{
          bottom: 20px;
    right: 6px;
    }

    .f_quick{
          right: 6px
    }


    .view-section2 .management-wrap .management-left {
          width: 90%;
        }


    .view-section5 .tab-wrap h3{
      font-size: 1.3rem;
      line-height: 1.6rem;
    }

       .event-tab-wrap .tab-box picture img{
     display: block;
     width: 100%;
    }
        .RE-tabbox.event-tab-wrap .ars-event-step{
      height: auto;
    }



    #hear-wrap .management-wrap .management-box{
      flex-direction: column;
    }

    #hear-wrap .scroll_on.type_left{
          justify-content: center;
    }

  #hear-wrap .management-wrap .management-right{
              padding-left: 0rem;
  }

  #hear-wrap .management-wrap .management-left{
    padding: 0px;
  }

  #hear-wrap .management-wrap .management-right{
    width: auto;
  }

  #hear-wrap .management-wrap .management-right img{
    width: 80%;
  }

    #REmobile-wrap .management-wrap .scroll_on.type_right{
      width: 70%;
    }

    .management-wrap #ARS-event.management-box{
      flex-direction: column;    
    }


        #REmobile-wrap h2{
      text-align:center;
    }

    #REmobile-wrap .management-wrap .management-box .scroll_on.type_left{
      width: 80%;
    }

    #REmobile-wrap .management-wrap .management-left{
              display: flex;
        align-items: center;
        justify-content: center;
    }

    #REmobile-wrap .management-wrap .management-box .management-left-text2{
      text-align: center;
    }

    #REmobile-wrap .desc-pc,
     #REmobile-wrap .stitle-pc
     { display: none; }
    #REmobile-wrap .desc-mobile,
     #REmobile-wrap .stitle-mobile
      { display: block; }


      .DB-wrap .management-right ul.atalkservice-top li.scroll_on.active{
        width: 100%;
        height: auto;
      }

      .DB-wrap .management-right ul.atalkservice-top li.scroll_on.active:last-child{
        height: 400px;
      }
      

      .DB-wrap .atalkservice-top{
        flex-direction: column;
            align-items: center;
      }

      .atalkservice-DB {
     margin: 0px;
      }


     .Research-wrap .scroll-wrap .scroll-contents{
              display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1280px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 6rem;
        flex-wrap: nowrap;
     }

     .Research-wrap .scroll-wrap .scroll-contents .scroll-text-box .text{
      font-size: 3rem;
     }

     .Research-wrap .scroll-wrap .scroll-contents .scroll-text-box .text-big .counter{
      font-size: 3rem;
     }

     .Research-wrap .scroll-wrap .scroll-contents>div{
      width: 70%;
     }

     .RE-tabbox #tab2 .ars-event-marketing picture img{
        margin-top:0px;
      }

.RE-tabbox #tab3 .ars-event-marketing picture img{
         margin-top:0px;
      }


.screen-icon-phone {
    position: absolute;
    bottom: 28%;
    left: 10%;
    width: 20%;
    animation-delay: 0.3s !important;}



.screen-icon-bubble {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 20%;
    animation-delay: 0.9s !important;}




.screen-icon-mail {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 20%;
    animation-delay: 0.6s !important;}



    #about-section {
       
    }

    .interview-grid {
        grid-template-columns: 1fr; /* 1줄로 나열 */
        gap: 20px;
    }

    .interview-block {
        padding: 35px 20px 25px;
        width: 80%;
        margin: 0 auto;
    }

    /* 모바일에서 배경 숫자 크기 살짝 조절 */
    .block-faded-num {
        font-size: 60px;
        top: 5px;
        right: 5px;
    }

    /* 모바일 텍스트 크기 최적화 */
    .profile-id {
        font-size: 18px; /* PC보다 약간 작게 */
    }
    
    .profile-id p {
        font-size: 14px;
    }

    .bubble-text {
        font-size: 14px;
    }
    
    /* 이미지 크기도 살짝 조절 */
    .profile-image-wrap {
        width: 48px;
        height: 48px;
    }


     .section-mainslide .new-minimg img{
  margin-bottom: 34px;
}


    .new-minimg .phone-left{
      bottom: 10px;
        left: -180px;
    }


    .new-minimg .m-iconbox .icon_number img{
        width: 200px !important;
    }


    .new-minimg .m-iconbox .icon_number{
       bottom: -470px;
       left: -120px;
    }

           .view-section1.section-mainslide .new-minimg img{
    width: 42%;
  }


      .interview-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 30px;
    }


}




    /* ------------- [[[ 타블렛 640px]]]---------------- */



@media (max-width: 640px) {
    .phone-area, .text-area {
        width: 100%;
    }
    .intro-title {
        font-size: 32px;
    }
    .firework {
        width: 80px; /* 폭죽 크기 더 축소 */
    }

      .intro-desc-list li p{
          text-align: left;
          font-size: 13px;
    }
    .btn-group p{
      width: 50%;
    }

    .preview-list .audio-wrap{
          left: auto;
          width: 100%;
    }

    .audio-wrap audio{
        width: 100%;
    }








}





      
      
    /* ------------- [[[ 타블렛 576px]]]---------------- */

@media screen and (max-width:576px) {
  .client-wrap .client-contents .client-text p.client-text-phone{
    font-size: 2rem;
    margin-top: 0rem;
  }
  .section-auto .auto-wrap .auto-common{
    width: 60%;
  }

  .client-wrap .client-phone-shadow1{
    width: 250px;
  }
 /*메인슬라이드01*/
  .container section.section-main div.bg .btn-menual, 
  .container section.section-main div.bg .btn-call{
    width: 100px;
        font-size: 14px;
  }

  .members-contents div.members-text {
    font-size: 1.3rem;
    margin-top: 50px;
    line-height: 2rem;
  }
  .members-textcolor{
    font-size: 1.4rem;
  }
  .members-textsamll{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .members-bank, .members-phone2, .members-company, .members-email{
    padding: 30px 20px;
  }

  .section-mainslide .img-main-mobile img{
    width: 90%;
  }
  .popup .popup-img .popup-bgimg>img{
  }

  .management-wrap .management-box .management-left-text{
    font-size: 1.3rem;
  }
  .section-mainslide .img-main-mobile .img-main-mobile1{
    left: 37%;
        height: 10%;
        bottom: 4%;
        width: 31%;
  }
  .view-section2 .management-wrap .management-listwrap div{
  font-size: 1rem;
  padding: 1.2rem;
  line-height: 1.2rem;
}

    .view-section1.section-mainslide .img-main-mobile img {
        width: 90%;
    }




.view-section5 .members-contents {
  margin: 0 2rem;
}

.view-tab4 .tab-buttons button{
  padding: 1.4rem 0.8rem;
}

  .tab-content h3.tab-title-off{
     display: block;
    }
    .tab-content h3.tab-title-on{
     display: none;
    }

 .event-tab-wrap .tab-box{
      width: 80%;
      margin: 0 auto;
    }


    .RE-tabbox.event-tab-wrap .ars-event-step{
      height: auto;
    }


      #REmobile-wrap .management-wrap .scroll_on.type_right{
      width: 100%;
    }

    

    .invi-wrap .scroll-wrap .scroll-contents>div{
      width: 70%;
    }


       .Research-wrap .scroll-wrap .scroll-contents>div{
      width: 80%;
     }


.screen-icon-phone {
    position: absolute;
    bottom: 32%;
    left: 10%;
    width: 20%;
    animation-delay: 0.3s !important;}



.screen-icon-bubble {
    position: absolute;
    bottom: 34%;
    right: 10%;
    width: 20%;
    animation-delay: 0.9s !important;}




.screen-icon-mail {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 20%;
    animation-delay: 0.6s !important;}



        .profile-circle-container {
        gap: 10px;
    }
    
    .speech-bubble-container {
        padding: 15px;
    }


    .management-wrap .management-right img{
  width: 100%; 
}


.view-section1 .main-imgbox .img-main-title p.title2-off{
  font-size: 1.8rem;
}


.new-minimg .m-iconbox .icon-logo{
  left: -120px;
}


    .view-section1.section-mainslide .new-minimg img {
        width: 50%;
    }

    
.new-minimg .m-iconbox .icon-player{
  top: 240px;
}

.section-mainslide .new-minimg img{
  width: 40% !important;
}


.section-mainslide .new-minimg .m-icon img{
  width: 60% !important;
}



.new-minimg .phone-left{
  left: -140px;
}


.new-minimg .m-iconbox .icon-chat{
      right: -330px;
}


.new-minimg .m-iconbox .icon_number{
  left: -20px;
}


.section-mainslide .new-minimg .icon_number img{
width: 120px !important;
}
  

}


 /* ------------- [[[ 모바일 390px]]]---------------- */

 @media screen and (max-width:390px) {
  #slider .slide-img img{
    height: 85px;
  }

  .view-section1.section-mainslide .img-main-mobile img{
    width: 100%;
  }


   .view-section1.section-mainslide .new-minimg img{
    width: 40%;
  }


      .RE-tabbox.event-tab-wrap .ars-event-step{
      height: auto;
    }

    #REmobile-wrap .RE_mobilears-ic2{
      width: 30%;
        top: 15rem;
        left: 3rem;
    }

    .Research-wrap .scroll-wrap .scroll-contents>div{
        width: 90%;
    }

  .screen-content {
        height: 280px;
  }

  .section-mainslide .new-minimg img{
            width: 40% !important;
  }


  .section-mainslide .new-minimg img{
    margin-bottom: 37px;
  }

  .new-minimg .ars_m_phonebox{
        left: 26px
  }


      .new-minimg .m-iconbox .icon-logo{
      left: -30px;
    }


    .section-mainslide .new-minimg .icon-logo img{
          width: 60px !important;
    }


}







/* --- 반응형 미디어 쿼리 시작 --- */

/* 1. 태블릿용 (1200px 이하: 2열 배치) */
@media screen and (max-width: 1200px) {
    .interview-grid {
       /* grid-template-columns: repeat(2, 1fr);
        gap: 30px;*/
    }
}












.succ {padding: 300px 0;}
.succ h2 {margin: 0; font-size: 30px; line-height: 1.5;}
.succ a {display: flex; width: 140px; height: 50px; background-color: #333; color: #fff; margin: 50px auto; align-items: center; justify-content: center; border-radius: 8px; font-size: 18px;}
