   /* contents set */
        .contents-wrap {
            width: 100%;
            height: auto;
            padding-top: 5.333em;
        }

        .contents-wrap h4 {
            text-align: center;
            font: 400 48px 'JSDongkang', 'Noto Sans KR', sans-serif;
            color: #0f1522;
            letter-spacing: -0.06em;
        }

        .contents-wrap h4 strong {
            font-weight: 700;
        }

        .contents-wrap .cont_bw,
        .contents-wrap .cont_bf,
        .contents-wrap .inner {
            width: inherit;
            height: inherit;
            max-width: 1280px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .contents-wrap .cont_bw {
            padding: 5.333em 0;
        }

        .contents-wrap .cont_bf {
            max-width: 100%;
            padding: 5.333em 0;
        }

        .contents-wrap .bar {
            display: block;
            width: 1px;
            height: 48px;
            background-color: #0f1522;
            margin: 32px auto;
        }

        .contents-wrap .cont_bw.first h4 {
            font-size: 36px;
            line-height: 1.3;
        }

        .contents-wrap .cont_bw.first h4 strong {
            font-size: 60px;
            display: block;
        }

        @media screen and (max-width: 1280px) {

            .contents-wrap .cont_bw,
            .contents-wrap .inner {
                max-width: 100%;
                padding-left: 2em;
                padding-right: 2em;
            }

            .contents-wrap h4 {
                font-size: 4vmax;
            }

            .contents-wrap .cont_bw.first h4 {
                font-size: 2.8vmax;
            }

            .contents-wrap .cont_bw.first h4 strong {
                font-size: 4.5vmax;
            }
        }

        @media screen and (max-width: 1024px) {
            .contents-wrap .bar {
                margin: 24px auto 32px;
            }
        }

        @media screen and (max-width: 568px) {
            .contents-wrap {
                padding-top: 4em;
            }

            .contents-wrap h4 {
                font-size: 30px;
            }

            .contents-wrap .cont_bw,
            .contents-wrap .cont_bf {
                padding-top: 4em;
                padding-bottom: 4em;
            }

            .contents-wrap .cont_bw.first h4 {
                font-size: 17px;
            }

            .contents-wrap .cont_bw.first h4 strong {
                font-size: 28px;
            }

            .contents-wrap .bar {
                height: 24px;
                margin: 20px auto;
            }
        }

        /* margin */
        .mgtb48 {
            margin: 1.3em 0 2em;
        }

        /* page title set : font size */
        .f30 {
            font-weight: 400;
            font-size: 30px !important;
            line-height: 1.3 !important;
            letter-spacing: -0.06em;
            white-space: pre-line;
        }

        .f24 {
            font-weight: 500;
            font-size: 24px !important;
            line-height: 1.2 !important;
            letter-spacing: -0.06em;
            white-space: pre-line;
        }

        .f24.fb {
            font-weight: 700;
        }

        @media screen and (max-width: 1024px) {
            .f24 {
                font-size: 20px !important;
            }

            .f30 {
                font-size: 24px !important;
            }
        }

        @media screen and (max-width: 568px) {
            .f24 {
                font-size: 18px !important;
                white-space: normal;
            }

            .f30 {
                font-weight: 400;
                font-size: 20px !important;
                white-space: normal;
            }
        }



        
        /* kifa : commission */
        .commi-wrap .first {}

        .commi-wrap .first li .thumb {
            width: 300px;
            height: 300px;
            margin: 0 auto;
            position: relative;
        }

        .commi-wrap .first li .thumb span {
            display: block;
            width: inherit;
            height: inherit;
            border-radius: 100%;
            border: 4px solid #0158cf;
            overflow: hidden;
            box-sizing: border-box;
        }

        .commi-wrap .first li .thumb i {
            display: block;
            width: 100px;
            height: 100px;
            padding: 20px;
            border-radius: 100%;
            background-color: #0158cf;
            position: absolute;
            bottom: 0;
            right: 0;
            box-sizing: border-box;
        }

        .commi-wrap .first li p {
            width: 100%;
            height: auto;
            background-color: #e9ecf3;
            padding: .5em 0;
            margin-top: 1.3em;
            border-radius: 80px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .commi-wrap .first li p mark {
            font-size: 48px;
            padding-left: 14px;
        }

        @media screen and (max-width: 1024px) {
            .commi-wrap .first li .thumb {
                width: 200px;
                height: 200px;
            }

            .commi-wrap .first li .thumb i {
                width: 72px;
                height: 72px;
                padding: 14px;
            }

            .commi-wrap .first li p mark {
                font-size: 36px;
            }
        }

        @media screen and (max-width: 768px) {
            .commi-wrap .first li .thumb {
                width: 300px;
                height: 300px;
            }

            .commi-wrap .first li .thumb i {
                width: 100px;
                height: 100px;
                padding: 20px;
            }

            .commi-wrap .first li p {
                width: 70%;
                display: flex;
                margin: 1.3em auto 0;
            }

            .commi-wrap .first li p mark {
                display: inline;
            }
        }

        @media screen and (max-width: 568px) {
            .commi-wrap .first li .thumb {
                width: 200px;
                height: 200px;
            }

            .commi-wrap .first li .thumb i {
                width: 72px;
                height: 72px;
                padding: 14px;
            }

            .commi-wrap .first li p {
                width: 100%;
            }

            .commi-wrap .first li p mark {
                font-size: 30px
            }
        }

        .commi-wrap .two {
            background: url("/images/bg_comi1.jpg") center no-repeat;
            background-size: cover;
        }

        .commi-wrap .two ul {
            margin-top: 1.2em;
        }

        .commi-wrap .two li {
            background-color: #fff;
            padding: 4em 0;
            margin-top: 2.2em;
            box-sizing: border-box;
        }

        .commi-wrap .two li.pd_resize {
            padding: 3.4em 0;
        }

        .commi-wrap .two li:nth-child(3n+2) {
            margin-top: 2.2em;
        }

        .commi-wrap .two li dl {
            line-height: 1;
            margin-top: .7em;
        }

        .commi-wrap .two li dd {
            line-height: 1.3;
            white-space: pre-line;
        }

        .commi-wrap .two li dd:before {
            content: '';
            display: block;
            width: 24px;
            height: 1px;
            background-color: #0f1522;
            margin: .7em auto;
        }

        @media screen and (max-width: 768px) {
            .commi-wrap .two li {
                padding: 4em 0;
                margin-top: 1.2em;
            }

            .commi-wrap .two li:nth-child(3n+2) {
                margin-top: 1.2em;
            }

            .commi-wrap .two li img {
                width: 48px;
            }

            .commi-wrap .two li dd {
                white-space: normal;
            }
        }

        .commi-wrap .three {
            background: url("/images/bg_comi2.jpg") center no-repeat;
            background-size: cover;
            text-align: center;
            overflow: hidden;
        }

        .commi-wrap .three .chart {
            float: left;
            width: 50%;
            height: auto;
        }

        .commi-wrap .three .chart div {
            width: 400px;
            height: 400px;
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
        }

        .commi-wrap .three .chart div h5 {
            display: block;
            width: 200px;
            height: 200px;
            padding: 70px 0;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            box-sizing: border-box;
        }

        .commi-wrap .three .chart div li {
            font-weight: 500;
            color: #fff;
            letter-spacing: -0.02em;
            line-height: 1.2;
            position: absolute;
        }

        .commi-wrap .three .chart .chart-1 {
            background: url("/images/bg_chart1.png") center no-repeat;
            background-size: 100%;
        }

        .commi-wrap .three .chart .chart-1 li:nth-child(1) {
            top: 40px;
            left: 220px;
        }

        .commi-wrap .three .chart .chart-1 li:nth-child(2) {
            top: 325px;
            left: 140px;
        }

        .commi-wrap .three .chart .chart-2 {
            background: url("/images/bg_chart2.png") center no-repeat;
            background-size: 100%;
        }

        .commi-wrap .three .chart .chart-2 li:nth-child(1) {
            top: 40px;
            left: 172px;
        }

        .commi-wrap .three .chart .chart-2 li:nth-child(2) {
            top: 120px;
            right: 30px;
        }

        .commi-wrap .three .chart .chart-2 li:nth-child(3) {
            top: 325px;
            left: 176px;
        }

        .commi-wrap .three .chart .chart-2 li:nth-child(4) {
            top: 136px;
            left: 40px;
        }

        @media screen and (max-width: 1024px) {
            .commi-wrap .three .chart div {
                width: 340px;
                height: 340px;
            }

            .commi-wrap .three .chart div h5 {
                width: 160px;
                height: 160px;
                padding: 56px 0;
            }

            .commi-wrap .three .chart .chart-1 li:nth-child(1) {
                top: 30px;
                left: 180px;
            }

            .commi-wrap .three .chart .chart-1 li:nth-child(2) {
                top: 270px;
                left: 114px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(1) {
                top: 30px;
                left: 143px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(2) {
                top: 100px;
                right: 24px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(3) {
                top: 270px;
                left: 138px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(4) {
                top: 110px;
                left: 32px;
            }
        }

        @media screen and (max-width: 768px) {
            .commi-wrap .three .chart div {
                width: 260px;
                height: 260px;
            }

            .commi-wrap .three .chart div h5 {
                width: 128px;
                height: 128px;
                padding: 40px 0;
            }

            .commi-wrap .three .chart .chart-1 li:nth-child(1) {
                top: 22px;
                left: 137px;
            }

            .commi-wrap .three .chart .chart-1 li:nth-child(2) {
                top: 206px;
                left: 82px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(1) {
                top: 19px;
                left: 110px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(2) {
                top: 74px;
                right: 14px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(3) {
                top: 205px;
                left: 105px;
            }

            .commi-wrap .three .chart .chart-2 li:nth-child(4) {
                top: 83px;
                left: 20px;
            }
        }

        @media screen and (max-width: 568px) {
            .commi-wrap .three .chart {
                width: 100%;
            }

            .commi-wrap .three .chart .chart-2 {
                margin-top: 1.6em;
            }

            .commi-wrap .three .chart div h5 {
                padding: 47px 0;
            }
        }

        .commi-wrap .four {
            text-align: center;
        }

        .commi-wrap .four table {
            width: 100%;
            height: auto;
            color: #fff;
            font-weight: 500;
        }

        .commi-wrap .four table thead th {
            background-color: #001f71;
        }

        .commi-wrap .four table thead th:first-child,
        .commi-wrap .four table th {
            width: 25%;
            background-color: #0158cf;
            padding: 24px;
        }

        .commi-wrap .four table td {
            background-color: #264086;
            padding: 24px;
            vertical-align: middle;
        }

        .commi-wrap .four table .point {
            background-color: #fff;
            color: #0158cf;
            position: relative;
            padding: 0;
            font-size: 24px;
        }

        .commi-wrap .four table .point span {
            display: flex;
            align-items: stretch;
            justify-content: center;
            padding: 24px;
            border: 4px solid #0158cf;
            box-sizing: border-box;
        }

        .commi-wrap .four table .point em {
            display: block;
            padding-top: 8px;
            font-size: 36px;
        }

        .commi-wrap .four table td.point span {
            min-height: 288px;
            border-top: none;
            align-items: center;
        }

        .commi-wrap .four .column-1 {
            display: none;
            border: 8px solid #0158cf;
        }

        @media screen and (max-width: 1024px) {

            .commi-wrap .four table thead th:first-child,
            .commi-wrap .four table th {
                width: 33.33%;
            }

            .commi-wrap .four table .point {
                display: none;
            }

            .commi-wrap .four .column-1 {
                display: block;
            }
        }

        @media screen and (max-width: 768px) {

            .commi-wrap .four table thead th:first-child,
            .commi-wrap .four table th,
            .commi-wrap .four table td {
                padding: 14px;
            }

            .commi-wrap .four .column-1 mark {
                display: block;
            }
        }

        /* kifa : db */
        .kifa-db-wrap .two {
            text-align: center;
            padding-top: 0;
        }

        .kifa-db-wrap .two>span {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 3.5em;
            position: relative;
        }

        .kifa-db-wrap .two>span:after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #d7d7d7;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: -1;
        }

        .kifa-db-wrap .two .box {
            width: 100%;
            height: auto;
            margin-top: 48px;
            background: #f4f6f9;
            position: relative;
            z-index: 1;
        }

        .kifa-db-wrap .two .box:before {
            content: '';
            display: block;
            width: 56%;
            height: 2px;
            background-color: #0158cf;
            position: absolute;
            top: 39%;
            left: 11%;
            transform: translateY(-39%);
            z-index: -1;
        }

        .kifa-db-wrap .two .box:after {
            content: '';
            display: block;
            border: 8px transparent solid;
            border-right-width: 0;
            border-left-color: CurrentColor;
            position: absolute;
            top: 38.44%;
            left: 33%;
            transform: translateY(-38.44%);
            z-index: -1;
            color: #0158cf;
        }

        .kifa-db-wrap .two .box ul {
            width: inherit;
            height: inherit;
        }

        .kifa-db-wrap .two .box ul:after {
            content: '';
            display: block;
            clear: both;
        }

        .kifa-db-wrap .two .box ul li {
            float: left;
            width: 33.33%;
            height: auto;
            padding: 4em 0;
        }

        .kifa-db-wrap .two .box ul li i {
            display: block;
            width: 164px;
            height: 164px;
            padding: 44px;
            margin: 0 auto;
            border-radius: 100%;
            background-color: #fff;
            border: 4px solid #0158cf;
            box-sizing: border-box;
        }

        .kifa-db-wrap .two .box ul li i img {
            max-width: 100%;
        }

        .kifa-db-wrap .two .box ul li em {
            display: block;
            margin-top: 1em;
            line-height: 1.3;
        }

        .kifa-db-wrap .two .box ul li:nth-child(3) {
            background: #0158cf;
        }

        .kifa-db-wrap .two.on .box:after {
            animation: arrowleft 1.5s infinite linear;
        }

        @media screen and (max-width: 1024px) {
            .kifa-db-wrap .two>span img {
                width: 72px;
            }

            .kifa-db-wrap .two .box:before {
                top: 20%;
                transform: translateY(-20%);
                left: 20%;
            }

            .kifa-db-wrap .two .box:after {
                top: 19.33%;
                transform: translateY(-19.33%);
                left: 20%;
            }

            .kifa-db-wrap .two .box ul li {
                width: 50%;
            }

            .kifa-db-wrap .two .box ul li i {
                width: 128px;
                height: 128px;
                padding: 36px;
            }

            .kifa-db-wrap .two .box ul li:nth-child(3) {
                width: 100%;
            }
        }

        @media screen and (max-width: 768px) {
            .kifa-db-wrap .two .box:before {
                width: 2px;
                height: 56%;
                top: 39%;
                left: 50%;
                transform: translate(0, -50%);
                transition: height 2s linear;
            }

            .kifa-db-wrap .two .box:after {
                border: 8px transparent solid;
                border-bottom-width: 0;
                border-top-color: CurrentColor;
                top: 31%;
                left: 50%;
                transform: translate(-50%, 0);
            }

            .kifa-db-wrap .two .box ul li {
                float: none;
                width: 100%;
            }

            .kifa-db-wrap .two .box ul li em {
                background: #f4f6f9;
            }

            .kifa-db-wrap .two .box ul li:nth-child(3) em {
                background: none;
            }

            .kifa-db-wrap .two.on .box:after {
                animation: arrowdown 1.5s infinite linear;
            }
        }

        @media screen and (max-width: 568px) {
            .kifa-db-wrap .two>span {
                margin-bottom: 32px;
            }

            .kifa-db-wrap .two>span img {
                width: 48px;
            }

            .kifa-db-wrap .two .box {
                margin-top: 1em;
            }

            .kifa-db-wrap .two.on .box:after {
                top: 60%;
            }
        }

        .kifa-db-wrap .three {
          /*  background: url("/images/bg_db1.jpg") center no-repeat; */
            background-size: cover;
            text-align: center;
        }

        .kifa-db-wrap .three .column-3 {
            margin-top: 3.5em;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .kifa-db-wrap .three .column-3 li {
            font-weight: 700;
            font-size: 0;
            background-color: #fff;
        }

        .kifa-db-wrap .three .column-3 li:nth-child(3) {
            padding: 96px 0;
            border: 8px solid #0158cf;
            font-weight: 500;
            box-sizing: border-box;
        }

        .kifa-db-wrap .three .column-3 li mark {
            display: block;
            font-weight: 700;
        }

        .kifa-db-wrap .three .column-3 li mark:before {
            content: '';
            display: block;
            width: 1px;
            height: 48px;
            background-color: #0f1522;
            margin: .8em auto;
        }

        .kifa-db-wrap .three .column-3 li div {
            padding: 96px 0 48px;
            position: relative;
            line-height: 1;
        }

        .kifa-db-wrap .three .column-3 li div i {
            display: block;
            width: 96px;
            height: 96px;
            padding: 24px;
            position: absolute;
            top: -48px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 100%;
            background-color: #001f71;
            box-sizing: border-box;
        }

        .kifa-db-wrap .three .column-3 li div i img {
            max-width: 100%;
        }

        .kifa-db-wrap .three .column-3 li div em {
            display: block;
        }

        .kifa-db-wrap .three .column-3 li div mark {
            display: block;
            font-size: 48px;
        }

        .kifa-db-wrap .three .column-3 li div mark:before {
            height: 24px;
            margin: .2em auto;
        }

        @media screen and (max-width: 1280px) {
            .kifa-db-wrap .three .column-3 li div mark {
                font-size: 4vmax;
            }
        }

        @media screen and (max-width: 1024px) {
            .kifa-db-wrap .three .column-3 {
                display: block;
            }

            .kifa-db-wrap .three .column-3 li {
                width: 48%;
                max-width: 100%;
            }

            .kifa-db-wrap .three .column-3 li>img {
                width: 100%;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(1) {
                margin-right: 2%;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(2) {
                margin: 0;
                margin-left: 2%;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(3) {
                width: 100%;
                padding: 36px;
                margin-top: 1em;
                white-space: normal;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(3) mark:before {
                display: none;
            }

            .kifa-db-wrap .three .column-3 li div {
                padding: 72px 0 36px;
            }
        }

        @media screen and (max-width: 768px) {
            .kifa-db-wrap .three .column-3 li div i {
                width: 72px;
                height: 72px;
                padding: 20px;
                top: -36px;
            }
        }

        @media screen and (max-width: 568px) {
            .kifa-db-wrap .three .column-3 {
                margin-top: 2em;
            }

            .kifa-db-wrap .three .column-3 li {
                width: 100%;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(1) {
                margin-right: 0;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(2) {
                margin: 24px 0;
            }

            .kifa-db-wrap .three .column-3 li:nth-child(3) {
                margin: 0;
            }
        }

        .kifa-db-wrap .four {
            background-color: #e9ecf3;
        }

        .kifa-db-wrap .four .box {
            width: 100%;
            height: auto;
            margin-top: 2.6em;
            position: relative;
            z-index: 1;
            font-weight: 700;
        }

        .kifa-db-wrap .four .box:before {
            content: '';
            width: 640px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            background-color: #fff;
        }

        .kifa-db-wrap .four .box:after {
            content: '';
            display: block;
            clear: both;
        }

        .kifa-db-wrap .four .box p {
            float: left;
            width: 60%;
            height: auto;
            padding: 3em 2em;
            margin-top: 1.4em;
            font-weight: 500;
            background: url("/images/img_db7.jpg") 0 0 no-repeat;
            background-size: cover;
            box-shadow: 45px 45px 45px rgba(0, 0, 0, .2);
            box-sizing: border-box;
        }

        .kifa-db-wrap .four .box p mark {
            display: block;
            font-size: 48px;
            padding-top: .2em;
            line-height: 1.2;
        }

        .kifa-db-wrap .four .box ul {
            float: left;
            width: 40%;
            padding: 2em;
            box-sizing: border-box;
        }

        .kifa-db-wrap .four .box ul li {
            border-bottom: 1px solid #d7d7d7;
            padding: .66em 0;
        }

        .kifa-db-wrap .four .box ul li:nth-child(1) {
            padding-top: 0;
        }

        @media screen and (max-width: 1280px) {
            .kifa-db-wrap .four .box p {
                width: 55%;
            }

            .kifa-db-wrap .four .box p mark {
                font-size: 4vmax;
            }

            .kifa-db-wrap .four .box ul {
                width: 45%;
            }
        }

        @media screen and (max-width: 1024px) {
            .kifa-db-wrap .four .box:before {
                width: 60%;
            }
        }

        @media screen and (max-width: 768px) {
            .kifa-db-wrap .four .box:before {
                width: 100%;
            }

            .kifa-db-wrap .four .box p {
                width: 100%;
                margin-top: 0;
                box-shadow: none;
            }

            .kifa-db-wrap .four .box ul {
                width: 100%;
            }
        }

        .kifa-db-wrap .five {}

        .kifa-db-wrap .five .column-3 li {
            line-height: 1;
            margin-top: 2.6em;
        }

        .kifa-db-wrap .five .column-3 em {
            display: block;
            padding-top: 1em;
        }

        .kifa-db-wrap .five .column-3 li:nth-child(3n+2) {
            margin-left: 40px;
            margin-right: 40px;
        }

        @media screen and (max-width: 1280px) {
            .kifa-db-wrap .five .column-3 li {
                max-width: 31.33%;
            }

            .kifa-db-wrap .five .column-3 li:nth-child(3n+2) {
                margin-left: 2.66%;
                margin-right: 2.66%;
            }
        }

        @media screen and (max-width: 768px) {
            .kifa-db-wrap .five .column-3 li {
                max-width: 48%;
            }

            .kifa-db-wrap .five .column-3 li:nth-child(3n+2) {
                margin-left: 0;
                margin-right: 0;
            }

            .kifa-db-wrap .five .column-3 li:nth-child(even) {
                margin-left: 4%;
            }
        }

        @media screen and (max-width: 568px) {
            .kifa-db-wrap .five .column-3 li {
                max-width: 100%;
                margin-top: 2.6em;
            }

            .kifa-db-wrap .five .column-3 li:nth-child(3n+2) {
                margin: 2.6em 0 0;
            }

            .kifa-db-wrap .five .column-3 li:nth-child(even) {
                margin-left: 0;
            }
        }

        .kifa-db-wrap .six {
           /* background: url("/images/bg_db2.jpg") center no-repeat; */
            background-size: cover;
        }

        .kifa-db-wrap .six .column-3 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .kifa-db-wrap .six .column-3 li {
            margin-top: 3.5em;
            background-color: #fff;
        }

        .kifa-db-wrap .six .column-3 li p {
            margin-top: -24px;
        }

        .kifa-db-wrap .six .column-3 li span {
            display: block;
            width: 64px;
            height: 64px;
            line-height: 64px;
            margin: 0 auto;
            border-radius: 100%;
            background-color: #0158cf;
            font-weight: 700;
            font-size: 16px;
            color: #fff;
            box-sizing: border-box;
        }

        .kifa-db-wrap .six .column-3 li em {
            display: block;
            padding: 1.4em 0;
        }

        .kifa-db-wrap .six .column-3 li dl {
            width: 100%;
            border-top: 1px solid #d7d7d7;
            padding: 1.4em;
            box-sizing: border-box;
        }

        .kifa-db-wrap .six .column-3 li dt {
            word-break: keep-all;
            white-space: pre-line;
            padding-bottom: .7em;
        }

        .kifa-db-wrap .six .column-3 li dd {
            word-break: keep-all;
            white-space: pre-line;
            line-height: 1.3;
        }

        @media screen and (max-width: 1024px) {
            .kifa-db-wrap .six .column-3 {
                display: block;
            }

            .kifa-db-wrap .six .column-3 li {
                float: none;
                max-width: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                margin-top: 2em;
            }

            .kifa-db-wrap .six .column-3 li:nth-child(2) {
                margin: 2em 0;
            }

            .kifa-db-wrap .six .column-3 li p {
                width: 30%;
                margin-top: 0;
            }

            .kifa-db-wrap .six .column-3 li span {
                width: 48px;
                height: 48px;
                line-height: 48px;
            }

            .kifa-db-wrap .six .column-3 li em {
                padding: 14px 0 0;
            }

            .kifa-db-wrap .six .column-3 li dl {
                width: 70%;
                border-top: none;
                border-left: 1px solid #d7d7d7;
                text-align: left;
            }

            .kifa-db-wrap .six .column-3 li dt,
            .kifa-db-wrap .six .column-3 li dd {
                white-space: normal;
            }
        }

        @media screen and (max-width: 768px) {
            .kifa-db-wrap .six .column-3 li {
                float: left;
                display: block;
                margin-top: 3.5em;
            }

            .kifa-db-wrap .six .column-3 li:nth-child(2) {
                margin: 3.5em 0 0;
            }

            .kifa-db-wrap .six .column-3 li p {
                width: 100%;
                margin-top: -24px;
            }

            .kifa-db-wrap .six .column-3 li em {
                padding-bottom: 24px;
            }

            .kifa-db-wrap .six .column-3 li dl {
                width: 100%;
                border-top: 1px solid #d7d7d7;
                border-left: none;
                text-align: center;
            }
        }

        /* kifa : education */
        .edu-wrap {
            text-align: center;
        }

        .edu-wrap #online {
            background-color: #e9ecf3;
        }

        .edu-wrap #online li {
            background-color: #fff;
        }

        @media screen and (max-width: 768px) {
            .edu-wrap #online li {
                background-color: transparent;
            }

            .edu-wrap #online li div {
                background-color: #fff;
            }
        }

        .edu-wrap .two {
            background: url("/images/bg_edu2.jpg") center no-repeat;
            background-size: cover;
            text-align: center;
        }

        .edu-wrap .two h4 {
            color: #fff;
        }

        .edu-wrap .two ol {
            width: 100%;
            height: auto;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: left;
        }

        .edu-wrap .two ol>li {
            width: 100%;
            max-width: 24%;
            height: auto;
            min-height: 300px;
            padding: 1.8em;
            background: #fff;
            box-sizing: border-box;
        }

        .edu-wrap .two ol>li span {
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .edu-wrap .two ol>li dl {
            margin-top: 1.4em;
        }

        .edu-wrap .two ol>li dt {
            font-weight: 700;
        }

        .edu-wrap .two ol>li dd:before {
            content: '';
            display: block;
            width: 24px;
            height: 1px;
            background-color: #0f1522;
            margin: 1.4em 0;
        }

        .edu-wrap .two ol>li dd ul {
            width: 100%;
            height: 100%;
        }

        .edu-wrap .two ol>li dd ul li {
            width: inherit;
            height: inherit;
            padding-left: 14px;
            margin-bottom: 8px;
            position: relative;
            box-sizing: border-box;
        }

        .edu-wrap .two ol>li dd ul li:before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #0f1522;
            position: absolute;
            top: 7px;
            left: 0;
        }

        @media screen and (max-width: 1024px) {
            .edu-wrap .two ol {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .edu-wrap .two ol>li {
                width: 49%;
                max-width: 100%;
            }

            .edu-wrap .two ol>li:nth-child(1n+3) {
                margin-top: 2%;
            }
        }

        @media screen and (max-width: 568px) {
            .edu-wrap .two ol>li {
                width: 100%;
                min-height: 100%;
            }

            .edu-wrap .two ol>li:nth-child(1n+2) {
                margin-top: 24px;
            }
        }

        .edu-wrap .three {
            text-align: center;
            background-color: #e9ecf3;
            position: relative;
            z-index: 1;
        }

        .edu-wrap .three:after {
            content: '';
            display: block;
            width: 100%;
            height: 730px;
            background: url("/images/bg_edu1.jpg") center no-repeat;
            background-size: cover;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

        .edu-wrap .three .inner>p {
            max-width: 815px;
            border-radius: 20px;
            margin: 2em auto 4em;
            box-shadow: 0 0 16px rgba(0, 0, 0, .06);
        }

        .edu-wrap .three .inner>p img {
            max-width: 100%;
        }

        .edu-wrap .three .column-3 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .edu-wrap .three .column-3 li {
            padding-bottom: 2.6em;
            margin-top: 1.4em;
            background-color: #fff;
        }

        .edu-wrap .three .column-3 li span {
            display: block;
            width: 64px;
            height: 64px;
            line-height: 64px;
            margin: -2em auto 0;
            border-radius: 100%;
            background-color: #0158cf;
            font-weight: 700;
            font-size: 16px;
            color: #fff;
            box-sizing: border-box;
        }

        .edu-wrap .three .column-3 li i {
            display: block;
            margin: 1.4em 0;
        }

        .edu-wrap .three .column-3 li p {
            font-weight: 700;
        }

        @media screen and (max-width: 1024px) {
            .edu-wrap .three .column-3 {
                display: block;
            }

            .edu-wrap .three .column-3 li {
                float: none;
                max-width: 100%;
                padding: 2em;
                display: flex;
                align-items: center;
                box-sizing: border-box;
            }

            .edu-wrap .three .column-3 li:nth-child(2) {
                margin: 1.4em 0 0;
            }

            .edu-wrap .three .column-3 li span {
                width: 48px;
                height: 48px;
                line-height: 48px;
                margin: 0;
            }

            .edu-wrap .three .column-3 li i {
                margin: 0 1.4em;
            }

            .edu-wrap .three .column-3 li p {
                white-space: normal;
                text-align: left;
            }
        }

        @media screen and (max-width: 768px) {
            .edu-wrap .three:after {
                height: 1024px;
            }

            .edu-wrap .three .column-3 li {
                display: block;
            }

            .edu-wrap .three .column-3 li:nth-child(2) {
                margin: 4em 0;
            }

            .edu-wrap .three .column-3 li span {
                margin: -4em auto 0;
            }

            .edu-wrap .three .column-3 li i {
                margin: 1.4em 0;
            }

            .edu-wrap .three .column-3 li p {
                white-space: pre-line;
                text-align: center;
            }
        }

        @media screen and (max-width: 568px) {
            .edu-wrap .three:after {
                height: 860px;
            }

            .edu-wrap .three .column-3 li i img {
                width: 48px;
            }
        }

        .edu-wrap .four {
            text-align: center;
        }

        .edu-wrap .four ul {
            width: 100%;
            height: auto;
            margin-top: 2.6em;
        }

        .edu-wrap .four ul li {
            display: inline-block;
            width: 31.33%;
        }

        .edu-wrap .four ul li:nth-child(n+4) {
            margin-top: 2.6em;
        }

        .edu-wrap .four ul li i {
            display: block;
            width: 128px;
            height: 128px;
            border-radius: 100%;
            padding: 32px 0;
            margin: 0 auto 1.4em;
            background-color: #0158cf;
            box-sizing: border-box;
        }

        .edu-wrap .four ul li p {
            font-weight: 700;
        }

        @media screen and (max-width: 1024px) {
            .edu-wrap .four ul {
                text-align: left;
            }

            .edu-wrap .four ul li {
                width: 48%;
                text-align: center;
            }
        }

        @media screen and (max-width: 568px) {
            .edu-wrap .four ul li {
                width: 100%;
                display: flex;
                align-items: center;
                text-align: left;
                margin-top: 14px;
            }

            .edu-wrap .four ul li:nth-child(n+4) {
                margin-top: 14px;
            }

            .edu-wrap .four ul li i {
                width: 96px;
                height: 96px;
                padding: 24px 0;
                margin: 0;
                text-align: center;
            }

            .edu-wrap .four ul li i img {
                width: 48px;
            }

            .edu-wrap .four ul li p {
                width: calc(100% - 96px);
                padding-left: 24px;
                white-space: normal;
                box-sizing: border-box;
            }
        }

        /* kifa : sales */
        .sales-wrap {
            text-align: center;
        }

        .sales-wrap #online {
            background-color: #e9ecf3;
        }

        .sales-wrap #online li {
            background-color: #fff;
        }

        .sales-wrap #office {
            background-color: #e9ecf3;
        }

        .sales-wrap #office li {
            background-color: #fff;
        }

        .sales-wrap #office .column-1 {
            border-color: #fff;
        }

        .sales-wrap .column-3.im-box li div {
            padding: 2em 1.4em;
        }

        @media screen and (max-width: 768px) {
            .sales-wrap #online li {
                background-color: transparent;
            }

            .sales-wrap #online li div {
                background-color: #fff;
            }

            .sales-wrap #office li {
                background-color: transparent;
            }

            .sales-wrap #office li div {
                background-color: #fff;
            }
        }

        .sales-wrap .system .column-3 li {
            border-radius: 100%;
            overflow: hidden;
            position: relative;
            margin-top: 1.4em;
        }

        .sales-wrap .system .column-3 li div {
            width: 60%;
            height: 60%;
            border-radius: 100%;
            padding: 20% 0;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            box-sizing: border-box;
        }

        .sales-wrap .system .column-3 li div span {
            display: block;
            font-weight: 700;
            padding-bottom: 1em;
        }

        @media screen and (max-width: 1024px) {
            .sales-wrap .system .column-3 li {
                margin-top: 0;
            }

            .sales-wrap .system .column-3 li div {
                width: 80%;
                height: 80%;
                padding: 32% 0;
            }
        }

        @media screen and (max-width: 768px) {
            .sales-wrap .system .column-3 li {
                float: none;
                max-width: 400px;
                margin: 48px auto;
            }

            .sales-wrap .system .column-3 li div {
                width: 50%;
                height: 50%;
                padding: 18% 0;
            }
        }

        /* kifa : hospital */
        .hospi-wrap .first {
            padding-bottom: 0;
        }

        .hospi-wrap .two {
            background: url("/images/bg_hospi1.jpg") center no-repeat;
            background-size: cover;
        }

        .hospi-wrap .two ul {
            width: 100%;
            height: auto;
            text-align: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .hospi-wrap .two ul li {
            width: 25%;
            padding: 2.6em 1.4em;
            background-color: #fff;
            border-right: 1px solid #0f1522;
            box-sizing: border-box;
        }

        .hospi-wrap .two ul li:nth-child(4) {
            border-right: none;
        }

        .hospi-wrap .two ul li i {
            display: block;
            width: 114px;
            height: 114px;
            border-radius: 100%;
            padding: 1.4em 0;
            margin: 0 auto 1.4em;
            background-color: #0158cf;
            box-sizing: border-box;
        }

        .hospi-wrap .two ul li dl {}

        .hospi-wrap .two ul li dd {
            line-height: 1.3;
            white-space: pre-line;
        }

        .hospi-wrap .two ul li dd:before {
            content: '';
            display: block;
            width: 24px;
            height: 1px;
            background-color: #0f1522;
            margin: 1em auto;
        }

        .hospi-wrap .two .column-1 {
            background-color: #fff;
            border-color: #0158cf;
        }

        @media screen and (max-width: 1280px) {
            .hospi-wrap .two ul li i {
                width: 96px;
                height: 96px;
            }

            .hospi-wrap .two ul li i img {
                width: 48px;
            }

            .hospi-wrap .two ul li dd {
                white-space: normal;
            }
        }

        @media screen and (max-width: 1024px) {
            .hospi-wrap .two ul {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .hospi-wrap .two ul li {
                width: 50%;
                max-width: 100%;
            }

            .hospi-wrap .two ul li:nth-child(2) {
                border-right: none;
            }

            .hospi-wrap .two ul li:nth-child(1n+3) {
                border-top: 1px solid #0f1522;
            }

            .hospi-wrap .two ul li dd {
                white-space: pre-line;
            }
        }

        @media screen and (max-width: 568px) {
            .hospi-wrap .two ul li {
                width: 100%;
                min-height: 100%;
            }

            .hospi-wrap .two ul li:nth-child(1) {
                border-right: none;
                border-bottom: 1px solid #0f1522;
            }

            .hospi-wrap .two ul li:nth-child(1n+3) {
                border-right: none;
            }
        }

        .hospi-wrap .three {
            text-align: center;
        }

        .hospi-wrap .three ul {
            width: 100%;
            height: auto;
            text-align: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .hospi-wrap .three ul li {
            width: 24%;
            margin-top: 2.6em;
        }

        .hospi-wrap .three ul li img {
            max-width: 100%;
        }

        .hospi-wrap .three ul li p {
            padding-top: 1em;
        }

        .hospi-wrap .three ul li p strong {
            display: block;
        }

        @media screen and (max-width: 1280px) {
            .hospi-wrap .three ul li p strong {
                display: inline;
            }
        }

        @media screen and (max-width: 1024px) {
            .hospi-wrap .three ul {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .hospi-wrap .three ul li {
                width: 48%;
                max-width: 100%;
            }
        }

        @media screen and (max-width: 768px) {
            .hospi-wrap .three ul li p strong {
                display: block;
            }
        }

        @media screen and (max-width: 568px) {
            .hospi-wrap .three ul li {
                width: 100%;
            }
        }

        /* cont_contact */
        .cont_contact {
            width: 100%;
            height: 610px;
            text-align: center;
            display: table;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .cont_contact .inner {
            display: table-cell;
            vertical-align: middle;
            color: #fff;
        }

        .cont_contact p {
            padding-bottom: 1.4em;
        }

        .cont_contact h4 {
            padding-bottom: 1em;
            color: inherit;
        }

        .cont_contact mark {
            display: block;
            font-weight: 700;
        }


/* 📱 모바일 (최대 768px) */
@media screen and (max-width: 768px) {
   .cont_contact mark {
            display: block;
            font-weight: 700;
       font-size: 25px;
        }

}




        .cont_contact .tel {
            display: inline-table;
        }

        .cont_contact .tel strong {
            display: table-cell;
            vertical-align: middle;
            background-color: #0158cf;
            padding: 1em;
        }

        .cont_contact .tel mark {
            display: table-cell;
            vertical-align: middle;
            font-size: 48px;
            background-color: #fff;
            padding: 0 1em;
        }

        .cont_contact .page_lnk {
            display: inline-block;
            padding: 0 8px;
            position: relative;
            z-index: 1;
        }

        .cont_contact .page_lnk:after {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            background: #134ec6;
            position: absolute;
            bottom: -3px;
            left: 0;
            z-index: -1;
        }

        .cont_contact .page_lnk:hover:after {
            animation: more_effect .3s alternate linear;
        }

        .kifa-db-wrap .cont_contact {
           /* background-image: url("/images/bg_db3.jpg"); */
        }

        .edu-wrap .cont_contact {
            background-image: url("/images/bg_comi3.jpg");
        }

        .sales-wrap .cont_contact {
            background-image: url("/images/bg_comi4.jpg");
        }

        .hospi-wrap .cont_contact {
            background-image: url("/images/bg_hospi2.jpg");
        }

        @media screen and (max-width: 1280px) {
            .cont_contact .tel mark {
                font-size: 4vmax;
            }
        }

        @media screen and (max-width: 1024px) {
            .cont_contact {
                height: 500px;
            }
        }

        @media screen and (max-width: 768px) {
            .cont_contact {
                height: 400px;
            }
        }

        @media screen and (max-width: 568px) {
            .cont_contact .tel {
                display: block;
            }

            .cont_contact .tel strong {
                display: block;
            }

            .cont_contact .tel mark {
                display: block;
                font-size: 30px;
                padding: .5em;
            }
        }

        .cont_contact.slide-wrap {
            position: relative;
            overflow: hidden;
        }

        .cont_contact.slide-wrap .slide-items {
            width: 100%;
            height: 610px;
            display: table;
            position: absolute;
        }

        .cont_contact.slide-wrap button {
            display: block;
            width: 64px;
            height: 64px;
            border: 0;
            cursor: pointer;
            background-color: rgba(1, 88, 207, .75);
            font-size: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .cont_contact.slide-wrap button i {
            display: block;
            width: 24px;
            height: 12px;
            position: relative;
            overflow: hidden;
            margin: 0 auto;
        }

        .cont_contact.slide-wrap button i:before,
        .cont_contact.slide-wrap button i:after {
            content: '';
            display: block;
            position: absolute;
        }

        .cont_contact.slide-wrap button i:before {
            height: 12px;
            width: 12px;
            transform: rotate(-45deg);
        }

        .cont_contact.slide-wrap button i:after {
            height: 1px;
            width: 24px;
            background: #fff;
        }

        .cont_contact.slide-wrap #arr_prev {
            left: 10%;
        }

        .cont_contact.slide-wrap #arr_prev i:before {
            border: 1px solid #fff;
            border-right-width: 0;
            border-bottom-width: 0;
            border-left-width: 0;
            top: 4px;
            left: 1px;
        }

        .cont_contact.slide-wrap #arr_prev i:after {
            top: 9px;
            left: 0;
        }

        .cont_contact.slide-wrap #arr_next {
            right: 10%;
        }

        .cont_contact.slide-wrap #arr_next i:before {
            border: 1px solid #fff;
            border-top-width: 0;
            border-left-width: 0;
            border-bottom-width: 0;
            top: 4px;
            right: 1px;
        }

        .cont_contact.slide-wrap #arr_next i:after {
            top: 9px;
            left: 0;
        }

        .cont_contact.slide-wrap .items-1 {
            background: url("/images/bg_comi3.jpg") center no-repeat;
            background-size: cover;
        }

        .cont_contact.slide-wrap .items-2 {
            background: url("/images/bg_comi4.jpg") center no-repeat;
            background-size: cover;
        }

        @media screen and (max-width: 1024px) {
            .cont_contact.slide-wrap .slide-items {
                height: 500px;
            }

            .cont_contact.slide-wrap #arr_prev {
                left: 5%;
            }

            .cont_contact.slide-wrap #arr_next {
                right: 5%;
            }
        }

        @media screen and (max-width: 768px) {
            .cont_contact.slide-wrap .slide-items {
                height: 400px;
            }

            .cont_contact.slide-wrap #arr_prev {
                left: 0;
            }

            .cont_contact.slide-wrap #arr_next {
                right: 0;
            }
        }

        @media screen and (max-width: 568px) {
            .cont_contact.slide-wrap p {
                white-space: pre-line;
            }

            .cont_contact.slide-wrap button {
                width: 48px;
                height: 48px;
            }
        }








.contents1 {
            z-index: 1;
            position: relative;
            bottom: 30px;
            width: 1400px;
            margin: 0 auto;
        }

        .contents1 .box {
            float: left;
            position: relative;
            width: calc(33.333% - 16px);
            height: 200px;
            margin: 8px;
            color: #666;
            background: #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            transition: transform .3s;
            -webkit-transition: transform .3s
        }

        .contents1 .box i {
            font-size: 35px
        }

        .contents1:after {
            display: block;
            clear: both;
            content: ""
        }

        .contents1 .box a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 50px
        }

        .contents1 .box .plus {
            position: absolute;
            top: 40px;
            right: 50px;
            width: 2px;
            height: 28px;
            background-color: #a1a1a1;
            transition: transform .3s;
            -webkit-transition: transform .3s
        }

        .contents1 .box .plus:after {
            display: block;
            position: absolute;
            top: 13px;
            right: -13px;
            content: "";
            width: 28px;
            height: 2px;
            background-color: #a1a1a1;
            transition: transform .3s;
            -webkit-transition: transform .3s
        }

        .contents1 .box .more {
            margin-top: 20px;
            font-size: 0.95em;
            font-weight: 400;
            color: #333;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .contents1 .txt h2 {
            padding: 22px 0 18px 0;
            font-size: 20px;
            color: #000;
            font-weight: 500;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .contents1 .txt {
            font-size: 16px;
            line-height: 1.5;
            color: #555;
            font-weight: 300
        }

        /*hover*/
        .contents1 .box:hover {
            transition: transform .3s;
            -webkit-transition: transform .3s;
            box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.05);
            -webkit-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.0.05);
            behavior: url(/js/PIE.htc)
        }

        .contents1 .box a:hover .plus {
            background-color: #2253b8;
            transition: transform .3s;
            -webkit-transition: transform .3s;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg)
        }

        .contents1 .box a:hover .plus:after {
            background-color: #2253b8;
            transition: transform .3s;
            -webkit-transition: transform .3s
        }

        .contents1 .box a:hover .more {
            color: #2253b8
        }

        .contents1 .box a:hover h2 {
            color: #2253b8
        }

        @media (max-width: 1200px) {
            .contents1 {
                bottom: 0;
                width: 100%;
                padding: 12px 10px;
            }

            .contents1 .box {
                width: 49%;
                height: 150px;
                height: auto;
                margin: 0 0 10px 0;
            }

            .contents1 .box a {
                padding: 25px 20px
            }

            .contents1 .txt h2 {
                font-size: 20px;
                padding: 15px 0 10px 0
            }

            .contents1 .txt {
                font-size: 16px;
            }

            .contents1 .box .more {
                margin-top: 10px;
            }

            .contents1 .box .plus {
                top: 25px;
                right: 25px;
            }
        }




        .contents2 {
            width: 100%;
        }

        .contents2 h2 {
            max-width: 1200px;
            overflow: hidden;
            font-size: 42px;
            color: #000;
            text-align: left;
            font-weight: bold;
            padding-left: 30px
        }

        .contents2 .point {
            color: #2253b8;
            display: inline-block
        }

        .contents2 p {
            max-width: 1200px;
            overflow: hidden;
            display: block;
            padding: 0px 0 50px 30px;
            color: #000;
            opacity: 0.8;
            text-align: left;
            font-size: 17px;
            line-height: 1.6
        }

        .contents2 .btn_area {
            margin-top: 0px;
        }

        .contents2 .drag_slider {
            position: relative;
        }

        .contents2 .drag_slider .swiper-slide {
            opacity: 1;
            transition: opacity 0.4s ease-in-out;
            -webkit-transition: opacity 0.4s ease-in-out;
        }

        .contents2 .drag_slider .swiper-slide .img_box {
            overflow: hidden;
            width: 100%;
        }

        .contents2 .drag_slider .swiper-slide .img_box img {
            transition: transform 0.6s ease-in-out;
            -webkit-transition: transform 0.6s ease-in-out;
            width: 100%;
            ;
        }

        .contents2 .drag_slider .swiper-slide:hover .img_box img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            overflow: hidden
        }

        .contents2 .drag_slider .swiper-slide-active,
        .contents2 .drag_slider .swiper-slide-next {
            opacity: 1;
        }

        .contents2 .drag_slider .txt_box {
            padding: 0px 0px 0px 0px
        }

        .contents2 .drag_slider .txt_box h2 {
            display: block;
            font-size: 22px;
            line-height: 1.6;
            letter-spacing: 2px;
            color: #000
        }

        .contents2 .drag_slider .txt_box p {
            color: #ffffff;
            padding: 0px 0 0 0px;
            font-size: 17px;
            line-height: 1.5;
            font-weight: bolder
        }

        .contents2 .drag_slider .swiper-button-prev {
            top: auto;
            bottom: 0;
            left: -78px;
            transform: translateY(50%);
            -webkit-transform: translateY(50%);
            outline: none;
            color: #333
        }

        .contents2 .drag_slider .swiper-button-next {
            top: auto;
            bottom: 0;
            right: -78px;
            transform: translateY(50%);
            -webkit-transform: translateY(50%);
            outline: none;
            color: #333
        }

        .contents .swiper-button-next:after,
        .swiper-container-rtl .swiper-button-prev:after {
            display: none
        }

        .contents .swiper-button-prev:after,
        .swiper-container-rtl .swiper-button-next:after {
            display: none
        }

        .contents2 .drag_slider .swiper-scrollbar {
            margin-top: 67px;
            display: block;
            position: static;
            width: 100%;
            max-width: 1400px;
            height: 2px;
            background-color: #dcdcdc;
        }

        .contents2 .drag_slider .swiper-scrollbar-drag {
            margin-top: -1px;
            height: 2px;
            background-color: #000
        }








/* business contents - first column 3 */
	.column-3 {width:100%; height:auto;}
	.column-3:after {content:''; display:block; clear:both;}
	.column-3 li {float:left; width:100%; max-width:400px; position:relative; text-align:center; line-height:0;}
	.column-3 li:nth-child(2) {margin:0 40px;}
	.column-3 li img {max-width:100%;}
	.column-3 li a {display:block; width:100%; height:100%;}
	.column-3 li a:hover {box-shadow:45px 45px 45px rgba(0,0,0,.2);}
	.column-3 li dl dd .col-red {/* color:#d71313;  */display:block; font-size:16px;}
	/*  */
	.column.col-box {color:#fff; font-weight:500;}
	.column.col-box li span {display:block; width:240px; height:240px; padding:2.4em 0; background-color:rgba(0,31,113,.75); position:absolute; top:45%; left:50%; transform:translate(-50%, -50%); box-sizing:border-box; letter-spacing:0;}
	.column.col-box li span em {display:block; padding-top:24px;}
	.column.col-box li:nth-child(2) span {background-color:rgba(0,68,161,.75);}
	/*  */
	.column-3.column-2line li:nth-child(3n+2) {margin:0 40px;}
	/*  */
	.column-3.im-box {display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch;}
	.column-3.im-box li {background-color:#f5f6f9;}
	.column-3.im-box li div {line-height:1; padding:2.6em 1.3em; max-width:400px; margin:0 auto; box-sizing:border-box;}
	.column-3.im-box li p {white-space:pre-line; line-height:1.3; font-size: 16px; font-weight: bold; color: #5a5a5a}
	.column-3.im-box li p:before {content:''; display:block; width:24px; height:1px; background-color:#0f1522; margin:1em auto;}

	@media screen and (max-width: 1280px) {
		.column-3 li {max-width:31.33%;}
		.column-3 li:nth-child(2) {margin:0 2.66%;}
		/*  */
		.column-3.column-2line li:nth-child(3n+2) {margin:0 2.66%;}
	}
	@media screen and (max-width: 768px) {
		.column-3 li {max-width:100%;}
		.column-3 li:nth-child(2) {margin:24px 0;}
		.column-3 li a:hover {box-shadow:none;}
		/*  */
		.column-3.column-2line li {width:48%;}
		.column-3.column-2line li:nth-child(3n+2) {margin:0;}
		.column-3.column-2line li:nth-child(even) {margin-left:4%;}
		/*  */
		.column-3.im-box {display:block;}
		.column-3.im-box li {background-color:transparent;}
		.column-3.im-box li div {background-color:#f5f6f9;}
		.column-3 li dl dd .col-red {font-size:14px;}
	}
	@media screen and (max-width: 568px) {
		.column.col-box li span {width:240px; height:160px;  padding:35px 0; }
		/*  */
		.column-3.column-2line li {width:100%;}
		.column-3.column-2line li:nth-child(even) {margin-left:0;}
	}

/* business contents - first column 2 */
	.column-2 {width:100%; height:auto; text-align:center;}
	.column-2:after {content:''; display:block; clear:both;}
	.column-2 li {display:inline-block; width:100%; max-width:400px; position:relative; text-align:center; line-height:0;}
	.column-2 li:nth-child(2) {margin-left:40px;}
	.column-2 li img {max-width:100%;}
	.column-2 li a {display:block; width:100%; height:100%;}
	.column-2 li a:hover {box-shadow:45px 45px 45px rgba(0,0,0,.2);}
	@media screen and (max-width: 1024px) {
		.column-2 li {max-width:40%;}
	}
	@media screen and (max-width: 768px) {
		.column-2 li {max-width:100%;}
		.column-2 li:nth-child(2) {margin-top:24px; margin-left:0;}
	}

/* business contents - first column 1 */
	.column-1 {width:100%; padding:1.2em; margin-top:3em; text-align:center; font-size:32px; font-weight:500; letter-spacing:-0.06em; line-height:1.4; border:8px solid #e9ecf3; box-sizing:border-box;}
	.column-1 mark {font-weight:700;}
	.column-1 mark.dis {display:block;}

	@media screen and (max-width: 1024px) {
		.column-1 {font-size:24px;}
	}
	@media screen and (max-width: 568px) {
		.column-1 {font-size:20px; line-height:1.2;}
	}

/* kifa : commission */
.commi-wrap .first {}
	.commi-wrap .first li .thumb {width:300px; height:300px; margin:0 auto; position:relative;}
	.commi-wrap .first li .thumb span {display:block; width:inherit; height:inherit; border-radius:100%; border:4px solid #0158cf; overflow:hidden; box-sizing:border-box;}
	.commi-wrap .first li .thumb i {display:block; width:100px; height:100px; padding:20px; border-radius:100%; background-color:#0158cf; position:absolute; bottom:0; right:0; box-sizing:border-box;}
	.commi-wrap .first li p {width:100%; height:auto; background-color:#e9ecf3; padding:.5em 0; margin-top:1.3em; border-radius:80px; display:-ms-flexbox; display:flex; -ms-flex-align:center; align-items:center; -ms-flex-pack:center; justify-content:center;}
	.commi-wrap .first li p mark {font-size:48px; padding-left:14px;}

	@media screen and (max-width: 1024px) {
		.commi-wrap .first li .thumb {width:200px; height:200px;}
		.commi-wrap .first li .thumb i {width:72px; height:72px; padding:14px;}
		.commi-wrap .first li p mark {font-size:36px;}
	}
	@media screen and (max-width: 768px) {
		.commi-wrap .first li .thumb {width:300px; height:300px;}
		.commi-wrap .first li .thumb i {width:100px; height:100px; padding:20px;}
		.commi-wrap .first li p {width:70%; display:flex; margin:1.3em auto 0;}
		.commi-wrap .first li p mark {display:inline;}
	}
	@media screen and (max-width: 568px) {
		.commi-wrap .first li .thumb {width:200px; height:200px;}
		.commi-wrap .first li .thumb i {width:72px; height:72px; padding:14px;}
		.commi-wrap .first li p {width:100%;}
		.commi-wrap .first li p mark {font-size:30px}
	}

	.commi-wrap .two {background:url("/images/bg_comi1.jpg") center no-repeat; background-size:cover;}
	.commi-wrap .two ul {margin-top:1.2em;}
	.commi-wrap .two li {background-color:#fff; padding:4em 0; margin-top:2.2em; box-sizing:border-box;}
	.commi-wrap .two li.pd_resize {padding:3.4em 0;}
	.commi-wrap .two li:nth-child(3n+2) {margin-top:2.2em;}
	.commi-wrap .two li dl {line-height:1; margin-top:.7em;}
	.commi-wrap .two li dd {line-height:1.3; white-space:pre-line;}
	.commi-wrap .two li dd:before {content:''; display:block; width:24px; height:1px; background-color:#0f1522; margin:.7em auto;}

	@media screen and (max-width: 768px) {
		.commi-wrap .two li {padding:4em 0; margin-top:1.2em;}
		.commi-wrap .two li:nth-child(3n+2) {margin-top:1.2em;}
		.commi-wrap .two li img {width:48px;}
		.commi-wrap .two li dd {white-space:normal;}
	}

	.commi-wrap .three {background:url("/images/bg_comi2.jpg") center no-repeat; background-size:cover; text-align:center; overflow:hidden;}
	.commi-wrap .three .chart {float:left; width:50%; height:auto;}
	.commi-wrap .three .chart div {width:400px; height:400px; border-radius:50%; margin:0 auto; position:relative;}
	.commi-wrap .three .chart div h5 {display:block; width:200px; height:200px; padding:70px 0; border-radius:50%; background-color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); box-sizing:border-box;}
	.commi-wrap .three .chart div li {font-weight:500; color:#fff; letter-spacing:-0.02em; line-height:1.2; position:absolute;}
	.commi-wrap .three .chart .chart-1 {background:url("/images/bg_chart1.png") center no-repeat; background-size:100%;}
	.commi-wrap .three .chart .chart-1 li:nth-child(1) {top:40px; left:220px;}
	.commi-wrap .three .chart .chart-1 li:nth-child(2) {top:325px; left:140px;}
	.commi-wrap .three .chart .chart-2 {background:url("/images/bg_chart2.png") center no-repeat; background-size:100%;}
	.commi-wrap .three .chart .chart-2 li:nth-child(1) {top:40px; left:172px;}
	.commi-wrap .three .chart .chart-2 li:nth-child(2) {top:120px; right:30px;}
	.commi-wrap .three .chart .chart-2 li:nth-child(3) {top:325px; left:176px;}
	.commi-wrap .three .chart .chart-2 li:nth-child(4) {top:136px; left:40px;}

	@media screen and (max-width: 1024px) {
		.commi-wrap .three .chart div {width:340px; height:340px;}
		.commi-wrap .three .chart div h5 {width:160px; height:160px; padding:56px 0;}
		.commi-wrap .three .chart .chart-1 li:nth-child(1) {top:30px; left:180px;}
		.commi-wrap .three .chart .chart-1 li:nth-child(2) {top:270px; left:114px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(1) {top:30px; left:143px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(2) {top:100px; right:24px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(3) {top:270px; left:138px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(4) {top:110px; left:32px;}
	}
	@media screen and (max-width: 768px) {
		.commi-wrap .three .chart div {width:260px; height:260px;}
		.commi-wrap .three .chart div h5 {width:128px; height:128px; padding:40px 0;}
		.commi-wrap .three .chart .chart-1 li:nth-child(1) {top:22px; left:137px;}
		.commi-wrap .three .chart .chart-1 li:nth-child(2) {top:206px; left:82px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(1) {top:19px; left:110px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(2) {top:74px; right:14px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(3) {top:205px; left:105px;}
		.commi-wrap .three .chart .chart-2 li:nth-child(4) {top:83px; left:20px;}
	}
	@media screen and (max-width: 568px) {
		.commi-wrap .three .chart {width:100%;}
		.commi-wrap .three .chart .chart-2 {margin-top:1.6em;}
		.commi-wrap .three .chart div h5 {padding:47px 0;}
	}

	.commi-wrap .four {text-align:center;}
	.commi-wrap .four table {width:100%; height:auto; color:#fff; font-weight:500;}
	.commi-wrap .four table thead th {background-color:#001f71;}
	.commi-wrap .four table thead th:first-child,
	.commi-wrap .four table th {width:25%; background-color:#0158cf; padding:24px;}
	.commi-wrap .four table td {background-color:#264086; padding:24px; vertical-align:middle;}
	.commi-wrap .four table .point {background-color:#fff; color:#0158cf; position:relative; padding:0; font-size:24px;}
	.commi-wrap .four table .point span {display:flex; align-items:stretch; justify-content:center; padding:24px; border:4px solid #0158cf; box-sizing:border-box;}
	.commi-wrap .four table .point em {display:block; padding-top:8px; font-size:36px;}
	.commi-wrap .four table td.point span {min-height:288px; border-top:none; align-items:center;}
	.commi-wrap .four .column-1 {display:none; border:8px solid #0158cf;}

	@media screen and (max-width: 1024px) {
		.commi-wrap .four table thead th:first-child,
		.commi-wrap .four table th {width:33.33%;}
		.commi-wrap .four table .point {display:none;}
		.commi-wrap .four .column-1 {display:block;}
	}
	@media screen and (max-width: 768px) {
		.commi-wrap .four table thead th:first-child,
		.commi-wrap .four table th,
		.commi-wrap .four table td {padding:14px;}
		.commi-wrap .four .column-1 mark {display:block;}
	}

/* kifa : db */
.kifa-db-wrap .two {text-align:center; padding-top:0;}
	.kifa-db-wrap .two > span {display:block; width:100%; height:auto; margin-bottom:3.5em; position:relative;}
	.kifa-db-wrap .two > span:after {content:''; display:block; width:100%; height:1px; background-color:#d7d7d7; position:absolute; top:50%; left:0; z-index:-1;}
	.kifa-db-wrap .two .box {width:100%; height:auto; margin-top:48px; background:#f4f6f9; position:relative; z-index:1;}
	.kifa-db-wrap .two .box:before {content:''; display:block; width:56%; height:2px; background-color:#0158cf; position:absolute; top:39%; left:11%; transform:translateY(-39%); z-index:-1;}
	.kifa-db-wrap .two .box:after {content:''; display:block; border:8px transparent solid; border-right-width:0; border-left-color:CurrentColor; position:absolute; top:38.44%; left:33%; transform:translateY(-38.44%); z-index:-1; color:#0158cf;}
	.kifa-db-wrap .two .box ul {width:inherit; height:inherit;}
	.kifa-db-wrap .two .box ul:after {content:''; display:block; clear:both;}
	.kifa-db-wrap .two .box ul li {float:left; width:33.33%; height:auto; padding:4em 0;}
	.kifa-db-wrap .two .box ul li i {display:block; width:164px; height:164px; padding:44px; margin:0 auto; border-radius:100%; background-color:#fff; border:4px solid #0158cf; box-sizing:border-box;}
	.kifa-db-wrap .two .box ul li i img {max-width:100%;}
	.kifa-db-wrap .two .box ul li em {display:block; margin-top:1em; line-height:1.3;}
	.kifa-db-wrap .two .box ul li:nth-child(3) {background:#0158cf;}
	.kifa-db-wrap .two.on .box:after {animation:arrowleft 1.5s infinite linear;}

	@media screen and (max-width: 1024px) {
		.kifa-db-wrap .two > span img {width:72px;}
		.kifa-db-wrap .two .box:before {top:20%; transform:translateY(-20%); left:20%;}
		.kifa-db-wrap .two .box:after {top:19.33%; transform:translateY(-19.33%); left:20%;}
		.kifa-db-wrap .two .box ul li {width:50%;}
		.kifa-db-wrap .two .box ul li i {width:128px; height:128px; padding:36px;}
		.kifa-db-wrap .two .box ul li:nth-child(3) {width:100%;}
	}
	@media screen and (max-width: 768px) {
		.kifa-db-wrap .two .box:before {width:2px; height:56%; top:39%; left:50%; transform:translate(0, -50%); transition:height 2s linear;}
		.kifa-db-wrap .two .box:after {border:8px transparent solid; border-bottom-width:0; border-top-color:CurrentColor; top:31%; left:50%; transform:translate(-50%, 0);}
		.kifa-db-wrap .two .box ul li {float:none; width:100%; }
		.kifa-db-wrap .two .box ul li em {background:#f4f6f9;}
		.kifa-db-wrap .two .box ul li:nth-child(3) em {background:none;}
		.kifa-db-wrap .two.on .box:after {animation:arrowdown 1.5s infinite linear;}
	}
	@media screen and (max-width: 568px) {
		.kifa-db-wrap .two > span {margin-bottom:32px;}
		.kifa-db-wrap .two > span img {width:48px;}
		.kifa-db-wrap .two .box {margin-top:1em;}
		.kifa-db-wrap .two.on .box:after {top:60%;}
	}

.kifa-db-wrap .three { background-size:cover; text-align:center;}
	.kifa-db-wrap .three .column-3 {margin-top:3.5em; display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch;}
	.kifa-db-wrap .three .column-3 li {font-weight:700; font-size:0; background-color:#fff;}
	.kifa-db-wrap .three .column-3 li:nth-child(3) {padding:96px 0; border:8px solid #0158cf; font-weight:500; box-sizing:border-box;}
	.kifa-db-wrap .three .column-3 li mark {display:block; font-weight:700;}
	.kifa-db-wrap .three .column-3 li mark:before {content:''; display:block; width:1px; height:48px; background-color:#0f1522; margin:.8em auto;}

	.kifa-db-wrap .three .column-3 li div {padding:96px 0 48px; position:relative; line-height:1;}
	.kifa-db-wrap .three .column-3 li div i {display:block; width:96px; height:96px; padding:24px; position:absolute; top:-48px; left:50%; transform:translateX(-50%); border-radius:100%; background-color:#001f71; box-sizing:border-box;}
	.kifa-db-wrap .three .column-3 li div i img {max-width:100%;}
	.kifa-db-wrap .three .column-3 li div em {display:block;}
	.kifa-db-wrap .three .column-3 li div mark {display:block; font-size:48px;}
	.kifa-db-wrap .three .column-3 li div mark:before {height:24px; margin:.2em auto;}

	@media screen and (max-width: 1280px) {
		.kifa-db-wrap .three .column-3 li div mark {font-size:4vmax;}
	}
	@media screen and (max-width: 1024px) {
		.kifa-db-wrap .three .column-3 {display:block;}
		.kifa-db-wrap .three .column-3 li {width:48%; max-width:100%;}
		.kifa-db-wrap .three .column-3 li > img {width:100%;}
		.kifa-db-wrap .three .column-3 li:nth-child(1) {margin-right:2%;}
		.kifa-db-wrap .three .column-3 li:nth-child(2) {margin:0; margin-left:2%;}
		.kifa-db-wrap .three .column-3 li:nth-child(3) {width:100%; padding:36px; margin-top:1em; white-space:normal;}
		.kifa-db-wrap .three .column-3 li:nth-child(3) mark:before {display:none;}
		.kifa-db-wrap .three .column-3 li div {padding:72px 0 36px;}
	}
	@media screen and (max-width: 768px) {
		.kifa-db-wrap .three .column-3 li div i {width:72px; height:72px; padding:20px; top:-36px;}
	}
	@media screen and (max-width: 568px) {
		.kifa-db-wrap .three .column-3 {margin-top:2em;}
		.kifa-db-wrap .three .column-3 li {width:100%;}
		.kifa-db-wrap .three .column-3 li:nth-child(1) {margin-right:0;}
		.kifa-db-wrap .three .column-3 li:nth-child(2) {margin:24px 0;}
		.kifa-db-wrap .three .column-3 li:nth-child(3) {margin:0;}
	}

.kifa-db-wrap .four {background-color:#e9ecf3;}
	.kifa-db-wrap .four .box {width:100%; height:auto; margin-top:2.6em; position:relative; z-index:1; font-weight:700;}
	.kifa-db-wrap .four .box:before {content:''; width:640px; height:100%; position:absolute; top:0; right:0; z-index:-1; background-color:#fff;}
	.kifa-db-wrap .four .box:after {content:''; display:block; clear:both;}
	.kifa-db-wrap .four .box p {float:left; width:60%; height:auto; padding:3em 2em; margin-top:1.4em; font-weight:500; background:url("/images/img_db7.jpg") 0 0 no-repeat; background-size:cover; box-shadow:45px 45px 45px rgba(0,0,0,.2); box-sizing:border-box;}
	.kifa-db-wrap .four .box p mark {display:block; font-size:48px; padding-top:.2em; line-height:1.2;}
	.kifa-db-wrap .four .box ul {float:left; width:40%; padding:2em; box-sizing:border-box;}
	.kifa-db-wrap .four .box ul li {border-bottom:1px solid #d7d7d7; padding:.66em 0;}
	.kifa-db-wrap .four .box ul li:nth-child(1) {padding-top:0;}

	@media screen and (max-width: 1280px) {
		.kifa-db-wrap .four .box p {width:55%;}
		.kifa-db-wrap .four .box p mark {font-size:4vmax;}
		.kifa-db-wrap .four .box ul {width:45%;}
	}
	@media screen and (max-width: 1024px) {
		.kifa-db-wrap .four .box:before {width:60%;}
	}
	@media screen and (max-width: 768px) {
		.kifa-db-wrap .four .box:before {width:100%;}
		.kifa-db-wrap .four .box p {width:100%; margin-top:0; box-shadow:none;}
		.kifa-db-wrap .four .box ul {width:100%;}
	}

.kifa-db-wrap .five {}
	.kifa-db-wrap .five .column-3 li {line-height:1; margin-top:2.6em;}
	.kifa-db-wrap .five .column-3 em {display:block; padding-top:1em;}
	.kifa-db-wrap .five .column-3 li:nth-child(3n+2) {margin-left:40px; margin-right:40px;}
	@media screen and (max-width: 1280px) {
		.kifa-db-wrap .five .column-3 li {max-width:31.33%;}
		.kifa-db-wrap .five .column-3 li:nth-child(3n+2) {margin-left:2.66%; margin-right:2.66%;}
	}
	@media screen and (max-width: 768px) {
		.kifa-db-wrap .five .column-3 li {max-width:48%;}
		.kifa-db-wrap .five .column-3 li:nth-child(3n+2) {margin-left:0; margin-right:0;}
		.kifa-db-wrap .five .column-3 li:nth-child(even) {margin-left:4%;}
	}
	@media screen and (max-width: 568px) {
		.kifa-db-wrap .five .column-3 li {max-width:100%; margin-top:2.6em;}
		.kifa-db-wrap .five .column-3 li:nth-child(3n+2) {margin:2.6em 0 0;}
		.kifa-db-wrap .five .column-3 li:nth-child(even) {margin-left:0;}
	}

.kifa-db-wrap .six { background-size:cover;}
	.kifa-db-wrap .six .column-3 {display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch;}
	.kifa-db-wrap .six .column-3 li {margin-top:3.5em; background-color:#fff;}
	.kifa-db-wrap .six .column-3 li p {margin-top:-24px;}
	.kifa-db-wrap .six .column-3 li span {display:block; width:64px; height:64px; line-height:64px; margin:0 auto; border-radius:100%; background-color:#0158cf; font-weight:700; font-size:16px; color:#fff; box-sizing:border-box;}
	.kifa-db-wrap .six .column-3 li em {display:block; padding:1.4em 0;}
	.kifa-db-wrap .six .column-3 li dl {width:100%; border-top:1px solid #d7d7d7; padding:1.4em; box-sizing:border-box;}
	.kifa-db-wrap .six .column-3 li dt {word-break:keep-all; white-space:pre-line; padding-bottom:.7em;}
	.kifa-db-wrap .six .column-3 li dd {word-break:keep-all; white-space:pre-line; line-height:1.3;}

	@media screen and (max-width: 1024px) {
		.kifa-db-wrap .six .column-3 {display:block;}
		.kifa-db-wrap .six .column-3 li {float:none; max-width:100%; display:-ms-flexbox; display:flex; -ms-flex-align:center; align-items:center; margin-top:2em;}
		.kifa-db-wrap .six .column-3 li:nth-child(2) {margin:2em 0;}
		.kifa-db-wrap .six .column-3 li p {width:30%; margin-top:0;}
		.kifa-db-wrap .six .column-3 li span {width:48px; height:48px; line-height:48px;}
		.kifa-db-wrap .six .column-3 li em {padding:14px 0 0;}
		.kifa-db-wrap .six .column-3 li dl {width:70%; border-top:none; border-left:1px solid #d7d7d7; text-align:left;}
		.kifa-db-wrap .six .column-3 li dt, .kifa-db-wrap .six .column-3 li dd {white-space:normal;}
	}
	@media screen and (max-width: 768px) {
		.kifa-db-wrap .six .column-3 li {float:left; display:block; margin-top:3.5em;}
		.kifa-db-wrap .six .column-3 li:nth-child(2) {margin:3.5em 0 0;}
		.kifa-db-wrap .six .column-3 li p {width:100%; margin-top:-24px;}
		.kifa-db-wrap .six .column-3 li em {padding-bottom:24px;}
		.kifa-db-wrap .six .column-3 li dl {width:100%; border-top:1px solid #d7d7d7; border-left:none; text-align:center;}
	}

/* kifa : education */
.edu-wrap {text-align:center;}
.edu-wrap #online {background-color:#e9ecf3;}
.edu-wrap #online li {background-color:#fff;}

@media screen and (max-width: 768px) {
	.edu-wrap #online li {background-color:transparent;}
	.edu-wrap #online li div {background-color:#fff;}
}

.edu-wrap .two {background:url("/images/bg_edu2.jpg") center no-repeat; background-size:cover; text-align:center;}
	.edu-wrap .two h4 {color:#fff;}
	.edu-wrap .two ol {width:100%; height:auto; display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch; -ms-flex-pack:justify; justify-content:space-between; text-align:left;}
	.edu-wrap .two ol > li {width:100%; max-width:24%; height:auto; min-height:300px; padding:1.8em; background:#fff; box-sizing:border-box;}
	.edu-wrap .two ol > li span {font-weight:700; font-size:14px; letter-spacing:0; text-transform:uppercase;}
	.edu-wrap .two ol > li dl {margin-top:1.4em;}
	.edu-wrap .two ol > li dt {font-weight:700;}
	.edu-wrap .two ol > li dd:before {content:''; display:block; width:24px; height:1px; background-color:#0f1522; margin:1.4em 0;}
	.edu-wrap .two ol > li dd ul {width:100%; height:100%;}
	.edu-wrap .two ol > li dd ul li {width:inherit; height:inherit; padding-left:14px; margin-bottom:8px; position:relative; box-sizing:border-box;}
	.edu-wrap .two ol > li dd ul li:before {content:''; display:block; width:4px; height:4px; border-radius:50%; background-color:#0f1522; position:absolute; top:7px; left:0;}

	@media screen and (max-width: 1024px) {
		.edu-wrap .two ol {-ms-flex-wrap:wrap; flex-wrap:wrap;}
		.edu-wrap .two ol > li {width:49%; max-width:100%;}
		.edu-wrap .two ol > li:nth-child(1n+3) {margin-top:2%;}
	}
	@media screen and (max-width: 568px) {
		.edu-wrap .two ol > li {width:100%; min-height:100%;}
		.edu-wrap .two ol > li:nth-child(1n+2) {margin-top:24px;}
	}

.edu-wrap .three {text-align:center; background-color:#e9ecf3; position:relative; z-index:1;}
	.edu-wrap .three:after {content:''; display:block; width:100%; height:730px; background:url("/images/bg_edu1.jpg") center no-repeat; background-size:cover; position:absolute; bottom:0; left:0; z-index:-1;}
	.edu-wrap .three .inner > p {max-width:815px; border-radius:20px; margin:2em auto 4em; box-shadow:0 0 16px rgba(0,0,0,.06);}
	.edu-wrap .three .inner > p img {max-width:100%;}
	.edu-wrap .three .column-3 {display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch;}
	.edu-wrap .three .column-3 li {padding-bottom:2.6em; margin-top:1.4em; background-color:#fff;}
	.edu-wrap .three .column-3 li span {display:block; width:64px; height:64px; line-height:64px; margin:-2em auto 0; border-radius:100%; background-color:#0158cf; font-weight:700; font-size:16px; color:#fff; box-sizing:border-box;}
	.edu-wrap .three .column-3 li i {display:block; margin:1.4em 0;}
	.edu-wrap .three .column-3 li p {font-weight:700;}

	@media screen and (max-width: 1024px) {
		.edu-wrap .three .column-3 {display:block;}
		.edu-wrap .three .column-3 li {float:none; max-width:100%; padding:2em; display:flex; align-items:center; box-sizing:border-box;}
		.edu-wrap .three .column-3 li:nth-child(2) {margin:1.4em 0 0;}
		.edu-wrap .three .column-3 li span {width:48px; height:48px; line-height:48px; margin:0;}
		.edu-wrap .three .column-3 li i {margin:0 1.4em;}
		.edu-wrap .three .column-3 li p {white-space:normal; text-align:left;}
	}
	@media screen and (max-width: 768px) {
		.edu-wrap .three:after {height:1024px;}
		.edu-wrap .three .column-3 li {display:block;}
		.edu-wrap .three .column-3 li:nth-child(2) {margin:4em 0;}
		.edu-wrap .three .column-3 li span {margin:-4em auto 0;}
		.edu-wrap .three .column-3 li i {margin:1.4em 0;}
		.edu-wrap .three .column-3 li p {white-space:pre-line; text-align:center;}
	}
	@media screen and (max-width: 568px) {
		.edu-wrap .three:after {height:860px;}
		.edu-wrap .three .column-3 li i img {width:48px;}
	}

.edu-wrap .four {text-align:center;}
	.edu-wrap .four ul {width:100%; height:auto; margin-top:2.6em;}
	.edu-wrap .four ul li {display:inline-block; width:31.33%;}
	.edu-wrap .four ul li:nth-child(n+4) {margin-top:2.6em;}
	.edu-wrap .four ul li i {display:block; width:128px; height:128px; border-radius:100%; padding:32px 0; margin:0 auto 1.4em; background-color:#0158cf; box-sizing:border-box;}
	.edu-wrap .four ul li p {font-weight:700;}

	@media screen and (max-width: 1024px) {
		.edu-wrap .four ul {text-align:left;}
		.edu-wrap .four ul li {width:48%; text-align:center;}
	}
	@media screen and (max-width: 568px) {
		.edu-wrap .four ul li {width:100%; display:flex; align-items:center; text-align:left; margin-top:14px;}
		.edu-wrap .four ul li:nth-child(n+4) {margin-top:14px;}
		.edu-wrap .four ul li i {width:96px; height:96px; padding:24px 0; margin:0; text-align:center;}
		.edu-wrap .four ul li i img {width:48px;}
		.edu-wrap .four ul li p {width:calc(100% - 96px); padding-left:24px; white-space:normal; box-sizing:border-box;}
	}

/* kifa : sales */
.sales-wrap {text-align:center;}
	.sales-wrap #online {background-color:#e9ecf3;}
	.sales-wrap #online li {background-color:#fff;}
	.sales-wrap #office {background-color:#e9ecf3;}
	.sales-wrap #office li {background-color:#fff;}
	.sales-wrap #office .column-1 {border-color:#fff;}
	.sales-wrap .column-3.im-box li div {padding:2em 1.4em;}

	@media screen and (max-width: 768px) {
		.sales-wrap #online li {background-color:transparent;}
		.sales-wrap #online li div {background-color:#fff;}
		.sales-wrap #office li {background-color:transparent;}
		.sales-wrap #office li div {background-color:#fff;}
	}

	.sales-wrap .system .column-3 li {border-radius:100%; overflow:hidden; position:relative; margin-top:1.4em;}
	.sales-wrap .system .column-3 li div {width:60%; height:60%; border-radius:100%; padding:20% 0; background-color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); box-sizing:border-box;}
	.sales-wrap .system .column-3 li div span {display:block; font-weight:700; padding-bottom:1em;}

	@media screen and (max-width: 1024px) {
		.sales-wrap .system .column-3 li {margin-top:0;}
		.sales-wrap .system .column-3 li div {width:80%; height:80%; padding:32% 0;}
	}
	@media screen and (max-width: 768px) {
		.sales-wrap .system .column-3 li {float:none; max-width:400px; margin:48px auto;}
		.sales-wrap .system .column-3 li div {width:50%; height:50%; padding:18% 0;}
	}

/* kifa : hospital */
.hospi-wrap .first {padding-bottom:0;}
.hospi-wrap .two {background:url("/images/bg_hospi1.jpg") center no-repeat; background-size:cover;}
	.hospi-wrap .two ul {width:100%; height:auto; text-align:center; display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch; -ms-flex-pack:justify; justify-content:space-between;}
	.hospi-wrap .two ul li {width:25%; padding:2.6em 1.4em; background-color:#fff; border-right:1px solid #0f1522; box-sizing:border-box;}
	.hospi-wrap .two ul li:nth-child(4) {border-right:none;}
	.hospi-wrap .two ul li i {display:block; width:114px; height:114px; border-radius:100%; padding:1.4em 0; margin:0 auto 1.4em; background-color:#0158cf; box-sizing:border-box;}
	.hospi-wrap .two ul li dl {}
	.hospi-wrap .two ul li dd {line-height:1.3; white-space:pre-line;}
	.hospi-wrap .two ul li dd:before {content:''; display:block; width:24px; height:1px; background-color:#0f1522; margin:1em auto;}
	.hospi-wrap .two .column-1 {background-color:#fff; border-color:#0158cf;}

	@media screen and (max-width: 1280px) {
		.hospi-wrap .two ul li i {width:96px; height:96px;}
		.hospi-wrap .two ul li i img {width:48px;}
		.hospi-wrap .two ul li dd {white-space:normal;}
	}
	@media screen and (max-width: 1024px) {
		.hospi-wrap .two ul {-ms-flex-wrap:wrap; flex-wrap:wrap;}
		.hospi-wrap .two ul li {width:50%; max-width:100%;}
		.hospi-wrap .two ul li:nth-child(2) {border-right:none;}
		.hospi-wrap .two ul li:nth-child(1n+3) {border-top:1px solid #0f1522;}
		.hospi-wrap .two ul li dd {white-space:pre-line;}
	}
	@media screen and (max-width: 568px) {
		.hospi-wrap .two ul li {width:100%; min-height:100%;}
		.hospi-wrap .two ul li:nth-child(1) {border-right:none; border-bottom:1px solid #0f1522;}
		.hospi-wrap .two ul li:nth-child(1n+3) {border-right:none;}
	}

.hospi-wrap .three {text-align:center;}
	.hospi-wrap .three ul {width:100%; height:auto; text-align:center; display:-ms-flexbox; display:flex; -ms-flex-align:stretch; align-items:stretch; -ms-flex-pack:justify; justify-content:space-between;}
	.hospi-wrap .three ul li {width:24%; margin-top:2.6em;}
	.hospi-wrap .three ul li img {max-width:100%;}
	.hospi-wrap .three ul li p {padding-top:1em;}
	.hospi-wrap .three ul li p strong {display:block;}

	@media screen and (max-width: 1280px) {
		.hospi-wrap .three ul li p strong {display:inline;}
	}
	@media screen and (max-width: 1024px) {
		.hospi-wrap .three ul {-ms-flex-wrap:wrap; flex-wrap:wrap;}
		.hospi-wrap .three ul li {width:48%; max-width:100%;}
	}
	@media screen and (max-width: 768px) {
		.hospi-wrap .three ul li p strong {display:block;}
	}
	@media screen and (max-width: 568px) {
		.hospi-wrap .three ul li {width:100%;}
	}

/* cont_contact */
.cont_contact {width:100%; height:610px; text-align:center; display:table; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cont_contact .inner {display:table-cell; vertical-align:middle; color:#fff;}
.cont_contact p {padding-bottom:1.4em;}
.cont_contact h4 {padding-bottom:1em; color:inherit;}
.cont_contact mark {display:block; font-weight:700;}
.cont_contact .tel {display:inline-table;}
.cont_contact .tel strong {display:table-cell; vertical-align:middle; background-color:#0158cf; padding:1em;}
.cont_contact .tel mark {display:table-cell; vertical-align:middle; font-size:48px; background-color:#fff; padding:0 1em;}
.cont_contact .page_lnk {display:inline-block; padding:0 8px; position:relative; z-index:1;}
.cont_contact .page_lnk:after {content:''; display:block; width:100%; height:10px; background:#134ec6; position:absolute; bottom:-3px; left:0; z-index:-1;}
.cont_contact .page_lnk:hover:after {animation:more_effect .3s alternate linear;}

/* .kifa-db-wrap .cont_contact {background-image:url("/images/bg_db3.jpg");} */
.edu-wrap .cont_contact {background-image:url("/images/bg_comi3.jpg");}
.sales-wrap .cont_contact {background-image:url("/images/bg_comi4.jpg");}
.hospi-wrap .cont_contact {background-image:url("/images/bg_hospi2.jpg");}

@media screen and (max-width: 1280px) {
	.cont_contact .tel mark {font-size:4vmax;}
}
@media screen and (max-width: 1024px) {
	.cont_contact {height:500px;}
}
@media screen and (max-width: 768px) {
	.cont_contact {height:400px;}
}
@media screen and (max-width: 568px) {
	.cont_contact .tel {display:block;}
	.cont_contact .tel strong {display:block;}
	.cont_contact .tel mark {display:block; font-size:30px; padding:.5em;}
}

.cont_contact.slide-wrap {position:relative; overflow:hidden;}
.cont_contact.slide-wrap .slide-items {width:100%; height:610px; display:table; position:absolute;}
.cont_contact.slide-wrap button {display:block; width:64px; height:64px; border:0; cursor:pointer; background-color:rgba(1,88,207,.75); font-size:0; position:absolute; top:50%; transform:translateY(-50%); z-index:1;}
.cont_contact.slide-wrap button i {display:block; width:24px; height:12px; position:relative; overflow:hidden; margin:0 auto;}
.cont_contact.slide-wrap button i:before, .cont_contact.slide-wrap button i:after {content:''; display:block; position:absolute;}
.cont_contact.slide-wrap button i:before {height:12px; width:12px; transform:rotate(-45deg);}
.cont_contact.slide-wrap button i:after {height:1px; width:24px; background:#fff;}

.cont_contact.slide-wrap #arr_prev {left:10%;}
.cont_contact.slide-wrap #arr_prev i:before {border:1px solid #fff; border-right-width:0; border-bottom-width:0; border-left-width:0; top:4px; left:1px;}
.cont_contact.slide-wrap #arr_prev i:after {top:9px; left:0;}
.cont_contact.slide-wrap #arr_next {right:10%;}
.cont_contact.slide-wrap #arr_next i:before {border:1px solid #fff; border-top-width:0; border-left-width:0; border-bottom-width:0; top:4px; right:1px;}
.cont_contact.slide-wrap #arr_next i:after {top:9px; left:0;}

.cont_contact.slide-wrap .items-1 {background:url("/images/bg_comi3.jpg") center no-repeat; background-size:cover;}
.cont_contact.slide-wrap .items-2 {background:url("/images/bg_comi4.jpg") center no-repeat; background-size:cover;}

@media screen and (max-width: 1024px) {
	.cont_contact.slide-wrap .slide-items {height:500px;}
	.cont_contact.slide-wrap #arr_prev {left:5%;}
	.cont_contact.slide-wrap #arr_next {right:5%;}
}
@media screen and (max-width: 768px) {
	.cont_contact.slide-wrap .slide-items {height:400px;}
	.cont_contact.slide-wrap #arr_prev {left:0;}
	.cont_contact.slide-wrap #arr_next {right:0;}
}
@media screen and (max-width: 568px) {
	.cont_contact.slide-wrap p {white-space:pre-line;}
	.cont_contact.slide-wrap button {width:48px; height:48px;}
}

