/* sitecon */
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(111,111,111,.3);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}
/* subTop */
#subTop {
    position: relative;
    max-width: 1860px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTop .subTopBg {
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
#subTop .subtabs {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 900px;
    z-index: 5;
    transform: translateX(-50%);
    text-align: center;
}
@media (min-width:767px) {
    #subTop .subtabs::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        left: 0;
        bottom: 0;
        transform: translate3d(-100%, 0%, 0);
        background: url(../img/stop_deco1.png) center center no-repeat;
    }
    #subTop .subtabs::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        left: 100%;
        top: 0;
        transform: translate3d(-100%, -100%, 0);
        background: url(../img/stop_deco1.png) center center no-repeat;
    }
}
@media (max-width:768px) {
    #subTop {
        display: block;
    }
    #subTop .subTopBg {
        height: 350px;
        border-radius: 0px;
    }
    #subTop .subtabs {
        width: 100%;
        border-radius: 0 0 0 0;
        position: relative;
        margin-top: 10px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #c2c2c2;
    display: inline-block;
    height: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    line-height: 1em;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #999;
}
#site_config .site .home.home3 > span {
    color: #333;
    font-weight: 800;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(10px);
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* subtabs */
.subtabs ul {
    display: flex;
}
.subtabs ul li {
    flex-grow: 1;
    flex-basis: 25%;
}
.subtabs ul a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    background-color: rgba(193, 193, 193, 0.95);
}
.subtabs ul a.act {
    color: #fff;
    background-color: rgba(23, 23, 23, 0.95);
}
@media (max-width:768px){
    .subtabs {
        border-bottom: 0px;
    }
    .subtabs ul {
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center;
        display: block;
    }
    .subtabs ul li {
        display: inline-block;
        margin: 3px 2px;
    }
    .subtabs ul a {
        font-size: 15px;
        padding: 4px 10px;
    }
}

/* company1 */
#company1 .sec1 {
    background: url(../img/company1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#company1 .sec1 .com_logo {
    width: 300px;
}
#company1 .sec2 {
    background-color: #fcfcfc;
}
@media (max-width:768px) {
    #company1 .sec1 .com_logo {
        width: 200px;
    }
}

/* circleWrp */
.circleWrp {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.circleWrp .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid #e1e1ea;
    background-color: #fcfcff;
    text-align: center;
}
.circleWrp .circle .txt {
    margin-top: 10px;
}
.circleWrp .circle .txt .dft {
    color: #969696;
}
@media (max-width:768px) {
    .circleWrp {
        gap: 5px;
    }
    .circleWrp .circle {
        width: 30vw;
        height: 30vw;
    }
    .circleWrp .circle .icon img {
        width: 30px;
    }
    .circleWrp .circle .txt .dft {
        line-height: 1.1em;
        font-size: 16px;
    }
}

#company3 {
    background-color: #fcfcfc;
}
/* tList */
.tList {
    border-top: 1px solid #ddd;
}
.tList > li {
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
.tList .img img {
    border-radius: 20px;
}
@media (max-width:768px) {
    .tList > li {
        padding: 30px 15px;
        border-bottom: 1px solid #ddd;
    }
    .tList .txt {
        padding: 15px 0 0;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 13px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.hList > li p {
    font-weight: 300;
}

/* company2 */
#company2 .sec2 {
    background: url(../img/com2_bg1.jpg) center center no-repeat;
    background-size: cover;
}

/* hidList */
.hidList .hisItem {
    display: flex;
    padding: 5px 0;
}
.hidList .hisItem .date {
    width: 100px;
    font-weight: 600;
}
.hidList .hisItem .con {
    width: calc(100% - 100px);
    color: #666;
}



/* historySwiper */
.swiperWrp {
    position: relative;
}
.historySwiper {
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
}
.historySwiper .swiper-slide .yyyy {
    color: #9999;
}
.historySwiper .swiper-slide.swiper-slide-active .yyyy,
.historySwiper .swiper-slide.swiper-slide-next .yyyy {
    color: #083fcc;
}
.historySwiper .swiper-slide .hidList {
    opacity: .6;
}
.historySwiper .swiper-slide.swiper-slide-active .hidList,
.historySwiper .swiper-slide.swiper-slide-next .hidList {
    opacity: 1;
}

@media (min-width:1024px){
    .historySwiper .swiper-slide {
        width: 35vw;
        padding-right: 35px;
    }
}
@media (max-width:1370px){
    .historySwiper {
        padding-left: 0
    }
}
@media (max-width:992px){
    .historySwiper {
        padding: 0 15px;
    }
}
/* progressbar */
.swiper-horizontal>.swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal, 
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    position: relative;
    margin-top: 50px;
    height: 3px;
}
.swiper-pagination-progressbar,
.swiper-horizontal>.swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal, 
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    background-color: rgba(0, 0, 0, 0.05)  !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #083fcc;
}
.bg-dark .swiper-horizontal>.swiper-pagination-progressbar, 
.bg-dark .swiper-pagination-progressbar.swiper-pagination-horizontal, 
.bg-dark .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.bg-dark .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}
@media (min-width:1370px){
    .swiper-pagination-progressbar,
    .swiper-horizontal>.swiper-pagination-progressbar, 
    .swiper-pagination-progressbar.swiper-pagination-horizontal, 
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
    .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        transform: translateX(15vw);
    }
}
/* arrItem */
.arrItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    line-height: 1em !important;
    background-color: rgba(0,0,0,0.05);
    color: rgba(40, 40, 40, 0.4);
    border-radius: 50%;
    cursor: pointer;
}

/* company3 */
#company3 .arrTit {
    gap: 4px;
}

/* imgBorder */
.imgBorder {
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width:768px) {
    .imgBorder {
        border-radius: 8px;
    }
}

/* bns_pro_list */
.bns_pro_list {
    border-top: 1px solid #ddd;
}
.bns_pro_list li {
    padding: 30px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.bns_pro_list li .num .dft {
    color: #234be0;
}
@media (min-width:768px) {
    .bns_pro_list li {
        display: flex;
        align-items: flex-start;
    }
    .bns_pro_list li .num {
        width: 70px;
    }
    .bns_pro_list li .con {
        width: calc(100% - 470px);
    }
    .bns_pro_list li .img {
        width: 350px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50% - 50px);
        opacity: 0;
    
        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .bns_pro_list li .img img {
        box-shadow: 30px 30px 30px rgba(0,0,0,0.1);
    }
    .bns_pro_list li:hover .img {
        opacity: 1;
        transform: translateY(-50%);
    }
    .bns_pro_list li .con .subTxt {
        height: 0px;
        overflow: hidden;
    
        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .bns_pro_list li:hover .con .subTxt {
        height: 80px;
        display: flex;
        align-items: flex-end;
    }
    .bns_pro_list li:not(:hover) .num .dft,
    .bns_pro_list li:not(:hover) .con .dft {
        color: #999;
    }
}
@media (max-width:768px) {
    .bns_pro_list li {
        padding: 20px 15px;
    }
    .bns_pro_list li .con {
        padding-bottom: 20px;
    }
}


#business_com .sec1 {
    background-color: #f4f6fa;
}



/* business_com  sec2*/
#business_com .sec2 {
    background-color: #234be0;
}
#business_com .sec2 .formLx > .tit {
    width: 50%;
    padding-right: 30px;
}
#business_com .sec2 .formLx > .conForm {
    width: 50%;
}
#business_com .sec2 .formItems .row {
    margin: 0 -7px;
}
#business_com .sec2 .formItems li {
    padding: 7px;
}
#business_com .sec2 .formItems .radioItem .radio-custom {
    margin: 0;
}
#business_com .sec2 .formItems .radioItem .radio-custom + .radio-custom {
    margin-left: 8px;
}
#business_com .sec2 .formItems .radioItem .radio-custom label {
    color: #fff;
}
#business_com .sec2 .formItems .radioItem,
#business_com .sec2 .formItems .form-control {
    height: 50px;
    border: 0px;
    font-size: 18px;
}
#business_com .sec2 .formItems .radioItem {
    display: flex;
    align-items: center;
}
#business_com .sec2 .formItems .rt .btnSmt {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    line-height: 1em;
}
@media (max-width:1200px) {
    #business_com .sec2 .formLx {
        display: block;
    }
    #business_com .sec2 .formLx > .tit,
    #business_com .sec2 .formLx > .conForm {
        width: 100%;
    }
    #business_com .sec2 .formLx > .conForm {
        margin-top: 15px;
    }
}
@media (max-width:1200px) {
    #business_com .sec2 .formItems .row {
        margin: 0 -3px;
    }
    #business_com .sec2 .formItems li {
        padding: 3px;
    }
    #business_com .sec2 .formItems {
        display: block;
    }
    #business_com .sec2 .formItems .lft,
    #business_com .sec2 .formItems .rt {
        width: 100%;
    }
    #business_com .sec2 .formItems .radioItem,
    #business_com .sec2 .formItems .form-control {
        height: 40px;
    }
    #business_com .sec2 .btnSmtWrp {
        text-align: center;
        width: 100%;
    }
    #business_com .sec2 .formItems .rt .btnSmt {
        font-size: 15px;
        padding: 10px 0;
        margin: 0 auto;
        margin-top: 15px;
    }
}

/* processIcons */
.processIcons {
    margin: 0 -20px;
    overflow: hidden;
}
.processIcons > li {
    padding: 20px;
}
.processIcons .iconItem {
    position: relative;
    border: 1px solid #ddd;
    padding: 50px 15px;
}
.processIcons .iconItem .arr {
    position: absolute;
    left: 100%;
    width: 40px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #111;
}
@media (max-width:768px) {
    .processIcons {
        margin: 0 -10px;
    }
    .processIcons > li {
        padding: 10px;
    }
    .processIcons .iconItem {
        padding: 30px 15px;
    }
    .processIcons .iconItem img {
        width: 55px;
    }
    .processIcons .iconItem .arr {
        width: 30px;
        font-size: 18px;
    }
}

/* multiBoxs */
.multiBoxs .multiBox {
    background-color: #f3f8ff;
    padding: 40px ;
    border-radius: 10px;
    display: flex;
    align-items: center;;
}
.multiBoxs .multiBox .txt {
    width: calc(100% - 200px);
}
.multiBoxs .multiBox .img {
    width: 200px;
    text-align: center;
}
@media (max-width:768px) {
    .multiBoxs .multiBox {
        padding: 20px;
    }
    .multiBoxs .multiBox .txt {
        width: calc(100% - 100px);
        padding-right: 15px;
    }
    .multiBoxs .multiBox .img {
        width: 100px;
    }
}


/* bList */
.bList > li:first-child {
    border-top: 1px solid #ddd;
}
.bList > li {
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
.bList .img {
    width: 30%;
}
.bList .txt {
    width: 70%;
}
.bList .img img {
    border-radius: 20px;
}
@media (max-width:768px) {
    .bList > li {
        padding: 30px 15px;
        border-bottom: 1px solid #ddd;
    }
    .bList .txt {
        padding: 15px 0 0;
        width: 100%;
    }
    .bList .img {
        width: 100%;
    }
    .bList .img img {
        border-radius: 5px;
    }
}

/* rst_list */
.rst_list {
    border-bottom: 0px !important;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.rst_list .rst_item {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #fff !important;
    display: block;
    text-decoration: none;;
    border-radius: 20px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.rst_list li.active .rst_item,
.rst_list .rst_item:hover {
    border-color: #234be0 !important;
    background-color: #fff !important;
}
.rst_list .rst_item .cr_tt {
    position: relative;
    padding-left: 10px;
}
.rst_list .rst_item .cr_tt:after {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    width: 3px;
    background-color: #111;
}
.rst_list .rst_item .rst_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: #f7f7ff;
    border-radius: 20px;
}
.rst_list .rst_item .rst_subj {
    line-height: 1.2em
}
.rst_list .rst_item .rst_subj .sm {
    font-size: .7em;
    color: #999;
    font-weight: 600;
}
.rst_list .rst_item .rstCons {
    display: flex;
    align-items: flex-start;
}
.rst_list .btnWrp,
.rst_list .btnWrp .btnItem {
    width: 100%;
    text-align: center;
}
.rst_list li.active .btnWrp .btnItem {
    border-color: #083fcc;
    box-shadow: 10px 23px 40px rgba(8, 64, 204, 0.25);
    color: #fff !important;
}
.rst_list li.active .btnWrp .btnItem span {
    width: 225%;
    height: 562.5px;
}
@media (max-width:768px) {
    .rst_list li {
        width: 50%;
    }
    .rst_list .rst_item {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #ddd !important;
    }
    .rst_list .btnWrp .btnItem {
        background-color: #111;
        color: #fff;
    }
}

.rst_list .rst_item .useSys {
    margin: 0 -3px;
}
.rst_list .rst_item .useSys > div {
    padding: 3px;
}
.useSys > div .sys {
    border: 1px solid #eee;
    text-align: center;
    background: linear-gradient(-21deg, #f7f7f7, #fff);
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.01);
    padding: 15px 10px;
}
.useSys > div .sys img {
    width: 200px;
}
/* rstCons */
.rstCons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rstCons .rstData {
    max-width: 33.33333%;
}
.rstCons .rstData.rstData-1-4 {
    max-width: 25%;
}
.rstCons .rstData .ttTxt {
    line-height: 1.2em;
}
.rstCons .rstData .counter {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    line-height: 1.3em;
}
.rstCons .rstData .counter .cnt {
    font-weight: 800;
}
.rstCons .rstData .counter .unit {
    color: #111;
    font-weight: 700;
    font-size: .65em;
}

/* chkItem */
.chkItem {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

/* rstCntBox */
/* .rstCntBox {
    background-color: #f4f4fd;
    border-radius: 10px;
    padding: 40px 30px;
} */
.rstCntBox {
    text-align: center;
}
.rstCntBox .counter .cnt {
    font-weight: 800;
}
.rstCntBox .counter .unit {
    color: #111;
    font-weight: 700;
    font-size: .65em;
}
@media (max-width:768px){
    /* .rstCntBox {
        border-radius: 5px;
        padding: 20px;
    } */
}


/* instaWrp */
.tabInner {
    border-top: 2px solid #333;
}
.countersWrp {
    border: 1px solid #eee;
    padding: 30px 0;
    margin-top: 30px;
    border-radius: 10px;
}
#result_board_view .counters {
    width: 100%; 
    max-width: 900px;
    margin: 0 auto;
}
#result_board_view .counters > div {
    width: 33.33333%; 
    padding-top: calc(33.33333% + 1px)
}
#result_board_view .counters2 > div {
    width: 25%; 
    padding-top: calc(25% + 1px)
}
#result_board_view .counters {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
#result_board_view .counters > div + li {
    margin-left: -20px;
}
#result_board_view .counters > div .rstCntBox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#result_board_view .counters > div .rstCntBox:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(114, 130, 173, 0.1);
    border-radius: 50%;
}
#result_board_view .counters > div .rstCntBox:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    left: 2.5%;
    top: 2.5%;
    border: 2px solid rgba(114, 130, 173, 0.1);
    border-radius: 50%;
}
#result_board_view .counters .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
@media (min-width:992px){
    .tabInner.sec_dvd {
        margin-top: 130px !important;
    }
}
@media (max-width:992px){
    #result_board_view .counters > div .rstCntBox img {
        width: 50px;
    }
}
@media (max-width:768px){
    #result_board_view .counters > div {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    #result_board_view .counters > div:nth-child(3) {
        margin-top: -30px;
    }
    #result_board_view .counters2 > div:nth-child(3),
    #result_board_view .counters2 > div:nth-child(4) {
        margin-top: -30px;
    }
    #result_board_view .counters > div + li {
        margin-left: 0px;
    }
    #result_board_view .counters > div .rstCntBox img {
        width: 35px;
    }
}




/* revItemsWrp */
.revItemsWrp {
    position: relative;
}
.revItemsWrp .slick-arrow {
    position: absolute;
    top: 50%;
    background: url(../img/arrSlick.png) center center no-repeat;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: transparent;
    border: 0px !important;
}
.revItemsWrp .slick-arrow.slick-prev {
    left: -50px;
    transform: translate3d(-100%, -50%, 0);
}
.revItemsWrp .slick-arrow.slick-next {
    right: -50px;
    transform: translate3d(100%, -50%, 0) rotate(180deg);
}
/* revItems */
.revItems {
    margin: 0 -15px;
}
.revItems .slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    top: 100%;
    width: 100%;
}
.revItems .slick-slide {
    padding: 0 15px;
}
.revItems .item {
    position: relative;
    border: 1px solid rgba(171, 194, 209, 0.5);
    border-radius: 15px;
    overflow: hidden;
}
.revItems .item .thum {
    position: absolute;
    right: 20px;
    top: 30px;
}
.revItems .item .top {
    background-color: #191f72;
    padding: 20px;
}
.revItems .item .top .btTxt {
    opacity: .6;
}
.revItems .item .txt {
    padding: 40px;
    background-color: #fff;
}
.revItems .item .txt {
    min-height: 250px;
    display: flex;
    align-items: center;
}
.revItems .item .txt .date {
    color: #999;
}
@media (max-width:768px){
    .revItems .slick-dots {
        margin-top: 10px;
    }
    .revItems .item {
        border-radius: 5px;
    }
    .revItems .item .thum {
        right: 10px;
        top: 20px;
    }
    .revItems .item .thum img {
        max-width: 25vw;
    }
    .revItems .item .top {
        padding: 15px;
    }
    .revItems .item .txt {
        padding: 20px 15px;
        min-height: 120px;
    }
    .revItems .item .txt .tcon {
        height: auto;
    }
}


/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    color: transparent;
    vertical-align: middle;
    line-height: 1em;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    background-color: #666;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
    }
}


/* prList */
.prList {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
}
.prList > li {
    width: calc(50% - .5px);
}
.prList .prListItem {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.prList .prListItem .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px); 
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.prList .prListItem .txt .btTags span {
    display: inline-block;
    line-height: 1em;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 60px;
}
@media (min-width:500px){
    .prList .prListItem .txt {
        opacity: 0;
    }
    .prList .prListItem:hover .txt {
        opacity: 1;
    }
    .prList .prListItem .txt .dft {
        color: #fff;
    }
}
@media (max-width:500px){
    .prList > li {
        width: calc(100% - .5px);
    }
    .prList .prListItem .txt {
        position: relative;
        padding: 20px 0 50px;
        background-color: #fff;
    }
    .prList .prListItem .txt .btTags span {
        background-color: rgba(0, 0, 0, 0.05);
        color: #666;
    }
}

/* portfolio_view */
#portfolio_view .topTit .btTags span {
    display: inline-block;
    line-height: 1em;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 60px;
}
@media (max-width:768px){
    #portfolio_view .vdo {
        margin-top: 30px;
    }
    #portfolio_view .vdo iframe {
        height: 300px;
    }
}
@media (max-width:500px){
    #portfolio_view .topTit .btTags span {
        background-color: rgba(0, 0, 0, 0.05);
        color: #666;
    }
}
/* searchTop */
#searchTop + #prdList {
    margin-top: -30px;
}
#searchTop .sch-form {
	box-shadow: 0 0 0;
}
#searchTop .rt {
	display: flex;
	gap: 10px;
	align-items: center;
}
#searchTop .rt .schFtem {
	position: relative;
}
#searchTop .rt .schFtem .form-control  {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
	border: 0px;
	background-color: rgba(0,0,0,0.035);
	border-radius: 100px;
	padding: 0 25px;
	font-size: 17px;
	padding-right: 65px;
	z-index: 4;
	position: relative;
}
#searchTop .rt .schFtem.schFtem1 {
	position: relative;
}
#searchTop .rt .schFtem.schFtem2 {
	position: relative;
}
#searchTop .rt .sch-arr,
#searchTop .rt .sch-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(../img/search-line.svg) center center no-repeat;
	background-size: 23px;
	background-color: #1ea244;
	color: #fff;
	border: 0px;
	border-radius: 50%;
}
#searchTop .rt .sch-submit {
	z-index: 6;
}
#searchTop .rt .sch-arr {
	background: url(../img/arrow-down-s-line-w.svg) center center no-repeat;
	background-size: 25px;
	background-color: #083fcc ;
	z-index: 2
}
@media (max-width:992px){
	#searchTop {
		flex-wrap: wrap;
	}
	#searchTop > div {
		width: 100%;
	}
	#searchTop .rt .schFtem .form-control  {
		height: 50px;
		border: 0px;
		border-radius: 100px;
		padding: 0 35px;
		font-size: 17px;
		padding-right: 75px;
	}
	#searchTop .rt .schFtem.schFtem1 {
		position: relative;
	}
	#searchTop .rt .schFtem.schFtem2 {
		position: relative;
	}
	#searchTop .rt .schFtem .form-control  {
		height: 35px;
		border: 0px;
		padding: 0 15px;
		padding-right: 50px
	}
	#searchTop .rt .sch-arr,
	#searchTop .rt .sch-submit {
		top: 3px;
		right: 3px;
		width: 29px;
		height: 29px;
		background-size: 16px;
	}
}
@media (max-width:768px){
    #searchTop + #prdList {
        margin-top: 0;
    }
	#searchTop .rt {
		flex-wrap: wrap;
		margin-top: 5px;
	}
	#searchTop .rt .schFtem.schFtem1 {
		width: 200px;
	}
	#searchTop .rt .schFtem.schFtem2 {
		width: 100%;
	}
	#searchTop .rt .schFtem .form-control  {
		font-size: 15px;
	}
}




/* contactForm */
.contactForm .fTit {
    margin-bottom: 20px !important;
    padding-left: 10px;
    position: relative;
}
.contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 400;
    margin: 0;
}
.contactForm .radio-custom-wrp,
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 48px;
}
.contactForm .radio-custom-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contactForm .radio-custom-wrp .radio-custom,
.contactForm .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 0px solid #444;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.7rem;
    line-height: 1em;
    color: #666;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .contactForm .radio-custom-wrp {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
    }
}


/* contBoxs */
.contBoxs {
    padding: 3rem 5rem;
    background-color: #222;
    border-radius: 20px;
}
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
    padding: 20px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:768px) {
    .contBoxs {
        padding: 3rem 2rem;
        border-radius: 10px;
    }
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}


/* com_loc_info */
.com_loc_info {
    background-color: #f4f6fa;
}
@media (max-width:768px) {
    .com_loc_info {
        flex-wrap: wrap;
    }
    .com_loc_info > div {
        width: 100%;
    }
    .com_loc_info .rt {
        padding: 20px;
    }
}

/* mapbox */
.mapbox .root_daum_roughmap_landing {
    width: 100% !important;
}
.mapbox .root_daum_roughmap_landing .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 550px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* contList */
.contList {
    margin: 0 -8px;
}
.contList > li {
    padding: 8px;
}
.contList .item {
    display: block;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}
.contList .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #f6f8fd;
    border-radius: 15px;
    margin-bottom: 14px;
}
@media (max-width:768px) {
    .contList .item {
        padding: 20px;
        position: relative;
    }
    .contList .item .icon {
        width: 30px;
        height: 30px;
    }
}
@media (max-width:500px) {
    .contList > li {
        width: 100%;
    }
    .contList .item .icon {
        position: absolute;
        right: 20px;
        top: 20px;;
    }
}

/* acdi */
.acdi ul li,
.acdi ul li:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.acdi ul li{
	position:relative;
	border:1px solid #e4e4e4;
	background:#fff;
	border-radius:2px;
	margin-top:10px;overflow:hidden;
}
.acdi ul li:first-child{
	margin-top:0;
}
.acdi ul li.active,
.acdi ul li:focus,
.acdi ul li:hover{
	border-color:#222;
}
.acdi ul li.opa{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
}
.acdi ul li.opa:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.acdi ul li .qst{
	position:relative;
}
.acdi ul li .qst a{
	position: relative;
	display: block;
	color: #222;
	font-size: 18px;
	line-height: 24px;
	padding: 22px 60px;
	text-decoration: none;
}
.acdi ul li .qst a p{
	display:inline-block;
    margin-bottom: 0px;
}
.acdi ul li .qst a span {
	display: inline-block;
    width: 30px;
    background-color: #aaa;
    border-radius: 50%;
	height: 30px;
	display: inline-block;
	color: #222;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -13px;
}
.acdi ul li.active .qst a span {
    background-color: #083fcc;
}
.acdi ul li .qst a:after{
	content:"";
	display:inline-block;
	width:18px;
	height: 100%;
	position:absolute;
	top:0%;
	right:20px;
	background:url("../img/arrow-down-s-line.svg") center center no-repeat !important;

	-webkit-background-size:18px 20px;
	background-size:18px 20px;
}
.acdi ul li.active .qst a:after{
	background-position:0 100%;
}
.acdi ul li .answer{
	position:relative;
	padding:20px 0 25px;
	margin:0 20px;
	font-size:16px;
	line-height:1.5;color:#777;
	border-top:1px solid #f0f0f0;
	letter-spacing:-.025em;
	display:none;
}
.acdi ul li .answer b{
	color:#222;
}
.acdi ul li .answer p {
	margin-bottom: 0px;
    font-size: 17px;
    line-height: 1.7em;
    color: #222;
    font-weight: 400;
}
@media (max-width:768px){
	.acdi ul li .qst a {
		font-size: 15px;
		line-height: 20px;
		padding: 15px 40px;
	}
	.acdi ul li .qst a span {
		width: 25px;
		height: 25px;
		left: 10px;
		margin-top: -12px;
	}
	.acdi ul li.active .qst a span {
		background-color: #083fcc;
	}
	.acdi ul li.active .qst a:after{
		background-position:0 100%;
	}
	.acdi ul li .answer{
		position:relative;
		padding:20px 0 25px;
		margin:0 20px;
		font-size:16px;
		line-height:1.5;color:#777;
		border-top:1px solid #f0f0f0;
		letter-spacing:-.025em;
		display:none;
	}
	.acdi ul li .answer b{
		color:#222;
	}
	.acdi ul li .answer p {
		font-size: 14px;
		font-weight: 300;
	}
}


/* crList */
.crList .item {
    padding: 50px;
    background-color: #f7f7f7;
}
.crList .item .tIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
}
@media (max-width:768px) {
    .crList .item {
        padding: 20px;
    }
    .crList .item .tIcon {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
}
/* career */
@media (max-width:768px) {
    #career .sec1 .mtit {
        text-align: center;
    }
}

/* crConList */
.crConList {
    border-top: 3px solid #111;
}
.crConList .item {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.crConList .item .num {
    width: 70px;
}
.crConList .item .txt {
    width: calc(100% - 70px);
}
@media (max-width:768px) {
    .crConList .item {
        padding: 30px 0;
    }
    .crConList .item .num {
        width: 40px;
    }
    .crConList .item .txt {
        width: calc(100% - 40px);
    }
}


/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_basic {
        width: 900px;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}

/* rst_list_vw */
.tabs .tab-content.rst_list_vw {
    border: 0px;
    box-shadow: 0 0 0;
    padding: 0px !important;
}
.rst_list_vw .cctt {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.rst_list_vw .cctt strong {
    background-color: #f7f7f7;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: .7em;
}

/* chkItem */
.chkItem {
    display: flex;
    align-items: center;
}
.chkItem i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.chkItem span {
    width: calc(100% - 30px);
}
/* prThum-nav */
.prThum-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 14px;
}
.prThum-nav .prThum-item {
    width: calc(20% - 7px);
}
#prThumWrp {
    position: relative;
}
#prThumWrp #prThum {
    border-radius: 10px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.prThum-nav .prThum-item img {
    border-radius: 10px;
    cursor: pointer;
}

/* pfWrp */
.pfWrp {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.pfWrp .pfCon {
    width: 50%;
}
.pfWrp .pfTxt {
    width: 50%;
}
.pfWrp .pfCon {
    overflow: hidden;
    height:640px;
    max-height: 640px;
    text-decoration: none !important;
}
.pfWrp .pfCon .slider-pf,
.pfWrp .pfCon .slider-pf .slick-list,
.pfWrp .pfCon .slider-pf .slick-list .slick-track,
.pfWrp .pfCon .slider-pf .slick-list .slick-track .slick-slide,
.pfWrp .pfCon img,
.pfWrp .pfCon iframe {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.pfWrp .pfTxt {
    padding: 20px 50px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pfWrp .pfTxt .md {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px 15px;
}
.pfWrp .pfThums {
    width: 100%;
    margin-top: 50px;
}
.pfWrp .pfThums .pf-nav {
    margin: 0 -5px;
}
.pfWrp .pfThums .slick-slide {
    padding: 5px;
    cursor: pointer;
}
@media (max-width:768px) {
    .pfWrp .pfCon,
    .pfWrp .pfTxt {
        width: 100%;
    }
    .pfWrp .pfCon {
        height: 450px;
        max-height: 450px;
    }
    .pfWrp .pfTxt {
        padding: 0 0 40px;
    }
    .pfWrp .pfThums {
        margin-top: 30px;
    }
}
@media (max-width:500px) {
    .pfWrp .pfCon {
        height: 250px;
        max-height: 250px;
    }
    .pfWrp .pfThums {
        margin-top: 15px;
    }
}



/* ifList */
.ifList li {
    margin: 7px 0;
    padding: 7px 0;
}
.ifList li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.ifList .if {
    display: flex;
}
.ifList .if .hd {
    width: 100px;
    color: #999;
}
.ifList .if .cc {
    width: calc(100% - 100px);
}
.ifList.mini .if .hd {
    width: 70px;
}
.ifList.mini .if .cc {
    width: calc(100% - 70px);
}
@media (max-width:768px) {
    .ifList .if .hd {
        width: 80px;
    }
    .ifList .if .cc {
        width: calc(100% - 80px);
    }
    .ifList.mini .if .hd {
        width: 50px;
    }
    .ifList.mini .if .cc {
        width: calc(100% - 50px);
    }
}

/* orderList */
.orderList {
    border-top: 2px solid #333;
}
.orderList .item {
    display: flex;
    padding: 30px 0;
}
.orderList .item .num {
    width: 60px;
}
.orderList .item .con {
    width: calc(100% - 60px);
}
@media (min-width:768px) {
    .orderList > .clearfix {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:768px) {
    .orderList .item {
        border-bottom: 1px solid #ddd;
    }
    .orderList .item .num {
        width: 40px;
    }
    .orderList .item .con {
        width: calc(100% - 40px);
    }
}
