/* background */
.bg-sky {
    background-color: #f3f6f9;
}
/* br30 */
.br30 {
    border-radius: 30px;
}
.br10 {
    border-radius: 10px;
}
@media (max-width:768px){
    .br30 {
        border-radius: 10px;
    }
    .br10 {
        border-radius: 5x;
    }
}
/* about */
#about1 .ceo .sm {
    font-size: .8em;
}
/* cbBoxWrp */
.cbBoxWrp {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.cbBoxWrp .cbBox {
    flex-basis: calc(33.33333% - 30px);
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbBoxWrp .wBox {
    box-shadow: 10px 10px 35px rgba(0,0,0,0.1);
}
.cbBoxWrp .wBox .lined {
    position: absolute;
    top: 50%;
    width: 30px;
    left: 100%;
    border-bottom: 1px solid #ddd;
    transform: rotate(180deg);
    z-index: 5;
}
.cbBoxWrp .wBox .lined:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #006e8c;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}
.cbBoxWrp .wBox .lined::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #006e8c;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3;
    opacity: .2;
}
.cbBoxWrp .wBox .txt span {
    display: block;
}
.cbBoxWrp .wBox.cbBox3 .lined {
    left: auto;
    right: 100%;
    transform: rotate(0deg);
}
.cbBoxWrp .cbBox.cbBox2 {
    border: 2px dashed #aaa;
}
.cbBoxWrp .cbBox .icon img {
    border-radius: 50%;
    background-color: #006e8c;
    border: 10px solid #e7f1f4;
    display: inline-block;
}
.cbBoxWrp .cbBox.cbBox3 .icon img {
    border-radius: 50%;
    background-color: #007e6c;
    border: 10px solid #e5f2f0;
    display: inline-block;
}
.cbBoxWrp .cbBox.cbBox2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.cbBoxWrp .cbBox.cbBox2 .top,
.cbBoxWrp .cbBox.cbBox2 .bt {
    padding: 40px 20px;
    border-radius: 15px;
    width: 100%;
    position: relative;
}
.cbBoxWrp .cbBox.cbBox2 .top {
    background-color: #e0f5e9;
}
.cbBoxWrp .cbBox.cbBox2 .top:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    width: 50px;
    height: 50px;
    background: url(../img/pls.png) center center no-repeat;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3;
}
.cbBoxWrp .cbBox.cbBox2 .bt {
    background-color: #e2f7ff;
}
@media (max-width:768px){
    .cbBoxWrp {
        flex-wrap: wrap;
    }
    .cbBoxWrp .cbBox {
        flex-basis: 100%;
        width: 100%;
        padding: 30px 20px;
        position: relative;
    }
    .cbBoxWrp .cbBox .icon img {
        width: 80px;
    }
    .cbBoxWrp .cbBox.cbBox2 .top, 
    .cbBoxWrp .cbBox.cbBox2 .bt {
        padding: 20px 15px;
        border-radius: 5px;
    }
    .cbBoxWrp .cbBox.cbBox2 .top:after {
        background-size: 30px;
    }
    .cbBoxWrp .wBox .lined {
        left: 50%;
        height: 30px;
        width: auto;
        top: 100%;
        border-bottom: 0px solid #ddd;
        border-left: 1px solid #ddd;
        transform: rotate(180deg);
    }
    .cbBoxWrp .wBox.cbBox3 .lined {
        top: auto;
        bottom: 100%;
        right: auto;
    }
    .cbBoxWrp .wBox .txt span {
        display: block;
    }
    .cbBoxWrp .wBox .txt h5 {
        margin-top: 10px;
    }
    .cbBoxWrp .wBox .txt h5 span {
        display: inline-block;
        background-color: #f7f7f7;
        padding: 8px;
        margin: 2px;
        line-height: 1em;
    }
    
}

/* phsBoxList */
.phsBoxList {
    position: relative;
    padding-left: 20px;
}
.phsBoxList:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.phsBoxList .phsBox {
    padding: 40px 40px 40px 60px;
    border: 1px solid #ddd;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}
.phsBoxList .phsBox:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #16c1f3;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 5;
}
.phsBoxList .phsBox .tt {
    width: 280px;
}
.phsBoxList .phsBox .ct {
    width: calc(100% - 580px);
    padding: 0 30px;
}
.phsBoxList .phsBox .rt {
    width: 300px;
}
@media (max-width:992px){
    .phsBoxList .phsBox {
        flex-wrap: wrap;
    }
    .phsBoxList .phsBox .tt {
        width: 100%;
        padding-bottom: 15px;
    }
    .phsBoxList .phsBox .ct {
        width: calc(100% - 250px);
        padding-left: 0;
    }
    .phsBoxList .phsBox .rt {
        width: 250px;
    }
}
@media (max-width:768px){
    .phsBoxList .phsBox {
        padding: 30px 20px;
    }
    .phsBoxList .phsBox:after {
        top: 30px;
    }
    .phsBoxList .phsBox .ct {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .phsBoxList .phsBox .rt {
        width: 100%;
    }
}

/* arrBox */
.arrBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.arrBox .bx {
    padding: 5px;
    border-radius: 10px;
    border: 1px dashed #aaa;
    text-align: center;
    position: relative;
}
.arrBox .bx:not(:last-of-type)::before{
    font-family: remixicon !important;
    content: "\ea4e";
    position: absolute;
    width: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
}

/* logoList */
.logoList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.logoList > li {
    width: calc(20% - 10px);
}
.logoList .gr {
    border: 1px dashed #006e8c;
    padding: 15px;
    border-radius: 10px;
    background-color: #f1f8fa;
}
.logoList .gr + .gr {
    margin-top: 10px;
}
.logoList .gr .lbx + .lbx {
    margin-top: 10px;
}
.logoList .lbx {
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width:768px){
    .logoList > li {
        width: calc(50% - 10px);
    }
    .logoList > .grWrp {
        width: calc(100% - 10px);
    }
    .logoList > .grWrp .litem {
        display: flex;
        gap: 5px;
    }
    .logoList > .grWrp .litem > .lbx {
        flex-basis: calc(50% - 3px);
        flex-grow: 1;
    }
    .logoList > .grWrp .litem > .lbx {
        margin-top: 0;
    }
}

/* svcBtList */
.svcBtList .item {
    padding: 30px 15px;
    background-color: #fff;
    border: 1px solid #dedede;
}
@media (max-width:1370px) and (min-width:991px){
    .svcBtList .item .cc {
        font-size: 1.6rem;
        line-height: 1.4em;
    }
}
@media (min-width:768px){
    .svcBtList .item .tt {
        height: 80px;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2em;
        margin-top: 10px;
    }
    .svcBtList .item .icon img {
        width: 60px;
    }
}
@media (max-width:768px){
    .svcBtList li {
        width: 100%;
    }
    .svcBtList .item {
        display: flex;
        align-items: center;
        padding: 30px 15px 30px 30px;
    }
    .svcBtList .item .icon {
        width: 60px;
    }
    .svcBtList .item .txt {
        width: calc(100% - 60px);
        padding-left: 20px;
        text-align: left;
    }
    .svcBtList .item .tt br,
    .svcBtList .item .cc br {
        display: none;
    }
}

/* numTxt */
.numTxt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.numTxt .n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1c6099;
    color: #fff;
    font-size: .8em;
    font-weight: 600;
}
.numTxt .c {
    width: calc(100% - 45px);
    text-align: left;
}

/* service1 */
#service1 .sec3 .brbox {
    border: 1px dashed #1c6099;
    padding: 30px;
    background-color: #fff;
    gap: 20px;
}
#service1 .sec3 .brbox .fbox {
    gap: 5px;
}
#service1 .sec3 .brbox img {
    border-radius: 8px;
}


/* svc2BtList */
.svc2BtList .item {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #dedede;
}
.bg-sky .svc2BtList .item {
    border: 0px;
}
@media (min-width:768px){
    .svc2BtList .item .txt {
        height: 60px;
        min-height: 130px;
    }
    .svc2BtList .item .icon {
        text-align: right;
        margin-top: 10px;
    }
    .svc2BtList .item .icon img {
        width: 60px;
    }
}
@media (max-width:1200px) and (min-width:768px){
    .svc2BtList .item .txt {
        min-height: 190px;
    }
}
@media (max-width:768px){
    .svc2BtList li {
        width: 100%;
    }
    .svc2BtList .item {
        display: flex;
        align-items: center;
        padding: 30px 20px;
    }
    .svc2BtList .item .icon {
        width: 60px;
    }
    .svc2BtList .item .txt {
        width: calc(100% - 60px);
        padding-left: 0px;
        text-align: left;
    }
    .svc2BtList .item .tt br,
    .svc2BtList .item .cc br {
        display: none;
    }
}

/* sv2Pro */
.sv2Pro .item {
    box-shadow: 10px 10px 35px rgba(0,0,0,0.06);
    border-radius: 15px;
}
.sv2Pro .item .top {
    padding: 10px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-transform: uppercase;
}
.sv2Pro > li:nth-child(1) .item .top {
    background: linear-gradient(to right, #009ec9, #008db3);
}
.sv2Pro > li:nth-child(2) .item .top {
    background: linear-gradient(to right, #008db3, #0077af);
}
.sv2Pro > li:nth-child(3) .item .top {
    background: linear-gradient(to right, #0077af, #006a9b);
}
.sv2Pro > li:nth-child(4) .item .top {
    background: linear-gradient(to right, #006a9b, #0050aa);
}
.sv2Pro .item .bt {
    padding: 30px 10px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
}
.sv2Pro .item .bt .img {
    max-width: 80%;
    border: 5px solid #eee;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* dvd_hr */
.dvd_hr .lined {
    height: 1px;
    border-bottom: 1px solid #ddd;
}
.dvd_hr .dashed {
    height: 1px;
    border-bottom: 1px dashed #aaa;
}

/* stSec */
.stSec {
    align-items: flex-start;
}
.stSec .lft {
    width: 320px;
}
.stSec .rt {
    width: calc(100% - 320px);
    padding-left: 50px;
}
@media (max-width:992px){
    .stSec .lft {
        width: 100%;
        text-align: center;
    }
    .stSec .rt {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
}

/* stSec1 */
#service3 .stSec1 .topImg {
    background-color: #f4ebd5;
}
/* stSec2 */
#service3 .stSec2 .topImg {
    background-color: #f4ebd5;
    padding: 4rem;
}
@media (max-width:768px){
    #service3 .stSec2 .topImg {
        padding: 2rem;
    }
}

/* imList */
.imList .item .img {
    max-width: 90%;
    border: 5px solid #eee;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
}
/* imList2 */
.imList2 .item .img {
    background-color: #f4ebd5;
    padding: 20px;
}

@media (max-width:768px){
    .imList2 li + li{
        margin-top: 30px;
    }
}

/* loadList */
.loadList {
    margin: 0 -5px;
}
.loadList li {
    padding: 0 5px;
}
.loadList li .item .img {
    border: 2px solid #acaa0a;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    
}
.loadList li:not(:last-child) .item .img:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #acaa0a;
}
.loadList li:nth-child(even) {
    padding-top: 15px;
}
.loadList li:nth-child(2) .item .img {
    border-color: #00b6bb;
}
.loadList li:nth-child(2) .item .img:after {
    border-color: transparent transparent transparent #00b6bb;
}
.loadList li:nth-child(3) .item .img {
    border-color: #ffaa01;
}
.loadList li:nth-child(3) .item .img:after {
    border-color: transparent transparent transparent #ffaa01;
}
.loadList li:nth-child(4) .item .img {
    border-color: #0089ad;
}
.loadList li .item p span {
    display: inline-block;
    background-color: #acaa0a;
    padding: 0 15px;
    border-radius: 70px;
    color: #fff;
}
.loadList li:nth-child(2) .item p span {
    background-color: #00b6bb;
}
.loadList li:nth-child(3) .item p span {
    background-color: #ffaa01;
}
.loadList li:nth-child(4) .item p span {
    background-color: #0089ad;
}
@media (max-width:992px){
    .loadList li {
        padding: 10px 5px !important;
    }
}



/* service4 :: sec2 */
#service4 .flatList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#service4 .flatList .noLine {
    width: 100%;
    padding-bottom: 55px;
    position: relative;
}
#service4 .flatList .Line {
    width: 33.333333%;
}
#service4 .flatList .flatItem {
    position: relative;
    line-height: 0px;
}
#service4 .flatList li:not(:first-child) .flatItem:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
#service4 .flatList .flatItem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
#service4 .flatList .flatItem .itemCon {
    padding: 55px 15px 15px;
}
#service4 .flatList .flatItem .addItem {
    display: block;
    position: relative;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#service4 .flatList .flatItem .addItem img {
    border-radius: 20px;
}
#service4 .flatList .flatItem .tit {
    position: relative;
}
#service4 .flatList .flatItem .tit:not(.tit1):after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -7px;
    left: calc(50% - 7px);
    background: url(../img/flDot.png) center center no-repeat;
}
#service4 .flatList .flatItem .cnt_lg {
    display: inline-block;
    width: 520px;
    max-width: 100%;
    position: relative;
}
#service4 .flatList .flatItem .tit {
    padding: 15px;
    line-height: 1em;
    background-color: #111;
    color: #fff;
    border-radius: 15px 15px 0 0 ;
    position: relative;
    z-index: 2;
    font-weight: 600;
}
#service4 .flatList .flatItem .tit.tit2 {
    background-color: #00aeef;
}
#service4 .flatList .flatItem .tit.tit3 {
    background-color: #3bb121;
}
#service4 .flatList .flatItem .tit.tit4{
    background-color: #177fbb;
}
#service4 .flatList .flatItem .cnt_lg .cont {
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#service4 .flatList .flatItem .itemCon > h5 {
    margin-top: 10px;
}
#service4 .flatList .flatItem .itemCon > h5 strong {
    color: #003377;
    line-height: 1.2em;
}
#service4 .dotBox.row {
    margin: 0 -3px;
}
#service4 .dotBox.row > div {
    padding: 0 3px;
}
#service4 .dotBox .dotItem {
    border: 1px dashed #111;
    border-radius: 8px;
    padding: 10px;
}
#service4 .dotBox.dotBox_sub .dotItem {
    border-color: #838394;
}
#service4 .dotBox.dotBox_sub .dotItem h5 {
    color: #838394;
}
#service4 .btBoxs {
    position: relative;
    z-index: 3;
}
#service4 .btBoxs .item {
    padding: 35px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#service4 .btBoxs .item h5 {
    line-height: 1.5em;
    margin-top: 10px;
}
#service4 .btBoxs .item h5 span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width:992px) {
    #service4 .conTent {
        background: url(../img/bgbg.png) center 50% no-repeat;
    }
}
@media (max-width:992px) {
    #service4 .bgbg {
        position: relative;
        z-index: 1;
        margin: -10% 0;
    }
}
@media (min-width:992px) {
    #service4 .flatList .flatItem .flItem {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 30px;
        width: 400px;
        margin-top: 0px;
    }
    #service4 .flatList li.Line .flatItem:before {
        display: none;
    }
    #service4 .flatList li.Line .flatItem .itemCon:before {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        left: calc(50% + 1px);
        height: 1px;
    }
    #service4 .flatList li.Line.LineCt .flatItem .itemCon:after {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        right: calc(50% - 1px);
        height: 1px;
    }
    #service4 .flatList li.Line.LineRt .flatItem .itemCon:before {
        left: auto;
        right: calc(50% - 1px);
    }
    #service4 .btBoxs .item {
        min-height: 200px;
    }
}
@media (max-width:992px){
    #service4 .flatList .flatItem .cnt_lg {
        width: 100%;
    }
    #service4 .flatList li:not(:first-child) .flatItem:after,
    #service4 .flatList .flatItem:before {
        height: 10px;
    }
    #service4 .flatList li:last-child .flatItem::before {
        display: none;
    }
    #service4 .flatList .flatItem .itemCon {
        padding: 0;
    }
    #service4 .flatList .noLine {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #service4 .flatList .Line {
        width: 100%;
    }
    #service4 .btBoxs .item {
        margin-bottom: 10px;
        padding: 25px 15px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 5px 5px 10px rgba(231, 236, 243, 1);
    }
    #service4 .flatList .flatItem .addItem {
        margin-bottom: 15px;
        padding: 10px;
    }
    #service4 .flatList .flatItem .tit {
        padding: 10px;
        border-radius: 7px 7px 0 0;
    }
    #service4 .dotBox .dotItem {
        border-radius: 5px;
        padding: 5px;
    }
    #service4 .dotBox.dotBox_sub .dotItem h5 {
        line-height: 1.3em;
    }
}


/*table_basic*/
.table_wrp {
    overflow: hidden;
    /* box-shadow: 10px 10px 35px rgba(0,0,0,0.1); */
}
.table.table_basic {
    margin-bottom: 0px !important;
}
.table.table_basic.table_fx {
    table-layout: fixed;
    border-bottom: 0px;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic tbody tr:last-child th,
.table.table_basic tbody tr:last-child td {
    border-bottom: 0px;
}
.table.table_basic thead tr th {
    font-weight: 600;
    background-color: #1c6099;
    color: #fff;
}
.table.table_basic tbody tr th {
    font-weight: 600;
    color: #1c6099;
    background-color: #f8fcff;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    /* background-color: #fefefe; */
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fff7f9;
    color: #e71889 !important;
}
.table.table_basic tbody tr.imp2 th,
.table.table_basic tbody tr.imp2 td,
.table.table_basic tbody tr.total th,
.table.table_basic tbody tr.total td {
    border-top: 2px solid #082c44;
    border-bottom: 2px solid #082c44;
    color: #082c44;
    background-color: #fff;
}
.table.table_basic tbody tr.total td,
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #f6fbf0;
    font-weight: 500;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}
/* tagShape */
.tagShape {
    display: inline-block;
    background-color: #ecf6f8;
    color: #00aeef;
    padding: 4px 8px;
    margin-top: 5px;
}
.tagShape.tagShape2 {   
    background-color: #f3f8ff;
    color: #007fef;
}

/* prc */
.prc li .num {
    position: relative;
    padding-top: 20px;
}
.prc li .ibox,
.prc li .tbox {
    padding: 0 15px;
}
.prc li .ibox img {
    background-color: #f7f7f7;
    border: 10px solid #eee;
    border-radius: 50%;
}
.prc li .tbox p {
    opacity: .7;
}
@media (min-width:768px){
    .prc li .ibox {
        margin-top: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -3px;
        transform: translateX(-50%);
        width: 7px;
        height: 7px;
        background-color: #16c1f3;
        border-radius: 50%;
    }
    .prc li .num:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
    }
}
@media (max-width:768px){
    .prc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .prc li {
        padding-bottom: 15px !important;
    }
    .prc li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .prc li .num {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #0d174e;
    }
    .prc li .ibox {
        width: 100px;
    }
    .prc li .tbox {
        width: calc(100% - 100px);
        padding-left: 10px;
        text-align: left;
    }
}

/* service1 */
#service4 .stSec1 .svcImgWrp {
    border: 1px dashed #1c6099;
    padding: 30px;
    background-color: #fff;
    gap: 20px;
}
#service4 .stSec1 .svcImgWrp img {
    border-radius: 8px;
}


/* stSec1 */
#service4 .stSec2 .topImg {
    background-color: #c6edfd;
}
#service4 .stSec2 .pList strong {
    display: inline-block;
    font-size: .7em;
    background-color: #ecf5e7;
    color: #65a73d;
    padding: 0 10px;
    border-radius: 10px;
}
#service4 .stSec2 .pList .lv12 {
    background-color: #ffede1;
    color: #ed8b4c;
}
#service4 .stSec2 .pList .lv8 {
    background-color: #e0f6ff;
    color: #4588c3;
}

/* stSec1 */
#service4 .stSec3 .topImg {
    background-color: #c6edfd;
}
#service4 .stSec3 .topImg .fbox {
    max-width: 80%;
    margin: 0 auto;
}
#service4 .stSec3 .topImg .fbox .img img {
    border: 5px solid #fff;
    border-radius: 3px;
}
#service4 .stSec3 .topImg .fbox .rt {
    width: 70%;
}
#service4 .stSec3 .topImg .fbox .rt .numitem {
    padding: 20px;
    border-radius: 10px;
    margin: 5px 0;
    background-color: #fff;
}
@media (max-width:768px) {
    #service4 .stSec3 .topImg .fbox .lft,
    #service4 .stSec3 .topImg .fbox .rt {
        width: 100%;
    }
}

/* num_list */
.numitem {
    display: flex;
    gap: 10px;
    align-items: center;
}
.numitem .n {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #007c9e;
    background-color: rgba(0, 124, 158, 0.2);
    border-radius: 50%;
}
.numitem .d {
    width: calc(100% - 28px);
    text-align: left;
}
@media (max-width:768px) {
    .numitem .n {
        width: 21px;
        height: 21px;
    }
}



/*table_lv*/
.table_wrp {
    overflow: hidden;
}
.table.table_lv {
    margin-bottom: 0px !important;
}
.table.table_lv.table_fx {
    table-layout: fixed;
    border-bottom: 0px;
}
.table.table_lv thead tr th,
.table.table_lv thead tr td,
.table.table_lv tbody tr th,
.table.table_lv tbody tr td {
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #d6e4ec;
    padding: 15px 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.table.table_lv tbody tr th,
.table.table_lv tbody tr td {
    font-size: 15px;
}
.table.table_lv tfoot tr th,
.table.table_lv tfoot tr td {
    font-size: 13.5px;
    padding: 0 5px;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
}
.table.table_lv tfoot tr td span {
    display: inline-block;
    color: #0050aa;
    background-color: #d8eaff;
    line-height: 1.2em;
    padding: 8px 9px;
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    margin-top: 14px;
}
.table.table_lv tfoot tr td span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    height: 14px;
    border-right: 1px dashed #0050aa;
}
.table.table_lv tfoot tr td span strong {
    display: inline-block;
    background-color: #67b8fa;
    color: #fff;
    padding: 3px 7px 0;
    margin-bottom: 6px;
    border-radius: 5px;
}
.table.table_lv thead tr th {
    font-weight: 600;
    background-color: #67b8fa;
    color: #fff;
}
.table.table_lv tbody tr th {
    font-weight: 600;
    color: #4f7a9a;
}
.table.table_lv tbody tr td {
    font-weight: 400;
}
.table.table_lv.table_center thead tr th,
.table.table_lv.table_center thead tr td,
.table.table_lv.table_center tbody tr th,
.table.table_lv.table_center tbody tr td {
    text-align: center;
}
.table.table_lv.th_center thead tr th,
.table.table_lv.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_lv.table_vh thead tr th,
.table.table_lv.table_vh thead tr td,
.table.table_lv.table_vh tbody tr th,
.table.table_lv.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_lv.table_wb thead tr th,
.table.table_lv.table_wb tbody tr td,
.table.table_lv.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_lv tbody tr th {
    /* background-color: #fefefe; */
}
.table.table_lv tbody tr .gr {
    color: #668b5b !important;
}
.table.table_lv tbody tr .rd {
    color: #cb4d5d !important;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_lv {
        width: 700px;
    }
    .table.table_lv thead tr th,
    .table.table_lv thead tr td,
    .table.table_lv tbody tr th,
    .table.table_lv tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_lv thead tr th,
    .table.table_lv thead tr td,
    .table.table_lv tbody tr th,
    .table.table_lv tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* ptList */
.ptList .item {
    padding: 50px 35px;
    background-color: #fff;
    border-radius: 20px;
}
.ptList .item h3 {
    border-bottom: 3px solid #16c1f3;
    display: inline-block;
}
@media (max-width:768px){
    .ptList .item {
        padding: 30px 15px;
        border-radius: 4px;
    }
}
/* service4 */
#service4 .imList2 .item .img {
    background-color: #fff;
    padding: 20px;
}

/* sideTit */
.sideTit {
    position: relative;
    padding-left: 14px;
}
.sideTit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 3px;
    height: 80%;
    background-color: rgb(30 183 240);
}
.sideTit.text-light::after {
    background-color: rgba(255, 255, 255, 0.05);
}
.sideTit > span {
    position: relative;
    z-index: 3;
}


/* circleWrp */
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 20%; 
    padding-top: calc(20% + 1px)
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #00aeef;
    opacity: .1;
    border-radius: 50%;
}
.circleItem > li .txt h4 {
    position: relative;
    z-index: 2;
    color: #00aeef;
    text-align: center;
}
.circleItem > li:nth-child(2) .txt h4 {
    color: #3bb121;
}
.circleItem > li:nth-child(3) .txt h4 {
    color: #177fbb;
}
.circleItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.circleItem .circle-right {
    border-top: 2px solid #00aeef;
    border-right: 2px solid #00aeef;
    right: 1px;
    visibility: hidden; 
}
.circleItem .circle-left {
    border-bottom: 2px solid #00aeef;
    border-left: 2px solid #00aeef;
    left: 1px;
    visibility: hidden; 
}
.circleItem > li:nth-child(2) .txt:after {
    background-color: #3bb121;
    opacity: .1;
}
.circleItem li:nth-child(2) .circle-right {
    border-top: 2px solid #3bb121;
    border-right: 2px solid #3bb121;
}
.circleItem li:nth-child(2) .circle-left {
    border-bottom: 2px solid #3bb121;
    border-left: 2px solid #3bb121;
}
.circleItem > li:nth-child(3) .txt:after {
    background-color: #177fbb;
    opacity: .1;
}
.circleItem li:nth-child(3) .circle-right {
    border-top: 2px solid #177fbb;
    border-right: 2px solid #177fbb;
}
.circleItem li:nth-child(3) .circle-left {
    border-bottom: 2px solid #177fbb;
    border-left: 2px solid #177fbb;
}
.circleItem li .circle-right {
    visibility: visible; 
    transform: rotate(45deg);
}
.circleItem li .circle-left {
    visibility: visible; 
    transform: rotate(45deg);
}

@media (max-width:768px){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .circleWrp .circleItem > li:last-child {
        margin: -7.8vw 0 0 0;
    }
    .circleItem > li + li {
        margin-left: -10px;
    }
    .circleItem > li .txt h4 {
        font-size: 4vw;
        text-align: center;
    }
}

/* service4 */
#service4 .sv2Pro > li:nth-child(1) .item .top {
    background: linear-gradient(to right, #00aeef, #0091c7);
}
#service4 .sv2Pro > li:nth-child(2) .item .top {
    background: linear-gradient(to right, #42b42a, #299413);
}
#service4 .sv2Pro > li:nth-child(3) .item .top {
    background: linear-gradient(to right, #177fbb, #05517c);
}
@media (min-width:991px){
    #service4 .sv2Pro .item .bt {
        padding: 30px;
        min-height: 250px;
    }
}


/* tech1 */
#tech1 .sec2 .top {
    background: url(../img/tech1_sec2.jpg) center top no-repeat;
}
#tech1 .sec2 .iconLft {
    display: flex;
    align-items: center;
}
#tech1 .sec2 .iconLft .ic {
    width: 80px;
}
#tech1 .sec2 .iconLft .ic img {
    border-radius: 10px;
    background-color: rgba(239, 195, 0, 0.1);
}
#tech1 .sec2 .iconLft .tx {
    width: calc(100% - 80px);
}
@media (max-width:992px){
    #tech1 .sec2 .top img {
        margin-bottom: -5%;
    }
    #tech1 .sec2 .bt {
        margin-top: 3%;
    }
}

/* hdH */
.hdH {
    position: relative;
    padding-left: 30px;
}
.hdH:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/hdH.png) left top no-repeat;
    background-size: contain;
}

/* tech2 */
.imListWrp {
    border: 2px dashed #ddd;
    border-radius: 30px;
    padding: 0 40px;
}
.imListWrp_w {
    border: 2px dashed #ddd;
    border-radius: 30px;
    padding: 20px 40px;
    background-color: #fff;
}
@media (max-width:768px){
    .imListWrp_w {
        border-radius: 10px;
        padding: 20px 15px;
    }
}


/* imList3 */
.imList3 li {
    margin: 40px 0;
}
.imListWrp_w .imList3 li {
    margin: 20px 0;
}
.imList3 .item .img {
    border: 5px solid #eee;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* glicSet */
.glicSet .item {
    border: 3px solid #2baae2;
    padding: 50px 15px;
    border-radius: 30px;
}
.glicSet .item p {
    color: #2baae2;
}
.glicSet .item.item2 {
    border-color: #25b8af;
}
.glicSet .item.item2 p {
    color: #25b8af;
}
.glicSet .item.item3 {
    border-color: #d5c221;
}
.glicSet .item.item3 p {
    color: #d5c221;
}
.glicSet .item.item4 .item {
    border-color: #484db5;
}
.glicSet .item.item4 .item p {
    color: #484db5;
}
@media (max-width:768px){
    .glicSet .item {
        border-width: 1px;
        padding: 30px 5px;
        border-radius: 10px;
    }
    .glicSet .item img {
        width: 50%;
    }
}
/* #tech4 .sec1 .topImg {
 */
#tech4 .sec1 .topImg {
    background-color: #ecc13c;
}


/* iconSet */
.iconSet .icon {
    width: 80px;
}
.iconSet .icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 30px;
    color: #111;
    border-radius: 50%;
    border: 1.5px solid #eee;
}
.iconSet .txt  {
    width: calc(100% - 80px);
    padding-left: 15px;
}
@media (min-width:767px){
    .iconSet {
        text-align: center;
    }
    .iconSet .item {
        display: inline-block;
        text-align: left;
    }
}
@media (max-width:768px){
    .iconSet .item {
        padding: 10px;
        border-bottom: 1px dashed #ddd;
    }
    .iconSet .icon span {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .iconSet .txt  {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}


/* mapbox */
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}


/* comInfo */
.comInfo {
    border-top: 1px solid #111;
}
@media (max-width:768px) {
    .comInfo .fbox > div {
        width: 100%;
    }
}
/* fItemBox */
.fItemBox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.fItemBox .tit {
    width: 100px;
}
.fItemBox .con {
    width: calc(100% - 100px);
}
.fItemBox.fItemBox_col3 .con1 {
    width: calc(50% - 100px);
}
.fItemBox.fItemBox_col3 .con2 {
    width: 50%;
}
@media (max-width:992px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 .con1 {
        width: calc(50% - 70px);
    }
}
@media (max-width:500px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 {
        flex-wrap: wrap;
    }
    .fItemBox.fItemBox_col3 .con2 {
        width: 100%;
        padding-left: 70px;
        margin-top: 10px;
    }
}




/* relGallList */
.relGallList > li + li {
    margin-top: 25px;
}
.relGallList .item {
    text-decoration: none;
    padding: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 15px 15px 30px rgba(215,215,228,.3);
    border: 1px solid #fff;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.relGallList .item:hover {
    border-color: rgba(42, 51, 128, 01);
}
.relGallList .item .img {
    width: 800px;
}
.relGallList .item .img img {
    border-radius: 8px;
    border: 1px solid #ddd;
}
.relGallList .item .txt {
    width: calc(100% - 300px);
}
.relGallList .item .txt .st {
    display: inline-block;
    border-radius: 4px;
    /* border: 1px solid rgba(42, 51, 128, 0.5); */
    color: #2a3280;
    padding: 5px 12px;
    line-height: 1em;
    background-color: rgba(42, 51, 128, 0.05);
}
.relGallList .item .more span {
    color: #666;
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}
@media (max-width:768px){
    .relGallList .item {
        padding: 20px;
    }
    .relGallList .item > div {
        width: 100% !important;
    }
    .relGallList .item .txt {
        padding-top: 20px;
    }
}
/* contact */
@media (min-width:768px){
    #contact .sec1 .company_build .img {
        width: 500px;
    } 
} 
@media (max-width:768px){
    #contact .sec1 .company_build .img {
        margin-top: 20px;
    } 
} 