@charset "utf-8";
/* award, secret, newAging, labs, recommend, techniques ->  sub_common.css */
/* #content */
.img_box img{width: 100%; }
.p_color{ color: #047CAC !important;}
*{box-sizing: border-box;}
.sub_visual {width: 100%; padding-top: calc(800/1920 * 100%); background-image: url(../images/img_visual_pc.jpg);
    background-repeat: no-repeat; background-position: center; background-size: contain;}


.container section .inner{padding: 160px 12.6%;}
.container .title_box{text-align: center}
.container .title_box h4{font-size: 64px; line-height: 1.5; font-weight: 700; color: var(--gray-color-1000); }
.container .title_box .sub_title{font-size: 50px;line-height: 1.5;font-weight: 700;color:#000;text-wrap: balance;word-break: keep-all;}
.container .title_box .sub_text{font-size: 36px;line-height: 1.5;font-weight: 400;color: var(--gray-color-1000);letter-spacing: -1px;}
.container .title_box .sub_text .mark{background: #B7E1F5; color: #047CAC;padding: 0 .2em;}
.container .content_box{margin-top: 60px;}

.intro .content_box{width: calc(960/ 1420 * 100%);margin: 60px auto 0;}
.img_boxes{display: flex;align-items: center;gap: 2%;/* gap: 32px; */}
.intro .img_box{border-radius: 20px; overflow: hidden}
.intro .text_box{margin-top: 10px; text-align: right;}
.intro .text_box .note_text{font-size: 15px;color: #898989;}

.technique{background: url(../images/img_technique_bg.jpg)no-repeat bottom center;}
.technique .inner{margin-top: 40px;}
.technique .visual_area{width: calc(680/ 1420 * 100%);margin: 0 auto;}
.technique .step_boxes{width: calc(1260 / 1420 * 100%);margin: 100px auto 0;display: flex;justify-content: space-between;gap: 30px;align-items: stretch;}
.technique .step_box_wrap{flex:1;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.technique .step_label{display: inline-block;font-size: 35px;font-weight: 700;padding: 14px 0;color: #fff;background: #047CAC;border-radius: 80px;z-index: 1;width:  190px;}
.technique .step_box_wrap .step_img img{border-radius: 10px; overflow: hidden;}
.technique .step_box{background: rgba(255, 255, 255, .95);border-radius: 30px;padding: 60px 0 24px;margin-top: -30px;flex-grow: 1;width: 100%;border: 1px solid #B1DAEE;}
.technique .step_box .step_img{width: 50%;text-align: center;margin: 0 auto;}
.technique .step_box .step_img img{width: 100%; display:block; }
.technique .step_text{font-size: 30px;line-height:1.4;color: var(--gray-color-1000);margin-top: 32px;}
.technique .banner_area{
     width: calc(1260 / 1420 * 100%);
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 43px;
     margin-top: 30px;
     border-radius: 30px;
     padding: 45px 0;
     background: rgba(255,255,255, .67);
     border: 1px solid #B1DAEE
     }
.technique .banner_area .img_box{width: calc(276/1260 * 100%)}
.technique .banner_area .text_box p{font-size: 32px; line-height: 1.5; color: var(--gray-color-1000); font-weight: 700;}

.point .point_list{width:calc(860/1420 * 100%); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px;}
.point .point_item{display: flex;justify-content: center;align-items: center;border:1px solid #C9E3ED;border-radius: 20px;width: 100%;height: 3.6em;}
.point .point_item{font-size: 26px; font-weight: 500; color: var(--gray-color-1000);}

.program{background: linear-gradient(180deg,#022B3F 0%, #0C4865 100%);}
.container .program .content_box{text-align: center;position: relative;margin-top: 0;color: #fff;}
.program h5{font-size:64px; letter-spacing: -1px;line-height: 1.5; margin: 20px 0;}
.program .label{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    background-color: #047CAC;
    border-radius: 100px;
    display: inline-block;
    padding: 0 32px;
    line-height: 2;
    }
.program .text_box{margin-bottom: 80px;display: flex; justify-content: center; align-items: center;}
.program .text_box p{font-size: 30px; line-height: 1.5;  letter-spacing: -1px;}
.program .img_box{width: calc(1082/1420 * 100%); margin: 0 auto;}

.solution .recommend{width: calc(860/1280* 100%);margin: 0 auto;}
.solution .recommend_list{margin-top:22px;}
.solution .recommend_item{border-bottom: 1px solid #C9E3ED;padding: 33px 0;}
.solution .recommend_item p{font-size: 26px;font-weight: 600;letter-spacing: -0.02em;position: relative;padding-top: 1.3em;}
.solution .recommend_item p::before{content: '';width: .5em;height: .5em;background:url(../images/img_reccomend_el.svg)no-repeat center;position: absolute;left: -0;top: 0;}
.solution .recommend_item .mark{background: #DFF4FD;color: #047CAC;}
.solution .case_boxes{width: calc(732/1280* 100%);display: grid;grid-template-columns: repeat(2, 1fr);justify-content: center;align-items: center;gap: 60px;margin:0 auto 100px;}
.solution .case_box{display:flex; flex-direction: column; justify-content: center; align-items: stretch;border-radius: 20px; overflow: hidden;}
.solution .case_box .text_box{background: #047CAC; color :#fff;padding: 10px; text-align: center; font-size: 26px; line-height: 1.5;letter-spacing: -0.02em; margin-top:-1px;}
.solution .recommend .title img{width: 100%;}

.banner{background:url(../images/img_banner_bg.png)no-repeat center center;}
.container .banner .inner{padding: 0 12.6%;display: flex;justify-content: center;align-items: center;position: relative;}
.banner h4{font-size: 64px;line-height: 1.4;}
.banner .main_text{font-size: 36px;line-height: 1.4;}
.banner .main_text strong{font-size: 1.5em;}
.banner .img_box{width: calc(743/1920 * 100%);}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .container [class*="section"] .inner{padding: 120px 12.6%;}
    .container .title_box .sub_title{font-size: 40px;}
    .container .title_box h4{font-size: 54px;text-wrap: balance;word-break: keep-all;}

    /* content */
    .container .banner .inner{padding: 0 8%;}


}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .intro .content_box{ width: calc(480 / 852 * 100%);}
    .intro .img_box{border-radius: 20px; overflow: hidden;}
    .intro .text_box{margin-top: 10px; text-align: right;}
    .intro .text_box .note_text{font-size: 15px;color: #898989;}

    .banner h4{font-size: 40px;}
    .banner .main_text{font-size: 24px;}
    .technique .step_boxes{width: 100%}
    .technique .banner_area{width:100%;}
    .solution .case_boxes{width: 100%;gap:  32px;}

}
@media screen and (max-width:1280px) {
    .container section .inner{padding-inline: 5%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .container .title_box .sub_text{font-size: 30px;}
    /* content */


}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .sub_visual {padding-top: calc(400/375 * 100%); background-image: url(../images/img_visual_mo.jpg); }
    .container section .inner{padding: 60px 5%;}
    .container .title_box h4{font-size: 48px;}

    /* content */


    .intro .content_box{width: 80%; margin-top:40px; }
    .intro .img_box{border-radius: 16px;}

    .technique .title_box h4 img{display: block;margin: 0 auto;}
    .technique .info_box_wrap{width: 68%;}
    .technique .info_box{font-size: 24px;padding: 24px 0;border-radius: 28px;}
    .technique .arrow{width: 24px;height: 72px;}
    .technique .step_boxes{gap: 8px;margin-top: 60px;}
    .technique .step_box{padding:80px 0 40px}
    .technique .step_box .step_img{width: 80%}
    .technique .step_label{font-size: 24px;width: 140px;}
    .technique .step_text{font-size: 24px;}
    .technique .text_box p{font-size: 36px;}
    .technique .banner_area{width: 100%;}
    .technique .banner_area .text_box p{font-size: 24px;}
    .program h5{font-size: 80px;}
    .program .label{font-size: 28px;}
    .program .text_box{margin-bottom: 60px;}
    .program .text_box p{font-size: 24px;}
    .program .img_box{width: 80%; }

    .point .point_list{width: 100%;}
    

    .solution .recommend{width: 80%;}
    .container .banner .inner{padding: 0 5%;}
    .banner h4{font-size: 36px;}
    .banner .main_text{font-size: 22px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:769px) {
    #wrap { min-width: 375px; }
    .container section .inner{padding: 60px 24px;}
    .container .content_box{margin-top: 30px;}

    /* content */
    .container .title_box .sub_title{font-size:18px;margin: .5em 0;}
    .container .title_box h4{font-size: 24px;}
    .container .title_box .sub_text{font-size: 14px;text-wrap:balance;word-break:keep-all;}

    .intro .content_box{width: 100%; margin-top:30px; }
    .intro .img_box{border-radius: 10px;}
    .intro .text_box .note_text{font-size: 10px;}

    .technique{background-image: url(../images/img_technique_bg_mo.jpg);}
    .technique .title_box h4 img{width: 50%;}
    .technique .title_box h4{font-size: 34px;margin-top: 8px;}
    .technique .info_box_wrap{width: 300px;gap: 12px;}
    .technique .info_box{font-size: 16px;padding: 16px 0;border-radius: 18px;border-width: 2px;gap: 8px;}
    .technique .visual_area{width: 100%;}
    .technique .step_boxes{width: 100%;gap: 10px;flex-direction: column;margin-top: 30px;}
    .technique .step_box{padding: 40px 0 28px;margin-top: -14px;border-radius: 16px;}
    .technique .step_label{font-size: 16px;width: 100px;padding: 8px 0;}
    .technique .step_text{font-size: 16px;}
    .technique .text_box p{font-size: 22px;}
    .technique .banner_area{gap : 10px;padding: 16px 40px;border-radius:7px;margin-top: 28px;}
    .technique .banner_area .img_box,.technique .banner_area .text_box{flex: 1;}
    .technique .banner_area .text_box p{font-size: 16px;text-wrap:balance; word-break:break-all;}
    .technique .step_box .step_img{width: 50%;}

    .program .content_box{display: flex;flex-direction: column;align-items: center;}
    .program .content_box .label {order: 1;}
    .program .content_box .text_box {order: 2;}
    .program .content_box h5 {order: 3;}
    .program h5{font-size: 34px;margin: 0 0 30px 0;line-height: 1.5;}
    .program .label{font-size: 18px;padding: 0 16px;width: max-content;}
    .program .text_box{margin: 13px 0;}
    .program .text_box p{font-size: 16px;}
    .program .img_box{width: 100%;order:5;}

    .point .title_box h4{font-size: 34px;}
    .point .point_item{font-size: 16px;border-radius: 12px;text-wrap: balance;word-break: keep-all;padding: 0 8px;text-align: center;line-height: 1.2;}

    .solution .title_box h4{font-size: 34px;}
    .solution .case_boxes{gap: 8px;margin-bottom: 60px;}
    .solution .case_box{border-radius: 8px;}
    .solution .case_box .text_box{font-size: 12px;}
    .solution .recommend{width: 100%;}
    .solution .recommend .title{max-width: 200px;}
    .solution .recommend_item{padding: 14px 0;}
    .solution .recommend_item p{font-size: 16px;text-wrap: balance;word-break: keep-all;} 
    
    .container .banner .inner{padding: 44px 0 0;flex-direction: column;}
    .banner .text_box{text-align: center;}
    .banner .main_text{font-size: 18px;}
    .banner .main_text strong{font-size: 24px;}
    .banner h4{font-size: 30px;}
    .banner .img_box{width: 100%;}

}

@media screen and (max-width:480px) {
    .technique::before{width: 100%;height: 100%;background-image:url(../images/img_technique_bg_mo.png);}
}