.elementor-3155 .elementor-element.elementor-element-d4e26f0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6488890 */@charset "utf-8";
/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
/* 색 설정 */
:root {
    --main-color: #2A4473;
    --black-color : #222;
    --white-color : #fff
}

/* 스크롤 커스텀 */
html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: var(--main-color); border-radius: 10px;}

/* 드래그 블록 커스텀 */
::selection { background-color:var(--main-color); color:#fff; }


/* default */
*{
    font-size: 16px;
    font-weight: inherit;
    font-family: 'Pretendard', sans-serif;
    color : #333;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: 120%;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block; }
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto; }


.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('https://mdcell.co/wp-content/themes/jupiterx/img/surgishield_kr/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }
p{ word-break: keep-all; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */
/*.jupiterx-main-header:not(.jupiterx-main-header-custom){ display:none; }*/
/*.jupiterx-main-content{ padding:0;}*/
/*.jupiterx-main-content>.container>.row>[class*=col-]{ padding:0; }*/
/*.jupiterx-main-content>.container>.row{*/
/*    margin-right: 0;*/
/*    margin-left: 0;*/
/*}*/
/*.elementor-84 .elementor-element.elementor-element-bac816a{ max-width:unset; padding:0;}*/
/*.container{ max-width:unset; padding:0; width:100%; }*/
/*.e-con.e-flex>.e-con-inner{ max-width:unset; padding:0; }*/
/*.e-con{*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*    padding-right: 0;*/
/*    padding-left: 0;*/
/*}*/
.jupiterx-main-header:not(.jupiterx-main-header-custom){ display:none; }
.jupiterx-main-content{ padding:0;}
.jupiterx-main-content>.container>.row>[class*=col-]{ padding:0; }
.elementor-2567 .elementor-element.elementor-element-bac816a{ max-width:unset; padding:0;}
.container{ max-width:unset; padding:0; width:100%; overflow-x:hidden;}
.e-con.e-flex>.e-con-inner{ max-width:unset; padding:0; }
.e-con{
    padding-top: 0;
    padding-bottom: 0;

}
.elementor-element.elementor-element-d4e26f0.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
    padding-right: 0;
    padding-left: 0;
}
.jupiterx-main-content>.container>.row{
    margin-right: 0;
    margin-left: 0;
}
footer .e-con.e-flex>.e-con-inner{ max-width:1520px; padding:50px 10px; }
.f-info p{color : #aaa};
footer .e-con.e-flex>.e-con-inner{
    color: #e2e2e2
}
.elementor-widget-container{
    color: #e2e2e2;
}
/* section1 */
.section1 {
    height: 780px;
    position: relative;
    background: linear-gradient(90deg, rgba(223, 242, 246, 0.80) 50%, rgba(223, 242, 246, 0.20) 100%);
    overflow: hidden;
}
.section1::before {
    content: ' ';
    background: url('https://mdcell.co/wp-content/themes/jupiterx/img/surgishield_kr/sec1_bg2.png') no-repeat right center / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section1 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.section1 .text {
    position: relative;
}
.section1 .text::before{
    content: url('https://mdcell.co/wp-content/themes/jupiterx/img/surgishield_kr/sec1_bg1.png');
    position: absolute;
    top: -200%;
    left: -40%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.section1 .text h1 {
    color: #EF4444;
    font-family: Pretendard;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 4%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.section1 .text span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 20px;
    gap: 10px;
    background: #2A4473;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
.section1 .image {
    flex-shrink: 0;
    min-width: 0;
}
.section1 .image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
/* section2 */
.section2 {
    padding: 100px 0;
}
.section2 h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}
.section2 h3 span{
    display: block;
    color: #2A4473;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
}
.section2 .content1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: start;
    gap: 78px;
}
.section2 .content1 .image {
    flex: 7;
    height: 100%;
}
.section2 .content1 .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .content1 .info{
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.section2 .content1 .info .text1{
    background: #E3F2F5;
    padding: 10px;
    position: relative;
}
.section2 .content1 .info .text1::before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgba(227, 242, 245, 0.40);
    z-index:  -1;
}
.section2 .content1 .info .text1 p{
    color: #2A4473;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4%;
}
.section2 .content1 .info .text1 div {
    margin: 20px;
    position: relative;
}
.section2 .content1 .info .text1 div:before{
    content: ' ';
    width: 3px;
    height: 60px;
    background: #2A4473;
    position: absolute;
    top: 0;
    left: 0;
}
.section2 .content1 .info .text1 div span{
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 20px;
}

.section2 .content1 .info .text2 p{
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}
.section2 .content1 .info .text2 p b{
    font-weight: 500;
    font-size: 20px;
    position: relative;
}
.section2 .content1 .info .text2 p b::Before{
    content: ' ';
    width: 100%;
    height: 20px;
    background: rgba(0, 179, 255, 0.10);
    position: absolute;
    top: 0;
    left: 0;
}
.section2 .content1 .info .text2 .images{
    margin-top: 20px;
}
.section2 .content1 .info .text2 .images img{
    width: 142px;
    height: 142px;
    object-fit: cover;
    margin-right: 24px;
}
.section2 .content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: start;
    gap: 78px;
    margin-top: 30px;
}
.section2 .content2 .image {
    flex: 1;
}
.section2 .content2 .info{
    flex: 1;
    padding: 30px;
    border-radius: 4px;
    background: rgba(227, 242, 245, 0.40);
}
.section2 .content2 .info h3{
    border-bottom: 1px solid #AFC9D4;
    padding-bottom: 20px;
}
.section2 .content2 .info h3 b{
    display: inline-block;
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 4%;
    background: #EF4444;
    padding: 4px 12px;
    margin-bottom: 4px;
}
.section2 .content2 .info h3 span{
    color: #2A4473;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
}
.section2 .content2 .info .text p{  
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 20px;
}
.section2 .content2 .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* section3 */
.section3 {
    padding: 50px 0;
    background: linear-gradient(277deg, #153E87 0%, #456399 100%);
}
.section3 h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.section3 h3 span{
    display: block;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}
.section3 h3 em{
    display: block;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.section3 .content{
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.section3 .content .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 48%;
}
.section3 .content .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .content .item .text{
    flex: 1;
}
.section3 .content .item .text .title{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 4%;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.section3 .content .item .text .detail{
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%; 
    margin-top: 10px;
}
/* section4 */
.section4 {
    padding: 100px 0;
}
.section4 h3{
    text-align: center;
}
.section4 h3 span{
    color: #2A4473;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 4%;
    display: block;
}
.section4 h3 b{
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    background: #EF4444;
    padding: 4px 12px;
    margin-bottom: 4px;

}
.section4 .image {
    margin-top: 30px;
}
.section4 .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section4 .mobile-ver {
    display: none;
}
.section4 .mobile-ver p{
    border-radius: 100px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.section4 .mobile-ver p:before{
    content: ' ';
    width: 8px;
    height: 8px;
    background: #1B438A;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.section4 .mobile-ver p b{
    color: #2A4473;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; 
}
/* section5_1 */
.section5 {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFF 0%, #E3F2F5 100%);
}
.section5_1 .title{
    position: relative;
}
.section5_1 .title::before{
    content: url('https://mdcell.co/wp-content/themes/jupiterx/img/surgishield_kr/sec5_img6.png');
    position: absolute;
    top: -28%;
    left: -4%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.section5_1 .title h3 {
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2.5px);
    font-size: 32px;
    font-weight: 400;
    line-height: 140%; 
}
.section5_1 .title h3 b{
    display: block;
    color: #2A4473;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}
.section5_1 .title p.t1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
}
.section5_1 .title p.t2 {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
.section5_1 .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
}
.section5_1 .content .image {
    flex: 5;
    background: #E3F2F5;
}
.section5_1 .content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section5_1 .content .info{
    flex: 7;
}
.section5_1 .content .info h4{
    text-align: center;
    padding: 16px 4px;
    background: linear-gradient(277deg, #153E87 0%, #456399 100%);
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}
.section5_1 .content .info h4 span{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.section5_1 .content .info h4 b{
    font-size: 24px;
    color: #EF4444;
    font-weight: 600;
}
.section5_1 .content .info .before-after{
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.section5_1 .content .info .before-after .before{
    position: relative;
}
.section5_1 .content .info .before-after .before::after{
    content: 'BEFORE';
    color: #fff;
    border-radius: 4px;
    background: #7F7F7F;
    position: absolute;
    bottom: 10px;
    right: -10px;
    padding: 4px 12px;
}
.section5_1 .content .info .before-after .after{
    position: relative;
}
.section5_1 .content .info .before-after .after::after{
    content: 'AFTER';
    color: #fff;
    border-radius: 4px;
    background: #1B4389;
    position: absolute;
    bottom: 10px;
    right: -10px;
    padding: 4px 12px;
}
.section5_1 .content .info .before-after img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.section5_1 .content .info .chart{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section5_1 .content .info .chart div{
    flex: 1;
    text-align: center;
}
.section5_1 .content .info .chart div img{
    width: 100%;
    height: 100%;
    object-fit: contain
}
.section5_1 .content .info .chart div span{
    display: block;
}
.section5_1 .content .info .text{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}
/* section5_2 */
.section5_2{
    padding-top: 100px;
}
.section5_2 .title h3{
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
}
.section5_2 .title h3 b{
    display: block;
    color: #2A4473;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}
.section5_2 .content{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
}
.section5_2 .content .item{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    gap: 60px;
}
.section5_2 .content .item .image{
    width: 162px;
    height: 162px;
    border: 1px solid #D2E3E7;
    background: #F7FCFC;
}
.section5_2 .content .item .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.section5_2 .content .item .text{
    flex: 1;
}
.section5_2 .content .item .text span{
    position: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 4px;
    background: #2A4473;
    padding: 4px 12px;
}
.section5_2 .content .item .text p{
    margin-top: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; 
}
/* 반응형 - tablet */
@media screen and (max-width: 1250px) {
    .inner{
        padding: 0 40px;
    }
    .section1 .text h1 {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .section1 .text span {
        font-size: 28px;
        padding: 8px 16px;
    }
    .section1 .text::before {
        transform: scale(0.8);
        top: -220%;
        left: -50%;
    }
    .section1 .image {
        max-width: 50%;
    }
    .section2 {
        padding: 70px 0;
    }
    .section2 h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .section2 h3 span {
        font-size: 24px;
    }
    .section2 .content1 {
        gap: 40px;
    }
    .section2 .content1 .info .text1 p {
        font-size: 20px;
    }
    .section2 .content1 .info .text1 div span {
        font-size: 18px;
    }
    .section2 .content1 .info .text2 p {
        font-size: 16px;
    }
    .section2 .content1 .info .text2 p b {
        font-size: 18px;
    }
    .section2 .content1 .info .text2 .images img {
        width: 110px;
        height: 110px;
        margin-right: 16px;
    }
    .section2 .content2 {
        gap: 40px;
        margin-top: 24px;
    }
    .section2 .content2 .info {
        padding: 24px;
    }
    .section2 .content2 .info h3 b,
    .section2 .content2 .info h3 span {
        font-size: 26px;
    }
    .section2 .content2 .info .text p {
        font-size: 16px;
        margin-top: 16px;
    }
    /* section3 - tablet */
    .section3 {
        padding: 40px 0;
    }
    .section3 h3 {
        font-size: 18px;
    }
    .section3 h3 span {
        font-size: 24px;
    }
    .section3 .content {
        margin: 40px 0;
        gap: 20px;
    }
    .section3 .content .item .text .title {
        font-size: 18px;
    }
    .section3 .content .item .text .detail {
        font-size: 16px;
    }
    /* section4 - tablet */
    .section4 {
        padding: 70px 0;
    }
    .section4 h3 b {
        font-size: 24px;
    }
    .section4 h3 span {
        font-size: 28px;
    }
    .section4 .image {
        margin-top: 24px;
    }
    .section4 .image img {
        height: auto;
        object-fit: contain;
    }
    /* section5_1 - tablet */
    .section5 {
        padding: 70px 0;
    }
    .section5_1 .title h3,
    .section5_1 .title h3 b {
        font-size: 26px;
    }
    .section5_1 .title p.t1 {
        font-size: 18px;
    }
    .section5_1 .content {
        gap: 20px;
        margin-top: 24px;
    }
    .section5_1 .content .info h4,
    .section5_1 .content .info h4 span,
    .section5_1 .content .info h4 b {
        font-size: 20px;
    }
    .section5_1 .content .info .before-after {
        gap: 32px;
        margin: 16px 0;
        padding-bottom: 16px;
    }
    .section5_1 .content .info .chart div span {
        font-size: 14px;
    }
    .section5_1 .content .info .text {
        font-size: 14px;
    }
    /* section5_2 - tablet */
    .section5_2 {
        padding-top: 70px;
    }
    .section5_2 .title h3,
    .section5_2 .title h3 b {
        font-size: 26px;
    }
    .section5_2 .content {
        gap: 20px;
        margin-top: 24px;
    }
    .section5_2 .content .item {
        padding: 32px 16px;
        gap: 40px;
    }
    .section5_2 .content .item .image {
        width: 140px;
        height: 140px;
    }
    .section5_2 .content .item .text p {
        font-size: 18px;
    }
}

/* 반응형 - 960px */
@media screen and (max-width: 960px) {
    .section1 {
        height: 580px;
    }
    .section1 .text::before{
        display: none;
    }
    .section1 .text h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .section1 .text span {
        font-size: 24px;
        padding: 8px 16px;
    }
    .section2 {
        padding: 50px 0;
    }
    .section2 h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section2 h3 span {
        font-size: 22px;
    }
    .section2 .content1 {
        flex-direction: column;
        gap: 24px;
    }
    .section2 .content1 .image {
        width: 100%;
        order: 1;
    }
    .section2 .content1 .image img {
        width: 100%;
        height: auto;
        max-height: 360px;
    }
    .section2 .content1 .info {
        order: 2;
        flex-direction: row;
        gap: 16px;
        width: 100%;
    }
    .section2 .content1 .info .text1,
    .section2 .content1 .info .text2 {
        flex: 1;
    }
    .section2 .content1 .info .text1 p {
        font-size: 18px;
    }
    .section2 .content1 .info .text1 div span {
        font-size: 16px;
        margin-left: 16px;
    }
    .section2 .content1 .info .text2 .images img {
        width: 90px;
        height: 90px;
        margin-right: 12px;
    }
    .section2 .content2 {
        flex-direction: column;
        gap: 24px;
        margin-top: 20px;
    }
    .section2 .content2 .image {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .section2 .content2 .image img {
        width: 80%;
        height: 100%;
        object-fit: contain;
    }
    .section2 .content2 .info {
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .section2 .content2 .info h3{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .section2 .content2 .info h3 b,
    .section2 .content2 .info h3 span {
        font-size: 22px;
        margin-top: 4px;
    }
    .section2 .content2 .info .text p {
        font-size: 15px;
        margin-top: 12px;
    }
    /* section3 - 960px */
    .section3 {
        padding: 36px 0;
    }
    .section3 h3,
    .section3 h3 em {
        font-size: 15px;
    }
    .section3 h3 span {
        font-size: 18px;
    }
    .section3 .content {
        margin: 36px 0;
        gap: 12px;
    }
    .section3 .content .item {
        gap: 16px;
    }
    .section3 .content .item .image {
        flex: 0 0 36%;
        min-width: 0;
    }
    .section3 .content .item .image img {
        width: 100%;
        height: auto;
        max-height: 160px;
        object-fit: cover;
    }
    .section3 .content .item .text .title {
        font-size: 17px;
        padding: 8px 0;
    }
    .section3 .content .item .text .detail {
        font-size: 15px;
        margin-top: 8px;
    }
    /* section4 - 960px */
    .section4 {
        padding: 50px 0;
    }
    .section4 h3 b {
        font-size: 22px;
        padding: 4px 10px;
    }
    .section4 h3 span {
        font-size: 24px;
    }
    .section4 .image {
        margin-top: 20px;
    }
    .section4 .image img {
        height: auto;
    }
    /* section5_1 - 960px */
    .section5 {
        padding: 50px 0;
    }

    .section5_1 .content .image {
        width: 100%;
    }
    .section5_1 .content .info {
        width: 100%;
    }
    .section5_1 .title h3,
    .section5_1 .title h3 b {
        font-size: 22px;
    }
    .section5_1 .title p.t1 {
        font-size: 17px;
    }
    .section5_1 .content .info h4,
    .section5_1 .content .info h4 span,
    .section5_1 .content .info h4 b {
        font-size: 18px;
    }
    .section5_1 .content .info .before-after {
        gap: 24px;
        margin: 16px 0;
        padding-bottom: 16px;
    }
    .section5_1 .content .info .before-after img{
        width: 120px;
        height: 120px;
    }
    .section5_1 .content .info .before-after .before::after,
    .section5_1 .content .info .before-after .after::after {
        padding: 3px 10px;
        font-size: 12px;
    }
    
    .section5_1 .content .info .chart {
        gap: 16px;
        margin-bottom: 16px;
    }
    .section5_1 .content .info .chart div span {
        font-size: 13px;
    }
    .section5_1 .content .info .text {
        font-size: 13px;
    }
    /* section5_2 - 960px */
    .section5_2 {
        padding-top: 50px;
    }
    .section5_2 .title h3,
    .section5_2 .title h3 b {
        font-size: 22px;
    }
    .section5_2 .content {
        gap: 20px;
        margin-top: 24px;
    }
    .section5_2 .content .item {
        padding: 20px;
        gap: 24px;
    }
    .section5_2 .content .item .image {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 780px) {
    .section5_2 .content {
        flex-direction: column;
    }
    .section5_2 .content .item .image {
        width: 100px;
        height: 100px;
    }
    
}
/* 반응형 - mobile */
@media screen and (max-width: 650px) {
    .inner{
        padding: 0 20px;
    }
    .section1 {
        height: auto;
    }
    .section1 .inner {
        padding:50px 0;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .section1 .text::before {
        top: -120%;
        left: 50%;
        transform: translateX(-50%);
    }
    .section1 .text h1 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .section1 .text span {
        font-size: 18px;
        padding: 6px 14px;
    }
    .section2 {
        padding: 40px 0;
    }
    .section2 h3 {
        font-size: 18px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .section2 .content1 {
        gap: 20px;
    }
    .section2 .content1 .info .text1 {
        padding: 12px;
    }
    .section2 .content1 .info .text1 p {
        font-size: 16px;
    }
    .section2 .content1 .info .text1 div {
        margin: 12px;
    }
    .section2 .content1 .info .text1 div:before {
        height: 40px;
    }
    .section2 .content1 .info .text1 div span {
        font-size: 14px;
        margin-left: 12px;
        margin-bottom: 6px;
    }
    .section2 .content1 .info .text2 p {
        font-size: 14px;
    }
    .section2 .content1 .info .text2 p b {
        font-size: 15px;
    }
    .section2 .content1 .info .text2 .images {
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .section2 .content1 .info .text2 .images img {
        width: 70px;
        height: 70px;
        margin-right: 0;
    }
    /* 650px 이하: content1 .info 세로 배열, content2 세로 배열 */
    .section2 .content1 .info {
        flex-direction: column;
    }
    .section2 .content1 .info .text1,
    .section2 .content1 .info .text2 {
        flex: none;
    }
    .section2 .content2 {
        flex-direction: column;
        gap: 20px;
        margin-top: 16px;
    }
    .section2 .content2 .image {
        width: 100%;
        order: 1;
    }
    .section2 .content2 .image img {
        width: 100%;
        max-height: 280px;
    }
    .section2 .content2 .info {
        order: 2;
        padding: 16px;
    }
    .section2 .content2 .info h3 {
        padding-bottom: 14px;
    }
    .section2 .content2 .info h3 b,
    .section2 .content2 .info h3 span {
        font-size: 18px;
    }
    .section2 .content2 .info .text p {
        font-size: 14px;
        margin-top: 10px;
    }
    /* section3 - mobile */
    .section3 {
        padding: 30px 0;
    }
    .section3 h3 {
        font-size: 14px;
        line-height: 1.5;
    }
    .section3 h3 span {
        font-size: 18px;
    }
    .section3 h3 em{
        display: inline;
        font-size: 14px;
    }
    .section3 .content {
        margin: 24px 0;
        gap: 20px;
    }
    .section3 .content .item {
        width: 100%;
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }
    .section3 .content .item .image {
        flex: 0 0 32%;
        min-width: 0;
    }
    .section3 .content .item .image img {
        width: 100%;
        height: auto;
        max-height: 140px;
        object-fit: cover;
    }
    .section3 .content .item .text .title {
        font-size: 16px;
        padding: 8px 0;
    }
    .section3 .content .item .text .detail {
        font-size: 14px;
        margin-top: 6px;
    }
    /* section4 - mobile */
    .section4 {
        padding: 40px 0;
    }
    .section4 h3 b {
        font-size: 18px;
        padding: 4px 8px;
    }
    .section4 h3 span {
        font-size: 18px;
    }
    .section4 .image {
        margin-top: 16px;
    }
    .section4 .image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    /* section5_1 - mobile (650px) */
    .section5 {
        padding: 40px 0;
    }
    .section5_1 .title h3,
    .section5_1 .title h3 b {
        font-size: 18px;
    }
    .section5_1 .title p.t1 {
        font-size: 15px;
        margin-top: 8px;
    }
    .section5_1 .content .info h4,
    .section5_1 .content .info h4 span,
    .section5_1 .content .info h4 b {
        font-size: 14px;
        padding: 10px 8px;
        line-height: 1.4;
    }
    .section5_1 .content .info .before-after {
        gap: 16px;
        margin: 14px 0;
        padding-bottom: 14px;
    }
    .section5_1 .content .info .before-after .before,
    .section5_1 .content .info .before-after .after {
        max-width: 120px;
    }
    .section5_1 .content .info .before-after .before::after,
    .section5_1 .content .info .before-after .after::after {
        padding: 2px 8px;
        font-size: 11px;
        bottom: 6px;
        right: -6px;
    }
    .section5_1 .content .info .before-after img{
        width: 100px;
        height: 100px;
    }
    .section5_1 .content .info .chart {
        gap: 12px;
        margin-bottom: 14px;
    }
    .section5_1 .content .info .chart div span {
        font-size: 12px;
    }
    .section5_1 .content .info .text {
        font-size: 12px;
    }
    /* section5_2 - mobile (650px) */
    .section5_2 {
        padding-top: 40px;
    }
    .section5_2 .title h3,
    .section5_2 .title h3 b {
        font-size: 18px;
    }
    .section5_2 .content {
        gap: 16px;
        margin-top: 20px;
    }
    .section5_2 .content .item {
        padding: 24px 16px;
        gap: 16px;
    }
    .section5_2 .content .item .image{
        width: 80px;
        height: 80px;
    }
    .section5_2 .content .item .text p{
        font-size: 15px;
    }
}
@media screen and (max-width: 590px){
    /* section5_1 - 480px (세로배열 전환) */
    .section5 {
        padding: 32px 0;
    }
    .section5_1 .content {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .section5_1 .content .image {
        display: none;
    }
    .section5_1 .title::before{
        transform: scale(0.8);
        top: -40%;
        left: -15%;
    }
    .section5_1 .content .info .before-after .before,
    .section5_1 .content .info .before-after .after {
        max-width: 100px;
    }
}
/* 480px 이하: section4 .mobile-ver만 표시, .image 숨김 / section5_1 세로배열 */
@media screen and (max-width: 480px) {
    .section4 .image {
        display: none;
    }
    .section4 .mobile-ver {
        display: block;
    }
    .section5_1 .content .image {
        display: block;
    }
}/* End custom CSS */