@media screen and (max-width:1022px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }

    html.on {
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }

    .gnb {
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background: #FFF;
        position: absolute;
        right: -100%;
        z-index: 2;
        display: block;
        padding: 40px;
        padding-top: 120px;
        overflow-y: scroll;
        transition: right 0.5s;
    }

    #wrap header.scroll_down .gnb li a {
        color: #222 !important;
    }

    .gnb.on {
        right: 0;
        transition: right 0.5s;
    }

    .gnb li a {
        display: block;
        font-size: 24px;
    }

    .gnb>li {
        margin-bottom: 20px;
        color: #222;
    }

    .gnb>li>a {
        display: block;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .gnb>li:last-child {
        margin-bottom: 0px;
    }

    .gnb>li li {
        margin-bottom: 5px;
    }

    .gnb>li li a {
        font-size: 18px;
        padding: 5px 0;
    }

    .gnb>li li:first-child {
        border-top: 1px solid #666;
        padding-top: 10px;
    }

    #wrap header {
        height: 60px;
    }

    #wrap header h1 a {
        width: 66px !important;
        height: 27px;
    }

    header::after {
        content: "";

        transition: background 0.5s;
    }

    header.on::after {
        content: "";
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        transition: background 0.5s;
    }

    .btn_gnb {
        display: block;
        position: absolute;
        right: 7%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        width: 24px;
        height: 12px;
        background: none;
        border: none;
        text-indent: -99999px;
        cursor: pointer;
    }

    #wrap header.scroll_down .btn_gnb::before {
        content: "";
        background: #333;
        transition: all 0.2s;
    }

    #wrap header.scroll_down .btn_gnb::after {
        content: "";
        background: #333;
        transition: all 0.2s;
    }

    .btn_gnb::before {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 3px;
        background: #fff;
        transition: all 0.2s;
        top: 0;
    }

    .btn_gnb::after {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 3px;
        background: #fff;
        transition: all 0.2s;
        bottom: 0;
    }

    .btn_gnb.on::before {
        transform: rotate(45deg);
        background: #333;
        transition: all 0.2s;
        top: 5px;
    }

    .btn_gnb.on::after {
        transform: rotate(-45deg);
        background: #333;
        transition: all 0.2s;
        bottom: 4px;
    }

    .page.n1 .scroll_down {
        position: absolute;
        bottom: 38px;
        width: 27px;
        height: 39px;
        border: 3px solid #FFF;
        border-radius: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .page.n1 .scroll_down .spot {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background: #FFF;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        animation: scrollAni 1s infinite linear;
        margin-top: 10px;
    }

    .page.n1 .scroll_down::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 2px;
        width: 8px;
        height: 2px;
        background: #FFF;
    }

    .scroll_para {
        position: absolute;
        bottom: 16px;
        font-weight: 600;
        left: 50%;
        color: #FFF;
        font-size: 13px !important;
        top: unset;
        transform: translateX(-50%);
    }

    .scroll_para::before {
        content: "TOUCH DOWN";
    }

    body #wrap .introduce_page {
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/introduce_img01.jpg');
        background-size: cover;
        background-position: 50% 50%;
    }

    body #wrap .introduce_page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
    }

    body #wrap .introduce_page p {
        z-index: 4;
        color: #FFF !important;
        text-align: center;
    }

    .page.n2.ha {
        height: auto !important;
    }

    body #wrap .introduce_page p.company {
        position: relative;
        font-size: 24px;
    }

    body #wrap .introduce_page .intro_wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    body #wrap .introduce_page p.intro {
        position: relative;
        margin-top: 3vh;
        font-size: 18px;
    }

    .tab_wrap {
        width: 100%;
        height: 60px;
        background: #777;
    }

    .tab_wrap .container {
        max-width: unset;
        width: 100%;
    }

    .tab_wrap .btn_tab {
        display: inline-block;
        width: 25%;
        height: 60px;
        line-height: 18px;
        text-align: center;
        position: relative;
        cursor: pointer;
        transition: all 0.2s;
    }

    .tab_wrap .btn_tab span {
        color: #FFF;
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
    }

    .tab_wrap .btn_tab:hover,
    .tab_wrap .btn_tab.on {
        background: #FFF;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s;
    }

    .tab_wrap .btn_tab:hover span,
    .tab_wrap .btn_tab.on span {
        color: #3469b3;
        font-weight: 600;
    }

    .tab_area {
        padding: 40px 0px 60px;
        background: #EEE;
    }

    .tab_area .tab {
        display: none;
    }

    .tab_area .tab.on {
        display: block;
    }

    .tab_area .tab h3 {
        font-size: 28px;
        text-align: center;
        margin-top: 32px;
    }

    .tab_area .tab .content {
        margin-top: 20px;
        padding: 20px 0;
    }

    .tab_area .tab .content.intro01 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tab_area .tab .content.intro01 .bbox {
        background: #FFF;
        padding: 40px 5px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 2%;
        width: 32%;
        box-shadow: 1px 1px 10px #CCC;
    }

    .tab_area .tab .content.intro01 .bbox:nth-child(3),
    .tab_area .tab .content.intro01 .bbox:nth-child(6) {
        margin-right: 0px !important;
    }

    .tab_area .tab .content.intro01 .bbox span.colorblue {
        font-weight: 600;
        color: #3469b3 !important;
    }

    .tab_area .tab .content.intro01 .bbox h4 {
        font-size: 12px;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 1px solid #CCC;
    }

    .tab_area .tab .content.intro01 .bbox h4 span {
        font-size: 12px;
    }

    .tab_area .tab .content.intro01 .bbox p {
        padding-top: 20px;
        font-size: 14px;
        padding-left: 0px;
        position: relative;
    }

    .tab_area .tab .content.intro01 .bbox p span {
        font-size: 14px;
    }

    .business_wrap {
        padding-bottom: 60px;
    }

    .business_wrap .link_box_wrap {
        width: 100%;
        margin-top: 60px;
        position: relative;
    }

    .business_wrap .link_box_wrap::after {
        content: "";
        display: block;
        clear: both;
    }

    .business_wrap .link_box_item {
        display: block;
        float: left;
        height: 200px;
        width: 49%;
        margin-right: 1% !important;
        margin-bottom: 1%;
        background-size: cover;
        box-sizing: border-box;
        position: relative;
    }

    .business_wrap .link_box_item.n2,
    .business_wrap .link_box_item.n4,
    .business_wrap .link_box_item.n5 {
        margin-right: 0;
    }

    .business_wrap .link_box_item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }

    .business_wrap .link_box_wrap .link_box {
        width: 100%;
        float: left;
        display: block;
        padding: 17px 15px !important;
        font-size: 16px;
        color: #FFF;
        text-shadow: 2px 2px 4px #000;
        position: relative;
        line-height: 20px;
    }

    .business_wrap .link_box_wrap .link_box_item {}

    .business_wrap .link_box_wrap .link_box::before {
        z-index: 0;
        position: absolute;
        content: "";
        display: block;
        opacity: 0.3;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .business_wrap .link_box_wrap .link_box_item.n1 {
        background: url('./../../image/business_link_box_01.jpg');
    }

    .business_wrap .link_box_wrap .link_box_item.n2 {
        background: url('./../../image/business_link_box_02.jpg');
    }

    .business_wrap .link_box_wrap .link_box_item.n3 {
        background: url('./../../image/business_link_box_03.jpg');
    }

    .business_wrap .link_box_wrap .link_box_item.n4 {
        background: url('./../../image/business_link_box_04.jpg');
    }

    .business_wrap .link_box_wrap .link_box_item.n5 {
        background: url('./../../image/business_link_box_05.jpg');
        width: 100% !important;
    }

    .company_wrap .link_box_item {
        height: 180px;
        width: 50%;
    }

    .company_wrap .link_box_item a {
        padding: 17px 15px !important;
        font-size: 16px !important;
        height: 100%;
        width: 100%;
        line-height: 20px;
    }

    .footer_info>.df.jcsb>.df {
        display: block !important;
    }

    .footer_info>.df.jcsb>.df p {
        margin-top: 8px;
    }

    .footer_info>.df.jcsb>.df * {
        font-size: 16px;
    }

    .mdb {
        display: block !important;
    }

    body #wrap .business_page {
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/business_img01.jpg');
        background-size: cover;
        background-position: 50% 50%;
    }

    body #wrap .business_page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
    }

    body #wrap .business_page p {
        z-index: 4;
        color: #FFF !important;
        text-align: center;
    }

    .page.n2.ha {
        height: auto !important;

    }

    body #wrap .business_page p.company {
        position: relative;
        font-size: 24px;
    }

    body #wrap .business_page .intro_wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    body #wrap .business_page p.intro {
        position: relative;
        margin-top: 3vh;
        font-size: 18px;
    }

    .company_info_wrap {
        border-top: 2px solid #6597dd !important;
        margin-top: 20px;
    }

    .company_info_wrap .info {
        padding: 7px 0px;
        display: flex;
    }

    .company_info_wrap .info:nth-child(1) {
        padding-top: 20px;
    }

    .company_info_wrap .info:nth-child(4) {
        padding-bottom: 20px;
    }

    .company_info_wrap .info .left {
        width: 23%;
        padding-left: 5px;
        font-size: 12px;
        font-weight: 600;
    }

    .company_info_wrap .info .right {
        font-size: 12px;
        width: 27%;
    }

    p.nn2 {
        font-size: 20px;
        margin: auto;
        color: #666;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        margin-bottom: 40px;
    }

    .date_wrap {
        position: relative;
        margin-top: 50px;
    }

    .date_bar {
        content: "";
        display: block;
        position: absolute;
        width: 2px;

        background: #CCC;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .date_wrap>div.datePos {
        text-align: center;
        display: block;
        margin-bottom: 140px;
        position: relative;
    }

    .date_wrap>div.datePos>span {
        background: #FFF;
        display: block;
        margin: auto;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 53px;
        border-radius: 50%;
        color: #3469b3;
        font-weight: 600;
        box-shadow: 1px 1px 5px #999;
    }

    .date_wrap .date {
        position: absolute;
    }

    .date_wrap .date span {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .date_wrap .date.n1,
    .date_wrap .date.n3,
    .date_wrap .date.n5 {
        left: 40%;
        transform: translateX(-100%);
        text-align: right;
    }

    .date_wrap .date.n2,
    .date_wrap .date.n4 {
        text-align: left;
        right: 40%;
        transform: translateX(100%);
    }

    .date_wrap .date.n1 {
        top: 20px;
    }

    .date_wrap .date.n2 {
        top: calc(26% + 0px);
    }

    .date_wrap .date.n3 {
        top: calc(50% - 6px);
    }

    .date_wrap .date.n4 {
        top: calc(73% - 1px);
    }

    .date_wrap .date.n5 {
        top: calc(96% + 2px);
    }

    .company_wrap .link_box_wrap .link_box_item a {}

    .company_wrap .link_box_wrap .link_box_item.n1 {
        background: url('./../../image/linkBox_img01.jpg') 50% 50% no-repeat;
        width: 100%;
        margin-bottom: 1%;
    }

    .company_wrap .link_box_wrap .link_box_item.n2 {
        background: url('./../../image/linkBox_img02.jpg') 50% 50% no-repeat;
        width: 49.5%;
        margin-right: 1%;
    }

    .company_wrap .link_box_wrap .link_box_item.n3 {
        background: url('./../../image/linkBox_img03.jpg') 50% 50% no-repeat;
        width: 49.5%;
        margin-right: 0px;
    }

    .company_wrap .link_box_wrap .link_box_item.n4 {
        background: url('./../../image/linkBox_img04.jpg') 50% 50% no-repeat;
        width: 49.5%;
        margin-right: 1%;
    }

    .company_wrap .link_box_wrap .link_box_item.n5 {
        background: url('./../../image/linkBox_img05.jpg') 50% 50% no-repeat;
        width: 49.5%;
        margin-right: 0;
    }

    .content.intro_3 {
        position: relative;
    }

    .content.intro_3 .circle_line {
        padding-left: 80px;
        background: url('./../../image/logo.png') left center/60px auto no-repeat;
    }

    .content.intro_3 .circle_line .circle {
        width: 50px;
        height: 50px;
        background: #FFF;
        border-radius: 50%;
        text-align: center;
        line-height: 12px;
        box-shadow: 2px 2px 3px #CCC;
        margin-bottom: 25px;
    }

    .content.intro_3 .circle_line .circle span {
        font-size: 10px;
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }

    .circle_text {
        position: absolute;
        top: 0;
        width: calc(100% - 140px);
        left: 140px;
    }

    .circle_text .dot {
        font-size: 13px;
    }

    .circle_text.nnn1 {
        top: calc(4% + 2px);
    }

    .circle_text.nnn2 {
        top: calc(19% + 3px);
    }

    .circle_text.nnn3 {
        top: 44%;
        transform: translateY(-100%);
    }

    .circle_text.nnn4 {
        top: calc(51% + 4px);
    }

    .circle_text.nnn5 {
        top: calc(64% + 2px);
    }

    .circle_text.nnn6 {
        top: 82%;
    }

    .content.intro_04 {
        width: 100%;
    }

    .content.intro_04 .pat_table {}

    .content.intro_04 .pat_table .cell {
        text-align: center;
        width: 100%;
        background: #FFF;
        padding: 20px;
        box-shadow: 0 0 6px #BBB;
        margin-bottom: 20px;
    }

    .content.intro_04 .pat_table .cell h4 {
        padding-bottom: 15px;
        border-bottom: 1px solid #BBB;
        font-size: 18px;
    }

    .content.intro_04 .pat_table .cell .img_box {}

    .content.intro_04 .pat_table .cell .img_box img {
        width: 70%;
        margin-top: 30px;
    }

    .content.intro_05 .cell_box h4 {
        font-size: 20px;
        text-align: center;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 10px;
        border-bottom: 1px solid #AAA;
    }

    .content.intro_05 .group_tree {
        width: 100%;
        margin-top: 20px;
        position: relative;
        padding-bottom: 80px;
    }

    .content.intro_05 .group_tree .tree {
        color: #FFF;
        display: block;
        padding: 20px;
        width: 100px;
        text-align: center;
        margin: auto;
        position: relative;
        border-radius: 3px;
        box-shadow: 2px 2px 4px #666;
    }

    .content.intro_05 .group_tree .tree.gt1::after {
        content: "";
        display: block;
        width: 4px;
        height: 100px;
        position: absolute;
        left: 50%;
        background: #aaa;
        bottom: -100px;
        transform: translateX(-50%);
    }

    .content.intro_05 .group_tree .tree.gt1 {
        margin-bottom: 95px;
        background: #3469b3;
    }

    .content.intro_05 .group_tree .tree.gt2 {
        position: absolute;
        right: calc(50% - 36px);
        transform: translateX(100%);
        top: 74px;
        background: #659be7;
    }

    .content.intro_05 .group_tree .tree.gt2::after {
        content: "";
        display: block;
        position: absolute;
        width: 38px;
        height: 4px;
        background: #AAA;
        left: -38px;
        top: 50%;
        transform: translateY(-50%);
    }

    .content.intro_05 .group_tree .tree.gt3 {
        margin-bottom: 40px;
        background: #5d8ccf;
    }
    .content.intro_05 .group_tree .tree.gt3::before{
        content: "";
        display: block;
        position: absolute;
        width: 80px;
        height: 4px;
        bottom: -25px;
        background: #AAA;
        left: -28px;        
    }
    .content.intro_05 .group_tree .tree.gt3::after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 25px;
        bottom: -25px;
        background: #AAA;
        left: 50%;
        transform: translateX(-50%);
    }

    .content.intro_05 .group_tree::before {
        content: "";
        display: block;
        width: 4px;
        height: 215px;
        background: #AAA;
        position: absolute;
        top: 224px;
        left: 50%;
        transform: translateX(-78px);
    }

    .content.intro_05 .group_tree .tree.gt4 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0px;
        background: #80aeee;
    }

    .content.intro_05 .group_tree .tree.gt5 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 80px;
        background: #80aeee;
    }

    .content.intro_05 .group_tree .tree.gt6 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 160px;
        background: #80aeee;
    }

    .content.intro_05 .group_tree .tree.gt4::after,
    .content.intro_05 .group_tree .tree.gt5::after,
    .content.intro_05 .group_tree .tree.gt6::after {
        content: "";
        display: block;
        position: absolute;
        width: 25px;
        height: 4px;
        top: 50%;
        background: #aaa;
        left: -25px;
        transform: translateY(-50%);
    }

    .content.intro_05 .group_table {
        width: 100%;
        text-align: center;
        margin-top: 200px;
        box-shadow: 1px 1px 8px #AAA;

    }

    .content.intro_05 .group_table th {
        background: #888;
        color: #FFF;
        vertical-align: middle;
        font-size: 18px !important;
    }

    .content.intro_05 .group_table th,
    .content.intro_05 .group_table td {
        padding: 15px;
        border: 2px solid #666;
        font-size: 16px;
    }

    .content.intro_05 .group_table td {
        background: #FFF;
    }

    .content.intro_05 .cell_box.cb2 {
        margin-top: 60px;
        width: 100%;

    }

    .content.intro_05 .cell_box.cb2 .left_graph,
    .content.intro_05 .cell_box.cb2 .right_graph {
        width: 100%;
        position: relative;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .graph {
        height: 200px;
        margin-top: 40px;
        display: block;
        position: relative;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .graph .circle.c1 {
        width: 150px;
        height: 150px;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background: conic-gradient(#CCC 0% 25%, #3469b3 25% 33%, #3496e0 33% 100%);
        box-shadow: 3px 3px 3px #777;
        border-radius: 50%;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .graph .circle.c2 {
        width: 100px;
        height: 100px;
        background: #EEE;
        border-radius: 50%;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .content.intro_05 .cell_box.cb2 .right_graph .graph {
        height: 200px;
        margin-top: 40px;
        display: block;
        margin: 20px auto 0px;
        position: relative;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .graph .circle.c1 {
        width: 150px;
        height: 150px;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background: conic-gradient(#3496e0 0% 25%, #024da2 25% 50%, #a2cff4 50% 63%, #CCC 63% 100%);
        box-shadow: 3px 3px 3px #777;
        border-radius: 50%;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .graph .circle.c2 {
        width: 100px;
        height: 100px;
        background: #EEE;
        border-radius: 50%;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .content.intro_05 .cell_box.cb2 .whole_people {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line,
    .content.intro_05 .cell_box.cb2 .right_graph .line {
        position: absolute;
        font-size: 14px;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l1 {
        top: 49%;
        transform: translateY(-50%);
        right: calc(50% - 158px);
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l1::before {
        content: "";
        display: block;
        position: absolute;
        left: -50px;
        width: 40px;
        height: 3px;
        background: #444;
        top: 4px;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l2 {
        top: calc(50% + 30px);
        transform: translateY(-50%);
        left: calc(50% - 127px);
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l2::before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #444;
        right: -40px;
        top: 4px;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l3 {
        top: calc(60% + 29px);
        transform: translateY(-50%);
        right: calc(50% - 136px);
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l3::before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #444;
        left: -40px;
        top: 4px;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l1 {
        top: 43%;
        transform: translateY(-50%);
        right: calc(50% - 139px);
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l1::before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        left: -40px;
        top: 4px;
        background: #444;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l2 {
        bottom: 9%;
        transform: translateY(-50%);
        right: calc(50% - 156px);
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l2::before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        left: -50px;
        top: 6px;
        background: #444;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l3 {
        bottom: 4px;
        transform: translateY(-50%);
        left: calc(50% - 152px);
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l3::before {
        content: "";
        display: block;
        position: absolute;
        width: 60px;
        height: 3px;
        right: -70px;
        top: 6px;
        background: #444;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l4 {
        top: 54%;
        transform: translateY(-50%);
        left: calc(50% - 154px);
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l4::before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        right: -40px;
        top: 6px;
        background: #444;
    }

    .content.business_content h4{
        text-align: center;
        font-size: 20px;
    }
    .content.business_content p.exp{
        margin-top: 10px;
        font-size: 16px;
        line-height: 21px;
        display: block;
        text-align: center;
        
        position: relative;                        
    }    
    .content.business_content .box_cloud{
        width: 100%;
        margin-top: 40px;
        background: #FFF;
        border-radius: 10px;
        padding: 20px;
        box-shadow:4px 2px 8px #AAA;
        position: relative;     
        overflow: hidden;   
    }
    .content.business_content .box_cloud.n1{

    }

    .content.business_content .box_cloud .text_wrap{
        color: #444;        

    }
    .content.business_content .box_cloud .text_wrap p.bul{
        padding-left: 10px;
        position: relative;
        font-size: 16px;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        line-height: 30px;        
        margin:5px 0px;
    }
    .content.business_content .box_cloud .text_wrap p.bul::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        width: 3px;
        height: 16px;
        background: #7f7f7f;
        border-radius: 5px;
    }
    .content.business_content .main_customer{
        margin-top: 20px;
        background: #FFF;
        padding: 0px 0px;
        width: 100%;
        border-radius: 20px;
        box-shadow:3px 2px 6px #888;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        position: relative;
        padding-left: 139px;
    }
    .content.business_content .main_customer span{
        padding:20px;
        font-size: 12px;
    }
    .content.business_content .main_customer span.exp{
        background: #80aeee;        
        position: absolute;
        height: 100%;        
        padding:0 30px;
        left: 0;        
    }
    .content.business_content .main_customer span.exp .inner{
        color: #fff;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .content.business_content .box_wrap h5{
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 20px 0px;
        font-size: 16px;
        background: #3469b3;
        color:#FFF;
        font-weight: 600;
        border-radius:10px;
        box-shadow:2px 2px 5px #888;
    }
    .content.business_content .box_wrap{
        width: 100%;
        position: relative;
    }
    .content.business_content .box_wrap .df{
        display: flex;
        justify-content: space-between;
        margin-top:5px;
    }
    .content.business_content .box_wrap .pr33{
        padding-right: 33.333333333333%;
    }
    .content.business_content .box_wrap .box{
        width: 49%;
        background: #FFF;
        padding: 20px;
        border-radius: 5px;
    }
    .content.business_content .box_wrap .box p{
        font-size: 18px;
        margin-bottom: 20px;
        word-break: break-all;
    }
    .content.business_content .box_wrap .box img{
        display: block;
        margin: auto;
        width: 70%;
    }
    .content.business_content .box_wrap .box p{
        text-align: center;
    }
    .content.business_content .box_wrap .box.n3{
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(95% - 39px);
        width: 32%;        
        background: #1f497d;
    }
    .content.business_content .box_wrap .box.n3 p{
        color: #FFF;
        line-height: 24px;
        margin-top: 40px;
    }
    .box.w100.bx1{
        width: 100% !important;
        margin-top: 10px;
    }
    .content.business_content .box_wrap .box.w32{
        width: 32%;
        margin-top: 10px;
    }
    .content.business_content .box_wrap .box.w32.n9{
        position: absolute;
        left: 34%;
        bottom: 0;
        height: calc(100% - 66px);
    }
    .content.business_content .box_wrap .box.w32.n9 img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);        
    }
    .content.business_content .box_wrap .box.w32.n10{
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(100% - 66px);
    }

    .content.business_content .box_wrap h5{
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 20px 0px;
        font-size: 16px;
        background: #3469b3;
        color:#FFF;
        font-weight: 600;
        border-radius:10px;
        box-shadow:2px 2px 5px #888;
    }
    .content.business_content .box_wrap{
        width: 100%;
        position: relative;
    }
    .content.business_content .box_wrap .df{
        display: flex;
        justify-content: space-between;
        margin-top:1%;
    }
    .content.business_content .box_wrap .pr33{
        padding-right: 33.333333333333%;
    }
    .content.business_content .box_wrap .box{
        width: 49.5%;
        background: #FFF;
        padding: 20px;
        border-radius: 5px;
    }
    .content.business_content .box_wrap .box p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .content.business_content .box_wrap .box img{
        display: block;
        margin: auto;
        max-width: 100%;
    }
    .content.business_content .box_wrap .box p{
        text-align: center;
    }
    .content.business_content .box_wrap .box.n3{
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(95% - 39px);
        width: 32.5%;        
        background: #1f497d;
    }
    .content.business_content .box_wrap .box.n3 p{
        color: #FFF;
        line-height: 24px;
        margin-top: 40px;
    }
    .box.w100.bx1{
        width: 100% !important;
        margin-top: 10px;
    }
    .content.business_content .box_wrap .box.w32{
        width: 32%;
        margin-top: 10px;
    }
    .content.business_content .box_wrap .box.w32.n9{
        position: absolute;
        left: 34%;
        bottom: 0;
        height: calc(100% - 66px);
    }
    .content.business_content .box_wrap .box.w32.n9 img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .content.business_content .box_wrap .box.w32.n10{
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(100% - 66px);
    }
    .w33{
        width: 33%;
    }
    .business_content_box_wrap{
        margin-top: 20px;
    }
    .business_content_box_wrap .box{
        padding: 15px;
        background: #fff;
        border-radius: 15px;
        box-shadow:2px 2px 5px #AAA;        
    }
    .business_content_box_wrap .box h5{        
        text-align: center;
        font-size: 20px;
        margin:10px auto;              
    }
    .business_content_box_wrap .box img{
        display: block;
        margin: auto;
    }
    .business_content_box_wrap .box .inner_box{
        
    }
    .business_content_box_wrap .box .inner_box p{
        text-align: center;
        margin-top: 14px;
    }
    .business_content_box_wrap .box.w24{
        margin-bottom: 20px;
    }
    .w24{
        width: 24%;
    }
    .jcsa{
        justify-content: space-around;
    }
    .mt50{
        margin-top: 50px;
    }
    .mt30{
        margin-top: 30px;
    }
    .jcc{
        justify-content: center;
    }
    .mr10{margin-right: 10px;}
    .mt10{
        margin-top: 10px;
    }
    .mt40{
        margin-top:40px;
    }
    .inner_imgw24 img{
        width: 90%;
    }
    .business_content_box_wrap .box.w24{
        width: 100%;
    }
    .business_content_box_wrap .box.w33{
        width: 100%;
        margin-top: 20px;
    }
    .m0{
        margin: 0 !important;
    }

    .content.business_content_03 p.exp{
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        margin: auto;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .content.business_content_03 .n5{
        position: relative;
        top: 50px;
    }
    .content.business_content_03 .n5 img{
        position: relative;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .content.business_content_03 .n5 p{
        position: absolute;   
        font-size: 20px;     
    }
    .content.business_content_03 .n5 p.n1{
        left: 4%;        
        top: -5px;
    }
    .content.business_content_03 .n5 p.n2{
        right: 4%;        
        top: -5px;
    }
    .content.business_content_03 .n5 p.n3{
        left: 4%;        
        bottom: 33%;
    }
    .content.business_content_03 .n5 p.n4{
        right:4%;        
        bottom: 33%;
    }
    .content.business_content_03 .n5 .texts{
        position: absolute;
    }
    .content.business_content_03 .n5 .texts span{
        display: block;
        font-size: 10px;
    }
    .content.business_content_03 .n5 .texts.n1{
        padding: 0px;
        top: 17%;
        left: 1%;
    }
    .content.business_content_03 .n5 .texts.n2{
        top: 17%;
        right: 1%;
    }
    .content.business_content_03 .n5 .texts.n3{
        top: 77%;
        left: 1%;
    }
    .content.business_content_03 .n5 .texts.n4{
        top: 77%;
        right: 1%;
    }
    .content.business_content_03 .n5 h4{
        position: absolute;
        left: calc(51% - 5px);
        top: calc(39% + 4px);
        font-size: 10px;
        text-shadow: 1px 1px 2px #AAA;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .content.business_content_03{
        padding-bottom: 50px !important;
    }
    .business_content_04 .exp{
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        margin: auto;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .business_content_04 .client_wrap{
        display: flex;
        flex-wrap:wrap;    
        justify-content: space-between;
        margin-top: 40px;
    }
    .business_content_04 .client_wrap .client_item{
        background: #FFF;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
        
    }
    .business_content_04 .client_wrap .client_item .year{
        font-size: 24px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        color: #3469b3;
    }
    .business_content_04 .client_wrap .client_item dl{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .business_content_04 .client_wrap .client_item dl dt,.business_content_04 .client_wrap .client_item dl dd{
        display: inline-block;
        margin-top: 10px;
    }
    .business_content_04 .client_wrap .client_item dl dt{
        width: 15%;    
        font-size:15px;
    }
    .business_content_04 .client_wrap .client_item dl dd{
        width: 83%;
        vertical-align:top;
        font-size: 14px;
        line-height: 18px;
    }
    .text_wrap.dt25 dt{
        width: 27% !important;
    }
    .text_wrap.dt25 dd{
        width: 71% !important;
    }
    .inner_box.df.n8 img{
        width: 50%;
    }

    body #wrap .solution_page {
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/business_img01.jpg');
        background-size: cover;
        background-position: 50% 50%;
    }

    body #wrap .solution_page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
    }

    body #wrap .solution_page p {
        z-index: 4;
        color: #FFF !important;
        text-align: center;
    }

    .page.n2.ha {
        height: auto !important;

    }

    body #wrap .solution_page p.company {
        position: relative;
        font-size: 24px;
    }

    body #wrap .solution_page .intro_wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    body #wrap .solution_page p.intro {
        position: relative;
        margin-top: 3vh;
        font-size: 18px;
    }
    .solution_wrap .tab_wrap{
        height: auto;
    }
    .solution_wrap .tab_wrap>.container{
        flex-wrap: wrap;
    }
    /* 인재경영 */
    body #wrap .employment_page{
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/employment_bg.jpg');
        background-size: cover;
        background-position: 50% 85%;
    }

    body #wrap .employment_page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
    }
    body #wrap .employment_page p {
        z-index: 4;
        color: #FFF !important;
        text-align: center;
    }

    body #wrap .employment_page .intro_wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }


    body #wrap .employment_page p.company {
        position: relative;
        font-size: 26px;
    }

    body #wrap .employment_page p.intro {
        position: relative;
        margin-top: 3vh;
        font-size: 18px;
    }
    .content.employment_01 p.text_01{
        font-size: 20px;
        margin: auto;
        color: #666;                
        text-align: center;
        margin-bottom: 16px;
    }
    .content.employment_01 p.text_02{
        font-size: 16px;
        margin: auto;
        color: #666;
        position: relative;
        text-align: center;
        line-height: 20px;
    }
    .employment_01 .box_wrap{
        margin-top: 60px;   
        padding-bottom: 60px; 
        position: relative;
    }
    .employment_01 .box_wrap .box{
        width: 100%;
        position: relative;
    }
    .employment_01 .box_wrap .box .img_box::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
    }
    .employment_01 .box_wrap .box .img_box{
        width: 100%;
        height: 150px;
        overflow: hidden;    
        position: relative;
        border-radius:20px;
        margin: auto;
    }
    .employment_01 .box_wrap .box .img_box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .employment_01 .box_wrap .box h4{
        position: absolute;
        text-align: center;
        color: #FFF;
        font-size: 28px;        
        top: 78px;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .employment_01 .box_wrap .box p{
        text-align: center;
        color: #444;
        font-size: 18px;
        margin: 10px 0px 20px;        
        padding: 0 20px;
    }  
    /*채용정보*/
    .employ_intro table th{
        font-size: 14px;
        line-height: 18px;
    }
    .employ_intro table td{
        font-size: 12px;
        line-height: 16px;
    }      
}
