*{
    /* cursor: none; */
}
button, a{
    /* cursor: none; */
    text-decoration: none;
}
#wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    /* cursor: none; */
}
html{
    margin: 0 auto 0 auto;
    overflow-x: hidden;
    /* cursor: none; */
}

#banner #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#tab #container{
    margin: 0 auto 0 auto;
    padding: 0rem 0 0rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_a #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}

#line_b #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_c #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_d #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_e #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}

.graytxt{
    color: #565656;
    font-family: Inter;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    /* text-align: center; */
    margin-bottom: .1rem;
}
.blacktxt{
    color: #111;
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight:550;
    line-height: normal;
    letter-spacing: -2px;
    /* text-align: center; */
    margin-bottom: .6rem;
    /* color: #2a80b9;
    font-size: 3rem; */
}



/*-----------------------------------------banner------------------------------------------*/

#banner {
    width: 100%;
    /* height: calc(100vh - 900px) !important; */
    height: 400px;
    padding: 80px auto 2rem auto;
    background: url(../img/businessareabanner.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin: 0;
    position: relative;
}

#banner .baimg {
    width: 100%;
    height: 400px;
    margin: 0 auto;
/*    background-attachment: fixed;*/
    z-index: 1;
}

#banner .baimg img {
    margin: 0 auto;
    padding: 0;
}

#banner .baimg span {
    /*    width: 300px;*/
    height: 100px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    position: absolute;
    left: 47vw;
    top: 200px;
    z-index: 2;
}

#banner .babg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem 0 2rem 0;
    margin: 0;
    z-index: 1;
}

/*-----------------------------------------tab------------------------------------------*/

#tab{
    width: 100%;
    min-width: 100%;
    height: 80%;
/*    background-color: #fff;*/
    padding: 2rem auto 2rem auto;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 6rem;
}
ul.tabs{
    width: 100%;
	margin: 0 auto;
	list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content:start;
}
ul.tabs li{
    width: 160px;
    height: 80px;
	background: none;
	color: #222;
	display: inline-block;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 4;
    transition: all .1s ease;
}

/*
@keyframes tab{
    0% {left: 0px; top: 0px;}
    100% {left: 100px; top:100px;}
}
*/

ul.tabs li.current{
	color: #333;
    background-color: #fff;
    border-bottom: 4px solid transparent;
    /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
    border-color:rgba(28,32,52,1);
    border-image-slice: 1;
/*
    animation-duration: .3s;
    animation-name: tab;
*/
}

.tab-content{
    width: 100%;
    height: auto;
	display: none;
	background: #fff;
/*	padding: 15px;*/
}

.tab-content.current{
	display: inherit;
}

/*-----------------------------------------Corporation------------------------------------------*/

#line_a{
    clear: both;;
    width: 100%;
    min-width: 100%;
    height: 80%;
/*    background-color: #fff;*/
    padding: 2rem auto 2rem auto;
}
#line_a .line_a_txtbox{
    margin-bottom: 3rem;
}
#line_a .whitetxt{
    /* width: 100%; */
    height: 2rem;
    padding: 24px;
    color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 1.1em;
    line-height: 1.8rem;
    /* transition: all 0.7s ease; */
    position:absolute;
    bottom: 2rem;
}
#line_a .whitetxt span{
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: .4rem;
    letter-spacing: -1px;
}

#line_a .areacontents{
    width: 100%;
    height: 80%;
    margin: 0 auto 12rem;
}


.a_contents{
    display: flex;
    padding: 4rem 2rem;
    border-bottom: 1.2px solid rgba(0,0,0,0.08);
    border-radius: 0%;
}


.a_contents img{
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
}

.a_group h3{
    color: #222;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.a_group p:nth-child(2) {
    color: dodgerblue;
    margin-bottom: .1rem;
    /* font-weight: bold; */
    font-size: 1.1rem;
}

.a_group p:nth-child(3) {
    color: #999;
    font-size: 1.1rem;
    line-height: 1.8rem;
}









@media ( max-width:1023px ) {


    *{
        /* cursor: none; */
    }
    button, a{
        /* cursor: none; */
        text-decoration: none;
    }
    #wrap{
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto 0 auto;
        /* cursor: none; */
    }
    html{
        margin: 0 auto 0 auto;
        overflow-x: hidden;
        /* cursor: none; */
    }
    
    #banner #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #tab #container{
        margin: 0 auto 0 auto;
        padding: 0rem 0 0rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_a #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    
    #line_b #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_c #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_d #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_e #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    
    .graytxt{
        color: #565656;
        font-family: Inter;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
        /* text-align: center; */
        margin-bottom: .1rem;
    }
    .blacktxt{
        color: #111;
        font-family: Inter;
        font-size: 2.5rem;
        font-style: normal;
        font-weight:550;
        line-height: normal;
        letter-spacing: -2px;
        /* text-align: center; */
        margin-bottom: .6rem;
        /* color: #2a80b9;
        font-size: 3rem; */
    }
    
    
    
    /*-----------------------------------------banner------------------------------------------*/
    
    #banner {
        width: 100%;
        /* height: calc(100vh - 900px) !important; */
        height: 400px;
        padding: 80px auto 2rem auto;
        background: url(../img/businessareabanner.png)no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        margin: 0;
        position: relative;
    }
    
    #banner .baimg {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    /*    background-attachment: fixed;*/
        z-index: 1;
    }
    
    #banner .baimg img {
        margin: 0 auto;
        padding: 0;
    }
    
    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 43vw;
        top: 200px;
        z-index: 2;
    }
    
    #banner .babg {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        filter: brightness(50%);
        position: absolute;
        top: 0;
        left: 0;
        padding: 2rem 0 2rem 0;
        margin: 0;
        z-index: 1;
    }
    
    /*-----------------------------------------tab------------------------------------------*/
    
    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 150px;
        height: 80px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1.1rem;
        line-height: 4;
        transition: all .1s ease;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }
    
    .tab-content.current{
        display: inherit;
    }
    
    /*-----------------------------------------Corporation------------------------------------------*/
    
    #line_a{
        clear: both;;
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
    }
    #line_a .line_a_txtbox{
        margin-bottom: 3rem;
    }
    #line_a .whitetxt{
        /* width: 100%; */
        height: 2rem;
        padding: 24px;
        color: #fff;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        font-size: 1.1em;
        line-height: 1.8rem;
        /* transition: all 0.7s ease; */
        position:absolute;
        bottom: 2rem;
    }
    #line_a .whitetxt span{
        font-weight: bold;
        font-size: 2.1rem;
        margin-bottom: .4rem;
        letter-spacing: -1px;
    }
    
    #line_a .areacontents{
        width: 100%;
        height: 80%;
        margin: 0 auto 12rem;
    }
    
    
    .a_contents{
        display: flex;
        padding: 4rem 2rem;
        border-bottom: 1.2px solid rgba(0,0,0,0.08);
        border-radius: 0%;
    }
    
    
    .a_contents img{
        width: 4rem;
        height: 4rem;
        margin-right: 2rem;
    }
    
    .a_group h3{
        color: #222;
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }
    
    .a_group p:nth-child(2) {
        color: dodgerblue;
        margin-bottom: .1rem;
        /* font-weight: bold; */
        font-size: 1.1rem;
    }
    
    .a_group p:nth-child(3) {
        color: #999;
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

}


@media ( max-width:768px ) {



    #line_a{
        clear: both;;
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
    }
    #line_a .line_a_txtbox{
        margin-bottom: 3rem;
    }
    #line_a .whitetxt{
        /* width: 100%; */
        height: 2rem;
        padding: 24px;
        color: #fff;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        font-size: 1.1em;
        line-height: 1.8rem;
        /* transition: all 0.7s ease; */
        position:absolute;
        bottom: 2rem;
    }
    #line_a .whitetxt span{
        font-weight: bold;
        font-size: 2.1rem;
        margin-bottom: .4rem;
        letter-spacing: -1px;
    }
    
    #line_a .areacontents{
        width: 100%;
        height: 80%;
        margin: 0 auto 12rem;
    }
    
    
    .a_contents{
        display: flex;
        flex-flow: column;
        padding: 4rem 0rem;
        border-bottom: 1.2px solid rgba(0,0,0,0.08);
        border-radius: 0%;
    }
    
    
    .a_contents img{
        width: 15%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .a_group h3{
        color: #222;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    
    .a_group p:nth-child(2) {
        color: dodgerblue;
        margin-bottom: .1rem;
        /* font-weight: bold; */
        font-size: 1rem;
    }
    
    .a_group p:nth-child(3) {
        color: #999;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    
}


@media ( max-width:480px ) {
    
    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 120px;
        height: 50px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 3;
        transition: all .1s ease;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }
    
    .tab-content.current{
        display: inherit;
    }




    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 35%;
        top: 200px;
        z-index: 2;
    }

        #line_a{
        clear: both;;
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
    }
    #line_a .line_a_txtbox{
        margin-bottom: 3rem;
    }
    #line_a .whitetxt{
        /* width: 100%; */
        height: 2rem;
        padding: 24px;
        color: #fff;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        font-size: 1.1em;
        line-height: 1.8rem;
        /* transition: all 0.7s ease; */
        position:absolute;
        bottom: 2rem;
    }
    #line_a .whitetxt span{
        font-weight: bold;
        font-size: 2.1rem;
        margin-bottom: .4rem;
        letter-spacing: -1px;
    }
    
    #line_a .areacontents{
        width: 100%;
        height: 80%;
        margin: 0 auto 12rem;
    }
    
    
    .a_contents{
        display: flex;
        flex-flow: column;
        padding: 4rem 0rem;
        border-bottom: 1.2px solid rgba(0,0,0,0.08);
        border-radius: 0%;
    }
    
    
    .a_contents img{
        width: 20%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .a_group h3{
        color: #222;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    
    .a_group p:nth-child(2) {
        color: dodgerblue;
        margin-bottom: .1rem;
        /* font-weight: bold; */
        font-size: 1rem;
    }
    
    .a_group p:nth-child(3) {
        color: #999;
        font-size: 1rem;
        line-height: 1.6rem;
    }
}