@keyframes img-scale3 {
    0% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }

    50% {
        transform: scale(.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sparkle-1 {
    animation: img-scale3 .8s linear infinite
}

.s_inner {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

#sub_container>.visual_wrap {
    padding-top: 170px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2
}

.visual_wrap .visu_title {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.visual_wrap .visu_title>p {
    color: #555;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

.visual_wrap .scroll-nav ul {
    gap: 52px;
}

.visual_wrap .scroll-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    position: relative;
    line-height: 40px;
}

.visual_wrap .scroll-nav ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 90%;
    background: #999;
    height: 2px;
    bottom: -1.5px;
    left: 5%;
}

.visual_wrap .scroll-nav ul li.active a {
    color: #00adee;
}

.visual_wrap .scroll-nav ul li.active a:after {
    content: '';
    background: #00adee;
}

/* 서브공통 */
.sub_cont .sub_tit_box {
    padding-top: 80px;
    position: relative;
}

.sub_cont .sub_tit_box.bg_type {
    background: #f5f8fd
}

.sub_cont .sub_title {
    text-align: center;
}

.sub1_2_sec .sub_title {
    margin-bottom: 40px;
}

.sub_cont .sub_title .fs-60 {
    line-height: 1.3;
    font-weight: 600;
    margin-top: 20px;
}

.sub_cont .dot_txt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sub_cont .dot_txt.no_dot::before,
.sub_cont .dot_txt.no_dot::after {
    display: none;
}

.sub_cont .col_ver.dot_txt {
    background: #FFF;
    border-radius: 50px;
    padding: 7px 20px;
    gap: 30px;
    margin-bottom: 20px;
    color: #002686;
}

.sub_cont .dot_txt span {
    display: inline-block;
}

.sub_cont .dot_txt::before {
    content: '';
    display: inline-block;
    background: #9b9b9b;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.sub_cont .dot_txt::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9b9b9b;
}

.sub_cont .col_ver.dot_txt .col_blue {
    color: #002686 !important;
    padding: 0 10px;
}

.sub_cont .col_ver.dot_txt::after,
.sub_cont .col_ver.dot_txt::before {
    background: #002686;
}


/* 청소특공대 */
.sub_cont section.bg_type {
    background: #f5f8fd;
    padding-bottom: 130px;
}

.sub_cont .sub_tit_box .ab_img {
    position: absolute;
    right: 50px;
    top: -58px;
    border-radius: 20px;
}
.sub_cont .sub_tit_box .ab_img.ver4_1{
    right: -10px;
    top: -30px;
}
.sub_cont .sub_tit_box .ab_img.ver2_1{
    right:-50px
}
.sub_cont .sub_tit_box .ab_img img {
    width: 91px;
}

.sub_cont .sub_tit_box .ab_img.ver2_1 img {
    width: 175px;
}
.sub_cont .sub_tit_box .ab_img.ver4_1 img {
    width: 280px;
}

.sub_cont .sparkle-1 {
    display: inline-block;
    position: absolute;
    margin-left: -50px;
    margin-top: -50px;
}

.sub_cont .sparkle-1 img {
    width: 55px;
}

.sub_cont .sub_tit_box .in_box_area {
    text-align: center;
    max-width: 825px;
    margin: 65px auto;
    position: relative;
    background: url(../images/sub/bg_blue_box.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    /* overflow: hidden; */
    border-radius: 20px;
    color: #9fc8fd;
}

.sub_cont .clean_list {
    gap: 40px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.sub_cont .clean_list li {
    width: calc((100% - 60px)/3);
    position: relative;
    max-width: 390px;
}

.sub_cont .clean_list li dl {
    border-radius: 20px;
    background: #FFF;
    height: 260px;
    overflow: hidden;
    border: 1px solid var(--line-color);
    align-items: flex-start;
}

.sub_cont .clean_list li dt {
    font-family: 'Allimjang';
    width: 120px;
    text-align: center;
    border-right: 1px solid var(--line-color);
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.sub_cont .clean_list li dt::before {
    content: '';
    display: inline-block;
}

.sub1 .clean_list li dt::after {
    content: '';
    display: inline-block;
    width: 110px;
    height: 150px;
    background: url(../images/sub/clean_hover_icon.png) no-repeat left bottom;
    opacity: .1;
    background-size: 100%;
}

.sub_cont .clean_list li dd {
    flex: 1;
    padding: 37px 24px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.sub_cont .clean_list li dd>* {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid var(--line-color);
    background: #fff;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    line-height: 38px;
    min-width: 85px;
    text-align: center;
    width: auto;
}

.sub_cont .clean_list li dd>*::selection {
    background: #2854b5;
    color: #FFF;
    border-color: #2854b5;
}

.sub_cont .clean_list li dd>*:hover {
    background: #2854b5;
    color: #FFF;
    border-color: #2854b5;
}

.sub_cont .clean_list li dl:hover dt::after {
    transition: all .3s;

    opacity: 1;
}

.sub_cont .clean_list li dl:hover {
    transition: all .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-color: #104eed;
}

.sub_cont .clean_list li:hover dt {
    transition: all .3s;
    border-color: #104eed;
}

.sub_cont .clean_list .clip {
    position: absolute;
    width: 46px;
    top: -22px;
    left: 10px;
}

.sub1 .service_slide {
    padding-top: 210px;
}

.sub1 .service_slide .swiper-slide {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--line-color);
}

.sub1 .service_slide .swiper-slide.swiper-slide-active {
    margin-top: -40px;
}
.sub1 .service_slide .swiper-slide.swiper-slide-active .txt_box{
    background: var(--grad-col-left);
    background: linear-gradient(to right, var(--grad-col-left) 10% , var(--grad-col-right)  100%);
    color: #FFF;
}
.sub1 .service_slide .swiper-slide.swiper-slide-active .txt_box .tit{
    color: #FFF;
}


.sub1 .service_slide .swiper-slide .img_box img {
    width: 100%;
}

.sub1 .service_pagination {
    position: relative;
    width: auto;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.sub1 .service_pagination span {
    display: inline-block;
    font-size: 27px;
    font-weight: 800;
    white-space: nowrap;
    color: var(--blue);
}

.sub1 .service_pagination .swiper-pagination-total {
    font-weight: 400;
    color: #bfbfbf;
}

.sub1 .service_pagination .pg-bar {
    display: inline-block;
    height: 1px;
    background: #bfbfbf;
    width: 70px;
}

.sub1 .service_slide_contr_box {
    margin-top: 35px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 80px;
    margin-bottom: 30px;
}

.btn_area.sub-center{
    margin-bottom: 80px;
    text-align: center;
}

.sub1 .service_arrw {
    height: 75px;
    position: relative;
    display: inline-flex;
    gap: 10px;
}

.sub1 .service_arrw>* {
    transition: all .3s;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid var(--line-color);
    right: inherit;
    left: inherit;
    margin-top: -37px;
}

.sub1 .service_arrw>*:hover {
    border-color: var(--blue);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sub1 .service_arrw>* img {
    width: 10px;
}

.sub1 .service_arrw .swiper-button-prev {
    transform: rotate(-180deg);
}

.sub1 .service_slide .swiper-slide .txt_box {
    padding: 16px 16px 22px;
    border-top: 1px solid var(--line-color);
}

.sub1 .service_slide .swiper-slide .txt_box .tit {
    color: #333;
}

.sub1 .service_slide .swiper-slide .txt_box .txt {
    font-size: 16px;
}

.sub1 .service_slide {
    position: relative;
    margin-top: -160px;
}

.sub1 .service_slide_wrp .inner::before {
    content: '';
    display: inline-block;
    width: 480px;
    height: 180px;
    background: url(../images/sub/img_service_slide_active@2x.png) no-repeat center bottom -3px;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    margin-left: -5%;
}

.sub1 .service_slide_wrp .inner::after {
    content: '';
    display: block;
    width: 200px;
    height: 290px;
    position: absolute;
    background: url(../images/sub/bg_service_slide.png) no-repeat center bottom;
    background-size: 100%;
    top: 20px;
    right: 19%;
}

/* 추가 */
.sub1_2_new_sec{
    background-color:#002686;
    background-image: url(../images/sub/sub1_2_new_sec_01.png),url(../images/sub/sub1_2_new_sec_02.png);
    background-repeat: no-repeat;
    background-position: bottom left, top 190px right;
    color: #FFF;
    padding: 70px 0 160px;
    text-align: center;
}
.sub1_2_new_sec .service_tab_area{
    background: #003166;
    border-radius: 50px;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 25px 50px;
    width: auto;
    display: inline-flex;
    margin: 0 auto;
    gap: 20px;
    margin-top: 45px;
}
.sub1_2_new_sec .service_tab_area li a{
    font-family: 'Allimjang' !important;
    font-size: 33px;
    color: #FFF;
    background: #032952;
    line-height: 58px;
    border-radius: 50px;
    padding: 0 30px;
    /* font-weight: 700; */
    white-space: nowrap;
}
.sub1_2_new_sec .service_tab_area li a.active{
    background: #FFF;
    border: 1px solid #03adff;
    color: #003166;
    font-weight: 700;
}
.sub1_2_new_sec .service_tab{
    margin-top: 90px;
    position: relative;
}
.sub1_2_new_sec .service_tab > div > .flexBox{
    gap: 65px;
}
.sub1_2_new_sec .service_tab .img_area{
    border-radius: 300px;
    width: 545px;
    height: 660px;
    overflow: hidden;
}
.sub1_2_new_sec .service_tab .img_list{
    gap: 25px 40px;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-top: -40px;
}
.sub1_2_new_sec .service_tab .img_list li{
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 40px;
}
.sub1_2_new_sec .service_tab .img_list .img_area{
    width: 36%;
    border-radius: 30px;
    height: 210px;
}
.sub1_2_new_sec .service_tab .img_list .txt_area{
    flex: inherit;
    width: 440px;
}
.sub1_2_new_sec .service_tab .txt_area{
    flex: 1;
    text-align: left;
    z-index: 1;
}
.sub1_2_new_sec .service_tab .img_ck{
    width: 23px;
}

.sub1_2_new_sec .service_tab .txt_area .info{
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox{
    gap: 16px;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox li{
    width: calc((100% - 80px)/6);
    border-radius: 20px;
    border: 1px solid #00adff;
    background: #00adff;
    text-align: center;
    position: relative;
    padding: 30px 0 20px;
    line-height: 1.3;
    font-weight: 500;
    min-height: 167px;
}
.sub1_2_new_sec .service_tab .img_area img{
    width: 100%;
}
.sub1_2_new_sec .service_tab ul.flexBox.nm_list li:nth-child(2n){
    background: #0058b7;

}
.sub1_2_new_sec .service_tab ul.flexBox.nm_list li + li::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 1px;
    border-top: 1px dashed #00adff;
    left: -17px;
    top: 50%;
}
.sub1_2_new_sec .service_tab ul.flexBox.nm_list li > p{
    position: relative;
    font-family: 'Allimjang' !important;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service_tab .ss_tab_area{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-bottom: 1px solid #00adff;
    padding-bottom: 50px;
}
.service_tab .ss_tab_area li a{
    font-family: 'Allimjang' !important;
    position: relative;
    background: #032952;
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    min-width: 135px;
    text-align: center;
    padding: 0 30px;
    border-radius: 50px;
    white-space: nowrap;
}
.service_tab .ss_tab_area li a.active{border: 2px solid #03adff;color: #032952;background: #FFF;box-shadow: 0 0 7px rgba(255,255,255, .3);}
.service_tab .ss_tab_area li a.active::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../images/sub/ico_check_blue.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -15px;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox{
    flex-direction: column;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox li{
    width: 100%;
    padding: 30px;
    min-height: auto;
    text-align: left;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_2area{
    gap: 15px 28px;
    flex-wrap: wrap;
    width: calc(50% - 13px);
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt.ver_2area li .flexBox{
    gap: 13px;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_2area li{
    width: 100%;
    padding: 30px;
    min-height: auto;
    text-align: left;
}
.sub1_2_new_sec .pr_list_area{gap: 26px;}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt li .flexBox{
    align-items:center;
    gap: 25px;
    line-height: 1.6;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt li .tit{
    display: inline-block;
    border: 1px dashed #FFF;
    border-radius: 50px;
    line-height: 48px;
    padding: 0 22px;
    white-space: nowrap;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt li .tit .img_ck{
    width: 19px;
    margin-right:8px;
}
.sub1_2_new_sec .service_tab ul.flexBox.nm_list.ver_txt li + li::after{
    display:none
}

.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_txt_list li{
    display: flex;
    align-items: center;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_txt_list li .img_r{
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_txt_list li .img_r img{
    width: 10px;
}
.sub1_2_new_sec .service_tab ul.nm_list.ver_txt.flexBox.ver_txt_list li{
    padding: 20px 30px;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt.ver_2area li{
    word-break: keep-all;
    font-size: 16px;
    padding: 19px 30px;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt.ver_2area li .tit{
    display: flex;    gap:8px;
    line-height: 1.2;
    padding: 15px 30px;
    font-size: 18px;
    white-space: nowrap;
}
.sub1_2_new_sec .service_tab ul.nm_list.flexBox.ver_txt.ver_2area li .tit .num{
    font-family: 'Allimjang' !important;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

/* 고객지원 */
.board_wrap {
    padding-bottom: 145px;
}

.board_wrap .pg_wrap {
    margin-top: 65px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.board_wrap .pg_wrap a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    justify-content: center;
    font-size: 15px;
}

.board_wrap .pg_wrap a.pg_arw {
    border: 1px solid var(--line-color);
    text-align: center;
    transform: rotate(0deg);
}

.board_wrap .pg_wrap a.active {
    color: #FFF;
    background: #3883e2
}

.board_wrap .pg_wrap a.pg_pprev {
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
}

.board_wrap .pg_wrap a.pg_prev {
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
}

.board_wrap .pg_wrap a.pg_next {
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
    transform: rotate(-180deg);
}

.board_wrap .pg_wrap a.pg_nnext {
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
    transform: rotate(-180deg);
}

.board_box .bo_top_area {
    margin-bottom: 24px;
}

.board_wrap .bo_view_hd {
    background: #F8F8F8;
    border-top: 1px solid var(--blue);
    padding: 30px 20px;
    border-bottom: 1px solid #DDD;
}

.board_wrap .bo_view_hd .tit {
    word-break: keep-all;
}

.board_wrap .bo_view_hd .info {
    position: relative;
}

.board_wrap .bo_view_hd .info span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    opacity: .7;
}

.board_wrap .bo_view_hd .info span+span {
    padding-left: 15px;
    margin-left: 15px;
}

.board_wrap .bo_view_hd .info span+span:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 1px;
    height: 12px;
    background: #CCC;
}

.board_wrap .no_cont {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000;
    width: 100%;
    min-height: 30vh;
}

.board_wrap .bo_view_cont {
    padding: 50px 24px;
    line-height: 1.7;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}

.board_wrap .bo_view_cont p+p {
    margin-top: 5px;
}

.board_wrap .bo_view_cont img {
    max-width: 100%;
}

.bo_view_file {
    padding: 25px 30px;
    border-bottom: 1px solid #000;
}

.bo_view_file .file_tit {
    width: 130px;
    gap: 5px;
}

.bo_view_file .file_tit img {
    width: 15px;
}

.bo_view_file .file_list>* {
    display: inline-block;
    color: #1a1a1a;
    border-bottom: 1px solid var(--dark-blue);
    line-height: 1;
    font-size: 17px;
    font-weight: 300;
}

.bo_view_file .file_list>*:hover {
    text-decoration: underline;
}

.bo_view_file .file_list>*+* {
    margin-top: 10px;
}

.board_wrap .btn_area {
    margin-top: 40px;
    margin-bottom: 60px;
}

.board_wrap .bo_view_hd span.col_red {
    display: inline-block;
    font-weight: 500;
}

.board_wrap .bo_view_hd span.white {
    display: inline-block;
    font-weight: 500;
    background: var(--blue);
    padding: 0 10px;
    border-radius: 5px;
}

.board_wrap .bo_view_hd .flexBox {
    margin-bottom: 5px;
    gap: 12px;
    font-size: 16px;
}

.board_wrap .bo_list_total {
    margin-right: 17px;
}

.board_noti li {
    transition: all .3s;
    border-bottom: 1px solid #DDD;
}

.board_noti li a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 23px 0;
    padding-right: 0;
    text-align: center;
    font-size: 18px;
}

.board_noti li:last-child {
    border-bottom: 0;
}

.board_noti li:hover {
    transition: all .3s;
    background: #f7fbff;
}

.board_noti li .num {
    width: 7%;
    text-align: center;
    display: inline-block;
}

.board_noti li .num .noti_tag {
    display: inline-block;
    border-radius: 50px;
    background: var(--txt-blue2);
    color: #FFF;
    padding: 0 20px;
    line-height: 35px;
}

.board_noti li .tit .new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
    width: 25px;
    height: 25px;
    background: var(--blue);
}

.board_noti li .cont {
    width: calc(100% - 27% - 150px);
}

.board_noti li .tit {
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_noti li .txt {
    font-size: 15px;
}

.board_noti li .count {
    width: 10%;
    text-align: center;
}

.board_noti li .date {
    width: 150px;
    text-align: center;
}

.board_noti li .writer {
    width: 10%;
    text-align: center;
}

.board_noti li .count span {
    color: #000
}

.board_wrap fieldset.inflex {
    border: 0;
    padding: 0;
    margin: 0;
    width: calc(100% - 74px);
}

.board_wrap fieldset.inflex.new_flexBox {
    flex-direction: column;
}

.board_wrap fieldset.inflex select {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0 16px;
    height: 42px;
    width: 110px;
    margin-right: 5px;
    font-size: 15px;
}

.board_wrap fieldset.inflex .sch_bar {
    border: 1px solid #e4e8ec;
    border-radius: 80px;
    padding: 0 30px;
    height: 57px;
    width: 790px;
    margin: 0 auto;
    display: inline-flex;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.board_wrap fieldset.inflex .sch_bar .sch_input {
    padding: 0;
    line-height: 40px;
    height: auto;
    border: 0;
    font-size: 16px;
    flex: 1;
    color: #999;
    width: calc(100% - 30px);
}

.board_wrap .sch_btn img {
    width: 18px;
    margin-top: -4px;
}

.board_wrap .box {
    border: 1px solid var(--line-color);
    border-radius: 20px;
    text-align: center;
    padding: 65px 0;
    margin-top: 45px;
}

.board_wrap .box+.box {
    padding: 0;
    overflow: hidden;
}

.board_wrap .box .tel_info_box {
    gap: 18px;
    justify-content: center;

    width: 790px;
    margin: 40px auto 25px;
}

.board_wrap .box .tel_info_box>* {
    border-radius: 25px;
    padding: 25px;
    text-align: left;
    min-width: 390px;
    display: flex;
    flex-direction: column;
}

.board_wrap .box .tel_info_box .tel_contact {
    background: #f9f9f9 url(../images/sub/bg_bd_tel@2x.png) no-repeat right 0 top 16px;
    background-size: 86px auto;
    border: 1px solid var(--line-color);
}

.board_wrap .box .tel_info_box .email_ver {
    background: #f7fbff url(../images/sub/bg_bd_mail@2x.png) no-repeat;
    background-position: right 0 top 16px;
    border: 1px solid #458be4;
    background-size: 100px;
}

.board_wrap .box .tel_info_box .email_ver .inflex {
    align-items: center;
    gap: 5px;
}

.board_wrap .box .tel_info_box .email_ver .inflex i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    overflow: hidden;
    border: 1px solid var(--line-color);
    width: 32px;
    height: 32px
}

.board_wrap .box .tel_info_box .email_ver .inflex i img {
    width: 10px;
}

.board_wrap .tag_box {
    gap: 0 10px;
    margin-top: 20px;
    justify-content: center;
}

.board_wrap .tag {
    display: inline-block;
    border-radius: 50px;
    background: #FFF;
    border: 1px solid var(--line-color);
    line-height: 38px;
    color: #999;
    padding: 0 15px;
    font-size: 16px;
}

.board_hd {
    background: #f9f9f9;
    line-height: 75px;
    color: #333 !important;
    border-bottom: 1px solid var(--line-color);
}

.board_noti .board_hd li>* {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

/* 1대1문의 */
.contact_mail_wrap {
    background: #f9f9f9;
    border-radius: 25px;
    overflow: hidden;
    width: 790px;
    margin: 65px auto 0;
    text-align: left;
    padding: 50px;
}

.contact_mail_wrap .inp_box {
    flex: 1;
    width: 100% !important;
    border-radius: 5px;
    padding: 0;
    border: 0;
    outline: none;
    color: #FFF;
}

.contact_mail_wrap .inp_box>* {
    background: #FFF;
    width: 100%;
    border: 1px solid var(--line-color);
    border-radius: 10px;
    max-width: 290px;
}

.contact_mail_wrap .inp_box textarea {
    height: 250px;
    max-width: inherit;
}

.contact_mail_wrap .nm_tit {
    width: 90px;
    font-weight: 600;
}

.contact_mail_wrap ul {
    margin-top: 40px;
}

.contact_mail_wrap li {
    align-items: center;
}

.contact_mail_wrap li+li {
    margin-top: 15px;
}

.contact_mail_wrap .red_txt {
    color: #f21865;
    font-size: 16px !important;
}

.contact_mail_wrap li label {
    cursor: inherit;
}

.contact_mail_wrap .inp_box.ver_mail>* {
    max-width: inherit;
}

.contact_mail_wrap .inp_box.ver_mail .in_inp {
    border: 0;
    width: 50%;
    position: relative;
}

.contact_mail_wrap .inp_box.ver_mail .in_inp input {
    border: 0;
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding: 10px 10px;
}

.contact_mail_wrap .inp_box.ver_mail .in_inp:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    position: absolute;
    background: var(--line-color);
    top: 25%;
    right: 0;
}

.contact_mail_wrap .inp_box.ver_mail select {
    border: 0;
    width: 50%;
}


/* 2 방역특공대 */
.sub_cont.sub2 .sub_tit_box .in_box_area {
    background: url(../images/sub/bg_blue_box_3.png) no-repeat center center;
    background-size: cover;
    max-width: 950px;
}
.sub2 .sec02 .img_box{
    width: 80%;
    text-align: center;
    margin: 0 auto;
 
}
.sub2 .sec02 .img_box img{
    max-width: 100%;
}

.sub_cont.sub2 .clean_list {
    margin-top: 80px;
}

.sub_cont .cloud_txt_box {
    background: url(../images/sub/bg_cloud_blue.png) no-repeat center center;
    background-size: auto 66px;
    line-height: 66px;
    text-align: center;
    margin-bottom: -75px;
    z-index: 1;
    position: relative;
}

.sub_cont .cloud_txt_box.ver_purple {
    background: url(../images/sub/bg_cloud_purple.png) no-repeat center center;
    background-size: auto 66px;
}

.sub_cont.sub2 .sec02 .cloud_txt_box {
    margin-bottom: -50px;
}

.sub_cont.sub2 .step_list {
    margin-top: 68px;
}

.sub_cont.sub2 .sec03 .box {
    margin-bottom: 130px;
}

.sub_cont.sub2 .box.bg_sub2_sec2_1 {
    background: url(../images/sub/bg_sub2_sec2_1.gif) no-repeat center bottom;
    background-size: 100%;
}

.sub_cont.sub2 .box.bg_sub2_sec2_2 {
    background: url(../images/sub/bg_sub2_sec2_2.gif) no-repeat center bottom;
    background-size: 100%;
}

.sub_cont.sub2 .box.bg_sub2_sec2_3 {
    background: url(../images/sub/bg_sub2_sec2_3.gif) no-repeat center bottom;
    background-size: 100%;
}

.sub_cont .step_list.ver2 li img {
    height: 64px;
}

.sub_cont .step_list.ver2 li img.list2_4_3 {
    margin-left: 10px;
}

.sub_cont .step_list.ver2 li .txt::before {
    content: '';
    display: inline-block;
    max-width: 50%;
    height: 1.5px;
    margin: 0 auto;
    border-top: 1.5px dashed var(--line-color);
    width: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.sub_cont.sub2 .box.bg_sub2_sec2_2 .col_purple {
    color: #3136b6;
}

.sub_cont.sub2 .box.bg_sub2_sec2_3 .col_purple2 {
    color: #00178a;
}

.sub_cont.sub2 .box {
    margin-bottom: 130px;
}

.sub_cont .bg_sub2_sec2_2 .step_list li .cate {
    background: #3136b6;
}

.sub_cont .bg_sub2_sec2_3 .step_list li .cate {
    background: #00178a;
}



/* 이사특공대 */

.sub_cont.sub3 .sec01 .sub_tit_box .in_box_area {
    background: url(../images/sub/bg_blue_box3_2.png);
}
.sub_cont.sub3 .btn_area{
    margin-top: 90px;
}

.sub_cont.sub3 .sec01 {
    padding-bottom: 350px;
}

.sub_cont.sub3 .bg_info.ver2 {
    border-radius: 50px;
    line-height: 47px;
    background: #e9edf1;
    display: inline-block;
    margin: 0 auto;
    color: #333;
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 80px;
}

.sub_cont .step_list.ver2.ver3 li {
    padding-bottom: 0;
    /* overflow: hidden; */
}

.sub_cont .step_list.ver2.ver3 li img {
    margin: 0;
    margin-top: 20px;

    height: 113px;
}

.sub_cont .step_list.ver2.ver3 li .txt {
    padding-top: 0;
}

.sub_cont .step_list.ver2.ver3 li .txt_box {
    background: #f3f5f8;
    padding: 15px 25px;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 0 0 25px 25px;
}

.sub_cont .step_list.ver2.ver3 li .list3_1 img {
    margin-left: -15px;
}

.sub_cont .step_list.ver2.ver3 li .list3_2 img {
    margin-top: 10px;
    margin-right: -45px;
    margin-bottom: 10px;
}

.sub_cont .step_list.ver2.ver3 li .list3_3 img {
    height: 80px;
    margin-left: 40px;
}

.sub_cont .step_list.ver2.ver3 li .list3_4 img {
    margin-top: 40px;
    margin-left: 35px;
}

.sub_cont .step_list.ver2.ver3 li .list3_5 img {
    margin-top: 40px;
    margin-left: 20px;
    margin-left: 0;
}

.sub_cont .step_list.ver2.ver3 li .list3_6 img {
    height: 80px;
    margin-left: -30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sub_cont .step_list.ver2.ver3 li .txt::before {
    display: none;
}

.sub_cont.sub3 .sub_tit_box .ab_img.ver1 {
    right: inherit;
    left: 50px;
    top: 30px;
}

.sub_cont.sub3 .sub_tit_box .ab_img.ver1 img {
    width: 122px;
}

.sub_cont.sub3 .sub_tit_box .ab_img.ver2 {
    right: -30px;
    top: -30px;
}

.sub_cont.sub3 .sub_tit_box .ab_img.ver2 img {
    width: 178px;
}

.sub_cont .clean_list.ver2.ver3.ver3_2 li .clip_txt::before {
    display: inline-block;
}

.sub_cont .clean_list.ver2.ver3.ver3_2 li .clip_txt {
    justify-content: center;
    padding-left: 0
}


/* 4 에어컨특공대 */
.sub4_sec2 {
    background-size: 80%;
    padding-bottom: 170px;
}
.sub4_sec2 .new_cont_img {
    width: 80%;
    text-align: center;
    margin: 70px auto -90px;
}
.sub4_sec2 .new_cont_img img{
    width: 100%;
}

.sub4_sec2 ul {
    gap: 60px;
    justify-content: center;
    padding-top: 150px
}

.sub4_sec2 ul li {
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;

}

.sub4_sec2 ul li:nth-child(3) {
    margin-left: 10px;
}

.sub4_sec2 ul li+li::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1.5px dashed var(--line-color);
    position: absolute;
    left: -50%;
    top: 175px;
    z-index: 0;
}

.sub4_sec2 ul li .c_box {
    border: 1px solid var(--line-color);
    border-radius: 50%;
    width: 330px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #FFF;
}

.sub4_sec2 ul li>.fs-16 {
    background: #FFF;
    border: 1px solid var(--line-color);
    height: 85px;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    width: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -145px;
    margin-top: -60px;
    z-index: 1;
}

.sub4_sec2 ul li img {
    height: 88px;
}

.sub4_sec2 ul li .c_box {
    position: relative;
}

.sub4_sec2 ul li .ab_img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1;
}

.sub4_sec2 ul li .ab_img.ab_img4_1 {
    right: 50px;
    top: -60px;
}

.sub4_sec2 ul li .ab_img.ab_img4_2 {
    width: 190px;
    height: auto;
    left: -20px;
    top: -80px;
}

.sub4_sec2 ul li .ab_img.ab_img4_3 {
    width: 325px;
    height: auto;
    right: -110px;
    top: -120px;
}

.sub4_sec2 ul li:nth-child(2n) .c_box {
    width: 240px;
    height: 240px;
}

.sub4_sec2 ul li:nth-child(2n) {
    padding-top: 45px;
}

.sub4_sec2 ul li:nth-child(2n)>.fs-16 {
    margin-top: -15px;
}

.sub4_sec2 ul li:nth-child(2n) img {
    height: 65px;
}

.sub4_sec2 ul li:nth-child(2n-1):after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-shadow: 20px 10px 120px #ecf2ff;
}
.sub_cont.sub4 .tab_simg_box{
    display: none;
}

.sub_cont .line_dot_num span {
    display: inline-block;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    text-align: center;
    margin-top: -33px;
}

.sub_cont .bar_top_txt {
    position: relative;
    padding-top: 60px;
    text-align: center;
}

.sub_cont .bar_top_txt::before {
    content: '';
    display: inline-block;
    height: 1px;
    background: var(--line-color);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 200px;
    width: 80%;
    top: 30px;
}

section>.box {
    border: 1px solid var(--line-color);
    border-radius: 20px;
    text-align: center;
    padding: 65px 0;
    margin-top: 45px;
    background-color: #FFF;
}

.sub4_sec3 .box {
    margin-top: -33px;
}

.sub_cont .bg_info.fs-16 {
    background: #e9edf1;
    display: inline-block;
    margin: 0 auto;
    color: #333;
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.sub4_sec3 .img_box img {
    width: 70%;
    margin: 50px 0;
}

.sub4_sec3 .txt_box {
    gap: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    max-width: 1020px;
    margin: 0 auto;
    line-height: 65px;
}

.sub4_sec3+.sub4_sec3 {
    margin-top: 130px;
    margin-bottom: 80px;
}

.sub4_sec3.ver3 .step_list {
    margin-top: 63px;
}

.sub_cont .step_list {
    gap: 80px;
    justify-content: center;
}

.sub_cont .step_list li {
    padding: 40px 0 20px;
    border: 1px solid var(--line-color);
    position: relative;
    width: 345px;
    border-radius: 25px;
    background: #FFF;
    word-break: keep-all;
}

.sub_cont .step_list li .txt {
    position: relative;
    padding-top: 0;
    margin-top: 20px;
}

.sub_cont .step_list li .cate {
    background: #3883e2;
    color: #FFF;
    border-radius: 50px;
    width: 110px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.sub_cont .step_list+.step_list {
    padding-top: 70px;
    margin-top: 0;
    position: relative;
    flex-direction: row-reverse;
}

.sub_cont .step_list+.step_list::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/sub/ico_g_arw.png) no-repeat center center;
    background-size: 10px;
    right: 18%;
    top: 10px;
    transform: rotate(-90deg);
}

.sub_cont .step_list+.step_list li::before {
    content: '';
    display: inline-block;
}

.sub_cont .step_list+.step_list li+li::before {
    transform: rotate(0);
    right: -16%;
    left: inherit;
}

.sub_cont .step_list li img {
    max-width: 155px;
    margin: 20px 0;
}

.sub_cont .step_list li+li::before {
    content: '';
    display: inline-block;
    background: url(../images/sub/ico_g_arw.png) no-repeat center center;
    width: 30px;
    position: absolute;
    left: -16%;
    top: 0;
    bottom: 0;
    background-size: 10px;
    transform: rotate(180deg);
}

.sub4_sec3 .step_list img {
    width: 100%;
}


.sub_cont .clean_list.ver2 li {
    flex: 1;
}

.sub_cont .clean_list.ver2 li:hover {
    border-color: #104eed;
}

.sub_cont .clean_list.ver2 li .clip_txt {
    position: relative;
    background: #FFF;
    border-radius: 25px;
    text-align: center;
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.sub_cont .clean_list.ver2 li .clip_txt span {
    display: inline-block;
    white-space: nowrap;
}

.sub_cont .clean_list.ver2 li .clip_txt::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 32px;
    background: url(../images/sub/clean_list_right.png) no-repeat center center;
    background-size: 100%;
}

.sub_cont .clean_list.ver2 li .clip_txt::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 32px;
    background: url(../images/sub/clean_list_right.png) no-repeat center center;
    background-size: 100%;
}

.sub_cont .clean_list.ver2 li .clip {
    z-index: 1;
}

.sub_cont .clean_list.ver2.ver3 li {
    transition: all .3s;
    border: 1px solid var(--line-color);
    border-radius: 25px;
    background: #FFF;
}

.sub_cont .clean_list.ver2.ver3 li .clip_txt {
    border: 0;
    background: transparent;
    border-radius: 0;
    justify-content: flex-start;
    padding-left: 30px;
}

.sub_cont .clean_list.ver2.ver3 li .clip_txt::before {
    display: none;
}

.sub_cont .clean_list li .clip_txt+.txt {
    border-top: 1px solid var(--line-color);
    padding: 20px 25px 20px 30px;
    gap: 5px 8px;
    display: flex;
    flex-wrap: wrap;
}


.sub_cont .clean_list li .clip_tag {
    justify-content: center;
}

.sub_cont .clean_list li .clip_tag span {
    display: inline-block;
    border: 1px solid var(--line-color);
    border-radius: 50px;
    padding: 0 10px;
    height: 37px;
    line-height: 35px;
}

.sub_cont .clean_list li .clip_tag>*:hover {
    background: #2854b5;
    color: #FFF;
}

.sub_cont .clean_list.ver2.ver3 li:hover {
    border: 1px solid var(--line-hover);
    transition: all .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sub_cont .clean_list.ver2 li:hover .clip_txt+.txt {
    border-top: 1px solid var(--line-hover);
}

.sub_cont.sub3 .sec02 {
    margin-top: -200px;
    margin-bottom: 150px;
    text-align: center;
}

.sub_cont .clean_list.ver2.ver3 li .clip {
    width: 40px;
    top: -20px;
    left: 20px;
}



.sub_cont ul.bg_txt {
    gap: 16px;
    width: 1210px;
    margin: 15px auto;
}

.sub_cont ul.bg_txt li {
    background: #e0f5ff;
    border: 1px solid var(--line-color);
    text-align: center;
    flex: 1;
    border-radius: 20px;
    height: 78px;
    line-height: 78px;
}

.col_blue_l2 {
    color: #003dd8 !important;
}

/* 파트너지원 */
.sub6 section.bg_type {
    background: #ebf9ff;
}
.sub6 .sec01 .ab_img{
    right: 0;
}
.sub6 .sec01 .ab_img img{
    width: 294px;
}

.sub6 .partner_top_cont {
    position: relative;
    margin-top: 70px;
    text-align: center;
}
.sub6 .txt_cont{
    background: #FFF;
    border-radius: 20px;
    border:1px solid var(--line-color);
    padding: 50px 80px;
}
.sub6 .txt_cont .box{
    text-align: center;
    border-radius: 20px;
    margin-top: 25px;
    padding: 30px;
}
.sub6 .txt_cont .partner_top_list{
    justify-content: space-between;
    gap: 10px;
}
.sub6 .txt_cont .partner_top_list img{
    border: 1px solid var(--line-color);
    border-radius: 20px;
}
.sub6 .txt_cont .partner_top_list .txt_box{
    margin-top: 17px;
    border-radius: 20px;
    border: 1px solid var(--line-color);
    background: #ebf9ff;
    text-align: center;
    line-height: 68px;
}
.sub6 .sec01 .sub_tit_box .ab_img {
    width: 275px;
    top: 50px;
    right: 0;
    z-index: 1;
}

.sub6 .sub_tit_box .ab_img img {
    width: 275px;
}

.sub6 .partner_top_cont .title_box {
    background: #316cff;
    color: #FFF;
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    gap: 7px;
}
.sub6 .partner_top_cont .title_box .blue_box{
    background: #003dd8;
    border-radius: 50px;
    line-height: 54px;
    padding: 6px 100px 0;
}
.sub6 .partner_top_cont .ab_img {
    position: absolute;
    left: -70px;
    display: inline-block;
    right: inherit;
    top: -53px;
}


.sub6 .sec04 .title_box {
    background: #2d65c5;
    display: inline-block;
    width: 680px;
    text-align: center;
    border-radius: 0 0 30px 30px;
    line-height: 115px;
    margin-bottom: 80px;
}

.sub6 .sec02{
    padding-top: 110px;
    text-align: center;
    padding-bottom: 110px;
}
.sub6 .sec02 .blue_box{
    display: inline-block;
    padding: 0 50px;
    border-radius: 50px;
    border: 1.5px solid #2d65c5;
    color: #2d65c5;
    line-height: 80px;
    margin-top: 50px;
}
.sub6 .sec02 .img_box img{
    width: 100%;
    max-width: 1310px;
}
.sub6 .sec03{
    background: #f5f6fd;
    padding: 110px 0 150px;
    text-align: center;
}
.sub6 .sec03 .blue_box{
    display: inline-block;
    padding: 0 50px;
    border-radius: 50px;
    line-height: 80px;
    margin-top: 50px;
    background:#2e43d8 ;
    color: #FFF;
}

.sub6 .sec03 ul{
    margin-top: 80px;
    gap: 55px;
}
.sub6 .sec03 ul li{position: relative;flex: 1;display: flex;flex-direction: column;}
.sub6 .sec03 ul li .tit_box{
    height: 115px;
    line-height: 115px;
    border-radius: 20px 20px 0 0;
    background: #5f6fe1;
}
.sub6 .sec03 ul li+li .tit_box{
    background: #2e43d8;
}
.sub6 .sec03 ul li .con_box{
    background: #FFF;
    border-radius: 0 0 20px 20px;
    border: 1px solid var(--line-color);
    border-top: 0;
    padding: 36px;
    text-align:center;
    flex: 1;
}
.sub6 .sec03 ul li .con_box .tit{
    position: relative;
    line-height: 1.4;
}
.sub6 .sec03 ul li .con_box .tit b{
    color: #1f37e1;
}
.sub6 .sec03 ul li .con_box .tit + .txt:before{
    content:'';
    display:inline-block;
    width:80%;
    height:1px;
    background:#d4dbe4;
    line-height: inherit;
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
}
.sub6 .sec03 ul li + li .con_box .tit{
    padding-top: 30px;
}
.sub6 .sec03 ul li .con_box .txt{
    position: relative;
    padding-top: 20px;
    margin-top: 20px; 
}
.sub6 .sec03 ul li .con_box img{
    max-width:470px;
    margin-bottom: 30px;
}
.sub6 [class^="ab_img"]{
    position: absolute;
}
.sub6 .ab_img6_2_1{
    width: 195px;
    top: -217px;
    left: -50px;
}
.sub6 .ab_img6_2_2{
    width: 245px;
    bottom: -10px;
    right: -130px;
}
.sub6 .partner_box {
    width: 100%;
    padding: 100px 0 60px;
    text-align: center;
    border: 1px solid var(--line-color);
    border-radius: 25px;
    background: #FFF;
}
.sub6 .sec04{
    background: #f0f4ff url(../images/sub/bg_sub4_sec6.png) no-repeat center center;
    background-size: cover;
    height: 800px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    .fs-40 {
        padding-top: 100px;
    }
    .main_sec05 .rolling_logo_area {
        display: block;
    }
}

.sub6 .sec04 .parter_list_tit {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #2d65c5;
    color: #2d65c5;
    background: #FFF;
    margin-bottom: -30px;
    padding: 15px 30px;
}
.sub6 .partner_box img {
    max-width: 1045px;
    width: 100%;
}


/* 쇼룸추가 */
.sub5_2 .show_tab_area{
    background: #FFF;
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid #d4dbe4;
    flex: 1;
}
.sub5_2 .show_tab_area ul{
    gap: 13px;
    margin-bottom: 13px;
    width: 100%;
}
.sub5_2 .show_tab_area > ul li{
    border-radius: 20px;
    overflow: hidden;
    width: calc((100% - 26px)/3);
}
.sub5_2 .show_tab_area .btn_show{
    line-height: 67px;
    text-align: center;
    font-family: 'Allimjang' !important;
    color: #aeb7c2;
    font-size: 25px;
    font-weight: 600;
    border-radius: 20px;
    width: 100%;

    background: #f5f8fd;
    border: 1px solid #d4dbe4;
}
.sub5_2 .show_tab_area .btn_show.active{
    background: #367ddc;
    color: #FFF;
    border-color: #367ddc;

}
.sub5_2 .show_w_box{
    gap: 26px;
    justify-content: space-between;
    margin-top: 55px;
    align-items: flex-start;
}
.show_contact{
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    width: 490px;
    border: 1px solid var(--line-color);
}
.show_contact .tit{
    gap:10px;
    font-size:25px;
    padding: 25px 34px;
    border-bottom:1px solid var(--line-color);
    color: #999;
}
.show_contact #contact_step{
    padding:30px
}
.show_contact #contact_step .service_btn_area{margin-top: 30px;}
.sub5_2 .show_contact{
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    width: 490px;
    border: 1px solid var(--line-color);
    padding-bottom: 30px;
}

.sub5_2{

}
.sub5_2 .show_tab_cont .img_box{
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    /* overflow: hidden; */
}
.sub5_2 .show_tab_cont .img_box > img{
    width: 95%;
    max-width: 756px;
}
.sub5_2 .show_tab_cont .show_info_top{
    text-align: center;
    border: 1px solid var(--line-color);
    border-radius: 20px;
    line-height: 68px;
    margin-bottom: 20px;
    font-size: 18px;
}
.sub5_2 .show_tab_cont .arw_blue{
    height: 94px;
    margin: 0 auto;
}
.sub5_2 .show_tab_cont .point_box{
    position: absolute;
}
.sub5_2 .b_pointer img{
    width: 20px;
}
.sub5_2 .show_tab_cont .point_box a{
    display: inline-block;
}
.sub5_2 .point_box .b_pointer{
    position: absolute;
    padding: 5px;
}
.sub5_2 .b_pointer img:nth-child(1){
    display: none;
    width: auto;
    position: absolute;
    height: 60px;
    left: 50%;
    margin-top: -60px;
    transform: translate(-50%, 0);
    z-index: 1;
}
.sub5_2 .b_pointer.active img:nth-child(1){
    display: block;

}
.sub5_2 .b_pointer.sr_1_1{left: 100px;top: 130px;}
.sub5_2 .b_pointer.sr_1_2{left: 280px;top: 169px;}
.sub5_2 .b_pointer.sr_1_3{left: 308px;top: 263px;}
.sub5_2 .b_pointer.sr_1_4{left: 510px;top: 209px;}
.sub5_2 .b_pointer.sr_1_5{left: 520px;top: 317px;}
.sub5_2 .b_pointer.sr_1_6{left: 440px;top: 46px;}
.sub5_2 .b_pointer.sr_1_7{left: 534px;top: 109px;}
.sub5_2 .b_pointer.sr1_2_1{left: 250px;top: 119px;}
.sub5_2 .b_pointer.sr1_2_2{left: 220px;top: 209px;}
.sub5_2 .b_pointer.sr1_2_3{left: 384px;top: 69px;}
.sub5_2 .b_pointer.sr1_2_4{left: 544px;top: 239px;}
.sub5_2 .b_pointer.sr1_3_1{left: 170px;top: 179px;}
.sub5_2 .b_pointer.sr1_3_2{left: 300px;top: 269px;}
.sub5_2 .b_pointer.sr1_3_3{left: 210px;top: 269px;}
.sub5_2 .b_pointer.sr1_3_4{left: 354px;top: 80px;}
.sub5_2 .b_pointer.sr1_3_5{left: 480px;top: 130px;}
.sub5_2 .b_pointer.sr1_3_6{left: 540px;top: 86px;}
.sub5_2 .b_pointer.sr1_3_7{left: 625px;top: 149px;}
.sub5_2 .b_pointer.sr1_3_8{left: 700px;top: 239px;}
.sub5_2 .b_pointer.sr2_1_1{left: 360px;top: 80px;}
.sub5_2 .b_pointer.sr2_1_2{left: 490px;top: 179px;}
.sub5_2 .b_pointer.sr2_1_3{left: 580px;top: 259px;}
.sub5_2 .b_pointer.sr2_1_4{left: 390px;top: 329px;}
.sub5_2 .b_pointer.sr2_2_1{left: 310px;top: 50px;}
.sub5_2 .b_pointer.sr2_2_2{left: 210px;top: 199px;}
.sub5_2 .b_pointer.sr2_2_3{left: 605px;top: 72px;}
.sub5_2 .b_pointer.sr2_2_4{left: 530px;top: 229px;}
.sub5_2 .b_pointer.sr2_3_1{left: 310px;top: 50px;}
.sub5_2 .b_pointer.sr2_3_2{left: 210px;top: 199px;}
.sub5_2 .b_pointer.sr2_3_3{left: 605px;top: 72px;}
.sub5_2 .b_pointer.sr2_3_4{left: 530px;top: 229px;}

/* 두줄이미지 */
.sub5_2 .b_pointer.sr_1_4 img:nth-child(1),
.sub5_2 .b_pointer.sr_1_7 img:nth-child(1),
.sub5_2 .b_pointer.sr1_2_2 img:nth-child(1),
.sub5_2 .b_pointer.sr1_2_3 img:nth-child(1),
.sub5_2 .b_pointer.sr1_2_4 img:nth-child(1),
.sub5_2 .b_pointer.sr1_3_1 img:nth-child(1),
.sub5_2 .b_pointer.sr1_3_4 img:nth-child(1),
.sub5_2 .b_pointer.sr1_3_6 img:nth-child(1),
.sub5_2 .b_pointer.sr1_3_7 img:nth-child(1),
.sub5_2 .b_pointer.sr2_1_1 img:nth-child(1),
.sub5_2 .b_pointer.sr2_1_3 img:nth-child(1),
.sub5_2 .b_pointer.sr2_2_4 img:nth-child(1){
    height: 85px;
    margin-top: -83px;
}

/* 세줄이미지 */
.sub5_2 .b_pointer.sr1_2_1 img:nth-child(1){
    height: 95px;
    margin-top: -98px;
}

.sub5_2 .b_pointer.sr2_2_3 img:nth-child(1){
    height: 125px;
    margin-top: -125px;
}

.sub5_2 .show_tab_area ul.show_step_list{
    margin: 0;
    border: 1px solid var(--line-color);
    border-radius: 20px;
    padding: 35px;
    margin-top: 30px;
}
.show_step_list li{
    position: relative;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.show_step_list li + li{
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--line-color);
}
.show_step_list li + li::before{
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f5f8fd url(../images/sub/step_icon_next.png) no-repeat center center;
    border: 1px solid var(--line-color);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -26px;
} 
.sub5_2 .show_tab_cont .show_step_list li .img_box{
    margin: 0;
    border-radius: 25px;
    border: 1px solid var(--line-color);
    overflow: hidden;
    width: 120px;
}
.sub5_2 .show_tab_cont .show_step_list li .img_box img{
    width: 100%;
    max-width: inherit;
}
.show_step_list li .txt_box{
    margin-top: 18px;
    flex: 1;
}
.show_step_list li .txt_box .tit_area{
    gap: 15px;
    align-items: center;
}
.show_step_list li .txt_box .step{
    background: #3883e2;
    border-radius: 50px;
    line-height: 35px;
    padding: 0 25px;
    font-weight: 700;
    letter-spacing: 0;
}
.show_step_list li .txt_box .txt{
    margin-top: 10px;
    font-size: 16px;
    word-break: keep-all;
}
.show_step_list li .in_txt_box{
    background: #f3f5f8;
    border-radius: 5px;
    padding: 10px 25px;
    line-height: 1.5;
    word-break: keep-all;
    margin-top: 13px;
}

/* 견적문의 */
.service_btn_area{
	flex-direction: column;
	gap: 10px;
}
.service_btn_area .txtBox{
	text-align: left;
}
.service_btn_area .txtBox .txt{
	color: #767676;
	margin-top: 5px;
}
.service_btn_area .btn{
	padding: 19px 22px;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
}
.service_btn_area .btn img{
	height: 67px;
	width: auto;
}
.service_btn_area .btn img.img_more{
	height: auto;
	width: 10px;
}
.service_btn_area.ver2 .txtBox{
	margin-left: 20px;
}
.service_btn_area.ver2 .btn{
	padding: 12px 20px;
}

.show_contact .h2_title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.5px;
    margin-top: 20px;
}
.show_tab_cont .show_in_box{
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid var(--line-color);
    margin-top: 40px;
}
.show_tab_cont .show_in_box .txt_box{
    text-align:center;
    justify-content: center;
    gap: 20px;
    border-radius: 10px;
    line-height: 60px;
}
.new_partner_box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
}
.new_partner_box .img_box img{
    position: absolute;
}
.new_partner_box .img_box img.img_part01{
    left: 27vw;
    top: 2vw;
    animation: txt-wave2 2s ease-in-out infinite;

}
.new_partner_box .img_box img.img_part02{
    left: 7vw;
    top: 8vw;
    animation: txt-wave2 2s ease-in-out .2s infinite;

}
.new_partner_box .img_box img.img_part03{
    left: 15vw;
    top: 24vw;
    animation: txt-wave2 2s ease-in-out .5s infinite;
}
.new_partner_box .img_box img.img_part04{
    left: 2vw;
    bottom: 1vw;
    animation: txt-wave2 2s ease-in-out infinite;

}
.new_partner_box .img_box img.img_part05{
    bottom: 3vw;
    left: 32vw;
    animation: txt-wave2 2s ease-in-out 1s infinite;

}
.new_partner_box .img_box img.img_part06{
    top: 2vw;
    right: 10vw;
    animation: txt-wave2 1.5s ease-in-out .5s infinite;

}
.new_partner_box .img_box img.img_part07{
    right: 4vw;
    top: 16vw;
    animation: txt-wave2 2s ease-in-out .1s infinite;

}
.new_partner_box .img_box img.img_part08{
    right: 27vw;
    top: 21vw;
    animation: txt-wave2 2s ease-in-out 1s infinite;

}
.new_partner_box .img_box img.img_part09{
    bottom: 1vw;
    right: 13vw;
    animation: txt-wave2 2s ease-in-out .5s infinite;

}
.new_partner_box .fs-40 span{
    color: #003dd8;
}
.new_partner_box .fs-40{
    margin-bottom: 20px;
}
#contact_step iframe{
    width: 100%;
    height: 700px;
    border: none;
}