.section .txt .tit {
    font-size: 64px;
    line-height: 1.125;
    font-weight: 600;
    color: #fff;
}

.sec01 {
    padding-top: 160px;
    padding-bottom: 130px;
}
.sec01 .txt .tit {
    line-height: 96px;
}
.sec01 .cont {
    margin-top: 56px;
}
.sec01 .cont .cont_row {
    display: flex;
    padding: 32px 0;
    border-top: 1px solid #f0f0f0;
}
.sec01 .cont .cont_row:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.sec01 .cont .cont_row .cont_item {
    display: flex;
    flex-direction: column;
    padding: 40px 32px;
    width: 33.3333%;
}
.sec01 .cont .cont_row .cont_item .logo_w {
    height: 160px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec01 .cont .cont_row .cont_item .logo_w .logo_img.ctk {
    width: 165px;
}
.sec01 .cont .cont_row .cont_item .logo_w .logo_img.completone {
    width: 195px;
}
.sec01 .cont .cont_row .cont_item .logo_w .logo_img.evision {
    width: 180px;
}
.sec01 .cont .cont_row .cont_item .logo_w .logo_img.bio {
    width: 216px;
}
.sec01 .cont .cont_row .cont_item .item_txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.sec01 .cont .cont_row .cont_item .item_txt .txt_row .row_tit {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.084px;
    font-weight: 600;
    color: #fff;
}
.sec01 .cont .cont_row .cont_item .item_txt .txt_row p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 300;
    color: #c4c4c4;
}

.sec01 .cont .cont_row .cont_item .item_txt .top_txt {
    flex-grow: 1;
}
.sec01 .cont .cont_row .cont_item .item_txt .bot_txt {
    margin-top: 24px;
}
.sec01 .cont .cont_row .cont_item .item_txt .bot_txt .row_tit {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.07px;
}
.sec01 .cont .cont_row:first-child .cont_item .item_txt .txt_row p {
    min-height: 88px;
}

.sec02 {
    padding-top: 80px;
}
.pc .sec02 {
    min-height: calc(var(--vh, 1vh) * 100);
}

.sec02 .cont {
    margin-top: 40px;
}

.sec02 .tab_menu {
    display: flex;
}
.sec02 .tab_menu li:not(:last-child) {
    margin-right: 8px;
}
.sec02 .tab_menu li a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1.375;
    color: #a8a8a8;
    border-radius: 30px;
    text-transform: uppercase;
}
.sec02 .tab_menu li.active a {
    color: #121619;
    background-color: #fff;
    border-color: #e1e1e1;
}

.sec02 .tab_cont {
    margin-top: 110px;
}
.sec02 .tab_cont .tab_cont_item:not(:first-child) {
    display: none;
}
.sec02 .tab_cont .tab_cont_item .item_in {
    display: flex;
    align-items: center;
}
.sec02 .tab_cont .tab_cont_item .item_img {
    width: 37.5%;
}
.sec02 .tab_cont .tab_cont_item .item_txt {
    width: 62.5%;
    padding: 0 80px;
}
.sec02 .tab_cont .tab_cont_item .item_txt .item_tit {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w {
    margin-top: 32px;
}
.sec02 .tab_cont .tab_cont_item.fulfillment .item_txt .item_desc_w {
    margin-top: 16px;
}
.sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box:not(:first-child) {
    margin-top: 32px;
}
.sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_tit {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.1875;
    font-weight: 600;
    color: #e1e1e1;
}
.sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_desc {
    font-size: 20px;
    line-height: 1.3;
    color: #c4c4c4;
}

@media (max-width: 1920px) {
    .section .txt .tit {
        font-size: 3.33vw;
    }

    .sec01 {
        padding-top: 8.33vw;
        padding-bottom: 6.77vw;
    }
    .sec01 .txt .tit {
        line-height: 5vw;
    }
    .sec01 .cont {
        margin-top: 2.92vw;
    }
    .sec01 .cont .cont_row {
        padding: 1.67vw 0;
    }
    .sec01 .cont .cont_row .cont_item {
        padding: 2.08vw 1.67vw;
    }
    .sec01 .cont .cont_row .cont_item .logo_w {
        height: 8.33vw;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.ctk {
        width: 8.59vw;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.completone {
        width: 10.16vw;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.evision {
        width: 9.38vw;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.bio {
        width: 11.25vw;
    }
    .sec01 .cont .cont_row .cont_item .item_txt {
        margin-top: 1.25vw;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .txt_row .row_tit {
        font-size: 1.25vw;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .txt_row p {
        margin-top: 0.42vw;
        font-size: 0.83vw;
    }

    .sec01 .cont .cont_row .cont_item .item_txt .bot_txt {
        margin-top: 1.25vw;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .bot_txt .row_tit {
        font-size: 1.04vw;
    }
    .sec01 .cont .cont_row:first-child .cont_item .item_txt .txt_row p {
        min-height: 4.58vw;
    }

    .sec02 {
        padding-top: 4.17vw;
    }

    .sec02 .cont {
        margin-top: 2.08vw;
    }

    .sec02 .tab_menu li:not(:last-child) {
        margin-right: 0.42vw;
    }
    .sec02 .tab_menu li a {
        padding: 0.42vw 0.83vw;
        font-size: 0.83vw;
        border-radius: 1.56vw;
    }

    .sec02 .tab_cont {
        margin-top: 5.73vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt {
        padding: 0 4.17vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_tit {
        font-size: 2.08vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w {
        margin-top: 1.67vw;
    }
    .sec02 .tab_cont .tab_cont_item.fulfillment .item_txt .item_desc_w {
        margin-top: 0.83vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box:not(:first-child) {
        margin-top: 1.67vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_tit {
        margin-bottom: 0.42vw;
        font-size: 1.67vw;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_desc {
        font-size: 1.04vw;
    }
}

@media (max-width:768px) {
    .section .txt .tit {
        font-size: 26px;
    }

    .sec01 {
        padding-top: 64px;
        padding-bottom: 52px;
    }
    .sec01 .txt .tit {
        line-height: 38px;
    }
    .sec01 .cont {
        margin-top: 22px;
    }
    .sec01 .cont .cont_row {
        padding: 13px 0;
    }
    .sec01 .cont .cont_row .cont_item {
        padding: 16px 13px;
    }
    .sec01 .cont .cont_row .cont_item .logo_w {
        height: 64px;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.ctk {
        width: 66px;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.completone {
        width: 78px;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.evision {
        width: 72px;
    }
    .sec01 .cont .cont_row .cont_item .logo_w .logo_img.bio {
        width: 86px;
    }
    .sec01 .cont .cont_row .cont_item .item_txt {
        margin-top: 10px;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .txt_row .row_tit {
        font-size: 10px;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .txt_row p {
        margin-top: 3px;
        font-size: 6px;
    }

    .sec01 .cont .cont_row .cont_item .item_txt .bot_txt {
        margin-top: 10px;
    }
    .sec01 .cont .cont_row .cont_item .item_txt .bot_txt .row_tit {
        font-size: 8px;
    }
    .sec01 .cont .cont_row:first-child .cont_item .item_txt .txt_row p {
        min-height: 35px;
    }

    .sec02 {
        padding-top: 32px;
    }

    .sec02 .cont {
        margin-top: 16px;
    }

    .sec02 .tab_menu li:not(:last-child) {
        margin-right: 3px;
    }
    .sec02 .tab_menu li a {
        padding: 3px 6px;
        font-size: 6px;
        border-radius: 12px;
    }

    .sec02 .tab_cont {
        margin-top: 44px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt {
        padding: 0 32px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_tit {
        font-size: 16px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w {
        margin-top: 13px;
    }
    .sec02 .tab_cont .tab_cont_item.fulfillment .item_txt .item_desc_w {
        margin-top: 6px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box:not(:first-child) {
        margin-top: 13px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_tit {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .sec02 .tab_cont .tab_cont_item .item_txt .item_desc_w .txt_box .txt_box_desc {
        font-size: 8px;
    }
}