@charset 'utf-8';

#nt_body > .nt-container { padding: 0; max-width: 100%;}

.page-content { color: #000;}
.page-content p { word-break: keep-all; }

.about {}
.about .con1 { padding: 90px 0 120px; }
.about .con1 .title { text-align: center; }
.about .con1 .title span { font-size: 22px; color: #000; }
.about .con1 .title p { padding: 20px 0 100px; font-size: 42px; line-height: 1.4285; }
.about .con1 .wrap {}
.about .con1 .wrap .flex { }
.about .con1 .wrap .flex li { width: 20%; text-align: center;}
.about .con1 .wrap .flex li i { display: inline-block; width: 264px; height: 264px; border: 3px solid #DEDEDE; border-radius: 50%; background: no-repeat center / 120px ;}
.about .con1 .wrap .flex li:nth-of-type(1) i {background-image: url(/img/hd/about_ico1.png);}
.about .con1 .wrap .flex li:nth-of-type(2) i {background-image: url(/img/hd/about_ico2.png);}
.about .con1 .wrap .flex li:nth-of-type(3) i {background-image: url(/img/hd/about_ico3.png);}
.about .con1 .wrap .flex li:nth-of-type(4) i {background-image: url(/img/hd/about_ico4.png);}
.about .con1 .wrap .flex li h4 { position: relative; padding: 25px 0 20px; margin: 0 0 20px; font-size: 20px; font-weight: 900; color: #0473ea }
.about .con1 .wrap .flex li h4:after {content:''; display: block; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); width: 40px; height: 5px; background: #d9d9d9;}
.about .con1 .wrap .flex li p { font-size: 18px; line-height: 1.666;  }
.about .con2 {}
.about .con2 .img-box {width: 100%; max-width: 1340px; margin: 0 auto; height: 590px; background: url(/img/hd/about_img1.png) no-repeat top center / cover;}
.about .con2 .txt { padding: 40px 0 120px;  text-align: center;}
.about .con2 .txt .p1 { padding: 0 0 30px; font-size: 42px; line-height: 1.4285; }
.about .con2 .txt .p1 b {  color: #0473ea;}
.about .con2 .txt .p2 { font-size: 20px; line-height: 2; }
.about .con2 .txt .p2 strong { color: #0473ea ; }

.about .con3 { padding: 50px 0; background: #eff7ff;}
.about .con3 .flex { padding: 0 60px; align-items: center;}
.about .con3 .flex .title {  }
.about .con3 .flex .title .p1 { font-size: 56px; line-height: 1.25; font-weight: 700; }
.about .con3 .flex .title .p2 { padding: 25px 0 20px; font-weight: 900; font-size: 18px; }
.about .con3 .flex .title .p2 b { color: #0473ea; font-weight: 900;;}
.about .con3 .flex .title .p3 { font-size: 18px; line-height: 1.3333;}
.about .con3 .flex .wrap { display: flex; justify-content: space-between; width: 615px; }
.about .con3 .flex .wrap dl { }
.about .con3 .flex .wrap dl dt { padding: 0 0 20px; text-align: center; font-size: 22px; line-height: 1.4545;}
.about .con3 .flex .wrap dl dd { display: flex; align-items: center; justify-content: center; width: 269px; height: 269px; background: #fff; border: 5px solid #E6E6E6; border-radius: 50%; }
.about .con3 .flex .wrap dl dd span {  font-weight: 700; font-size: 60px; line-height: 1; color: #0473ea;}

@media(max-width:1300px){
    .about .con1 .wrap .flex { margin: 0 -10px;}
    .about .con1 .wrap .flex li { padding: 0 10px; width: 25%;}
    .about .con1 .wrap .flex li i { width: 230px; height: 230px; background-size: 110px;}
    .about .con1 .wrap .flex li p { font-size: 16px;}
    .about .con3 .flex { padding: 0 20px; }
    .about .con3 .flex .title .p1 { font-size: 50px; }
    .about .con3 .flex .wrap { width: 500px;}
    .about .con3 .flex .wrap dl dd { width: 240px; height: 240px;}
}

@media(max-width:991px){
    .about .con1 .title p { font-size: 38px;}
    .about .con1 .wrap .flex li i { width: 180px; height: 180px; background-size: 80px;}
    .about .con1 .wrap .flex li p br { display: none;}
    .about .con2 .img-box { height: 450px; }
    .about .con2 .txt .p1 { font-size: 40px;}
    .about .con3 { padding: 90px 0;}
    .about .con3 .flex { flex-direction: column;}
    .about .con3 .flex .title { padding: 0 0 70px; width: 100%; text-align: center;}
    .about .con3 .flex .title br { display: none;}
    .about .con3 .flex .title .p1 { font-size: 46px; }
    .about .con3 .flex .title .p2 { padding: 20px 0; }


    .about .con3 .flex .wrap { width: 100%; justify-content: center;}
    .about .con3 .flex .wrap dl { margin: 0 6%;}
}
@media(max-width:768px){
    .about .con1 { padding: 80px 0 100px; }
    .about .con1 .title p { padding: 15px 0 80px; font-size: 34px;}
    .about .con1 .wrap .flex { flex-wrap:wrap; margin: 0 -10px -40px;}
    .about .con1 .wrap .flex li { margin-bottom: 40px; width: 50%; }
    .about .con1 .wrap .flex li i { width: 180px; height: 180px; background-size: 80px;}
    .about .con1 .wrap .flex li p br { display: none;}

    .about .con2 .img-box { height: 400px; }
    .about .con2 .txt { padding: 40px 0 100px; }
    .about .con2 .txt .p1 { font-size: 34px;}
    .about .con2 .txt .p2 { font-size: 18px; }

    .about .con3 { padding: 70px 0;}
    .about .con3 .flex .title .p1 { font-size: 36px; }
    .about .con3 .flex .title .p3 br { display: block;}
}
@media(max-width:576px){
    .about .con1 { padding: 70px 0 80px; }
    .about .con1 .title span { font-size: 18px; }
    .about .con1 .title p { padding: 15px 0 60px; font-size: 30px;}
    .about .con1 .wrap .flex { flex-wrap:wrap; margin: 0 -10px -40px;}
    .about .con1 .wrap .flex li { margin-bottom: 40px; width: 50%; }
    .about .con1 .wrap .flex li i { width: 180px; height: 180px; background-size: 80px;}
    .about .con1 .wrap .flex li h4 {padding: 20px 0 15px; margin: 0 0 15px; font-size: 18px;}
    .about .con1 .wrap .flex li h4:after { bottom: 0; height: 2px; width: 30px;}
    .about .con1 .wrap .flex li p br { display: none;}

    .about .con2 .img-box { height: 320px; }
    .about .con2 .txt .p1 { font-size: 28px; }
    .about .con2 .txt .p1 b { display: inline-block; padding-top: 5px; font-size: 36px;}

    .about .con3 .flex { padding: 0; }
    .about .con3 .flex .title { padding: 0 0 50px; }
    .about .con3 .flex .title .p1 { font-size: 32px; }
    .about .con3 .flex .title .p3 { font-size: 16px; }
    .about .con3 .flex .wrap {margin: 0 -10px;}
    .about .con3 .flex .wrap dl { margin: 0 10px;}
    .about .con3 .flex .wrap dl dt { font-size: 18px; }
    .about .con3 .flex .wrap dl dd { width: 220px; height: 220px;}
}
@media(max-width:480px){
    .about .con1 .title span { font-size: 16px; }
    .about .con1 .title p { padding: 10px 0 50px; font-size: 26px;}
    .about .con1 .wrap .flex li i { width: 150px; height: 150px; background-size: 60px; }

    .about .con2 .txt { padding: 40px 0 80px; }
    .about .con2 .txt .p1 { font-size: 25px;}
    .about .con2 .txt .p2 { font-size: 15px;}

    .about .con3 .flex .title .p1 { font-size: 28px; }
    .about .con3 .flex .wrap { justify-content: space-between;}
    .about .con3 .flex .wrap dl { margin: 0; width: 49%;}
    .about .con3 .flex .wrap dl dd { width: 100%; border-radius: 0; border-width:3px}
}

@media(max-width:440px){
    .about .con2 .txt .p1 { font-size: 18px;}
    .about .con2 .txt .p2 { font-size: 14px;}
}

@media(max-width:400px){
    .about .con3 .flex .wrap dl dd { height: 180px;}
    .about .con3 .flex .wrap dl dd span { font-size: 46px;}
}



.business article { padding: 130px 0; }
.business .title { padding: 0 0 100px; text-align: center;}
.business .title h3 { font-size: 50px; line-height: 1.2;s font-weight: 700; color: #000; }
.business .title h3 b { display: inline-block; color: #0473ea ;}
.business .title p { margin: 20px 0 0; font-size: 20px; line-height: 1.4; font-weight: 700; word-break: keep-all; }
.business .title p span { display: inline-block; padding: 10px 70px;  background: #eff7ff;}

.business .con1 {}
.business .con1 .flex {}
.business .con1 #tab { width: 377px;  }
.business .con1 #tab li { position: relative;}
.business .con1 #tab li a { display: block;  padding: 54px 40px; font-size: 26px; font-weight: 700; color: #D1D1D1;   }
.business .con1 #tab li a.on { background: #000;}
.business .con1 #tab li a br { display: none;}

.business .con1 #tab li:nth-of-type(2) a:before,
.business .con1 #tab li:nth-of-type(2) a:after { content:''; display: block; position: absolute; left: 0; bottom: 0; width: 80%; height: 1px; background: #707070;}
.business .con1 #tab li:nth-of-type(2) a:before { top: -1px;}
.business .con1 #tab li:nth-of-type(2) a:after { bottom: -1px; }
.business .con1 #tab li:nth-of-type(2) a.on:before,
.business .con1 #tab li:nth-of-type(2) a.on:after{ display: none;}


.business .con1 .tab-content { position: relative; flex:1;}
.business .con1 .tab-content .content { display: none;  padding: 80px 0 0 100px; background-repeat: no-repeat; background-position: right bottom; }
.business .con1 .tab-content .content.on { display: block;}
.business .con1 .tab-content .content .num { font-size: 70px; font-family: 'GmarketSans'; line-height: 1; font-weight: 700;}
.business .con1 .tab-content .content p { padding: 40px 0 35px; font-size: 24px; line-height: 1.666; color: #000; }
.business .con1 .tab-content .content ul { }
.business .con1 .tab-content .content ul li { display: inline-block; padding: 0 20px; margin-right: 20px; height: 50px; font-size: 14px; color: #fff; line-height: 50px;  background-color: #7e7e7e; border-radius: 25px; }


.business .con1 .tab-content #tab1 { background-image: url(/img/hd/bus_tab_1.png);}
.business .con1 .tab-content #tab2 { background-image: url(/img/hd/bus_tab_2.png);}
.business .con1 .tab-content #tab3 { background-image: url(/img/hd/bus_tab_3.png);}


.business .con2 { background: #eff7ff;}
.business .con2 .wrap { }
.business .con2 .wrap ul { display: flex; flex-wrap:wrap; margin: 0 -10px -50px;}
.business .con2 .wrap ul li { padding: 0 10px 50px; width: 25%; }
.business .con2 .wrap ul li i{ display: block; margin: 0 auto; width: 213px; height: 213px; border-radius: 50%; background: #fff no-repeat center / 114px; }
.business .con2 .wrap ul li:nth-of-type(1) i { background-image: url(/img/hd/bus_con2_1_1.png);}
.business .con2 .wrap ul li:nth-of-type(2) i { background-image: url(/img/hd/bus_con2_2_1.png);}
.business .con2 .wrap ul li:nth-of-type(3) i { background-image: url(/img/hd/bus_con2_3_1.png);}
.business .con2 .wrap ul li:nth-of-type(4) i { background-image: url(/img/hd/bus_con2_4_1.png);}
.business .con2 .wrap ul li:nth-of-type(5) i { background-image: url(/img/hd/bus_con2_5_1.png);}
.business .con2 .wrap ul li:nth-of-type(6) i { background-image: url(/img/hd/bus_con2_6_1.png);}
.business .con2 .wrap ul li:nth-of-type(7) i { background-image: url(/img/hd/bus_con2_7_1.png);}
.business .con2 .wrap ul li:nth-of-type(8) i { background-image: url(/img/hd/bus_con2_8_1.png);}
.business .con2 .wrap ul li h3 { padding: 30px 0 20px; line-height: 1; font-size: 24px; font-weight: 900; color: #000; text-align: center;}
.business .con2 .wrap ul li p { text-align: center; font-size: 18px; line-height: 1.66; color: #000;}

.business .con3 { padding: 200px 0; background: url(/img/hd/bus_con3_bg.png) no-repeat center / cover; }
.business .con3 .wrap p { text-align: center; font-size: 30px; line-height: 1.8; color: #fff; }
.business .con3 .wrap p:first-of-type { padding: 0 0 50px;}
.business .con4 .wrap { margin: 0 0 -180px;}
.business .con4 .wrap .flex { margin: 0 0 180px; align-items: center;}

.business .con4 .wrap .flex .img { width: 52.13%; height: 364px; background: no-repeat center / cover;}
.business .con4 .wrap .flex .txt { flex:1; padding: 0 80px;}
.business .con4 .wrap .flex .txt h4 { padding: 0 0 25px; font-size: 40px; line-height: 1; font-weight: 900; color: #0473ea; }
.business .con4 .wrap .flex .txt p { font-size: 28px; color: #000; line-height: 1.42857;}
.business .con4 .wrap .flex:nth-of-type(1) .img { background-image: url(/img/hd/bus_con4_1.png);}
.business .con4 .wrap .flex:nth-of-type(2) .img { background-image: url(/img/hd/bus_con4_2.png);}
.business .con4 .wrap .flex:nth-of-type(3) .img { background-image: url(/img/hd/bus_con4_3.png);}
.business .con4 .wrap .flex:nth-of-type(2) { flex-direction: row-reverse; }
.business .con4 .wrap .flex:nth-of-type(2) .txt { text-align: right;}

.business .con5 { background: #fcfcfc; }
.business .con5 ol { display: flex; justify-content: space-between; padding: 0; }
.business .con5 ol li { list-style: none; position: relative; padding: 0 0 20px; width: 20.07%; background: #fff; }
.business .con5 ol li h4 { height: 62px; text-align: center; font-size: 30px; font-weight: 900; line-height: 62px; color: #fff; background: #000;}
.business .con5 ol li .ico { padding: 23px 0 34px; text-align: center;}
.business .con5 ol li p { font-size: 18px; line-height: 1.666; text-align: center;}
.business .con5 ol li:after { content:''; display: block; position: absolute; top: 50%; left: 112%; transform: translateY(-5%); z-index: 2; width: 22px; height: 24px; background: url(/img/hd/ico_right.png) no-repeat center / contain;}
.business .con5 ol li:last-of-type:after { display: none;}

.business .post { padding: 28px 10px; text-align: center; font-size: 28px; text-align: center; color: #fff; background: #0473ea ; }


.business .con6 h3{ font-size: 50px; font-weight: 800; text-align: left;}
.business .con6 h3 span{padding-right:  55px;}
.business .con6 .title{padding-bottom: 30px!important;}
.business .con6 .text{font-size: 20px;}
.business .con6 .text .img{padding-top:  30px; padding-right: 90px;}
.business .con6 .text .img img{max-width: 580px!important;}
.business .con6 .flex{display: flex; align-items: center; justify-content: flex-start;;}
.business .con6 .flex .txt{ display: flex; flex-direction: column;;}
.business .con6 .flex .txt span:nth-of-type(1){ font-size: 30px; font-weight: 800; color:#0473ea;}
.business .con6 .flex .txt span:nth-of-type(2){ display: flex; flex-direction: column;padding: 10px 20px; background: #eff7ff; }

.business .con6 .noti {padding-top: 30px;}
.business .con6 .noti p {font-size: 30px; font-weight: 800;}
.business .con6 .noti li::before{ content: ""; display: inline-block; width: 27px; height: 27px; background-image: url(/img/hd/noti.png); position: relative; top:8px; margin-right: 10px;}
.business .con6 .noti li{padding: 2px 0;}
.business .con7 {text-align: center;;}
.business .con7 img:nth-of-type(1){}
.business .con7 img:nth-of-type(2){ display: none;}
@media(max-width:768px){
.business .con7 img:nth-of-type(1){display: none;}
.business .con7 img:nth-of-type(2){display: block;}

}


@media(max-width:1000px){
.business .con6 .flex{flex-direction: column; align-items: flex-start;}
.business .con6 h3 span{padding-right: 30px;}
.business .con6 h3 span{font-size: 30px;}
.business .con6 h3 span img{max-width: 180px!important}
}
@media(max-width:768px){
.business .con6 h3 span{padding-right: 20px;}
.business .con6 h3 span{font-size: 30px;}
.business .con6 h3 span img{max-width: 120px!important}
.business .con6 .text{font-size: 16px;}
.business .con6 .text .img img{ width: 100%;}
.business .con6 .text .img {padding:20px 0 20px 0!important}
}
@media(max-width:450px){
.business .con6 h3 span{padding-right: 10px;}
.business .con6 h3 span{font-size: 25px;}
.business .con6 h3 span img{max-width: 100px!important}
.business .con6 .title{padding-bottom: 20px!important}
.business .con6 .noti li::before{ content: ""; display: inline-block; width: 20px; height: 20px; background-image: url(/img/hd/noti.png); position: relative; top:6px; margin-right: 3px; background-size: cover;}
}


@media(max-width:1400px){
    .business .con4 .wrap { margin: 0 0 -150px;}
    .business .con4 .wrap .flex { margin: 0 0 150px; }
    .business .con4 .wrap .flex .txt { padding: 0 40px;}
    .business .con4 .wrap .flex .txt h4 { font-size: 31px;}
    .business .con4 .wrap .flex .txt p { font-size: 20px;}
}
@media(max-width:1300px){
    .business .con1 #tab { width: 300px;}
    .business .con1 #tab li a { padding: 54px 25px; font-size: 22px; }
    .business .con1 .tab-content .content { padding: 80px 0 0 60px; }
}
@media(max-width:1200px){
    .business .con1 .tab-content .content {  background-size: 0;}

    .business .con2 .wrap ul li p { font-size: 15px;}

    .business .post { font-size: 24px;}
}
@media(max-width:991px){
    .business article { padding: 120px 0; }
    .business .title { padding: 0 0 90px; }
    .business .con1 .flex { flex-direction: column;}
    .business .con1 #tab { display: flex; width: 100%; }
    .business .con1 #tab li { flex:1;  }
    .business .con1 #tab li a { padding: 20px 10px; font-size: 18px; text-align: center; border-bottom: 1px solid #000; }
    .business .con1 #tab li:nth-of-type(2) a:before,
    .business .con1 #tab li:nth-of-type(2) a:after {  display: none;}
    .business .con1 .tab-content .content { padding: 80px 0 0 20px; background-size: 150px;}
    .business .con1 .tab-content .content .num { font-size: 64px;}
    .business .con1 .tab-content .content p { padding: 20px 0; font-size: 20px;}
    .business .con1 .tab-content .content ul li { margin-right: 10px; height: 40px;  font-size: 15px; line-height: 40px;}

    .business .con2 .wrap ul li { width: 33.33%;}
    .business .con2 .wrap ul li i { width: 190px; height: 190px; background-size: 90px;}
    .business .con2 .wrap ul li h3 { font-size: 22px;}

    .business .con3 { padding: 180px 0; }
    .business .con3 .wrap p { font-size: 26px;}

    .business .con4 .wrap { margin: 0 0 -120px;}
    .business .con4 .wrap .flex { margin: 0 0 120px; }
    .business .con4 .wrap .flex .img { width: 49%; height: 300px; }
    .business .con4 .wrap .flex .txt { padding: 0 20px; }
    .business .con4 .wrap .flex .txt h4 { font-size: 28px; }
    .business .con4 .wrap .flex .txt p { font-size: 18px; }

    .business .con5 ol li { width: 22%;}
    .business .con5 ol li:after { left: 104%; width: 18px;}
    .business .con5 ol li .ico img { width: 90px;}
    .business .con5 ol li h4 { font-size: 26px;}
    .business .con5 ol li p { padding: 0 5px; font-size: 15px;}
    .business .con5 ol li p br { display: none;}

    .business .post { font-size: 22px; }

}
@media(max-width:768px){
    .business article { padding: 100px 0; }
    .business .title { padding: 0 0 70px; }
    .business .title h3 { font-size: 40px }
    .business .title p {  font-size: 18px;}
    .business .title p span { padding: 10px 30px; }

    .business .con1 #tab li a { font-size: 15px;}
    .business .con1 .tab-content .content { padding: 60px 0 0 10px; background-position: right top 60px; background-size: 90px;}
    .business .con1 .tab-content .content .num { font-size: 56px; }
    .business .con1 .tab-content .content p { font-size: 18px;}
    .business .con1 .tab-content .content ul li { padding: 0 15px; height: 36px; line-height: 36px;}

    .business .con2 .wrap ul li i { width: 160px; height: 160px; background-size: 80px;}
    .business .con2 .wrap ul li h3 { font-size: 20px; }
    .business .con2 .wrap ul li p br { display: none;}


    .business .con3 { padding: 160px 0; }
    .business .con3 .wrap p { font-size: 24px;}
    .business .con3 .wrap p:first-of-type { padding: 0 0 40px; }

    .business .con4 .wrap { margin: 0 0 -70px;}
    .business .con4 .wrap .flex,
    .business .con4 .wrap .flex:nth-of-type(2) { flex-direction: column;}
    .business .con4 .wrap .flex { margin: 0 0 70px;}
    .business .con4 .wrap .flex .img { margin: 0 0 40px; width: 100%; height: 250px;}
    .business .con4 .wrap .flex .txt { width: 100%;}
    .business .con4 .wrap .flex .txt h4 { font-size: 26px;}
    .business .con4 .wrap .flex .txt p br { display: none;}

    .business .con5 ol {flex-wrap:wrap; margin: 0 0 -40px;}
    .business .con5 ol li { margin: 0 0 40px; width: 47%;}
    .business .con5 ol li:nth-of-type(2):after { display: none;}
    .business .con5 ol li h4 {  font-size: 24px; }

}

@media(max-width:576px){
    .business article { padding: 80px 0; }
    .business .title { padding: 0 0 50px; }
    .business .title h3 { font-size: 32px }
    .business .title p { font-size: 15px;}
    .business .title p span { padding: 10px; width: 100%;}
    .business .con1 #tab li a { padding: 10px;}
    .business .con1 #tab li a br { display: block;}
    .business .con1 .tab-content .content { padding: 50px 0 0 10px;  background-position: right top 50px; background-size: 60px;}
    .business .con1 .tab-content .content .num { font-size: 50px; }
    .business .con1 .tab-content .content p { font-size: 15px; }
    .business .con1 .tab-content .content ul li {padding: 0px 10px; margin: 0 5px 5px 0; height: 32px; line-height: 32px; font-size: 13px;}


    .business .con2 .wrap ul li { width: 50%;}

    .business .con3 { padding: 120px 0; }
    .business .con3 .wrap p { font-size: 20px; }
    .business .con3 .wrap p:first-of-type { padding: 0 0 30px; }
    .business .con4 .wrap .flex .txt { padding: 0 10px;}
    .business .con4 .wrap .flex .txt h4 { padding: 0 0 15px;  font-size: 20px;}
    .business .con4 .wrap .flex .txt p { font-size: 15px;}

    .business .con5 ol { margin: 0 0 -20px;}
    .business .con5 ol li { margin: 0 0 20px; width: 48%;}
    .business .con5 ol li:after { left: 100%; }
    .business .con5 ol li h4 { height: 52px; line-height: 52px; font-size: 22px; }

    .business .post { font-size: 20px; }
}
@media(max-width:480px){
    .business .con1 .tab-content .content p br { display: none;}
    .business .con5 ol li h4 { height: 48px; line-height: 48px; font-size: 18px; }
    .business .con5 ol li .ico img { width: 80px;  }
    .business .post { font-size: 18px; }
}
@media(max-width:440px){
    .business .con2 .wrap ul { margin: 0 -10px -40px;}
    .business .con2 .wrap ul li { padding: 0 10px 40px;}
    .business .con2 .wrap ul li i { width: 140px; height: 140px; background-size: 70px; }
    .business .con2 .wrap ul li h3 { padding: 25px 0 15px; font-size: 18px; }

    .business .con3 { padding: 100px 0; }
    .business .con3 .wrap p { font-size: 18px; }
    .business .con3 .wrap p br { display: none;}

}
@media(max-width:400px){
    .business .con1 #tab li a { padding: 10px 0;}
    .business .post { font-size: 15px; }
}









.client {}
.client article {  padding: 130px 0;  }
.client h3 { position: relative; padding: 60px 0 65px; text-align: center; font-size: 50px; line-height: 1; word-break: keep-all;}
.client h3:after { content:''; display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 150px; height: 6px; background: #0473ea;}


.client .con1 { padding: 70px 0;  }
.client .con1 .title .flex { justify-content: right; align-items: flex-end;}
.client .con1 .title .flex p { }
.client .con1 .title .flex .p1 { position: relative; font-size: 100px; line-height: .9; font-weight: 700; }
.client .con1 .title .flex .p1:after { content:''; display: block; position: absolute; right: -20px; top: -10px; width: 20px; height: 21px; background: url(/img/hd/ico_plus.png) no-repeat center / contain;}
.client .con1 .title .flex .p2 { padding: 0 25px;  font-size: 26px; line-height: 1.3;}
.client .con1 .title >  p { padding: 35px 0 50px; font-size: 20px; text-align: right; }

.client .con1 .wrap {}
.client .con1 .wrap ul  {  flex-wrap:wrap; margin: 0 0 -70px;}
.client .con1 .wrap ul li {  margin: 0 0 70px; width: 15.75%; }
.client .con1 .wrap ul li a { display: block; position: relative; padding: 0 0 98.66%; text-align: center; border: 1px solid #707070;}
.client .con1 .wrap ul li a img {  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: calc(100% - 2px) !important;}
.client .con1 .wrap ul li a:after { opacity: 0; content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); transition: 0.2s;}
.client .con1 .wrap ul li a:hover:after { opacity: 1}
.client .con1 .wrap ul li .client-group { padding:20px 0; background: #0e1d44; color: #fff; }

.client .con2 {background: #000;}
.client .con2 h3 { color: #fff;}
.client .con2 .wrap {}
.client .con2 .wrap .img-box { display: flex; justify-content: space-between;}
.client .con2 .wrap .img-box .box { height: 416px; background: no-repeat center / cover; }
.client .con2 .wrap .img-box .box1 { width: 50%; background-image: url(/img/hd/client_img1.png); }
.client .con2 .wrap .img-box .box2 { width: 21.21%; background-image: url(/img/hd/client_img2.png); }
.client .con2 .wrap .img-box .box3 { width: 21.21%; background-image: url(/img/hd/client_img3.png); }
.client .con2 .wrap .flex { padding: 100px 0 0; align-items: center;}
.client .con2 .wrap .flex .logo { padding: 0 40px; width: 390px;}
.client .con2 .wrap .flex .txt { padding: 0 40px; font-size: 24px; line-height: 1.583;  color: #fff; border-left: 8px solid #474747 }


.client .con3 { background: #eff7ff;}
.client .con3 .wrap {}
.client .con3 .wrap .flex { margin: 0 -10px;}
.client .con3 .wrap .flex li{ padding: 0 10px; width: 21%;}
.client .con3 .wrap .flex li i { display: block; margin: 0 auto;     padding-bottom: 96%; width: 100%;  border-radius: 50%; border: 5px solid #EBEBEB; background: #fff no-repeat center / 181px auto;}
.client .con3 .wrap .flex li:nth-of-type(1) i { background-image: url(/img/hd/client_icon1.png);}
.client .con3 .wrap .flex li:nth-of-type(2) i { background-image: url(/img/hd/client_icon2.png);}
.client .con3 .wrap .flex li:nth-of-type(3) i { background-image: url(/img/hd/client_icon3.png);}
.client .con3 .wrap .flex li:nth-of-type(4) i { background-image: url(/img/hd/client_icon4.png);}
.client .con3 .wrap .flex h4 { position: relative; padding: 35px 0 40px; margin: 0 0 27px; font-size: 24px; line-height: 1; font-weight: 900; text-align: center;}
.client .con3 .wrap .flex h4:after { content:''; display: block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 5px; background: #d9d9d9 ;}
.client .con3 .wrap .flex p { text-align: center; font-size: 18px; line-height:1.6666 ;}
.client .con1 .wrap ul li .client-group2 { height: 155px; min-height: 155px; display: flex; align-items: center; text-align: center; justify-content: center;}


@media(max-width:1119px){
    .client .con1 .wrap ul { margin: 0 0 -50px; }
    .client .con1 .wrap ul li { margin: 0 0 50px; }
    .client .con2 .wrap .flex .txt { font-size: 20px;}
    .client .con3 .wrap .flex li { width: 24%;}
}

@media(max-width:991px){

    .client article { padding: 100px 0; }
    .client h3 { padding: 54px 0 60px; font-size: 46px;}


    .client .con1 .title .flex .p1 { font-size: 80px;}
    .client .con1 .title .flex .p2 { padding: 0 0 0 25px; font-size: 22px; }
    .client .con1 .title > p { padding: 35px 0 40px; font-size: 18px;}

    .client .con1 .wrap ul { margin: 0 0 -40px ;}
    .client .con1 .wrap ul li { width: 29.75%; margin: 0 0 40px;}

    .client .con2 .wrap .flex .logo { padding: 0 20px 0 0; width: 300px; }
    .client .con2 .wrap .flex .txt { padding: 0 0px 0 20px; font-size: 18px; border-left-width: 6px;}

    .client .con3 .wrap .flex li { width: 25%;}
    .client .con3 .wrap .flex li i {background-size: 80%;}
    .client .con3 .wrap .flex h4 { font-size: 22px;}
    .client .con3 .wrap .flex h4:after{ height: 4px;}
    .client .con3 .wrap .flex p { font-size: 16px;}

	.client .con1 .wrap ul li .client-group { font-size:16px; }
}

@media(max-width:768px){
    .client article { padding: 80px 0; }
    .client h3 { padding: 50px 0 60px; font-size: 40px;}
    .client h3:after {width: 120px; height: 4px;}
    .client .con1 .title .flex .p1 { font-size: 76px; }
    .client .con1 .title .flex .p2 { font-size: 20px;}
    .client .con1 .title > p { padding: 25px 0 30px;  font-size: 16px; }
    .client .con1 .wrap ul { margin: 0 0 -30px; }
    .client .con1 .wrap ul li {  margin: 0 0 30px; width: 32%; font-size: 23%;}
    .client .con2 .wrap .img-box .box { height: 300px; }
    .client .con2 .wrap .flex { padding: 60px 0 0; }
    .client .con2 .wrap .flex .logo { padding: 0 10px 0 0;}
    .client .con2 .wrap .flex .txt {    padding: 0 0px 0 10px; font-size: 16px; border-left-width: 2px; }
    .client .con3 .wrap .flex {flex-wrap: wrap; justify-content: space-around;}
    .client .con3 .wrap .flex li { margin: 0 0 50px; width: 40%; }
}
@media(max-width:576px){
    .client article { padding: 70px 0; }
    .client h3 { padding: 46px 0 56px; font-size: 36px; }
    .client .con1 .title .flex .p1 { font-size: 60px; }
    .client .con1 .title .flex .p1:after { right: -15px; width: 13px; height: 13px; }
    .client .con1 .title .flex .p2 { padding: 0 0 0 20px; font-size: 16px; }
    .client .con1 .title > p { font-size: 13px;}
    .client .con1 .wrap ul li { }
    .client .con2 .wrap .img-box .box { height: 240px; }
    .client .con2 .wrap .flex { flex-direction: column; align-items: baseline;}
    .client .con2 .wrap .flex .logo { padding: 0 0 15px;}
    .client .con2 .wrap .flex .logo img { width: 180px;}
    .client .con2 .wrap .flex .txt { padding: 0; border: 0; font-size: 15px;}
    .client .con3 .wrap .flex li { width: 44%;}
}
@media(max-width:440px){
    .client h3 { padding: 40px 0 50px; font-size: 32px; line-height: 1.2;}
    .client h3:after { width: 100px; height: 3px; }
    .client .con1 .title .flex { flex-direction: column; align-items: center;}
    .client .con1 .title .flex .p2 { padding: 10px 0 0; text-align: center;}
    .client .con1 .title > p { text-align: center;}
    .client .con1 .title > p br { display: none;}
    .client .con1 .wrap ul { margin: 0 0 -20px; }
    .client .con1 .wrap ul li { margin: 0 0 20px;}
    .client .con3 .wrap .flex li { width: 50%; }
    .client .con3 .wrap .flex h4 { padding: 30px 0 22px; font-size: 18px; }
    .client .con3 .wrap .flex h4:after { height: 2px; }
    .client .con3 .wrap .flex p { font-size: 14px; }
}




.contact .title { text-align: center; }
.contact .title h3 { font-size: 50px; line-height: 1; font-weight: 900;}

.contact .con1 { padding: 100px 0;}
.contact .con1 .title { padding: 0 0 50px; }
.contact .con1 .title p { padding: 20px 0 0; font-size: 20px; line-height: 1.5;  }
.contact .con2 { background: #fcfcfc; }
.contact .con2 { padding: 130px 0 ;}
.contact .con2 {padding: 130px 0 ;}
.contact .con2 .title { padding: 0 0 100px;}
.contact .con2 .info { display: flex; justify-content: space-between; padding: 0 0 100px;}
.contact .con2 .info li { padding: 0 0 0 130px; width: 33.33%; background: no-repeat left top / 100px;}
.contact .con2 .info li h3 { padding:  0 0 13px; font-size: 30px; line-height: 1; font-weight: 900;  }
.contact .con2 .info li p { font-size: 20px; line-height: 1.5; }
.contact .con2 .info li:nth-of-type(1) { background-image:url(/img/hd/contact_ico1.png)}
.contact .con2 .info li:nth-of-type(2) { background-image:url(/img/hd/contact_ico2.png)}
.contact .con2 .info li:nth-of-type(3) { background-image:url(/img/hd/contact_ico3.png)}
.contact .con2 .map-box { overflow: hidden; position: relative; height: 628px;;}
.contact .con2 .map-box .root_daum_roughmap { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

@media(max-width:1300px){
    .contact .con2 .info li { padding: 0 0 0 90px; background-size: 76px;}
    .contact .con2 .info li p { font-size: 16px;}
}
@media(max-width:991px){

}
@media(max-width:991px){
    .contact .title h3 { font-size: 46px; }
    .contact .con1,
    .contact .con2 { padding: 100px 0 100px;}

    .contact .con1 .title p { font-size: 18px;}

    .contact .con2 .info li { padding: 0 0 0 60px; width: 31%; background-size: 50px; }
    .contact .con2 .info li h3 {font-size: 22px;}
    .contact .con2 .info li p { font-size: 15px; }
    .contact .con2 .info li p br { display: none;}

    .contact .con2 .map-box {height: 500px;}

}
@media(max-width:768px){
    .contact .title h3 { font-size: 44px; }
    .contact .con1,
    .contact .con2  { padding: 90px 0 100px;}
    .contact .con2 .info { flex-wrap: wrap; padding: 0 0 60px; margin: 0 0 -30px;}
    .contact .con2 .info li { padding: 0 0 0 90px;  margin: 0 0 30px; width: 45%; background-size: 70px; }
    .contact .con2 .map-box {  height: 400px;}
}
@media(max-width:576px){
    .contact .title h3 { font-size: 42px; }
    .contact .con1,
    .contact .con2 { padding: 80px 0}
    .contact .con1 .title { padding: 0 0 40px; }
    .contact .con1 .title p {padding: 15px 0 0; font-size: 15px}
    .contact .con2 .title { padding: 0 0 80px; }
    .contact .con2 .info { padding: 0 0 50px;}
    .contact .con2 .info li { padding: 0 0 0 60px; width: 48%;  background-size: 50px; }
    .contact .con2 .map-box {  height: 350px;}
}
@media(max-width:480px){
    .contact .con2 .info li { width: 100%;}
    .contact .con2 .map-box {  height: 300px;}
}
