.sub-container .txt_blue_small, 
.sub-bnr-container .txt_blue_small {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 8px 40px 8px;
    font-weight: 600;
    color: #ffffff;
    background-color: #5b42ff;
    display: inline-block;
    margin:0 auto;
    border-radius: 30px;
}
.sub-container .txt_black_small {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #2D3545;
}
.sub-container h3{
    font-size:50px;
    line-height: 1.5;
    color:#2D3545;
    font-weight: 700;
}

.sub-container .color_white {
    background-color: #fff !important;
    color:#5b42ff !important;
}

/* company-container */
.company-container .sub-bnr-container .sub-img-bnr {
    /*background: url(../img/sub_bg_about.jpg) no-repeat center / cover;*/
}

.company-info {
    /*margin-bottom: 17rem;*/
}
.company-top {
    height: 100vh;
    background: url(../img/sub/sub_top_img01.png) no-repeat center center / cover;
    text-align: center;
    display: flex;
    align-items: center;
}
.company-top-txt {
    padding-top: min(4vw, 50px);
}
.company-top-txt .main-txt{
    font-size:3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color:#fff;
}
.company-top-txt .main_visual_txt {
    margin-top: 0;
}
.company-top-txt .main_visual_txt img {
    width:100%;
    max-width: 853px;
}
.company-top-txt > p img {
    width:561px;
}
.company-top-txt .sub-txt{
    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.6;
    color:#fff;
    margin-top: 90px;
}
/*
.company-info-contents {
    display: flex;
}
*/
.contents-tit {
    max-width: 860px;
}

.contents-tit .tit-align {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    color:#5b42ff;
    margin: 165px 0 100px;
    
}
.contents-tit .tit-align:after {
    content: "";
    display: block;
    clear: both;
}

.company-info-text {padding-bottom: 71px;}
.company-info-text li {
    position: relative;
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 1.6;
    color:#2E3545;
}

.metrics-wrap {
    background-color:#F8FAFD; 
    padding:160px 0 200px;
}
.metrics-wrap .txt_blue_small {margin-bottom: 30px;text-align: center;}
.metrics-wrap h3 {margin-bottom: 160px; text-align: center;}
.metrics-wrap .txt_black_small {margin-bottom: 100px; text-align: center;}
.metrics-wrap .count-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.metrics-wrap .count-list li {width: 33%; text-align: center; padding-right: 0;}

.metrics-wrap .count-list li:first-child {margin-right: 0;}
.metrics-wrap .count-list li .count {font-size:80px; line-height: 1.43;}
.metrics-wrap .count-list li div:first-child {display: inline-block; position: relative;}

.metrics-wrap .count-list .info-txt-01 {
    font-size:24px;
    line-height: 1.5;
    color:#000;
    font-weight: 500;
    margin-top: 30px;
}
.metrics-wrap .count-list .info-txt-02 {
    font-size:16px;
    line-height: 24px;
    color:#B4B4B4;
    font-weight: 500;
    margin-top: 6px;
}

.company_solution {
    background-color:#5b42ff;
}
.company_solution li {
    display: flex;
    height: 444px;
    color:#fff;
    font-size:24px;
    font-weight: 500;
    line-height: 29px;
}
.company_solution li > div {
    width:50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding : 20px;
    text-align: left;
}
.solution_bg_01 {background-image: url(../img/sub/sub01_banner_01.png);}
.solution_bg_02 {background-image: url(../img/sub/sub01_banner_02.png);}
.solution_bg_03 {background-image: url(../img/sub/sub01_banner_03.png);}

.company_solution li .solution_point_txt {
    align-items: center;
    justify-content: center;
}
.company_solution li .solution_point_txt h3{
    color:#fff;
}
.company_solution li:nth-child(2) > div:nth-child(1) {justify-content: right;}
.company_solution li:nth-child(2) > div:nth-child(2) {padding-right: 10vw;}



.company_history {padding:170px 0 107px;}
.company_history .flex-container {justify-content: space-between;}
.company_history_left {max-width:536px;} 
.company_history_left h3 {
    font-size: 44px; 
    line-height: 56px;
    margin-top: 32px;
}
.company_history_right {
    width:calc(100% - 536px);
    padding-top:60px;
}
.history-process li {
    font-size: 20px;
    line-height: 28px;
    color:#2D3545;
    font-weight: 600;
    margin-bottom: 32px;
    position: relative;
    padding: 14px 0 14px 206px;
}
.history-process li span.hs_date {
    font-family: "Poppins", sans-serif;
    position: absolute;
    left:0;
    top:15px;
    width:206px;
    color:#4769FD;
    font-size:40px;
    font-weight: 600;
    padding-left:25px;
}
.history-process li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 25px;
    background-color: #4769FD;
    border-radius: 5px;
}
.history-process li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    left: 8px;
    top: 24px;
    background-color: #4769FD;
    height: 119px;
}
.history-process li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 0; height: 0;
    
}

.company_banner {
    width:100%;
    padding-top:160px;
    border-radius: 30px;
    color:#fff;
}

.company_banner h3 {
    font-size:50px;
    font-weight: 600;
    line-height: 1.27;
    margin-right: 35px;
    color:#5b42ff;
}
/* e::company-container */


/* business-container */

.sub02.sub-bnr-container .sub-img-bnr {
    background: url(../img/sub/sub_top_img02.png) no-repeat center center / cover;
}
.business-top-wrap {
    background-color: #f2f2f2;
    padding:97px 0 127px;
}
.business-top-wrap li {
    display: flex;
    border-bottom:1px solid #ccc;
    padding:57px 0;
}
.business-top-wrap .b-top-left {
    width:50%; 
    padding-left:90px;
}
.business-top-wrap .b-top-left h3 {
    font-size:30px;
    line-height: 1.5;
}
.business-top-wrap .b-top-right {
    width:50%;
    font-size: 18px; 
    line-height: 1.6;
    color:#2D3545;
}
.business-for-wrap { 
    background-color: #272727;
    padding : 135px 0 100px;
    color:#fff;
    text-align: center;
}

.business-for-wrap h3 {margin-bottom:80px; color:#fff;}

.business-for-wrap ul {
    justify-content: center;
}

.business-for-wrap li {
    width:calc(33% - 40px);
    margin: 0 20px;
    max-width: 308px;
    position: relative;
}
.business-for-wrap li img {width:100%;}

.business-for-wrap li > div {
    position: absolute;
    text-align: center;
    font-size:20px;
    color: #fff;
    width:100%;
    left : 0;
    bottom: 15px;
}

.business-comparison {
    background-color: #f2f2f2;
    padding:110px 0 160px;
    text-align: center;
}

.business-comparison h3 {
    color:#8651ff;
    margin: 20px 0 30px;
}
.business-comparison > div > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.business-comparison > div > ul > li {
    background-color: #fff;
    width:33%;
    max-width: 360px;
    margin: 0 15px;
    height: fit-content;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.business-comparison > div > ul > li:last-child {
    max-width: 402px;
}
.business-comparison li h4 {
    color:#fff;
    background-color: #000;
    height: 110px;
    font-size:28px;
    line-height: 1.2;
}
.business-comparison li h4.point {
    font-size:32px;
    background-color: #5b42ff;
}

.business-comparison ul li ul {
    padding:0 26px;
}
.business-comparison ul li ul li {
    border-bottom: 1px solid #ccc;
    padding:36px 0;
    text-align: center;
    font-size:18px;
    font-weight: 400;
}
.business-comparison ul li ul li:last-child {
    border-bottom:none;
}


.business-process {
    background: url(../img/sub/business_section3_bg.png) no-repeat center center / cover;
    padding:100px 0 98px;
}
.business-process h3 {margin:30px 0 15px;}

.business-process ul {
    justify-content: center;
    align-items: end;
}
.business-process li {
    width:calc(25% - 30px);
    max-width: 297px;
    background:#8651ff url(/img/sub/bg_step.png) no-repeat right top;
    margin: 0 15px;
    color:#fff;
    padding:35px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.business-process li:nth-child(1) {height: 296px;}
.business-process li:nth-child(2) {height: 348px;}
.business-process li:nth-child(3) {height: 398px;}
.business-process li:nth-child(4) {height: 449px;}

.business-process li > p{
    font-size:18px;
    line-height: 25px;
    margin-bottom: 23px;
}
.business-process li > h4{
    font-size:34px;
    line-height: 1.3;
    letter-spacing: -1.5px;
    font-weight: 600;
    padding-bottom:38px;
}
.business-process li > div {
    font-size:18px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.business-result {
    background-color: #5b42ff;
    padding:100px 0 154px;
    color:#fff;
    text-align: center;
}
.business-result .txt_blue_small {color:#fff;}
.business-result h3 {color:#fff; margin: 32px 0 120px;}

.business-result ul {
    justify-content: center;
    align-items: flex-start;
}
.business-result li {
    width:33%;
    max-width: 340px;
    position: relative;
}
.business-result li:before {
    content:"";
    display: block;
    width:1px;
    height: min(244px, 90%);
    background-color: #fff;
    position: absolute;
    left:0;
    top:0;
}
.business-result li:first-child:before {
    display: none;
}

.business-result li .step_img {
    width:100%;
    height: min(150px, 100%);
    max-width: 190px;
    aspect-ratio : 12 / 6;
    margin: 0 auto;
}
.business-result li .step_txt h4 {
    font-size:35px;
    line-height: 1.5;
    padding:53px 0 23px;
    
}
.business-result.type01 li:nth-child(1) .step_img {background: url(../img/sub/icon_result_01.svg) no-repeat center center / contain;}
.business-result.type01 li:nth-child(2) .step_img {background: url(../img/sub/icon_result_02.svg) no-repeat center center / contain;}
.business-result.type01 li:nth-child(3) .step_img {background: url(../img/sub/icon_result_03.svg) no-repeat center center / contain;}

.business-result.type02 li:nth-child(1) .step_img {background: url(../img/sub/icon_result_04.svg) no-repeat center center / contain;}
.business-result.type02 li:nth-child(2) .step_img {background: url(../img/sub/icon_result_05.svg) no-repeat center center / contain;}
.business-result.type02 li:nth-child(3) .step_img {background: url(../img/sub/icon_result_06.svg) no-repeat center center / contain;}



/* e::business-container */



/* s::price-container */
.price-top {
    height: 617px;
    background: url(../img/sub/sub_top_img03.png) no-repeat center center / cover;
    text-align: center;
    display: flex;
    align-items: center;
}

.price-info-contents {
    margin-top: 145px;
}
.price-list {
    display: flex;
    justify-content: center;
    width:100%;
}
.price-list > li {
    width:calc(50% - 90px);
    padding:60px 50px 50px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 13px 13px 18px 5px rgba(0, 0, 0, 0.2);
    margin: 0 45px;
}
.price-list > li h4 {
    font-size:45px;
    border-bottom: 1px solid #cccccc;
    line-height: 1.25;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.price-list > li:nth-child(1) h4 {color:#aa67ff;}
.price-list > li:nth-child(2) h4 {color:#5b42ff;}

.price-list .price_detail_txt li {
    font-size:25px;
    color:#666666;
}
.price-list .price_detail_txt li:before {
    content:"·";
    display: inline-block;
    margin-right: 5px;
}
.price-list .price_detail_txt li.no_dot:before {
    content:"";
}
.price-list .per_price{
    font-size: 45px;
    font-weight: 700;
    color:#000;
    margin: 40px 0 30px;
}
.price-list >li a {
    color:#fff;
    font-size: 20px;
    width: 200px;
    text-align: center;
    display: block;
    padding: 8px 0;
    border-radius: 30px;
}

.price-list > li:nth-child(1) a {background-color:#aa67ff;}
.price-list > li:nth-child(2) a {background-color:#5b42ff;}

/* e::price-container */


/* 게시판 */
.bg_board {
    background: url(../img/sub/sub_top_img04.png) no-repeat center top / cover;
    height: 618px;
    margin-top: 80px;
}
.bg_board .sub-bnr-container .main-tit {
    color:#000;
}


@media (max-width: 1600px) {
    .company-container .inner {
        width: 95%;
        min-width: auto;
    }
    .greeting-container .inner {
        width: 95%;
        min-width: auto;
    }
    
    .company-info-text li.info-text-title {
        font-size: 2.6rem;
    }
    .company-info-text li.info-text-title span {
        font-size: 3.8rem;
    }
    .company-info-text li.info-text-sub-title {
        font-size: 2.4rem;
    }
    .company-info-text li {
        font-size: 1.8rem;
    }


    .greeting-info-contents {
        width: auto;
    }

    .greeting-info-text li {
        font-size: 1.8rem;
    }

    .greeting-info-right {
        padding-right: 10px;
    }

    .org-info-contents img {
        width: 100%;
    }
    .org-chart-director span {
        /*height: 5rem;*/
        font-size: 2.2rem;
    }
    .org-factory-name {
        font-size: 2.2rem;
    }
    /*
    .org-team-title {
        font-size:2.0rem;
        padding-bottom:0;
    }
    */
    /*
    .org-team-list li {
        font-size: 2.2rem;
        line-height: 3.0rem;
    }
    */
    /*
    .org-team-list li:before {
        padding: 0 10px;
    }
*/

}

@media (max-width: 1400px) {
    .sub-container h3{font-size:4.0rem;}
    
    .metrics-wrap .count-list li .count { font-size: 60px;}
    .metrics-wrap .count-list li span {font-size: 60px;}
    .metrics-wrap .count-list .info-txt-01 {font-size: 22px; margin-top: 15px;}
        
    .business-comparison li h4 {height: 96px; font-size: 24px;}
    .business-comparison li h4.point {font-size: 26px;}
    .business-comparison ul li ul li { padding: 24px 0; font-size: 16px;}
    
    .business-result li .step_txt h4 {font-size: 28px;}
    
    .price-top {height: 468px;}
    .price-list {width: 90%; margin: 0 auto;}
    .price-list > li {padding: 40px 50px 40px;}
    .price-list > li h4 {font-size: 36px;}
    .price-list .price_detail_txt li {font-size: 20px;}
    .price-list .per_price {font-size: 36px;}
    
    .bg_board {height: 468px;}
    
}
@media (max-width: 1200px) {
    .company-container .inner {width: 95%; min-width: auto;}
    .company-top-txt .main-txt {font-size: 28px;}
    .company-top-txt .sub-txt {font-size: 2.4rem;}
    
    .metrics-wrap h3 { margin-bottom: 80px;}
    
    .business-top-wrap {padding: 30px 0 80px;}
    .business-top-wrap li {padding: 57px 30px; justify-content: space-between;}
    .business-top-wrap .b-top-left {width:36%; padding-left: 0;}
    .business-top-wrap .b-top-left h3 {font-size: 24px;}
    .business-top-wrap .b-top-right {width: 60%;}
    .business-top-wrap .b-top-right br {display: none;}
    
    .business-process li > div br {display: none;}
    
    .price-info-contents {margin-top: 80px;}
    .price-list {width: 100%;}
    .price-list > li {padding: 40px 30px 40px; width: calc(50% - 40px); margin: 0 20px;}
    .price-list .price_detail_txt li {font-size: 18px;}
    
    .bg_board {height: 360px;}
}

@media (max-width: 1024px) {
    .company-top-txt .sub-txt {font-size: 20px;}
    .company-top-txt .sub-txt br {display: none;}
    .company-info-contents {flex-wrap: wrap;}
    .company-info-img {width: 100%;}
    .company-info-img img {display: block;}
    .company-info-left {width: 100%; margin-right: 0;}
    .company-info-text {margin-top:3rem;}
    .company-info-right {display: none;}
    
    .metrics-wrap .count-list li .count { font-size: 46px;}
    .metrics-wrap .count-list li span {font-size: 46px;}
    .metrics-wrap .count-list li span:nth-child(3) {font-size: 20px;}
    .metrics-wrap .count-list .info-txt-01 {font-size: 16px; margin-top: 15px;}
    
    .sub-container h3 {font-size: 38px; }
    .company_solution h3 {font-size: 28px; }
    .company_solution li {height: 316px; font-size: 20px;}
    
    .company_banner {background-size: 39%;}

    .business-process h3 {margin: 18px 0 26px;}
    .business-process li > h4 {font-size: 26px;}
    .business-process li > div {font-size: 18px;}
    .business-for-wrap li img {width:100%;}

}


@media (max-width: 768px) {
    .metrics-wrap h3 { margin-bottom: 60px;}
    
    .company-info-text li br {display: none;}
    
    .business-top-wrap .b-top-right {font-size: 16px;}

    .business-for-wrap ul {flex-wrap: wrap;}
    .business-for-wrap li {width: 100%; margin: 20px;}
    .business-comparison { padding: 80px 0 80px;}
    .business-comparison > div > ul {flex-wrap: wrap; margin-top: 50px;}
    .business-comparison > div > ul > li {width: 100%; margin: 20px;}
    .business-comparison p {font-size:16px;}
    
    .business-process ul {flex-wrap: wrap;}
    .business-process li {width: calc(50% - 30px); margin-bottom: 30px;}

    .price-list{flex-wrap: wrap;}
    .price-list > li { width: 100%; margin-bottom: 30px;}
}
@media (max-width: 650px) {
    
    .sub-container h3 {font-size: 2.8rem;}
    .sub-container h3 br {display: none;}
    
    .sub-container .txt_black_small {font-size: 1.6rem;}

    .company-top {
        padding: 110px 0 110px;
        height: auto;
    }
    .company-top-txt {
        padding-top: 0;
    }
    .company-top-txt > p img {width: 78%; }
    .company-top-txt .main-txt {font-size: 20px;}
    .company-top-txt .sub-txt {font-size: 18px; margin-top: 56px;}
        
    .contents-tit .tit-align {font-size: 30px; margin: 40px 12px 40px;}
    
    .company-info {margin-bottom: 6rem;}
    .company-info-text li {font-size: 1.6rem; padding:0 15px; }
    .company-info-text li.info-text-title {font-size: 2.0rem;}
    .company-info-text li.info-text-title span {font-size: 2.4rem;}
    .company-info-text li.info-text-sub-title {font-size: 1.8rem;}
    
    .metrics-wrap { padding: 80px 0 80px; }
    .metrics-wrap .txt_black_small {margin-bottom: 72px;}
    .metrics-wrap .count-list li {width: 100%;}
    .metrics-wrap .count-list .info-txt-01 {margin-top: 0; margin-bottom: 30px;}

    .company_solution li { 
        flex-direction: column;
        height: auto;
    }
    .company_solution li:first-child { 
        flex-direction: column-reverse;
    }
    .company_solution li:last-child > div:first-child{ 
        display: none;
    }
    .company_solution li > div {
        width: 100%;
        height: 50vw;
        justify-content: center;
        text-align: center;
    }
    .solution_bg_01,
    .solution_bg_02,
    .solution_bg_03 {text-shadow: 0px 0px 4px #000;}
    
    .company_solution li:nth-child(2) > div:nth-child(1) {
        justify-content: center;
    }
    .company_solution li:nth-child(2) > div:nth-child(2) {
        padding-right: 20px;
    }
 
    .company_banner {padding-top: 60px;}
    .company_banner h3 {margin-right: 0; margin-bottom: 54px; text-align: center;}
    
    .sub-container .txt_blue_small, .sub-bnr-container .txt_blue_small {font-size: 1.4rem;}
    
    .b-top-right {font-size: 16px;}
    .b-top-right br {display: none;}
    
    .business-top-wrap > img {
        object-fit: cover;
        object-position: center center;
        width: auto;
        height: 50vw;
    }
    .business-top-wrap li {flex-wrap: wrap; padding: 40px 30px;}
    .business-top-wrap .b-top-left { width:100%; margin-bottom: 20px;}
    .business-top-wrap .b-top-right { width:100%; }
    
    .business-top-wrap .flex-container {width: 80%; padding: 70px 0 70px; }
    .business-top-wrap .flex-container > div:first-child {margin-bottom: 7vw;}
    
    .business-for-wrap {padding: 80px 0 84px;}
    .business-for-wrap h3 {margin: 10px 0 60px;}
    .business-for-wrap li {
        width: 100%;
        max-width: none;
        display: flex;
        margin-bottom: 20px;
    }
    
    .business-process {padding: 80px 0 30px;}
    .business-process ul {margin-top: 40px;}
    .business-process h3 {margin: 20px 0 32px; }
    
    .business-process li {width: 100%; margin-bottom: 30px;}
    .business-process li > p {font-size: 14px; line-height: 18px; margin-bottom: 10px;}
    .business-process li > div {font-size: 16px;}
    .business-process li > div br {display: none;}
    
    .business-process li:nth-child(1),
    .business-process li:nth-child(2),
    .business-process li:nth-child(3),
    .business-process li:nth-child(4) {height: 260px;}
    
    .business-result {padding:80px 0 80px;}
    .business-result h3 {margin: 32px 0 60px;}
    .business-result li {width: 100%; margin: 0 15px 50px; padding-top: 50px;}
    .business-result li:before {width: 100%; height: 1px;}
    
    .business-result li .step_txt h4 {font-size: 24px; padding: 22px 0 23px;}
    .business-result li .step_txt:before {max-width: 32px;}
    
    .step_txt {font-size: 16px;}
    
    .price-top {height: 380px;}
    .price-list > li h4 {font-size: 28px;}
    .price_detail_txt li.no_dot {display: none;}
    .price-list .per_price {font-size: 30px;}
    .price-list >li a {font-size: 18px; padding: 6px 0 8px;}    
}

