@charset "utf-8";
/* SERVICE CSS  */

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px;
}


.mb60 {
    margin-bottom: 60px;
}

.center {
    text-align: center;
}


/* 서비스 마다 배경 이미지 상이함 */
#service_pg.bg_img {
    background-image: url('../images/sda2-topbg.jpg');
}

#service_ssp.bg_img {
    background-image: url('../images/sda3-topbg.jpg');
}

#service_b2b.bg_img {
    background-image: url('../images/b2b-topbg.jpg');
}

#service_spage.bg_img {
    background-image: url('../images/sspage-topbg.jpg');
}

#service_sp_b2b.bg_img {
    background-image: url('../images/sp_bg.jpg');
    background-position-y: 50%;
}

#service_medipick.bg_img {
    background-image: url('../images/medipic_bg.jpg');
    background-position-y: 90%;
}

/* 메인 타이틀 텍스트 */
.service_wrap .text_box .tit_txt {
    font-size: 20px;
}

.service_wrap .text_box .tit_txt_sm {
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
}

/* imgbox */

 
.img_box > div {
    margin: 200px 0;
}

/* service_conBox  */
.aplication_ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;
}

.aplication_ul li {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex; 
    text-align: center;
    justify-content: flex-start; 
    align-items: center;
    flex-direction: column;
}

.aplication_ul li .ser_li_img {
    height: 80px;
}
 
.aplication_ul .num {
    width: 85px;
    height: 30px;
    line-height: 15px;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #2F5DED;
    background-color: #fff;
    color: #2F5DED;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px;
}

.service_conBox p.txt1 {
    text-align: center;
    color: #4b4b4b;
    font-weight: bold;
    margin-top: 65px;
}

.cir_box { 
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%; 
    bottom: 30px;
    transform: translateX(-50%);
}

.circle_event { 
    width: 100%;
    height: 100%;
    background-color: #616161;
    border-radius: 50%;
}
  
.circle_event.event_on {
    background-color: #2F5CED;
    animation-duration: 1.5s; 
    animation-name: sparkle;
    animation-iteration-count: infinite;
}

.cir_box .em_bar {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: calc(100% + 187px);
    border-top: 2px dashed #CECECE;
    height: 0px;  
}

.aplication_ul li:last-child .cir_box .em_bar {
    display: none;
}

/* medipick start */ 
#mediBtn {
    text-align: center;
    height: 100px;
    margin-bottom: 60px;
}

a.ser_button {
    position: relative;
    display: inline-block;
    width: 300px;
    background-color: #2F5CED;
    box-shadow: 1px 2px 5px #aaaaaabd;
    color: #fff;
    padding: 30px;
    border-radius: 40px;
    transition: .3s;
}

.arrow_medi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    background-color: #fff;
    width: 50px;
    height: 2px;
    margin-left: 10px;
    transition: .3s;
}

.arrow_medi::after {
    position: absolute;
    right: 11.9px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 15px;
    height: 21px;
    border-top: 2px solid #fff;
    transform: rotate(39deg) translateY(-50%);
}

.ser_button:hover .arrow_medi {
    width: 70px;
}

.ser_button:hover {
    padding-right: 90px;
}

/* content box gray */ 
.service_conBox_2 {
    display: flex;
    justify-content: center;
    margin: 150px auto;
}

.service_conBox_2 .scBox {
    position: relative;
    text-align: center;
    background-color: #FAFAFA;
    padding: 70px;
    max-width: 340px;
}
 
.service_conBox_2 .scBox p {
    font-weight: bold;
    color: #2F5DED;
    line-height: 1.2;
    font-size: 19px; 
    text-align: center;
    word-break: keep-all;
}

.service_conBox_2 .scBox p.sm_text {
    font-size: 16px;
    font-weight: normal;
    font-family: 'NanumSquareAcr' !important;
    margin-top: 20px;
    word-break: keep-all;
}
 
.service_conBox_2 .scBox img {
    margin-bottom: 30px;
    width: 50px;
}
  
.service_conBox_2 .scBox.left_b::after,
.service_conBox_2 .scBox.right_b::after {
    position: absolute;
    content: '';
    top: 0;
    width: 150px;
    height: 100%;
    background-color: #FAFAFA;
    z-index: -1;
}
 
.service_conBox_2 .scBox.left_b::after {
    right: 100%;
    border-radius: 150px 0 0 150px;
}

.service_conBox_2 .scBox.right_b::after {
    left: 100%;
    border-radius: 0 150px 150px 0;
}

 

/* PG SERVICE part */

.section01 {
    margin: 100px 0 200px 0;
}
 
.pg_img_1 {
    margin: 150px 0;
}

 
/* sspage start */
#ssp_container .sspage_img_2 {
    margin-top: 100px;
}

#b2b_container .aplication_ul li {
    width: 170px;
    height: auto;
    padding: 10px;
    border-radius: 25px;
    min-width: 110px;
    border: 1px solid #CECECE;
}
 
#b2b_container .aplication_ul {
    gap: 78px;
    width: 90%;
    justify-content: flex-start;
    margin-top: 80px;
    flex-wrap: wrap;
}

#b2b_container .mb02 {
    margin-top: 250px;
}

#b2b_container .service_conBox p.txt1 {
    margin-top: 0;
}


/* spage start */

.service_wrap .tt_box,
.service_wrap .tt_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.service_wrap .tt01_2 {
    color: #3c3c3c;
    font-family: 'NanumSquareAcr' !important;
    margin-left: 20px;
    font-size: 17px;
}

/* sp_b2b start */

#sp_b2b_container p.m_mt15 {
    margin-top: 15px;
}

#sp_b2b_container .service_conBox_2 {
    width: 80%;
}

#sp_b2b_container .service_conBox_2 .scBox {
    padding: 70px 30px;
}

.service_conBox_2 .scBox.left_b::after {
    width: 180px;
    border-radius: 170px 0 0 170px;
}

.service_conBox_2 .scBox.right_b::after {
    width: 180px;
    border-radius: 0 170px 170px 0;
}
 

@media only screen and (max-width: 1400px) {
    #b2b_container .aplication_ul {
        gap: 63px;
        width: 100%;
    }

    .cir_box .em_bar {
        width: calc(100% + 152px);
    }
}

@media only screen and (max-width: 1200px) {

    .service_conBox_2 {
        width: 75%;
    }
   
    .service_conBox_2 .scBox {
        padding: 60px 20px;
    }

    .service_conBox_2 .scBox p {
        font-size: 16px;
    } 
   
    .cir_box .em_bar {
        width: calc(100% + 122px);
    }

    #b2b_container .aplication_ul {
        gap: 21px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
 
    .service_conBox_2 {
        width: 80%;
    }

    .service_conBox_2 .scBox.left_b::after,
    .service_conBox_2 .scBox.right_b::after {
        width: 100px;
    }

    .service_conBox_2 .scBox p {
        line-height: 1.4;
        font-size: 16px;
    }

    .service_conBox_2 .scBox img {
        width: 40px;
    }

    .service_conBox_2 .scBox {
        max-width: initial;
    }

    .aplication_ul li .ser_li_img {
        height: 70px;
    }
 
    .aplication_ul .num {
        width: 65px;
        height: 25px;
        line-height: 9px; 
        font-size: 13px;  
        margin-bottom: 30px;
    }

    .cir_box .em_bar {
        width: calc(100% + 90px);
    }
    .circle_event { width: 12px; height: 12px; }

    /* sp_b2b start */
    #sp_b2b_container .service_conBox_2 {
        width: 100%;
        flex-direction: column;
        gap: 30px 0;
    }

    #sp_b2b_container .service_conBox_2 .scBox.left_b::after,
    #sp_b2b_container .service_conBox_2 .scBox.right_b::after {
        display: none;
    }

    #sp_b2b_container .service_conBox_2 .scBox p,
    #sp_b2b_container .service_conBox_2 .scBox p.sm_text {
        line-height: 1.4;
        font-size: 18px;
    }

    #sp_b2b_container .service_conBox_2 .right_b .sm_text {
        width: 370px;
        margin: 0 auto;
        margin-top: 20px;
    }

    #sp_b2b_container .service_conBox_2 .scBox {
        border-radius: 20px;
    }

}

@media only screen and (max-width: 767px) {
  
    .aplication_ul {
        flex-wrap: wrap;
        width: 480px;
        gap: 100px 5px;
    }

    .aplication_ul .num { 
        margin-bottom: 20px;
    }

    .aplication_ul li {
        width: 30%; 
    }

    .aplication_ul li:nth-child(3) .cir_box .em_bar {
        display: none;
    }

    .circle_event { 
        bottom: 50px;
    }

    .cir_box .em_bar {
        width: calc(100% + 140px);
    }
   
    .service_conBox_2 {
        width: 86%;
    }
 
    .service_conBox_2 .scBox.left_b::after,
    .service_conBox_2 .scBox.right_b::after {
        display: none;
    }

    .service_conBox_2 {
        width: 100%;
        flex-direction: column;
        gap: 30px 0;
    }

    .service_conBox_2 .scBox {
        border-radius: 20px;
    }

    .service_conBox_2 .scBox img {
        width: 50px;
    }

    .service_conBox_2 .scBox p,
    .service_conBox_2 .scBox p.sm_text {
        line-height: 1.4;
        font-size: 18px;
    }

    .service_conBox_2 .right_b .sm_text {
        width: 370px;
        margin: 0 auto;
        margin-top: 20px;
    }

    #medipick_container .service_conBox_2 .right_b .sm_text {
        width: auto !important;
    }  
    
    .service_wrap .tt_box {
        flex-direction: column; 
    }
  
    .service_wrap .tt01_2 { 
        margin: 10px 0;
        font-size: 14px;
    } 

     
        .img_box > div {
            margin: 120px 0;
        }

} 
 

@media only screen and (max-width: 631px) {
  
    .service_conBox_2 {
        width: 90%;
    }

    .service_conBox_2 .scBox {
        padding: 40px 5px;
    }  
}


@media only screen and (max-width: 600px) {


    #sp_b2b_container .service_conBox_2 .right_b .sm_text {
        width: 100%;
    }
 
    .service_conBox_2 .scBox img {
        width: 40px;
    }

    #sp_b2b_container .service_conBox_2 .scBox p,
    #sp_b2b_container .service_conBox_2 .scBox p.sm_text {
        line-height: 1.4;
        font-size: 16px;
    }
}

@media only screen and (max-width: 518px) {
    .aplication_ul {
        width: 330px;
    }

    .cir_box .em_bar {
        width: calc(100% + 90px);
    }

    .aplication_ul li .ser_li_img {
        height: 60px;
    }
 
    .aplication_ul li { 
        height: 185px; 
    }

    .aplication_ul .num {
        width: 60px;
        height: 20px;
        line-height: 6px;
        font-size: 12px; 
    }
}

@media only screen and (max-width: 500px) {
  
    .service_conBox p.txt1 {
        font-size: 11px;
        line-height: 1.2;
        font-weight: normal;
    }
 
    #b2b_container .aplication_ul {
        width: 100%;
    }

    a.ser_button {
        padding: 20px;
    }

}


@media only screen and (max-width: 375px) {
  
    .aplication_ul {
        width: 100%;
        gap: 50px 5px;
    }

    .aplication_ul li {
        width: 49%;
        height: 155px;
    }

    .aplication_ul li .ser_li_img {
        height: 70px;
    }
  
    .cir_box {
        display: none;
    }

    .service_conBox p.txt1 { 
        margin-top: 15px;
    }

    .pg_img_1 {
        margin: 70px 0;
    }

    #b2b_container .aplication_ul li {
        width: 110px;
    }
 
    a.ser_button {
        width: 260px;
    }

    .arrow_medi {
        width: 40px;
    }

    .ser_button:hover .arrow_medi {
        width: 60px;
    }
  
    .service_wrap .text_box .tit_txt {
        font-size: 18px;
    }
    .service_wrap .text_box .tit_txt_sm {
        font-size: 14px;
    }

    .aplication_ul .num {
        font-weight: 700; 
        line-height: 6px;
        font-size: 11px;
    }
 
}

@keyframes sparkle {
    0% {
       opacity: 0.4;
    }

    50% {
        opacity: 1;
        animation-timing-function: cubic-bezier(.67,.45,.24,.98)
    }
    100% {
        opacity: 0.4;
     }
} 