@media screen and (min-width:1023px) {
    ul.gnb>li>a {
        /* color: #FFF; */
    }

    header.scroll_down ul.gnb>li>a {
        color: #222;
    }

    .btn_gnb {
        display: none;
    }
    .link_box_item.n1{
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    .container {
        max-width: 1440px;
        padding:0 20px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    header .container {}

    h1 {
        padding: 0 70px;
    }

    .gnb li a {
        color: #333;
        display: block;
        line-height: 100px;
        padding: 0 55px;
        font-size: 22px;
    }

    .gnb {
        overflow: hidden;

    }

    .depth2 {
        position: fixed;
        margin-top: 30px;
        overflow: hidden;
        height: 0;
        transition: height 0.3s;
    }

    header.hover {
        transition: all 0.2s;
        background: #FFF;
    }

    #wrap header.hover h1 a {
        background: url('./../../image/logo.png') 0 0/100% auto no-repeat;
    }

    #wrap header.hover .gnb>li>a {
        color: #222;
    }

    header.hover .depth2 {
        height: 300px;
        transition: height 0.5s;
    }

    .depth2 li a {
        font-size: 15px;
        line-height: 50px;
        color: #444 !important;
        font-weight: bold;
    }

    header .container::before {
        content: "";
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 0;
        top: 100px;
        left: 0;
        right: 0;
        transition: height 0.3s;
        box-shadow: 0 0 3px #888;
    }

    header.hover .container::before {
        height: 300px;
        transition: height 0.5s;
    }

    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 .intro_wrap {
        position: relative;
        top: calc(50% + 30px);
        transform: translateY(-50%);
    }

    body #wrap .introduce_page p.company {
        position: relative;
        font-size: 26px;
    }

    body #wrap .introduce_page p.intro {
        position: relative;
        margin-top: 3vh;
        font-size: 18px;
    }

    .tab_wrap {
        width: 100%;
        height: 60px;
        background: #555;

    }

    .tab_wrap .btn_tab {
        display: block;
        width: 25%;
        height: 60px;
        font-size: 14px;
        line-height: 62px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s;
    }

    .tab_wrap .btn_tab span {
        color: #FFF;
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
    }

    .tab_wrap .btn_tab:hover,
    .tab_wrap .btn_tab.on {
        background: #FFF;
        font-size: 16px;
        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 80px;
        background: #EEE;
    }

    .tab_area .tab {
        display: none;
    }

    .tab_area .tab.on {
        display: block;
    }

    .tab_area .tab h3 {
        font-size: 32px;
        text-align: center;
        margin-top: 48px;
    }

    .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;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 2%;
        margin-right: 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: 15px;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 1px solid #CCC;
    }

    .tab_area .tab .content.intro01 .bbox h4 span {
        font-size: 15px;
    }

    .tab_area .tab .content.intro01 .bbox p {
        padding-top: 20px;
        font-size: 18px;
        position: relative;
    }

    .tab_area .tab .content.intro01 .bbox p span {
        font-size: 18px;
    }

    .page.n1 .scroll_down {
        position: absolute;
        bottom: 42px;
        width: 28px;
        height: 44px;
        border: 2px solid #FFF;
        border-radius: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .page.n1 .scroll_down .spot {
        position: absolute;
        display: block;
        width: 6px;
        height: 12px;
        background: #FFF;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        animation: scrollAni 1s infinite linear;
    }

    .page.n1 .scroll_down::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 2px;
        height: 18px;
        background: #FFF;
    }

    .scroll_para {
        position: absolute;
        bottom: 16px;
        font-weight: 600;
        left: 50%;
        color: #FFF;
        font-size: 14px !important;
        top: unset;
        transform: translateX(-50%);
    }

    .scroll_para::before {
        content: "SCROLL DOWN";
    }

    footer {
        padding: 0 20px;
    }

    body #wrap .business_page {
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/business_img01.jpg');
        background-size: cover;
        background-position: 50% 70%;
    }

    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 .intro_wrap {
        position: relative;
        top: calc(50% + 30px);
        transform: translateY(-50%);
    }


    body #wrap .business_page p.company {
        position: relative;
        font-size: 26px;
    }

    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: 8%;
        padding-left: 10px;
        font-size: 15px;
        font-weight: 600;        
    }
    .company_info_wrap .info .left:nth-child(1){
        width: 6%;
    }
    .company_info_wrap .info .right:nth-child(2){
        width: 44%;
    }
    .company_info_wrap .info .right{
        width: 42%;
    }
    .n1{
        padding-left: 10px;
        font-size: 12px;
        padding-top: 10px;
    }
    
    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: 20px;
    }
    .date_wrap .date.n1,.date_wrap .date.n3,.date_wrap .date.n5{
        left: 43%;
        transform: translateX(-100%);       
        text-align: right;        
    }
    .date_wrap .date_01::before,.date_wrap .date_03::before,.date_wrap .date_05::before{
        content: "";
        position: absolute;        
        display: block;
        width: 40px;
        height: 1px;
        background: #3469b3;
        left: calc(50% - 45px);
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .date_wrap .date_02::before,.date_wrap .date_04::before{
        content: "";
        position: absolute;        
        display: block;
        width: 40px;
        height: 1px;
        background: #3469b3;
        left: calc(50% + 45px);
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .date_wrap .date.n2,.date_wrap .date.n4{
        text-align: left;
        right: 43%;
        transform: translateX(100%);        
    }
    .date_wrap .date.n1{
        top: 7px;
    }
    .date_wrap .date.n2{
        top: calc(26% - 2px);
    }
    .date_wrap .date.n3{
        top: calc(50% - 8px);
    }
    .date_wrap .date.n4{
        top:calc(73% - 3px);
    }
    .date_wrap .date.n5{
        top:96%;
    }
    .content.intro_3{
        position: relative;
    }
    .content.intro_3 .circle_line{
        margin: auto;
        position: relative;
        width: 300px;
        height: 300px;
        border: 3px solid #BBB;
        background: url('./../../image/logo.png') 50% 50%/100px auto no-repeat;
        margin-top: 20px;
        border-radius: 50%;
    }
    .content.intro_3 .circle_line .circle{
        width: 100px;
        height: 100px;
        background: #FFF;
        border-radius: 50%;
        text-align: center;        
        line-height: 22px;
        box-shadow: 2px 2px 8px #999;
        position: absolute;
    }
    .content.intro_3 .circle_line .circle span{
        position: relative;
        font-size: 18px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }
    .content.intro_3 .circle_line .circle.c1{
        left: 20px;
        top: -20px;
    }
    .content.intro_3 .circle_line .circle.c2{
        top: -20px;
        right: 20px;
    }
    .content.intro_3 .circle_line .circle.c3{
        top: 50%;
        transform:translate(-50%,-50%);
        left: 0;
    }
    .content.intro_3 .circle_line .circle.c4{
        top: 50%;
        transform:translate(50%,-50%);
        right: 0;
    }
    .content.intro_3 .circle_line .circle.c5{
        left: 20px;
        bottom: -20px;
    }
    .content.intro_3 .circle_line .circle.c6{
        right: 20px;
        bottom: -20px;
    }
    .content.intro_3 .circle_text{
        position: absolute;
        line-height: 20px;
    }
    .content.intro_3 .circle_text.nnn1{
        top: 32px;
        left: calc(50% - 170px);
        transform: translateX(-100%);
        text-align: right;
    }
    .content.intro_3 .circle_text.nnn2{
        top: 32px;
        right:calc(50% - 170px);
        transform: translateX(100%);
        text-align: left;
    }
    .content.intro_3 .circle_text.nnn3{
        top: 160px;
        left: calc(50% - 240px);
        transform: translateX(-100%);
        text-align: right;
    }
    .content.intro_3 .circle_text.nnn4{
        top: 160px;
        right: calc(50% - 240px);
        transform: translateX(100%);
        text-align: left;
    }
    .content.intro_3 .circle_text.nnn5{
        bottom: 10px;
        left: calc(50% - 170px);
        transform: translateX(-100%);
        text-align: right;
    }
    .content.intro_3 .circle_text.nnn6{
        bottom: 22px;
        right: calc(50% - 170px);
        transform: translateX(100%);
        text-align: left;
    }

    .content.intro_04{
        width: 100%;

    }    
    .content.intro_04 .pat_table{
        display: flex;
        justify-content:space-between;
    }    
    .content.intro_04 .pat_table .cell{
        text-align: center;        
        float: left;
        width: 24%;
        background: #FFF;
        padding: 20px;
        box-shadow: 0 0 6px #BBB;
    }
    .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{
        
    }
    .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;       
    }
    .content.intro_05 .group_tree .tree{
        color: #FFF;
        display: block;
        padding: 20px;
        width: 160px;
        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: 60px;
        position: absolute;
        left: 50%;        
        background: #aaa;
        bottom: -60px;
        transform: translateX(-50%);
    }
    .content.intro_05 .group_tree .tree.gt1{
        margin-bottom: 60px;
        background: #3469b3;
    }
    .content.intro_05 .group_tree .tree.gt2{
        position: absolute;
        right: calc(50% - 100px);
        transform:translateX(100%);
        top: 56px;
        background: #659be7;
    }
    .content.intro_05 .group_tree .tree.gt2::after{
        content: "";
        display: block;
        position: absolute;
        width: 100px;
        height: 4px;
        background: #AAA;
        left: -100px;
        top: 50%;
        transform: translateY(-50%);
    }
    .content.intro_05 .group_tree .tree.gt3{
        margin-bottom: 40px;
        background: #5d8ccf;
    }
    .content.intro_05 .group_tree .tree.gt3::after{
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 40px;
        bottom: -40px;
        background: #AAA;
        left: 50%;
        transform: translateX(-50%);
    }
    .content.intro_05 .group_tree::before{
        content: "";
        display: block;
        width: calc(50%);
        height: 4px;
        background: #AAA;
        position: absolute;
        top: 208px;
        left:50%;
        transform: translateX(-50%);
    }
    .content.intro_05 .group_tree .tree.gt4{
        position: absolute;
        left: 25%;
        transform: translateX(-50%);
        margin-top: 40px;
        background: #80aeee;
    }
    .content.intro_05 .group_tree .tree.gt5{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 40px;
        background: #80aeee;
    }
    .content.intro_05 .group_tree .tree.gt6{
        position: absolute;
        left: 75%;
        transform: translateX(-50%);
        margin-top: 40px;
        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: 4px;
        height: 40px;
        top: -40px;
        background: #aaa;
        left: 50%;
        transform: translateX(-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%;
        display: flex;
        justify-content: space-between;
    }
    .content.intro_05 .cell_box.cb2 .left_graph,.content.intro_05 .cell_box.cb2 .right_graph{
        width: 49%;
        position: relative;
    }
    .content.intro_05 .cell_box.cb2 .left_graph .graph{
        width: 300px;
        height: 300px;
        margin-top: 40px;
        display: block;
        margin: 20px auto 0px;
        position: relative;
    }
    .content.intro_05 .cell_box.cb2 .left_graph .graph .circle.c1{
        width: 300px;
        height: 300px;
        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: 200px;
        height: 200px;
        background: #EEE;
        border-radius: 50%;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .content.intro_05 .cell_box.cb2 .right_graph .graph{
        width: 300px;
        height: 300px;
        margin-top: 40px;
        display: block;
        margin: 20px auto 0px;
        position: relative;
    }
    .content.intro_05 .cell_box.cb2 .right_graph .graph .circle.c1{
        width: 300px;
        height: 300px;
        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: 200px;
        height: 200px;
        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: 22px;
    }
    .content.intro_05 .cell_box.cb2 .left_graph .line,.content.intro_05 .cell_box.cb2 .right_graph .line{
        position: absolute;
        font-size: 22px;
    }

    .content.intro_05 .cell_box.cb2 .left_graph .line.l1{
        top: 35%;
        transform: translateY(-50%);
        right: calc(50% - 248px);
    }
    .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: 7px;
    }
    .content.intro_05 .cell_box.cb2 .left_graph .line.l2{
        top:calc(50% + 30px);
        transform: translateY(-50%);
        left: calc(50% - 215px);
    }
    .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: 8px;
    }
    .content.intro_05 .cell_box.cb2 .left_graph .line.l3{
        top:calc(60% + 30px);
        transform: translateY(-50%);
        right: calc(50% - 230px);
    }
    .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: 8px;
    }

    .content.intro_05 .cell_box.cb2 .right_graph .line.l1{
        top: 33%;
        transform: translateY(-50%);
        right: calc(50% - 237px);
    }
    .content.intro_05 .cell_box.cb2 .right_graph .line.l1::before{
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        left: -50px;
        top: 7px;
        background: #444;        
    }
    .content.intro_05 .cell_box.cb2 .right_graph .line.l2{
        bottom: 3%;
        transform: translateY(-50%);
        right: calc(50% - 252px);
    }
    .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: -30px;
        transform: translateY(-50%);
        left:  calc(50% - 222px);
    }
    .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: 45%;
        transform: translateY(-50%);
        left: calc(50% - 259px);
    }
    .content.intro_05 .cell_box.cb2 .right_graph .line.l4::before{
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        right: -50px;
        top: 6px;
        background: #444;        
    }
    .content.business_content {

    }
    .content.business_content h4{
        text-align: center;
        font-size: 24px;
    }
    .content.business_content p.exp{
        margin-top: 10px;
        font-size: 16px;
        display: block;
        text-align: center;                
    }    
    .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{
        height: 420px;
        padding-left: 65%;
    }
    .content.business_content .box_cloud.n1::before{
        content: "";
        display: block;
        position: absolute;
        width: 65%;
        height: 420px;
        left: 0;
        top: 15px;
        background-color: #fff;
        background: url('./../../image/business_page_img01.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 20px bottom;
    }
    .content.business_content .box_cloud .text_wrap{
        color: #444;        
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .content.business_content .box_cloud .text_wrap p.bul{
        padding-left: 20px;
        position: relative;
        font-size: 28px;
        line-height: 60px;
    }
    .content.business_content .box_cloud .text_wrap p.bul::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 11px;
        width: 5px;
        height: 32px;
        background: #7f7f7f;
        border-radius: 5px;
    }
    .content.business_content .main_customer{
        margin-top: 30px;
        background: #FFF;
        padding: 20px 0px;
        width: 100%;
        border-radius: 20px;
        box-shadow:3px 2px 6px #888;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        padding-left: 139px;
    }
    .content.business_content .main_customer span{
        padding:0 10px;
        font-size: 18px;
    }
    .content.business_content .main_customer span.exp{
        background: #80aeee;        
        position: absolute;
        height: 100%;
        line-height: 60px;
        padding:0 30px;
        left: 0;
    }
    .content.business_content .main_customer span.exp div{
        color: #FFF;
    }
    .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;
        line-height: 18px;
    }
    .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%;
    }
    .pdf{
        display: flex;
    }
    .m0{
        margin: 0 !important;
    }
    .content.business_content_03{
        padding-bottom: 50px !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;
        left: 50%;
        transform: translateX(-50%);
    }
    .content.business_content_03 .n5 p{
        position: absolute;   
        font-size: 20px;     
    }
    .content.business_content_03 .n5 p.n1{
        left: 19%;
        
        top: 0;
    }
    .content.business_content_03 .n5 p.n2{
        right: 19%;        
        top: 0;
    }
    .content.business_content_03 .n5 p.n3{
        left: 19%;        
        bottom: 110px;
    }
    .content.business_content_03 .n5 p.n4{
        right:19%;        
        bottom: 110px;
    }
    .content.business_content_03 .n5 .texts{
        position: absolute;
    }
    .content.business_content_03 .n5 .texts span{
        display: block;
    }
    .content.business_content_03 .n5 .texts.n1{
        padding: 0px;
        top: 60px;
        left: 19%;
    }
    .content.business_content_03 .n5 .texts.n2{
        top: 60px;
        right: 19%;
    }
    .content.business_content_03 .n5 .texts.n3{
        bottom: 20px;
        left: 19%;
    }
    .content.business_content_03 .n5 .texts.n4{
        bottom: 20px;
        right: 19%;
    }
    .content.business_content_03 .n5 h4{
        position: absolute;
        left: calc(50% - 1px);
        top: calc(42% + 4px);
        font-size: 24px;
        text-shadow: 1px 1px 2px #AAA;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .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: 40px;
        width: 49.5%;
        margin-bottom: 1%;
        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: 20px;
    }
    .business_content_04 .client_wrap .client_item dl dd{
        width: 84%;
        vertical-align:top;
        font-size: 16px;
    }
    .text_wrap.dt25 dt{
        width: 25% !important;
    }
    .text_wrap.dt25 dd{
        width: 74% !important;
    }
    body #wrap .solution_page {
        width: 100%;
        height: calc(30vh + 100px);
        background-image: url('./../../image/solution_bg.jpg');
        background-size: cover;
        background-position: 50% 70%;
    }

    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 .intro_wrap {
        position: relative;
        top: calc(50% + 30px);
        transform: translateY(-50%);
    }


    body #wrap .solution_page p.company {
        position: relative;
        font-size: 26px;
    }

    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: calc(50% + 30px);
        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: 100px; 
        display: flex;
        position: relative;
    }
    .employment_01 .box_wrap::before{
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 300px);
        height: 2px;
        top: 100px;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #888;
    }
    .employment_01 .box_wrap .box{
        width: 33.33333333333333333333333%;
    }
    .employment_01 .box_wrap .box .img_box::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
    }
    .employment_01 .box_wrap .box .img_box{
        width: 200px;
        height: 200px;
        overflow: hidden;    
        position: relative;
        border-radius: 50%;
        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{
        text-align: center;
        color: #111;
        font-size: 20px;
        margin-top: 40px;
    }
    .employment_01 .box_wrap .box p{
        text-align: center;
        color: #444;
        font-size: 16px;
        margin-top: 20px;
        padding: 0 40px;
    }
    /*채용정보*/
    .employ_intro table th{
        font-size: 16px;
        line-height: 20px;
    }
    .employ_intro table td{
        font-size: 14px;
        line-height: 18px;
    }    
}