﻿.sldCon {
    width: 100%;
    transition: ease .3s;
    background-color: #F7F8F8;
}

    .sldCon .owl-dots {
        display: none !important;
    }

.sld {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .sld .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        display: none;
    }

.sldTxCon {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding-right: 50px;
    box-sizing: border-box;
}

.sld h2 {
    font-family: poppins-bold;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1A1A1A;
}

.sld h3 {
    margin-top: 40px;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.sldLnkCon {
    display: flex;
    width: max-content;
    margin: 30px 0 40px 0;
}

.sldLnkClr {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #176FAE;
    border-radius: 100vw;
    transition: ease .3s;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    font-family: poppins-medium;
    font-size: 17px;
    color: #fff;
}

    .sldLnkClr:hover {
        opacity: .6;
    }

.sldLnk {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: 15px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #176FAE;
    transition: ease .3s;
    font-family: poppins-medium;
    font-size: 17px;
    color: #176FAE;
}

    .sldLnk:hover {
        opacity: .7;
    }

.sldLgCon {
    display: flex;
    align-items: center;
    width: 630px;
    margin-top: 25px;
}


    .sldLgCon img {
        width: 100px;
        padding: 0;
        box-sizing: border-box;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }


/*.sldLg {
    width: 22%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .sldLg:nth-child(1) {
        margin-left: -20px;
    }*/

.sld h4 {
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #1A1A1A;
}

.sldImg {
    width: 60%;
}

.sldBtCon {
    background-color: #fff;
}

.sldBt {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.sldBtImg {
    width: 40%;
}

    .sldBtImg img {
        width: 100%;
        border-radius: 5px;
    }

.sldBtTxCon {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 100px;
    box-sizing: border-box;
}

    .sldBtTxCon h1 {
        margin-bottom: 10px;
        font-family: poppins-medium;
        font-size: 18px;
        line-height: 1.1;
        color: #176FAE;
    }

.sldBtBs {
    position: relative;
    margin-bottom: 40px
}

    .sldBtBs h2 {
        position: relative;
        font-family: poppins-bold;
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.txLn {
    position: absolute;
    bottom: 0;
}

.sldBtTx {
    margin-bottom: 30px;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.sldBtItmCon {
    display: flex;
    flex-wrap: wrap;
}

.sldBtItm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(50% - 100px);
    height: 50px;
    margin: 20px 20px 0 0;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 100vw;
    background-color: #176FAE;
    font-family: poppins-medium;
    font-size: 16px;
    color: #fff;
}

    .sldBtItm img {
        display: flex;
        justify-content: center;
        height: 24px;
        margin-right: 15px;
    }

.dblSldCon {
    width: 100%;
    background-color: #fff;
}

    .dblSldCon .owl-theme .owl-dots {
        display: none;
    }

.clrCon {
    width: 100%;
    background-color: #F7F8F8;
}

.whCon {
    width: 100%;
    background-color: #fff;
}

.dblSld {
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .dblSld .owl-nav {
        top: -80px;
    }

.dblSldItm {
    display: flex;
    align-items: center;
    width: 100%;
}

.dblSldTxCon {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 60%;
    padding-right: 100px;
    box-sizing: border-box;
}

    .dblSldTxCon h3 {
        margin-bottom: 10px;
        font-family: poppins-medium;
        font-size: 18px;
        line-height: 1.1;
        text-align: right;
        color: #176FAE;
    }

.dblSldBs {
    position: relative;
}

    .dblSldBs h2 {
        position: relative;
        z-index: 2;
        font-family: poppins-bold;
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: -2px;
        text-align: right;
        color: #1A1A1A;
    }

    .dblSldBs .txLn {
        right: 0;
        left: auto;
    }

.dblSldTxCon p {
    margin-top: 40px;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    text-align: right;
    color: #1A1A1A;
}

.dblSldImg {
    width: 45%;
    box-sizing: border-box;
    height: fit-content;
    border-radius: 30px;
}

.cntLnk {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: ease .3s;
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 16px;
    color: #176FAE;
}

.cntLnkIcn {
    margin-left: 10px;
    height: 10px;
}

.cntLnk:hover {
    padding: 0 0 0 5px;
}

.cntLnkOv {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #176FAE;
    transition: ease .3s;
    background-color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
    color: #176FAE;
}

.dfEd .cntLnkOv {
    margin-top: 10px;
}


.cntLnkIcnOv {
    margin-left: 10px;
    height: 12px;
    transition: ease .3s;
}

.cntLnkOv:hover .cntLnkIcnOv {
    margin-left: 15px;
}

.cntLnkOv:hover {
    padding-right: 25px;
}

.mltSldOneBg {
    width: 100%;
    background-color: #F7F8F8;
}

.mstBsCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 55px 30px 55px;
    box-sizing: border-box;
}

.mstBsConBs {
    position: relative;
    display: flex;
    justify-content: center;
}

.mstBsCon h2 {
    position: relative;
    font-family: poppins-bold;
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1A1A1A;
}

.mstBsCon h4 {
    margin-bottom: 10px;
    font-family: poppins-medium;
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    color: #176FAE;
}

.mstBsCon h3 {
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #1A1A1A;
}

.mstBsImg {
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    border-radius: 15px;
}

.mltSld {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.mltSldOneImg {
    width: 100%;
    border-radius: 30px;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 40px;
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 55px;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px !important;
    border: none;
    cursor: pointer;
    zoom: 1;
    background-color: transparent;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
        border: 1px solid #aaa;
        display: block;
        -webkit-backface-visibility: visible;
        transition: .2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 24px;
        height: 24px;
        border: none;
        background: #176FAE;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    /*z-index: 1.i*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.4s;
        border: none;
        background: #176FAE url(../../images/oval-link-icon-prev.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.3s;
        border: none;
        background: #176FAE url(../../images/oval-link-icon.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-prev span {
        display: none;
    }

    .owl-carousel .owl-next span {
        display: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        opacity: .8;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        opacity: .8;
    }

.vdCon {
    background-color: #fff;
}

.vd {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vdImgCon {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.vdImg {
    width: 100%;
    object-fit: cover;
}

.vdInf {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 20px;
    left: 20px;
    font-family: poppins-bold;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
}

.vdInfIcn {
    height: 65px;
    margin-right: 20px;
}

.gg {
    width: 100%;
    background-color: #F7F8F8;
}

.ggLg {
    display: flex;
    margin-top: 30px;
}

.ggLgImg {
    margin-right: 15px;
    height: 70px;
}

.ggItm {
    display: flex;
    width: 100%;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.ggPrf {
    display: flex;
    flex-shrink: 0;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-right: 25px;
    border-radius: 100vw;
}

.ggItmRg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ggItmTp {
    display: flex;
    align-items: center;
    width: min-content;
}

.ggItmTpBs {
    flex-shrink: 0;
    font-family: poppins-medium;
    font-size: 17px;
    color: #1A1A1A;
}

.ggItmTpImg {
    height: 13px;
    margin-left: 10px;
}

.ggItmTx {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 23px;
    color: #1A1A1A;
}

.ssCon {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}


.ssBsCon {
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    box-sizing: border-box;
    border-right: 5px solid #176FAE;
}

.ssBs {
    position: relative;
}

    .ssBs h2 {
        font-family: poppins-bold;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.ssLnk {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-family: poppins-medium;
    font-size: 18px;
    color: #176FAE;
}

.ssRg {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.ssItm {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.ssTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssTit h2 {
        padding-right: 10px;
        font-family: poppins-bold;
        font-size: 17px;
        line-height: 1.4;
        color: #1A1A1A;
    }

.ssIcn {
    display: flex;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    transition: ease 0.4s;
    overflow: hidden;
}

    .ssIcn img {
        width: 22px;
    }

/*.ssItm:hover .ssIcn {
    transform: rotate(0);
}*/

.ssRg .ssActive .ssIcn img {
    margin-left: -11px;
}

.ssRg .ssActive h2 {
    color: #176FAE;
}

.sslCnt {
    max-height: 0;
    padding-right: 40px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .sslCnt p {
        margin: 0 !important;
    }

.blg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blgImgCon {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.blgImg {
    width: 100%;
    object-fit: cover;
}

.blgTxCon {
    position: relative;
    padding-top: 30px;
}

    .blgTxCon h2 {
        margin: 0 0 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-bold;
        line-height: 1.1;
        font-size: 17px;
        color: #1A1A1A;
    }

    .blgTxCon p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-regular;
        font-size: 16px;
        line-height: 1.6;
        color: #1A1A1A;
    }

    .blgTxCon a {
        margin-top: 10px;
        font-family: poppins-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #176FAE;
    }

.blgCdr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -40px;
    right: 40px;
    width: 70px;
    height: 50px;
    border-radius: 7px;
    background-color: #176FAE;
    z-index: 1;
}

.blgCdrBs {
    font-family: poppins-regular;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.pgHdCon {
    width: 100%;
    background-color: #F7F8F8;
}

.pgHd {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.pgHdMapCon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pgHdMap {
    font-family: poppins-regular;
    font-size: 16px;
    color: #333333;
}

.pgHd h2 {
    font-family: poppins-bold;
    font-size: 16px;
    line-height: 1.1;
    color: #333333;
}

.pgHd h3 {
    font-family: poppins-medium;
    font-size: 16px;
    color: #176FAE;
}

.pgHd h4 {
    font-family: poppins-bold;
    font-size: 48px;
    line-height: 1.2;
    color: #333333;
}

.pgHdIcn {
    width: 4px;
    height: 4px;
    margin: 0 20px;
    border-radius: 100vw;
    background-color: #333333;
}

.cntHd {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.cntHdLf {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.cntHdLfBs {
    position: relative;
}

    .cntHdLfBs h2 {
        font-family: poppins-medium;
        font-size: 72px;
        line-height: 1.1;
        color: #1A1A1A;
    }

.cntHdLf h3 {
    margin: 40px 0 30px 0;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.cntHdRg {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.cntHdRgBs {
    margin-bottom: 20px;
    font-family: poppins-medium;
    font-size: 26px;
    line-height: 1.1;
    color: #1A1A1A;
}

.cntHdRgItm {
    display: flex;
    align-items: start;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .cntHdRgItm a {
        display: flex;
        align-items: center;
        color: #1A1A1A;
    }

.cntHdRgItmMrg {
    margin-left: 25px;
}

.cntHdRgIcn {
    width: 20px;
    margin-right: 10px;
}

.cntHdRgBtBs {
    margin: 20px 0;
    font-family: poppins-regular;
    font-size: 20px;
    line-height: 1.1;
    color: #1A1A1A;
}

    .cntHdRgBtBs a {
        color: #176FAE;
    }

.cntCon {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.cntImg {
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#uptPnlCnt {
    width: 50%;
}

.frmCon {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 80px 40px;
    box-sizing: border-box;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #176FAE;
}

.frmBs {
    margin-bottom: 20px;
    font-family: poppins-medium;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
}

.frmTx {
    margin-bottom: 30px;
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.frmItm {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.txt {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    font-family: poppins-regular;
    font-size: 15px;
    color: #1A1A1A;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 100vw;
    border: none;
    outline: none;
}

.txt {
    border-radius: 25px;
}

.frmCon .txt::placeholder {
    color: #1A1A1A;
}

.frmCon .txt:-ms-input-placeholder {
    color: #1A1A1A;
}

.frmCon .txt::-ms-input-placeholder {
    color: #1A1A1A;
}

.txtRq {
    margin-left: -25px;
    font-family: poppins-regular;
    font-size: 17px;
    color: #fff;
}

.fu {
    width: 100%;
    padding: 15px;
    font-family: poppins-regular;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: #8c655b;
    border: none;
}

.frmBtnCon {
    display: flex;
    flex-direction: column;
}

.btn {
    display: flex;
    align-items: center;
    width: max-content;
    height: 50px;
    margin-left: 15px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #fff;
    background-color: transparent;
    transition: ease .3s;
    font-family: poppins-medium;
    font-size: 17px;
    color: #fff;
}

    .btn:hover {
        background-color: #9d1223;
        transition: ease .3s;
    }

.lbl {
    font-family: poppins-regular;
    font-size: 14px;
    color: #D90E16;
}

.mapCon {
    width: 100%;
    padding-bottom: 120px;
}

.map {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

    .map iframe {
        width: 100%;
        height: 600px;
        border-radius: 30px;
        overflow: hidden;
    }

.blgSldBg {
    width: 100%;
    background-color: #ffffff;
}

.blgSldCon .owl-nav {
    display: flex;
    justify-content: space-between;
    top: -45px;
    left: 0;
    right: 0;
}

    .blgSldCon .owl-nav [class*=owl-] {
        margin: 0;
    }

    .blgSldCon .owl-nav .owl-prev {
        position: absolute;
        top: 275px;
        left: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .blgSldCon .owl-nav .owl-next {
        position: absolute;
        top: 275px;
        right: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

.blgSldCon {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.blgSld {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
}

.blgSldImgCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.blgSldImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.blgSldTxCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.blgSld h2 {
    margin: 40px 0 10px 0;
    font-family: poppins-medium;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
    color: #1A1A1A;
}

.blgSldTrh {
    margin: 20px 0 10px 0;
    font-family: poppins-regular;
    font-size: 14px;
    text-align: center;
    color: #1A1A1A;
}

.blgSld h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: poppins-regular;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: #1A1A1A;
}

.pgBlgCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 45px;
    box-sizing: border-box;
}

.pgBlg {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 20px);
    margin: 10px;
    padding-bottom: 30px;
    border-radius: 30px;
}

.abtHdCon {
    background-color: #fff;
}

.abtHd {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.abtHdImg {
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.abtHdTxCon {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-left: 50px;
    box-sizing: border-box;
}

.abtHdBs {
    position: relative;
}

    .abtHdBs h2 {
        font-family: poppins-medium;
        font-size: 72px;
        line-height: 1.1;
        color: #1A1A1A;
    }

.abtHdTx {
    margin: 40px 0 30px 0;
    font-family: poppins-medium;
    font-size: 24px;
    line-height: 1.6;
    color: #1A1A1A;
}

.ssPgTp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 0 55px 50px 55px;
    box-sizing: border-box;
    background-color: #E6EFF0;
}

.ssSh {
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.txtSsSh {
    width: 300px;
    padding: 18px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: poppins-regular;
    font-size: 14px;
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh:-ms-input-placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::-ms-input-placeholder {
    color: #BCBCBC;
}

.ssShBtn img {
    height: 20px;
}

.ssPgTpItmCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: -50px auto 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.ssPgTpItm {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    height: 100px;
    margin: 0 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
    color: #1A1A1A;
}

.ssPgTpItmImg {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #F7F8F8;
}

    .ssPgTpItmImg img {
        width: 100%;
    }

.ssPgCon {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.btnSsSh {
    display: none;
}

.ssPgItm {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background-color: #fff;
}

.ssPgTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssPgTit h2 {
        font-family: poppins-bold;
        font-size: 17px;
        line-height: 1.4;
        color: #1A1A1A;
    }


.ssPgItm .ssActive {
    background-color: #E6EFF0;
}

    .ssPgItm .ssActive .ssIcn img {
        margin-left: -11px;
    }

    .ssPgItm .ssActive h2 {
        color: #176FAE;
    }

.ssPgCnt {
    height: 0;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .ssPgCnt p {
        padding: 0;
        margin: 0;
    }

.ssBtTx {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

    .ssBtTx a {
        font-family: poppins-medium;
        color: #176FAE;
    }

.blgDtyCon {
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .blgDtyCon h2 {
        font-family: poppins-bold;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.blgDtyTrh {
    margin-top: 5px;
    font-family: poppins-regular;
    font-size: 14px;
    color: #999999;
}

.blgDty {
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #1A1A1A;
}

.bfAfCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
}

.bfAf {
    margin: 15px;
    width: calc(25% - 30px);
    border-radius: 15px;
}

.exFrmCon {
    width: 100%;
    background-color: #F7F8F8;
}

.exFrmCen {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.hzmBxCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px 30px 40px;
    box-sizing: border-box;
}

.hzmBx {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .3s;
    background-color: #e6eff0;
}

    .hzmBx:hover {
        background-color: #176FAE;
    }

.hzmBxIcn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 87px;
    height: 87px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #fff;
}

    .hzmBxIcn img {
        width: 40px;
    }

.hzmBxTx {
    font-family: poppins-medium;
    font-size: 18px;
    color: #222222;
}

.hzmBx:hover .hzmBxTx {
    color: #fff;
}

.hzmBxCntCon {
    max-width: 1700px;
    margin: 0 auto 30px auto;
    padding: 0 55px 80px 55px;
    box-sizing: border-box;
}

.hzmBxCnt {
    display: none;
    width: 100%;
    padding: 60px 55px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e6eff0;
    font-family: poppins-regular;
    font-size: 16px;
    color: #222222;
}

.exFrmLf {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.exFrmLfBs {
    position: relative;
    margin-bottom: 40px;
}

    .exFrmLfBs h2 {
        position: relative;
        font-family: poppins-bold;
        font-size: 58px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #1A1A1A;
    }

.exFrmBx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 550px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 20px;
    background-color: #fff;
}

.exFrmBxCnt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.exFrmBxLf {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

    .exFrmBxLf img {
        width: 100px;
        border-radius: 5px;
    }

.exFrmBxLfGrf {
    width: 18px;
    height: 270px;
    border-radius: 15px;
    background-color: #91BC00;
}

.exFrmBxCen {
    display: flex;
    flex-direction: column;
}

.exFrmBxCenItm {
    margin-bottom: 40px;
    font-family: poppins-semibold;
    font-size: 20px;
    color: #959595;
}

    .exFrmBxCenItm:nth-child(2) {
        font-size: 18px;
    }

    .exFrmBxCenItm:nth-child(3) {
        font-size: 16px;
    }

    .exFrmBxCenItm:nth-child(4) {
        font-size: 14px;
    }

    .exFrmBxCenItm:nth-child(5) {
        font-size: 12px;
    }

    .exFrmBxCenItm:nth-child(6) {
        font-size: 11px;
    }

.exFrmBxRg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .exFrmBxRg img {
        width: 100px;
        border-radius: 5px;
    }

.exFrmBxRgGrf {
    width: 18px;
    height: 200px;
    border-radius: 15px;
    background-color: #BC0000;
}

.exFrmBtBs {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #F1F1F1;
    font-family: poppins-semibold;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #1A1A1A;
}

.exFrmBt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

.exFrmBtItm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px 13px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    font-family: poppins-regular;
    font-size: 14px;
    color: #000;
}

    .exFrmBtItm:hover {
        background-color: #BAE9EF !important;
    }

    .exFrmBtItm:nth-child(1) {
        background-color: #00abba;
        color: #fff;
    }

.exFrmRg {
    display: flex;
    flex-direction: column;
    width: 60%;
    box-sizing: border-box;
}

    .exFrmRg a {
        width: 100%;
    }

.exFrmVd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.exFrmVdCvr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exFrmVdIcn {
    position: absolute;
    width: 150px;
}


.exFrmRg h2 {
    margin-top: 80px;
    font-family: poppins-bold;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1A1A1A;
}

.exFrmRg .ssRg {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.exFrmRg .ssItm {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}


.exFrmRg .ssRg h2 {
    display: flex;
    margin-top: 0;
    font-family: poppins-semibold;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #1A1A1A;
}

.exFrmRg .ssRg .ssActive h2 {
    color: #176FAE;
}

.exFrmRg .ssRg h2 span {
    margin-right: 5px;
    opacity: .3;
    color: #176FAE;
}

.exFrmRg .ssRg .ssActive h2 span {
    opacity: 1;
}

.dfEdCon {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
}

    .dfEdCon .owl-stage-outer {
        border-radius: 30px;
        overflow: hidden;
    }

.dfEd {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    background-color: #F7F8F8;
}

    .dfEd h2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-bold;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -2px;
        text-align: center;
        color: #1A1A1A;
    }

    .dfEd p {
        margin-top: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-regular;
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
        color: #1A1A1A;
    }


.rdrcCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 120px 55px 0 55px;
    box-sizing: border-box;
}

.rdrc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    padding: 50px;
    box-sizing: border-box;
}

.rdrcBs {
    font-family: marcellus;
    font-size: 170px;
    letter-spacing: -1.5px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.rdrcTx {
    font-family: Lato;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.rdrc a {
    margin-top: 30px;
    width: min-content;
}

.rdrcBtn {
    width: 180px;
    height: 50px;
    margin-top: 25px;
    border-radius: 7px;
    background: #000;
    font-family: lato;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.spcSrcCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 40px;
    box-sizing: border-box;
}

.spcSrc {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px 15px;
    padding: 35px 35px 35px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

    .spcSrc:nth-child(1) {
        background: #e6eff0;
    }

    .spcSrc h2 {
        font-family: poppins-medium;
        font-size: 22px;
        line-height: 1.1;
        color: #1A1A1A;
    }

    .spcSrc p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 30px;
        font-family: poppins-regular;
        font-size: 18px;
        line-height: 1.6;
        color: #1A1A1A;
    }

    .spcSrc a {
        margin-top: 10px;
        font-family: poppins-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #176FAE;
    }
