/* #content */
section .more_btn {display: inline-block; font-weight: 500; font-size: 24px; color: #8556E3; padding: 24px 36px; 
    border: 1px solid #8556E3; border-radius: 8px; box-sizing: border-box;}
.block {display: block;}

section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 20px; color: #29203B;}
section .sub_text {letter-spacing: -0.02em; color: #29203B;}
section .sub_text:not(:last-of-type) {margin-bottom: 1em;}


.solution {width: 100%; padding-top: calc(920/1920*100%); background-position: center; background-repeat: no-repeat; background-size: contain; position: relative;}
.solution .text_box {position: absolute; top: 10%; left: 50%; transform: translateX(-50%); text-align: center; white-space: nowrap;}
.solution .text_box p.purple {font-weight: 500; font-size: 24px; line-height: 32px; letter-spacing: 1px; margin-bottom: 10px;}
.solution .text_box .sub_text {font-weight: 300; font-size: 18px; line-height: 26px; letter-spacing: -0.02em;}
.solution .text_box .main_title {position: relative;}
.solution .text_box .main_title::after {content: ''; display: block; width: 1px; height: 96px; margin: 10px 0 16px; background: #8556E3; 
    position: relative; bottom: 0; left: 50%; transform: translateX(-50%);}


.video {background: #FAFAFA;}
.video .inner {padding: 100px 16.66%;}
.video .inner .video_box {width: 100%; height: 0; border-radius: 16px; overflow: hidden; padding-top: calc(720/1280*100%); 
    background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 50;}


.banner_area {height: 458px; background-image: url(../images/sub05_02_img_banner_new.png); background-position: bottom center no-repeat; background-size: cover; position: relative;}
.banner_area .text_box {position: absolute; top: 50%; transform: translateY(-50%); left: 16.66%;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .solution .text_box {top: 8%;}
    .solution .text_box p.purple {font-size: 16px; line-height: 22px;}
    .solution .text_box .sub_text {font-size: 14px; line-height: 20px;}
    .solution .text_box .main_title::after {height: 35px;}    
    .video .inner {padding: 100px 12%;}
    .banner_area .text_box {left: 12%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {  
    .video .inner {padding: 100px 8%;}
    .banner_area .text_box {left: 8%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {   
    .video .inner {padding: 100px 6%;}
    .banner_area .text_box {left: 6%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .sub_text {font-size: 14px; line-height: 20px;}
    section .more_btn {font-size: 18px; padding: 22px 36px;}

    
    .solution .text_box {top: 12%;}
    

    .video .inner {padding: 60px 5%;}

    
    .banner_area {height: 330px; background-position: right 30% center;}
    .banner_area .text_box {left: 5%;}
    .banner_area .text_box .more_btn {margin-top: 12px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .more_btn {font-size: 14px; padding: 18px 28px;}
    
    
    .solution .text_box {top: 8%;}
    .solution .text_box p.purple {font-weight: 700;}
    .solution .text_box .main_title .purple {display: block;}


    .video .inner {padding: 0;}
    .video .inner .video_box {border-radius: 0;}


    .banner_area {height: 565px; background-image: url(../images/sub05_02_img_banner_new_mo.png);}
    .banner_area .text_box {text-align: center; position: relative; top: 60px; transform: translateX(-50%); left: 50%;}
    .banner_area .text_box .more_btn {margin-top: 0;}
}
