/* */
.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;
    }



/* 탑 메뉴 */
.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: 80px;
  justify-content: space-between;
  /*max-width: 1744px;*/
  align-items: center;
  width: 1280px;
  /*position: fixed;*/
  padding: 0px 20px;
  margin: 0 auto;
}


#menu{
  background-color: #ffffff00;
}

header nav.navi-wrap img{
  width: 80%;
}

.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: 0;left: 0;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;
}

.section-mainslide .sub-imgbg{
  width: 100%;
  height: 800px;
  background-image: url(../images/ars_bg02.png);
    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.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.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;
}


.section-mainslide .main-imgbox{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.view-section1.section-mainslide .main-imgbox{
  max-width: 1280px;
}


.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: 800px;
  display: flex;
  align-items: flex-end;
}

.section-mainslide .img-main-mobile3{
  height: 840px;
  right: 10%;

}

.view-section1.section-mainslide .img-main-mobile3{
  right: -10%;

}


.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%;
}



.main-imgbox .img-main-title{
  position: absolute;
  top: 20rem;
  line-height: 5rem;
  left: 20rem;
}

.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: #002060;
}





.main-imgbox .img-main-title p.title1{
  font-size: 3.2rem;
  font-weight: 700;
  color: #002060;
}

.main-imgbox .img-main-title p.title2{
  font-size: 4.6rem;
  font-weight: 700;
}

 .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: #1350d9;
}



.main-imgbox .img-main-title p.title3 span{
  font-weight: 600;
  color: #002060;
}

.main-imgbox .img-main-title p.title3.title5{
  line-height: 2.8rem;
}



.main-imgbox .img-sub-title p.title2{
  font-size: 3.7rem;
  COLOR: #002060;
  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: 2.5rem;
  line-height: 45px;
  margin-bottom: 100px;
  color: #000;
  text-align: center;
}
h2 .h2-stitle{
  font-size: 1.2rem;
  line-height: 27px;
  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;
}



/* ---------------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 .scroll-wrap .scroll-contents{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 9rem;
}

.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: 50%;
  padding: 1.5rem;
  position: relative;
  padding-top: 8rem;
}




.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);
}


.ars-free-icon{
  margin-top: 60px;
  text-align: left;
}

.ars-mission-icon{
  margin-top: 0px;
  text-align: right;
}



/*.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;

}

.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;
  
}












/* ---------------서브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;
}




/* ---------------서브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;
}



.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: 160px 50px;
}

.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;
}


.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: 600;

}


.ars-event-marketing{
  margin-top: 0px;
}

.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: 700;
  color:rgb(0, 0, 0);
}


.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;
}

.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 .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: 90%;
  border-radius: 30px;
}




.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 1.0s;
}
.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;
}






.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: 50px;}
#sb-form legend{margin-bottom: 15px;font-size: 18px;color: #000000;}
#sb-form .privacy{height: 156px;overflow-y: scroll;background: #f7f7f7;border: 1px solid #eee;padding: 5px 15px 15px 15px;font-size: 13px;line-height: 18px;color: #666;margin-bottom: 10px;}
#sb-form .agree{display: block;text-align: left;font-size: 16px; margin-top: 2rem;}
#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;
      }










/* ------------------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;
  color: rgb(68, 0, 255);
}



.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-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;
}

.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: #ffffff;
  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: 38%;
    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-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: 32%;
  display: flex;
}


.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 .btn1-play_C2_02{
  height: 24%;
    width: 22%;
    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;
}



.audio-wrap {
  display: none;
  background-color: #5f5f5f;
  /* border: 1px solid rgb(145, 145, 145); */
  position: relative;
  padding: 0px 10px 5px 10px;
  width: 35%;
  border-radius: 10px;
  margin: 0 auto;
  }


  .audio-wrap audio{
    width: 100%;
    height: 25px;
  }

  .audio-main audio{
    width: 100%;
    height: 45px;
    box-shadow: 1px 2px 12px 3px #6363639e;
    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-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;
    }

    .tab-buttons button.active {
      background-color: #4145d6;
      color: #fff;
    }


    .tab-buttons button:hover {
      background-color: #4145d6;
      color: #ffffff;
    }


    .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%;
    }


    .tab-content.active {
      display: block;
      transition: 0.3s;
       opacity: 1;
       pointer-events: auto;
        position: relative; 
    }

    .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%;
    }

    .tab-wrap h2{
      margin-bottom: 50px;
    }

      .tab-wrap h2 span{
      color: #115aff;
    }

    .tab-box{
      margin-top:3rem;
      background: linear-gradient(to top, #ece8fb, #f7eaf8);
    }
     .tab-box2{    
      background: linear-gradient(to top, #fff, #ebedee);
    }

    .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);



    }

/*---------------------아이콘 마우스 오버버을때 하얀색보이기------------*/

   .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);
    }




/*---------------------아이콘 눌렀을때 하얀색보이기------------*/

     .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);
    }



    



  .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-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 .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;
  }
  .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: 25%;
    left: 39%;
  }



  .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%;
  }

  .main-imgbox .img-main-title{
    top: 4rem;
    text-align: center;
    width: 100%;
    left: 0rem;
    line-height: 3rem;
  }

 

  .view-section1.section-mainslide .img-main-mobile img{
    width: 80%;
  }

  .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;
    }



  }
  



/* ------------- [[[ 큰 데스크탑  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;
    }

  

    




    #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);}

    }









/* ------------- [[[ 데스크탑  990px]]]---------------- */
  @media screen and (max-width:990px) {

    

    h2{
      margin-top: 70px;
      font-size: 1.7rem;
      line-height: 35px;
      margin-bottom: 30px;
      padding: 0 10%;
    }


    h2 .h2-stitle {
      font-size: 1rem;
      line-height: 23px;
      width: 80%;
      text-align: center;
      margin: 0 auto;
    }




  /* ---------메인스크롤---------- */
  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;
}




.section-mainslide .mainslide-wrap{
  height: 700px;
}



.section-mainslide .img-main-mobile img{
    width: 70%;
  }

  .audio-main audio{
    height: 32px;
  }

  .audio-main{
    bottom: 2%;
  }

  .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;
  }





  /* ---------메인스크롤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;
    }
    .section-scroll .scroll-wrap .scroll-contents .scroll-text-common {
      font-size: 1rem;
      padding: 25px 25px 10px;
    }
    
    .section-scroll .scroll-wrap .scroll-contents>div.sub-mission{
      width: 80%;
      padding: 2rem 1.5rem;
      position: relative;
    }
    
    .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 .management-left{
      width: 80%;
        margin: 0 auto;
        text-align: left;
        padding: 20px 50px;
    }

     .management-wrap .management-left{
    }


    .management-wrap .management-right{
      width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 3rem;
    }

    .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;
    }
  
    .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;
    }

  }









    

    /* ------------- [[[ 타블렛 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%;
      }

      .tab-imgover-on{
        display: none;
      }

        .tab-imgover-off{
        display: block;
      }


      /*.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: 80%;
      }
      .main-imgbox .img-main-title p.title1{
        font-size: 1.8rem;
      }
      .main-imgbox .img-main-title p.title2{
        font-size: 2.5rem;
      }
      .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;
      }

   


      #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;
    }


    }

      
      
      
    /* ------------- [[[ 타블렛 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: 100%;
  }
  .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;
    }
  

}


 /* ------------- [[[ 모바일 390px]]]---------------- */

 @media screen and (max-width:390px) {
  #slider .slide-img img{
    height: 85px;
  }

  .view-section1.section-mainslide .img-main-mobile img{
    width: 100%;
  }

}


.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;}