

/*Wordpress*/
#wpadminbar {
    position: fixed !important;
    display: none;
  }

  

/* 메인 비주얼 */
/* .m1{width:100%;padding:0;text-align:center; position: relative;} */
/* .video-container{position:relative;padding-bottom:56.25%;padding-bottom:47.95%;padding-bottom:46.90%; height:0;overflow:hidden;}  */
/* .video-container video,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}  */
/* @media all and (max-width:1200px){
}	
@media all and (max-width:768px){
.m1{display:none;}
}	
@media all and (max-width:480px){

} */


/* 메인 비주얼 */
.m2 {width:100%; margin:0 auto; position: relative; overflow: hidden;    background: #171c8f;background-size: cover; padding:180px 0 150px;}
.m2 .m2_bg {position: absolute;  bottom: 56px;}
.m2:after{content:""; clear:both; display:block;}
.m2 .page_cen{/* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);*/} 
.m2 .box{display: block;position: relative;padding: 0 65px 0;}
.m2 .img  {position: absolute;   top: 50%;  transform: translateY(-50%);  right: 0;  text-align: right;  z-index: 4;}
.m2 .img img {height: auto;}
.m2 .area{ width:1200px; margin: 0 0 0; position: relative;vertical-align: middle; max-width: 600px;} 
.m2 .area .tit { position:relative; font-size:68px; font-weight: bold; line-height:1.2;  margin: 0 0 10px; color: #090043;}
.m2 .area .txt24 {  margin-bottom: 92px;}
/* .m2 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;z-index: 3;} */

.m2 .area .btn_wrap a:nth-child(1) {  margin-right: 2%;}

 @media all and (max-width:1200px){
    .m2 {padding: 100px 0;}
	.m2 .m2_bg{top: 160px; bottom:auto;}
    .m2 .area{ width:100%; padding: 0;} 
    .m2 .area .tit { font-size:50px;}
    .m2 .area .stit {font-size:28px;width: 50%;}
    .m2 .page_cen{width: 100%;}
    .m2 .img  {right: 30px;}
    .m2 .img img {width:70%;;}
}	
@media all and (max-width:992px){
    .m2 .w1440{padding: 0;}
    .m2 .area .txt24 {  margin-bottom: 40px;}
    .m2 .area .txt {  width: 60%; }
    .m2 .area .stxt {width: 60%; }
    .m2 .area .stit {margin-bottom: 100px;}
    .m2 .area .circle_graphic{width: 50%;top: 40%;}
    .m2 .img  {position: relative;top:inherit; transform:inherit;right:inherit; text-align:center;margin-bottom: 40px;}
    .m2 .img img {width:60%;}
}	

@media all and (max-width:768px){
    .m2{padding: 60px 0;}
    .m2 .box{padding: 0;}
    .m2 .page_cen{ position: relative; top: inherit; left: inherit; transform: inherit;} 
	.m2 .area{padding:0 30px;}
    .m2 .area .tit {  font-size:40px;}
    /* .m2 .area .stit {font-size:26px; margin-bottom: 120px;} */
    .m2 .img img {width: 100%;}
    /* .m2 .area .circle_graphic{width: 345px} */
    .m2 .area .txt { font-size: 16px;}
    /* .m2 .area .stxt {font-size: 14px;margin-bottom: 50px!important;} */
    .m2 .btn_wrap{text-align: center;}
	.m2 .area .btn_wrap a:nth-child(1) {  margin-right: 0; margin-bottom:20px;}
}	
@media all and (max-width:480px){
    .m2 .img{top: 35%;}
    .m2 .area .tit { font-size:36px;}
    /* .m2 .area .stit {font-size:20px; width: 50%;margin-bottom: 250px; } */
    .m2 .area .txt {  width: 100%; }
    /* .m2 .area .stxt {width: 100%; } */
}	
@media all and (max-width:410px){
    /* .m2 .area .stit {width: 100%;margin-bottom: 250px; } */
}	

/* m3 */
.m3  {width:100%;margin: 0 auto;  clear:both;position: relative; }
.m3 .page_cen{display:flex; justify-content:center; flex-direction:row; height:960px} 
.m3 .photo { width:50%; height:100%;position: relative;  background:url("/wp-content/uploads/2025/08/img_h960_sensor_new1.png") center no-repeat; background-size:cover}
.m3 .area { width:50%;height:100%;position: relative;}
.m3 .box{position: absolute;  top: 50%; left: 50%; transform: translate(-50%, -50%);display: block;}
.m3 .area .list { width:100%; padding:0;  }
.m3 .area .list::after {content:'';display:table; clear:both;}
.m3 .area .list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom:40px;
}
.m3 .area .list ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    min-width: 518px;
    padding: 10px 0;
}
/* .m3 .area .list ul li {display:block; padding:10px 0; border-bottom: 1px solid #eee; min-width: 518px; } */
.m3 .area .list ul li:last-child { border-bottom: none; }
.m3 .area .list .icon {position:relative; display:inline-block; width:60px; height:60px; text-align:center; border-radius:100%; box-sizing: border-box; margin-right: 28px;}
.m3 .area .list .txt {display:inline-block;font-size:20px; color:#53565a; font-weight:400; line-height:1.4; letter-spacing:normal}	
.m3 .area .list .txt span{margin-right: 20px; font-weight: 500;}	
.m3 .btn_wrap{text-align: center;}
.m3 .caution{position: absolute; bottom: 5%; left: 5%;}
@media screen and (max-width:1200px) {
    .m3 .page_cen{height:700px} 
    .m3 .area .list ul{margin-bottom:0px}
    .m3 .area .box .tit2{margin-bottom:20px!important;}
    .m3 .area .list ul li { min-width: 400px; }
    .m3 .box{ padding: 0 30px 0;}  
}

@media screen and (max-width:992px) {
    .m3 .w1440{padding: 0;}
    .m3 .page_cen{display:block; height:auto}
    .m3 .photo { width:100%; height:500px;}
	.m3 .area  { width:100%; height:auto; display:block; padding: 0 30px;}
    .m3 .box{position: relative;  top: inherit; left:inherit; transform: inherit;display: block; padding:30px 0px 60px;min-width:100%;}
    .m3 .area .list ul li { min-width: 300px; }
    .m3 .area .txt44{text-align: center;}
    .m3 .area .txt24{margin-bottom:20px!important;text-align: center;}
    .m3 .area .list { width:inherit; }
    .m3 .area .list .icon{margin-right:8px; }
    .m3 .area .list .txt{font-size:16px}
    .m3 .area .list .txt span{margin-right: 10px; }
    .m3 .area .list ul{
        margin:0 auto 20px;
        align-items: center;
        justify-content: flex-start;
    }
    .m3 .area .list ul li{
        justify-content: flex-start;
        width: 100%;
    }
    .m3 .btn_wrap{text-align: center;}
}
@media screen and (max-width: 480px){
    .m3 .photo { width:100%; height:300px}
    .m3 .caution{position: relative; bottom:none; left: 0; text-align: center;}
    .m3 .area .list .icon{margin-right:5px; width: 40px; height: 40px;}   
}
@media screen and (max-width: 320px){
    .m3 .area .list .icon{width: 20px; height: 20px;}
}


/* m4 */
.m4  {width:100%;margin: 0 auto;  clear:both;position: relative; }
.m4 .page_cen{display:flex; justify-content:center; flex-direction:row-reverse; height:960px} 
.m4 .photo { width:50%; height:100%;position: relative; background: url("/wp-content/uploads/2025/08/img_h960_bh_03-uk_new1.png"); }
.m4 .photo.ko_KR { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_new.png") center no-repeat; background-size: cover; }
.m4 .photo.et_EE { background:url("/wp-content/uploads/2025/08/img_h960_bh_03-uk_new1.png") center no-repeat;background-size: cover; }
.m4 .photo.en_GB { background:url("/wp-content/uploads/2025/08/img_h960_bh_03-uk_new1.png") center no-repeat;background-size: cover; }
.m4 .photo.fr_BE { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_be_01.png") center no-repeat;background-size: cover; }
.m4 .photo.es_CL { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_cl_01.png") center no-repeat;background-size: cover; }
.m4 .photo.de_DE { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_de_02.png") center no-repeat;background-size: cover; }
.m4 .photo.it_IT { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_new.png") center no-repeat;background-size: cover; }
.m4 .photo.nl_NL { background:url("/wp-content/uploads/2025/08/img_h960_bh_03-ne_new.png") center no-repeat;background-size: cover; }
.m4 .photo.pl_PL { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_pl_01.png") center no-repeat;background-size: cover; }
.m4 .photo.th_TH { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_th.png") center no-repeat;background-size: cover; }
.m4 .photo.vi_VN { background:url("/wp-content/uploads/2025/08/img_h960_bh_03_vi.png") center no-repeat;background-size: cover; }
.m4 .photo.zh_HK { background:url("/wp-content/uploads/2025/08/BE_home-720x960-1.png") center no-repeat;background-size: cover; }
.m4 .photo.cs_CZ { background:url("/wp-content/uploads/2025/08/img_h960_bh_03-cz_new.png") center no-repeat;background-size: cover; }
.m4 .photo.fi_FI { background:url("/wp-content/uploads/2025/08/img_h960_bh_03-uk_new1.png") center no-repeat;background-size: cover; }
.phone{position:relative; display:flex; justify-content:flex-end; align-items:flex-end; height:100%; text-align:right }
.phone .img{ width: 611px; padding-left: 20px;}
.m4 .area { width:50%;height:100%;position: relative;}
.m4 .box{position: absolute;  top: 50%; left: 45%; transform: translate(-50%, -50%);display: block; min-width:500px;}	
.m4 .btn_wrap{text-align: left;}
.m4 .caution{position: absolute; bottom: 5%; left: 5%;}
.m4 .page_cen .area .m4_list ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.m4 .page_cen .area .m4_list ul li {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    padding-left: 15px;
    display: block;
    padding: 0 0 10px 15px;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 500;
}

@media screen and (max-width:1200px) {
    .m4 .page_cen{height:800px} 
    .phone .img{ width: 80%;}
    .m4 .area { width:100%;}
    .m4 .area .txt24{margin-bottom:20px!important;}
    .m4 .photo { width:100%; height:750px;}

}

@media screen and (max-width:992px) {
    .m4 .w1440{padding: 0;}
    .m4 .box{ padding: 0 30px 0;}  
    .phone .img{ width: 90%;padding-left: 0px;} 
    .m4 .page_cen{height:auto; display:block}
    .m4 .photo { width:100%; height:700px;}
    .phone .img{ width: 100%; padding: 10% 0 0 10%;} 
    .m4 .area{padding: 0 30px;}
    .m4 .area .box .m4_list{max-width: 450px; margin: auto;}
    .m4 .area .txt44{text-align: center;}
    .m4 .area .txt24{margin-bottom:20px!important;text-align: center;}
    .m4 .area .txt20{text-align: center;}
	.m4 .area  { width:100%; height:auto; display:block}
    .m4 .box{position: relative;  top: inherit; left:inherit; transform: inherit;display: block; padding:30px 0px 60px;min-width:100%;}
    .m4 .btn_wrap{text-align: center;}
    .m4 .photo .caution{ left:20px; position: absolute;text-align: left;}
    .m4 .area .caution{ left: 20px; text-align: left; padding:0 10px;}
}
@media screen and (max-width: 786px){
    .m4 .page_cen .area .m4_list ul li{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    .m4 .caution{ bottom: 2%;}
}

/* .w3-animate-right {
    position: relative;
    animation: animateright 0s;
    transform: translate(0, 0);
} */

/* @keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
} */


/* main swiper */
.main-swiper{
    width: 100%;
    height: auto;
}
.pagination-wrapper{
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}
.swiper-button-next::after,
.swiper-button-prev::after { display: none; }

.pagination-wrapper .arrow .btn{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{ visibility: hidden; }

/* m55 */
.m55 {width:100%; margin:0 auto; background:#f0f8ff; position: relative;}
.m55:after{content:""; clear:both; display:block;}
.m55 .page_cen{ padding-top: 100px; padding-bottom: 50px;} 
.m55 .page_title{ display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 60px; }
.m55 .box{display: block; max-width: 1300px; margin: auto; padding: 0 5% 0;}
.m55 .img {position: relative; display:inline-block; width: 65%;height: auto;  margin: 0px 8% 100px 0; border-radius: 40px;border: none; max-width:672px}
.m55 .tit2 { color: #333!important;}
.m55 .img img {width:100%; height:100%; }
.m55 .img2 {position: relative; display:inline-block; width: 65%;height: auto;  margin: 0 8% 100px 0;border: none;}
.m55 .img2 span {width:30.3333%; height:auto; float: left;  border-radius: 40px; margin: 0 3% 0 0;max-width:212px}
.m55 .img2 span:last-child { margin:0;}
.m55 .img2 span img {width:100%; height:100%; }
.m55 .area{  display: inline-block; position: absolute; top:40%; transform:translateY(-50%); width: 350px;} 

@media screen and (max-width:1300px){
    .m55 .box{max-width: 1100px; margin: auto;}
}

@media screen and (max-width:1200px){
	/* .m55 .w1440{padding:0;} */
    .m55 .box{max-width: 100%; margin: auto;text-align:center; padding: 0 15% 0}
    .m55 .area{ float:none; width:95%; margin:0 auto; } 
    .m55 .img {  width: 100%;text-align:center; padding-left:0; margin: 0px auto 50px; }
    .m55 .img2 {  width: 100%;text-align:center; padding-left:0; margin: 0px auto 50px;display:flex;justify-content:space-between ; }
    .m55 .area{  position: relative; top:inherit; transform:inherit;width: 100%;text-align:center;} 
    .m55 .area div{ text-align:center;} 
}
@media screen and (max-width:990px){
    .m55 .area .tit { font-size:24px; text-align:center;}
    .m55 .area .stit { font-size:24px; text-align:center;}
}

@media screen and (max-width:768px){
    .m55{padding:0 30px;}
    .m55 .page_cen{ padding-top: 60px; padding-bottom: 60px;} 
    .m55 .box{padding: 0 50px 0;}
    .m55 .img {width: 100%; margin: 0px auto 30px;;}
    .m55 .img2 {width: 100%;margin: 0 auto 30px;;}
    .m55 .btn_wrap{margin-top: 40px;}


    .pagination-wrapper .arrow .btn{
        width: 30px;
        height: 30px;
    }
    .m55 .pagination-wrapper{
        top: 20%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:480px){
    
    .m55 .box{padding: 0;}
    .m55 .img {width: 80%; }
    .m55 .img2 {width: 80%; }
    .m55 .page_title{margin:0 0px 30px;}
}

/* m6 */
.m6 {width:100%; height:800px; margin:0 auto 0;position: relative;}
.m6:after{content:""; clear:both; display:block;}
.m6 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1300px;} 
.m6 .box{display: flex; width:100%;}
.m6 .box .img{width:50%; margin: auto; text-align: center;}
.m6 .box .area{ width:50%; display: flex; flex-direction: column; justify-content: center;}

.app_link{
    width: 100%;
    margin-top: 20px;
}
.app_link ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.app_link ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_link ul li{cursor: pointer;}
.app_link ul li span{font-size: 16px; font-weight: 500; line-height: 1.5; color:#bbb; text-align: center; display: block;}

.app_link ul li .qr_google,
.app_link ul li .qr_apple
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity:1;
    background-color: #fff; 
    min-width: 100px;
    min-height: 100px;
    background-position: center center;
}
.app_link ul li:hover .qr_google{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/uploads/2025/07/qr_air_google.png')no-repeat #fff; 
    background-size:65%; 
    width: 100px;
    height: 100px;
    background-position: center center;
    transition:0.3s;
}
.app_link ul li:hover .qr_google img{opacity: 0;transition: all 0.3s ease-out ; }


.app_link ul li:hover .qr_apple{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/uploads/2025/07/qr_air_apple.png')no-repeat #fff; 
    background-size:65%; 
    width: 100px;
    height: 100px;
    background-position: center center;
    transition:0.3s;
}
.app_link ul li:hover .qr_apple img{opacity: 0;transition: all 0.3s ease-out ; }




@media screen and (max-width:1300px){
    .m6 {height:auto; padding: 100px 0;}
    .m6 .page_cen{width: 100%;position: relative; top: inherit; left: inherit; transform: inherit;}
}

@media screen and (max-width:1024px){
    .app_link ul li .qr_google{background-color:none;}
    .app_link ul li:hover .qr_google{background: none; background-size:inherit; height:inherit; background-position: inherit;transition:inherit;}
    .app_link ul li:hover .qr_google img{opacity: 1; }
    
    .app_link ul li .qr_apple{background-color: none; }
    .app_link ul li:hover .qr_apple{background: none; background-size:inherit; height:inherit; background-position: inherit;transition:inherit;}
    .app_link ul li:hover .qr_apple img{opacity: 1; }
}


@media screen and (max-width:768px){
    .m6 .w1440{padding:0;}
    .m6 {height:auto; padding: 60px 30px;}
    .m6 .area{ width: 100%;  margin: 0 0 0 0px; padding: 0 0px; }
    .m6 .box{ display: block;}   
    .m6 .box .img{width:100%;}
    .m6 .box .area{width:100%;justify-content:flex-start;}
    .m6 .area .txt44 { text-align: center; }
    .m6 .area .txt24 { text-align: center; }
    .m6 .btn_wrap{text-align: center;}
    .m6 .app_link{margin: 60px auto 0}
    .app_link ul:nth-child(1){margin-right: 20px;}
    .app_link ul{
        justify-content: center;
    }
}
@media screen and (max-width:410px){

}


.m7 {width:100%; height:auto; margin:0 auto 0;position: relative; padding: 100px 0; background: #f5f9ff;}
.m7:after{content:""; clear:both; display:block;}
/* .m7 .page_cen{ ;}  */
.m7 .box{display: flex; width:100%;}
.m7 .box .img{width:30%; margin: auto; text-align: center;}
.m7 .box .area{ width:70%; display: flex; flex-direction: column; justify-content: center;}
.main_down_list{width: 100%;  display: flex; justify-content:flex-end;}
.main_down_list .st_box{width:243px; background-color: #fff; margin-left: 40px; border-radius: 20px;  height: auto; box-shadow: 2px 8px 12px 0 rgba(147, 149, 195, 0.2);position: relative;}
.main_down_list .st_box:nth-child(4n){margin-right:0;}
.main_down_list .st_box .top_img{display: block;}
.main_down_list .st_box .st_txt{ padding: 30px; }
.main_down_list .btn_wrap{ }
.main_down_list .btn_wrap a:hover{ color: #090043; }
@media screen and (max-width:1300px){
    .m7 .page_cen{width: 100%;}
    .m7 .box{display: block;}
    .m7 .box .img{width:100%; margin-bottom: 40px;}
    .m7 .box .img .en{display: none;}
    .m7 .box .img .txt44{text-align: center;}
    .m7 .box .area{ width:100%;}
    .main_down_list{ justify-content:space-between; width: 90%; margin: auto;}
    .main_down_list .st_box{margin:0 10px 0;}
}
@media screen and (max-width:992px){
    .main_down_list{width: 100%;}
    .main_down_list .st_box .st_txt{ padding: 20px; }
}

@media screen and (max-width:768px){
    .m7 {padding: 60px 0;}
    .m7 .area{ width: 100%;  margin: 0 0 0 0px;  }
    .m7 .box{ display: block;}   
    .m7 .box .img{width:100%;}
    .m7 .box .area{width:100%;justify-content:flex-start;}
    .m7 .area .txt44 { text-align: center; }
    .main_down_list .st_box .st_txt{ padding: 20px; }
    .main_down_list .st_box .txt24{text-align: center;}
}

@media screen and (max-width:662px){
    .main_down_list{ display: block;}
    .main_down_list .st_box{  margin: 0 auto 30px;}
    .main_down_list .st_box:last-child{  margin: 0 auto 0;}

}

/* m8 */
.m8 {width:100%; height:auto; margin:0 auto 0;position: relative; padding: 120px 0 160px; background: #f5f9ff; }
.m8:after{content:""; clear:both; display:block;}
.m8 .box{display: flex; width:100%;}
.m8 .box .img{width:50%; margin: auto; text-align: center;}
.m8 .box .area{ width:50%; display: flex; flex-direction: column; justify-content: center;}
@media screen and (max-width:1300px){
    .m8 {height:auto; padding: 100px 0;}
}
@media screen and (max-width:768px){
    .m8 {height:auto; padding: 60px 0;}
    .m8 .area{ width: 100%;  margin: 0 0 0 0px; padding: 0 30px; }
    .m8 .box{ display: block;}   
    .m8 .box .img{width:100%; padding-bottom: 30px;}
    .m8 .box .area{width:100%;justify-content:flex-start;}
    .m8 .area .txt44 { text-align: center; }
    .m8 .area .txt24 { text-align: center; }
    .m8 .btn_wrap{text-align: center;}
}

/* 케어센스 에어 앱 */
.s2 .product_03-swiper{
    width: 100%;
    height: 100%;
}
.s2 .product_03-swiper .sbox{
    display: flex;
    justify-content: flex-start;
}
.s2 .product_03-swiper .sbox .img{
    min-width: 50%;
}
.s2 .product_03-swiper .pagination-wrapper .prev{
    left: 44%;
}
@media screen and (max-width:768px){
    .s2 .product_03-swiper .sbox{
        flex-direction: column;
    }
    .s2 .product_03-swiper .pagination-wrapper .prev{
        left: 10px;
        top: -90px;
    }
    .s2 .product_03-swiper .pagination-wrapper .next{
        top: -90px;
    }
}

/*제품 특장점
#s5{padding-bottom: 0;}
.s5 { display: grid; padding:0 0 60px; }*/
.s5 .top_left{display: inline-block;  float: left; width: 50%; padding-right: 15px;min-width: 600px;}
.s5 .top_right{display: inline-block; width: 50%;min-width: 600px;}
.s5 .brd_r20{border-radius: 20px;}
.s5 .span_point{ font-style: italic;   padding-right: 11px;}
.s5 .point_box{padding-top: 20px; padding-bottom: 20px; display: inline-block; float: left; width: 33.3333%;}
.s5 .point_box_wrap{background: #fff;  border-radius: 15px;  border: 1px solid #d1e2ff;  padding: 20px 15px; min-height: 420px;}
.s5 .point_box_wrap .icon {position:relative; display:inline-block; width:60px; height:60px; text-align:center; border-radius:100%; box-sizing: border-box; margin-right: 5px;}
.s5 .point_box_wrap .txt { display: inline-block;  font-size: 20px;  color: #333;  font-weight: 500;  position: relative;  top: 3px; letter-spacing:-1px;}
.s5 .point_box_wrap .txt_list ul {content:'';display:table; clear:both;     margin-bottom: 0;  margin-top: 20px;    padding:0 12px 0 26px}
.s5 .point_box_wrap .txt_list ul li {display: block;  padding: 0 0 20px 20px;}
.s5 .point_box_wrap .txt_list ul li:before { position: absolute;  top: 11px;  left: 0;  content: "";  display: inline-block;  width: 4px;  height: 4px;  border-radius: 50%;  background: #171c8f;  margin-right: 10px;  vertical-align: middle;}
.s5 .point_box_wrap .btn_wrap {position: relative; display: flex;  justify-content: center;}
.s5 .point_box_wrap .btn_wrap .button__b{padding:15px 20px;}
.s5 .point_box_wrap .img_list {padding: 0 0 0 19px; display: block;}
 
/* .s55 {background: #f5f5f5; padding:80px 0 60px;  display: grid;}
.s55 .top_left{display: inline-block;  float: left; width: 50%;min-width: 600px;}
.s55 .top_right{display: inline-block; width: 50%;min-width: 600px;}
.s55 .brd_r20{border-radius: 20px;}
.s55 .span_point{ font-style: italic;   padding-right: 11px;}
.s55 .tc_57{color: #575757;}
.s55 .point_box{padding-top: 20px; padding-bottom: 20px; display: inline-block; float: left; width: 33.3333%;}
.s55 .point_box_wrap{background: #fff;  border-radius: 15px;  border: 1px solid #ddd;  padding: 20px 15px; min-height: 530px;}
.s55 .point_box_wrap .icon {position:relative; display:inline-block; width:60px; height:60px; text-align:center; border-radius:100%; box-sizing: border-box; margin-right: 5px;}
.s55 .point_box_wrap .txt { display: inline-block;  font-size: 20px;  color: #333;  font-weight: 500;  position: relative;  top: 3px; letter-spacing:-1px;}
.s55 .point_box_wrap .txt_list ul {content:'';display:table; clear:both;     margin-bottom: 0;  margin-top: 20px;    padding:0 12px 0 26px}
.s55 .point_box_wrap .txt_list ul li {display: block;  padding: 0 0 20px 20px;}
.s55 .point_box_wrap .txt_list ul li:before { position: absolute;  top: 11px;  left: 0;  content: "";  display: inline-block;  width: 4px;  height: 4px;  border-radius: 50%;  background: #171c8f;  margin-right: 10px;  vertical-align: middle;}
.s55 .point_box_wrap .btn_wrap {position: relative; display: flex;  justify-content: center;}
.s55 .point_box_wrap .btn_wrap .button__b{padding:15px 20px;}
.s55 .point_box_wrap .img_list {padding: 0 0 0 19px; display: block;}
.s55 .ptxt {color: #888; font-size: 16px;  line-height: 22px;  letter-spacing: -0.5px;}
.s55 .img_one{display: flex; justify-content: center;}


.s555 {background: #f5f9ff; padding: 80px 0px 140px;  display: grid; }
.s555 .top_left{display: inline-block;  float: left; width: 50%; padding-right: 15px; min-width: 600px;}
.s555 .top_right{display: inline-block; width: 50%;min-width: 600px;}
.s555 .brd_r20{border-radius: 20px;}
.s555 .span_point{ font-style: italic;   padding-right: 11px;}
.s555 .tc_57{color: #575757;}
.s555 .point_box{padding-top: 20px; padding-bottom: 20px; display: inline-block; float: left; width: 33.3333%;}
.s555 .point_box_wrap{background: #fff;  border-radius: 15px;  border: 1px solid #b2c4e2;  padding: 20px 15px; min-height: 500px;}
.s555 .point_box_wrap .icon {position:relative; display:inline-block; width:60px; height:60px; text-align:center; border-radius:100%; box-sizing: border-box; margin-right: 5px;}
.s555 .point_box_wrap .txt { display: inline-block;  font-size: 20px;  color: #333;  font-weight: 500;  position: relative;  top: 3px; letter-spacing:-1px;}
.s555 .point_box_wrap .txt_list ul {content:'';display:table; clear:both;     margin-bottom: 0;  margin-top: 20px;    padding:0 12px 0 26px}
.s555 .point_box_wrap .txt_list ul li {display: block;  padding: 0 0 20px 20px;}
.s555 .point_box_wrap .txt_list ul li:before { position: absolute;  top: 11px;  left: 0;  content: "";  display: inline-block;  width: 4px;  height: 4px;  border-radius: 50%;  background: #171c8f;  margin-right: 10px;  vertical-align: middle;}
.s555 .point_box_wrap .btn_wrap {position: relative; display: flex;  justify-content: center;}
.s555 .point_box_wrap .btn_wrap .button__b{padding:15px 20px;}
.s555 .point_box_wrap .img_list {padding: 0 0 0 19px; display: block;}
.s555 .ptxt {color: #888; font-size: 16px;  line-height: 22px;  letter-spacing: -0.5px;}
.s555 .img_one{display: flex; justify-content: center;} */

.box_cen{padding-left:10px; padding-right: 10px;}

@media only screen and (max-width: 768px) {

.s5{margin-bottom: 40px; padding: 0;}
.s5 .top_left{width: 100%; display:block;  margin-bottom: 20px; min-width: 100%; padding-right: 0;}
.s5 .top_right{width: 100%; display:block;  margin-bottom: 0; min-width: 100%;}
.s5 .point_box{padding: 20px 0; width: 100%;  display:block;}
.s5 .point_box_wrap{min-height: 300px;}
.s5 .point_box_wrap .icon{width: 45px; height: 45px;}
.s5 .point_box_wrap .txt{font-size: 16px;}
.s5 .point_box_wrap .btn_wrap .button__b {padding: 15px 14px; font-size: 13px;}

/* .s55{ padding:60px 0 40px; }
.s55 .top_left{width: 100%; display:block;  margin-bottom: 20px;min-width: 100%}
.s55 .top_right{width: 100%; display:block;  margin-bottom: 0;min-width: 100%}
.s55 .point_box{padding: 20px 0; width: 100%;  display:block;}
.s55 .point_box_wrap{min-height: 300px;}
.s55 .pl76 {padding-left: 0px !important;}
.s55 .point_box_wrap .icon{width: 45px; height: 45px;}
.s55 .point_box_wrap .txt{font-size: 16px;}
.s55 .ptxt{font-size: 14px;}
.s55 .top_left{margin-top: 0;}

.s555{ padding: 60px 0px 40px; }
.s555 .top_left{width: 100%; display:block;  margin-bottom: 20px;min-width: 100%}
.s555 .top_right{width: 100%; display:block;  margin-bottom: 20px;min-width: 100%}
.s555 .point_box{padding: 20px 0; width: 100%;  display:block;}
.s555 .point_box_wrap{min-height: 300px;}
.s555 .point_box_wrap .icon{width: 45px; height: 45px;}
.s555 .point_box_wrap .txt{font-size: 16px;     letter-spacing: -1.5px;} */

}



/*케어센스 에어엡*/

#s6{padding-bottom: 0;}
.s6 {width:100%; margin:0 auto; position: relative; overflow: hidden;  padding-bottom: 80px;}
.s6:after{content:""; clear:both; display:block;}
.s6 .btn_wrap01{display:flex;}
.s6 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s6 .box{display: block;position: relative;}
.s6 .img  {position: absolute;top: 50%; transform: translateY(-50%);right: 0; text-align:right;}
.s6 .img img {width:90%; height: auto;}
.s6 .area{ width:1200px; margin: 0 0 0; position: relative;vertical-align: middle;} 
.s6 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s6 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s6 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s6 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s6 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s6 .txt_box i{position: relative; top: 1px;}


.s66 {width:100%; margin:0 auto; position: relative; overflow: hidden; background:#f5f9ff; padding: 80px 0;}
.s66:after{content:""; clear:both; display:block;}
.s66 .btn_wrap01{display:flex;}
.s66 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s66 .box{display: block;position: relative;}
.s66 .img  {position: absolute;top: 50%; transform: translateY(-50%);right: 0; text-align:right;}
.s66 .img img {width:90%; height: auto;}
.s66 .area{     width: 50%;  margin: 0 0 0 50%;  position: relative; vertical-align: middle; } 
.s66 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s66 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s66 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s66 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s66 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s66 .txt_box i{position: relative; top: 1px;}

.s66 .txt_list { width:100%;}
.s66 .txt_list ul {margin:0; padding:0;}
.s66 .txt_list ul li { position:relative; list-style:none; padding-left:3%; text-align: left;}
.s66 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}


.s66 .txt_list .txt_slist li:before{position: absolute; top: 14px;  left: 0;  content: "";  display: inline-block;  width: 6px;  height: 2px;  border-radius: 0;   background: #656565;    margin-right: 10px;    vertical-align: middle;}


.s66 .banner{width: 45%;  display: inline-block;  float: left; border-radius: 10px;  background: #fff;  padding: 20px; border-radius: 40px;}
.w3-display-left { position: absolute;  top: 27%;  left: 1%;  transform: translate(0%,-50%);   -ms-transform: translate(-0%,-50%);}

.w3-display-right { position: absolute;  top: 27%;   right: 56%;    transform: translate(0%,-50%);    -ms-transform: translate(0%,-50%);}
.w3-btn,.w3-button {
     border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: /*rgba(210,210,215,.64)*/#eee;
    color: rgba(0,0,0,.56);
    font-size: 25px;
    width: 44px;
    height: 44px;
    border-radius: 100px;
}

.w3-btn:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.s666 {width:100%; margin:0 auto; position: relative; overflow: hidden;     padding: 80px 0;}
.s666:after{content:""; clear:both; display:block;}
.s666 .btn_wrap01{display:flex;}
.s666 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s666 .box{display: block;position: relative;}
.s666 .img  {position: absolute;top: 50%; transform: translateY(-50%);right: 0; text-align:right;}
.s666 .img img {width:90%; height: auto;}
.s666 .area{ width:1200px; margin: 0 0 0; position: relative;vertical-align: middle;} 
.s666 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s666 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s666 .area .stxt span { font-weight: 500;}
.s666 .area .stxt .span_br{    font-weight: normal; padding-left: 5%;}
.s666 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s666 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s666 .txt_box i{position: relative; top: 1px;}
/*
.s666 .txt_list { width:100%;}
.s666 .txt_list ul {margin:0; padding:0;}
.s666 .txt_list ul li { position:relative; list-style:none; padding-left:2%; text-align: left;}
.s666 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}
*/

.s6666 {width:100%; margin:0 auto; position: relative; overflow: hidden; background:#f5f9ff;     padding: 80px 0 160px;}
.s6666:after{content:""; clear:both; display:block;}
.s6666 .btn_wrap01{display:flex;}
.s6666 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s6666 .box{display: block;position: relative;}
.s6666 .img  {position: absolute;top: 50%; transform: translateY(-50%);left: 0; text-align:left;}
.s6666 .img img {width:90%; height: auto;}
.s6666 .area{     width: 50%;  margin: 0 0 0 50%;  position: relative; vertical-align: middle; } 
.s6666 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s6666 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s6666 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s6666 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s6666 .txt_box{background: #fff;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s6666 .txt_box i{position: relative; top: 1px;}


.s6666 .txt_list { width:100%;}
.s6666 .txt_list ul {margin:0; padding:0;}
.s6666 .txt_list ul li { position:relative; list-style:none; padding-left:3%; text-align: left;}
.s6666 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}

.s6666 .txt_list .txt_slist li:before{position: absolute; top: 14px;  left: 0;  content: "";  display: inline-block;  width: 6px;  height: 2px;  border-radius: 0;   background: #656565;    margin-right: 10px;    vertical-align: middle;}



@media only screen and (max-width: 768px) {
#s6 .s6{ padding-bottom: 60px;}
.s6 .img {
    position: relative;
    top: 0;
    transform: translateY(0%);
    right: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.s6 .area, .s66 .area, .s666 .area, .s6666 .area {width: 100%;}
.s66, .s666, .s6666{padding: 60px 0;}
.s66 .banner {width: 100%; display: block;  float: none;}
.w3-button{font-size: 19px;  width: 30px;   height: 30px;}
.w3-display-left{top: 15%;  left: 3%;}
.w3-display-right{top: 15%;  right: 3%;}
.s66 .area { margin: 0;}
.s666 .img{    position: relative;
    top: 0;
    transform: translateY(0%);
    right: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;}

.s6666 .img {
    position: relative;
    top: 0;
    transform: translateY(0%);
    left: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.s6666 .area { margin: 0;}

.s6 .btn_wrap{padding-top: 30px!important;}

}


/*센스365*/

#s7{padding-bottom: 0;}
.s7 {width:100%; margin:0 auto; position: relative; overflow: hidden; margin-bottom: 80px; }
.s7:after{content:""; clear:both; display:block;}
.s7 .btn_wrap01{display:flex;}
.s7 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s7 .box{display: block;position: relative;}
.s7 .img  {position: absolute;top: 50%; transform: translateY(-50%);right: 0; text-align:right;}
.s7 .img img {width:90%; height: auto;}
.s7 .area{ width: 55%; margin: 0 0 0; position: relative;vertical-align: middle;} 
.s7 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s7 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s7 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s7 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s7 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s7 .txt_box i{position: relative; top: 1px;}
.s7 .app_slide {position: absolute;top: 50%; transform: translateY(-50%);right: 2%; text-align:right; background : url('/theme/_ko_KR/img/sub/img_sense_07.png') center no-repeat;}

.w3-animate-right {
    position: relative;
    animation: animateright 0s;
    transform: translate(0, 0);
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}


.s77 {width:100%; margin:0 auto; position: relative; overflow: hidden; background:#f5f9ff;     padding: 80px 0;}
.s77:after{content:""; clear:both; display:block;}
.s77 .btn_wrap01{display:flex;}
.s77 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s77 .box{display: block;position: relative;}
.s77 .img  {position: absolute;top: 50%; transform: translateY(-50%);left: 0; text-align:left;}
.s77 .img img {width:90%; height: auto;}
.s77 .area{     width: 50%;  margin: 0 0 0 50%;  position: relative; vertical-align: middle; height: 410px;  padding-top: 40px;} 
.s77 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s77 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s77 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s77 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s77 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s77 .txt_box i{position: relative; top: 1px;}
.s77 .txt_list { width:100%;}
.s77 .txt_list ul {margin:0; padding:0;}
.s77 .txt_list ul li { position:relative; list-style:none; padding-left:3%; text-align: left;}
.s77 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}
.s77 .txt_list .txt_slist li:before{position: absolute; top: 14px;  left: 0;  content: "";  display: inline-block;  width: 6px;  height: 2px;  border-radius: 0;   background: #656565;    margin-right: 10px;    vertical-align: middle;}
.s77 .banner{width: 45%;  display: inline-block;  float: left; border-radius: 10px;  background: #fff;  padding: 20px; border-radius: 40px;}

.s777 {width:100%; margin:0 auto; position: relative; overflow: hidden;     padding: 80px 0;}
.s777:after{content:""; clear:both; display:block;}
.s777 .btn_wrap01{display:flex;}
.s777 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s777 .box{display: block;position: relative;}
.s777 .img  {position: absolute;top: 50%; transform:translateY(-50%);right: 0; text-align:right;}
.s777 .img img {width:90%; height: auto;}
.s777 .area{ width:1200px; margin: 0 0 0; position: relative;vertical-align: middle; height: 410px;     padding-top: 90px;} 
.s777 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s777 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s777 .area .stxt span { font-weight: 500;}
.s777 .area .stxt .span_br{    font-weight: normal; padding-left: 5%;}
.s777 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s777 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s777 .txt_box i{position: relative; top: 1px;}
.s777 .txt_list { width:100%;}
.s777 .txt_list ul {margin:0; padding:0;}
.s777 .txt_list ul li { position:relative; list-style:none; padding-left:2%; text-align: left;}
.s777 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}


#s8 {padding-bottom: 0;}
.s8 {width:100%; margin:0 auto 80px; position: relative; overflow: hidden;  padding: 0px 0 30px;}
.s8:after{content:""; clear:both; display:block;}
.s8 .btn_wrap01{display:flex;}
.s8 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s8 .box{display: block;position: relative;}
.s8 .img  {position: absolute;top: 55%; transform: translateY(-50%);right: 0; text-align:right;}
.s8 .img img {width:100%; height: auto;}
.s8 .area{     width: 55%; margin: 0 0 0; position: relative;vertical-align: middle;     padding-top: 0px;}  

.s8 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s8 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s8 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s8 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s8 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s8 .txt_box i{position: relative; top: 1px;}

.s8 .scroll_box {
        background-image : url('/theme/_ko_KR/img/sub/img_sense_06.png');
		background-repeat:no-repeat;
        display : inline-block;
        font-weight : bold;
        height : 400px;
        line-height : 150px !important;
        overflow : auto;
        text-align : center;
            width: 500px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding:59px 39px 108px 49px;
    }

.s8 .scroll_box{-ms-overflow-style: none; /* IE and Edge */  scrollbar-width: none; /* Firefox */}
.s8 .scroll_box::-webkit-scrollbar {  display: none; /* Chrome, Safari, Opera*/}

.s8 .scroll_img{width: 100%;  overflow-y: scroll;  height: 231px;  -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.s8 .scroll_img::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}






.s88 {width:100%; margin:0 auto; position: relative; overflow: hidden; background:#f5f9ff;     padding: 80px 0 160px;}
.s88:after{content:""; clear:both; display:block;}
.s88 .btn_wrap01{display:flex;}
.s88 .page_cen{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s88 .box{display: block;position: relative;}
.s88 .img  {position: absolute;top: 50%; transform: translateY(-50%);left: 0; text-align:left;}
.s88 .img img {width:100%; height: auto;}
.s88 .area{     width: 50%;  margin: 0 0 0 50%;  position: relative; vertical-align: middle; height: 410px; padding-top: 70px;} 
.s88 .area .tit { position:relative; font-size:60px; font-weight: 900; line-height:1; letter-spacing:-0.5px; margin: 0 0 32px; color: #fff;}
.s88 .area .stit { position:relative;font-size:30px; font-weight: 600; line-height:1.5; letter-spacing:0; margin-bottom: 200px;color: #fff }

.s88 .area .stxt span { font-weight: 500; text-decoration: underline;}
.s88 .area .circle_graphic {position:absolute ;width:686px; height: 86px; transform: translate(-50%, -50%);top: 50%; left: 50%; margin-left: -12%; margin-top: 3%;}
.s88 .txt_box{background: #f9f9f9;  width: fit-content;  border: 1px solid #eee;  padding: 7px 14px;  border-radius: 10px;  color: #808080;}
.s88 .txt_box i{position: relative; top: 1px;}
.s88 .txt_list { width:100%;}
.s88 .txt_list ul {margin:0; padding:0;}
.s88 .txt_list ul li { position:relative; list-style:none; padding-left:3%; text-align: left;}
.s88 .txt_list ul li:before {position:absolute; top:11px; left:0; content:""; display:inline-block; width:4px; height:4px; border-radius: 50%; background:#171c8f; margin-right:10px;vertical-align:middle;}
.s88 .txt_list .txt_slist li:before{position: absolute; top: 14px;  left: 0;  content: "";  display: inline-block;  width: 6px;  height: 2px;  border-radius: 0;   background: #656565;    margin-right: 10px;    vertical-align: middle;}
.s88 .banner{width: 45%;  display: inline-block;  float: left; border-radius: 10px;  background: #fff;  padding: 20px; border-radius: 40px;}
.s88 .scroll_box {
        background-image : url('/theme/_ko_KR/img/sub/img_sense_06.png');
		background-repeat:no-repeat;
        display : inline-block;
        font-weight : bold;
        height : 400px;
        line-height : 150px !important;
        overflow : auto;
        text-align : center;
            width: 500px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding:59px 39px 108px 49px;
    }

.s88 .scroll_box{-ms-overflow-style: none; /* IE and Edge */  scrollbar-width: none; /* Firefox */}
.s88 .scroll_box::-webkit-scrollbar {  display: none; /* Chrome, Safari, Opera*/}

.s88 .scroll_img{width: 100%;  overflow-y: scroll;  height: 231px;  -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.s88 .scroll_img::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}




@media only screen and (max-width: 768px) {
.s7{margin-bottom: 60px;}
.s77, .s777{padding:60px 0;}
.s7 .app_slide {  position: relative;  top: 0;   transform: translateY(0%);   display: flex;   justify-content: center;}
.s7 .area { width: 100%;  margin: 30px 0 0;}
.s77 .img { position: relative; top: 0;  transform: translateY(0%);  left: 0;  text-align: left;  display: flex;   justify-content: center;}
.s77 .area { width: 100%;  margin: 0;    height: auto;}
.s777 .img { position: relative;  top: 0;  transform: translateY(0);   right: 0;  text-align: right;  display: flex;  justify-content: center;}
.s777 .area{ width: 100%; height: auto; padding-top: 40px;}
.s8{ padding-bottom: 0px; margin-bottom: 30px;}
.s88{padding:60px 0 40px;}
.s8 .img { position: relative;  top: 0;  transform: translateY(0);  right: 0;  text-align: right;  display: flex;  justify-content: center; height: 320px;}
.s8 .scroll_box {   /* background-size: contain; padding:41px 26px 0  34px; height: 320px;*/padding: 20px;  height: 320px;  background: #f8f9fd;  border-radius: 20px;}
.s8 .scroll_img{height: 280px;}
.s8 .area { width: 100%;     margin: 30px 0 0;}
.s88 .img {position: relative;  top: 0;  transform: translateY(0%);  left: 0;  text-align: left;   display: flex;   justify-content: center;}
.s88 .scroll_box { padding: 20px;  height: fit-content; background: #ebf2fd;  border-radius: 20px;}
.s88 .scroll_img{    height: auto;}
.s88 .area { width: 100%; margin:0;    height: auto;  padding-top: 10px;}
.s7 .btn_wrap{padding-top: 30px!important;}

}


.pd01_swiper{

}
.pd01_swiper .sbox{
    display: flex;
    align-items: center;
    margin-left: 70px;
    gap: 30px;
}
.pd01_swiper .txt16{
    max-width: 320px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.pd01_swiper .btn.next{
    right: 40px;
}
.pd01_swiper .caution{
    max-width: 590px;
    margin-left: 70px;
}


@media screen and (max-width : 768px) {

    .pd01_swiper{
        padding-bottom: 40px;
    }
    .pd01_swiper .sbox{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0px;
        gap: 10px;
    }
    .pd01_swiper .txt16{
        margin-bottom: 20px;
    }
    .pd01_swiper .caution{
        margin-bottom: 50px;
        margin-left: 0px;
    }
    
}

/*팝업*/
#block {
  height: 150px;
  color: #FFF;
  background-color: #505050;
  text-align: center;
}
#Popup2 {
    position: fixed;
    z-index: 0;
    background-color: #fff;
    top: 50%;
    width: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#close {
  width: 20px;
  margin-left: 100px;
  cursor: pointer;
}
#footer2 {
  position: relative;
  z-index: 100;
  color: white;
  text-align: left;
}
.ft_bt_con_right {
    border-top: 1px solid #2c2c2c;
    margin-top: 20px;
    padding-top: 20px;
}
#FooterLink, #NaviLink {
    cursor: pointer;
    background-image: url('/wp-content/uploads/2025/07/earth-globe.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 31px;
}
#box {
  overflow: hidden;
}


#Popup.active {
    opacity: 1;
    visibility: visible;
}
#Popup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 5px 14.25px 0.75px rgb(0 0 0 / 5%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
	    overflow: hidden;
}

#Popup.active::before {
    opacity: 0.5;
}

#Popup::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#Popup .modal-scroll {
    z-index: 0;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 100%, 0);
    transition: opacity 375ms cubic-bezier(0, 0, 0.2, 1), transform 375ms cubic-bezier(0, 0, 0.2, 1);
}
#Popup.active .modal-scroll {
    transform: translate3d(0, 0, 0);
    transition: opacity 375ms cubic-bezier(0, 0, 0.2, 1), transform 375ms cubic-bezier(0, 0, 0.2, 1);
}
#Popup .border-bottom {
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
#Popup .border-bottom li a{color:#171c8f; font-size: 18px; font-weight: 500;}
#Popup .border-bottom li a:hover{color:#000; font-size: 18px; font-weight: 500;}
.modal-wrapper {
    max-width: 769px;
    margin: auto;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 54px 50px;
	text-align: left;
	position: relative;
}
a.modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #f5f5f5;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 29px;
    border-radius: 5px;
    background-image: url('/wp-content/uploads/2025/07/close.png');
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center;
}

.modal-wrapper .content{display: flex;   flex-direction: row;    flex-wrap: wrap;}

.modal-wrapper .content h4 {
    margin-bottom: 40px; font-weight: 700; font-size: 20px; width:100%;
}
.modal-wrapper .content ul.border-bottom {
    padding: 10px 0 20px;
}

.modal-wrapper .content ul{    width: 50%;}

html.modal-active {
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
	#Popup.active .modal-scroll {
		padding: 70px 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
	#Popup.active .modal-scroll {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 769px) {
	.modal-wrapper {
		border-radius: 0;
		padding: 50px 30px;
	}
	.modal-wrapper .content h4 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.pd_l_23{padding:0 ;}
	.modal-wrapper .content ul{width: 100%;}
}

.web_movie{display: block;}
.mobile_movie{display: none;}
@media screen and (max-width:1024px){
    /*.web_movie{display: block;}
    .mobile_movie{display: block;}*/
}

.web_img{display: block;}
.mobile_img{display: none;}
@media screen and (max-width:992px){
    /* .m2 .web_img{display: none;}
    .mobile_img{display: block;} */
}

