﻿.con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 120px 55px;
    box-sizing: border-box;
}

.conBlc {
    background-color: #000000;
}


.msTx {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 990px;
}

.msTxMrg {
    margin-top: 40px;
}

.msTx h2 {
    margin-bottom: 20px;
    font-family: vivotypebold;
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
    color: #000000;
}

.msTxWh h2 {
    color: #ffffff;
}

.msTx h3 {
    font-family: vivotypebold;
    font-size: 75px;
    text-align: center;
    line-height: 1.2;
    color: #000000;
}

.msTxWh h3 {
    color: #ffffff;
}

.msTxGld h2 {
    color: #ffffff;
}

.msTxGld h3 {
    color: #E1C2BD;
}


.msTx P {
    margin-top: 40px;
    font-family: vivotypebold;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #939393;
}

.conImg {
    max-width: 100%;
    max-height: 750px;
    margin-top: 40px;
    object-fit: cover;
}

.conImgSml {
    max-height: 550px;
}

.conImgRn {
    border-radius: 50px;
}

.btn {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #000000;
    transition: ease .3s;
    background-color: #fff;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    color: #000000;
}

.btnIcn {
    margin-left: 10px;
    height: 12px;
    transition: ease .3s;
}

.btn:hover .btnIcn {
    margin-left: 15px;
}

.btn:hover {
    padding-right: 25px;
}

.dfItmCon {
    display: flex;
padding:0 2vw;
box-sizing:border-box;
}

.dfItm {
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    box-sizing:border-box;
}

.dfItm h3 {
    font-family: vivotypebold;
    font-size: 40px;
    text-align: center;
    color: #0582A6;
}

    .dfItm h4 {
        font-family: vivotypebold;
        font-size: 18px;
        text-align: center;
        color: #939393;
    }

.xlTxCon {
    display: flex;
    flex-direction: column;
}

.xlTxTp {
    font-family: vivotypebold;
    font-size: 2.2vw;
    text-align: center;
    line-height: 1.2;
    color: #BDBDBD;
}

.xlTx {
    margin-top: 40px;
    text-align: center;
    color: #FFFFFF;
    font-family: vivotypebold;
    font-size: 10vw;
    font-weight: 400;
    line-height: 1.2em;
    text-shadow: 1px 1px 100px rgba(255, 164.65221383395854, 71.56283967391305, 0.93);
}





.conWr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.conWrItm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
    background: #000000;
}


    .conWrItm:nth-child(1) {
        background-color: #0D0D0D;
    }

    .conWrItm:nth-child(2) {
        padding: 130px 100px;
    }

    .conWrItm:nth-child(3) {
        padding: 130px 100px;
    }

    .conWrItm:nth-child(4) {
        background-color: #0D0D0D;
    }

    .conWrItm:nth-child(5) {
        padding: 130px 100px;
        background-color: #0D0D0D;
    }

    .conWrItm:nth-child(6) {
        padding: 130px 100px;
    }

    .conWrItm:nth-child(7) {
        padding: 130px 100px;
    }

    .conWrItm:nth-child(8) {
        padding: 130px 100px;
        background-color: #0D0D0D;
    }

.conWrIc {
    width: contain;
}

.conWrItm h3 {
    font-family: vivotypebold;
    font-size: 30px;
    color: #ffffff;
}

.conWrItm h4 {
    margin: 10px 0;
    font-family: vivotypebold;
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
}

.conWrItm p {
    font-family: vivotypebold;
    font-size: 18px;
    color: #939393;
}













.blcCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 120px 55px;
    background-color: #000000;
    box-sizing: border-box;
}

    .blcCon h2 {
        font-family: vivotypebold;
        font-size: 10vw;
        text-align: center;
        color: #ffffff;
    }

    .blcCon h3 {
        margin-top: 30px;
        font-family: vivotypebold;
        font-size: 2.7vw;
        text-align: center;
        color: #ffffff;
    }

    .blcCon h4 {
        margin: 12vw 0 10px 0;
        font-family: vivotypebold;
        font-size: 21px;
        text-align: center;
        color: #ffffff;
    }

    .blcCon h5 {
        max-width: 800px;
        margin: 0 auto;
        font-family: vivotypebold;
        font-size: 2.7vw;
        /*font-size: 55px;*/
        text-align: center;
        line-height: 1.2;
        color: #ffffff;
    }

    .blcCon p {
        max-width: 1200px;
        margin: 50px auto 0 auto;
        font-family: vivotypebold;
        font-size: 21px;
        text-align: center;
        color: #BEBEBE;
    }

.blcItmCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 9vw 120px 9vw;
    box-sizing: border-box;
    background-color: #000000;
}

.blcItm {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    padding: 60px 30px;
    box-sizing: border-box;
}

    .blcItm h3 {
        margin-bottom: 10px;
        font-family: vivotypebold;
        font-size: 20px;
        text-align: center;
        color: #0582A6;
    }

    .blcItm h4 {
        margin-bottom: 10px;
        font-family: vivotypebold;
        font-size: 26px;
        text-align: center;
        color: #ffffff;
    }

    .blcItm h5 {
        font-family: vivotypebold;
        font-size: 18px;
        text-align: center;
        color: #BEBEBE;
    }

.sldCon {
    width: 100%;
}

    .sldCon .owl-dots {
        display: none !important;
    }

.sld {
    display: flex;
    width: 100%;
    height: 72vh;
}

    .sld .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        display: none;
    }

.sldTxCon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 280px 150px;
    box-sizing: border-box;
    background-color: #0582A6;
}

.sld h2 {
    font-family: vivotypebold;
    font-size: 46px;
    line-height: 1.1;
    color: #ffffff;
}

.sld h3 {
    margin-top: 40px;
    font-family: vivotypebold;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.sldLnkCon {
    display: flex;
    width: max-content;
    margin-top: 30px;
}

.sldLnkClr {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #000000;
    border-radius: 100vw;
    transition: ease .3s;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #ffffff;
}

    .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 #000000;
    transition: ease .3s;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #ffffff;
}

    .sldLnk:hover {
        opacity: .7;
    }

.sldImg {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.dblSldCon {
    width: 100%;
    background-color: #fff;
}

    .dblSldCon .owl-theme .owl-dots {
        display: none;
    }

/*.clrCon {
    width: 100%;
    background-color: #F7F8F8;
}*/

.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: avenirnextltpro-regular;
        font-size: 18px;
        line-height: 1.1;
        text-align: right;
        color: #0582A6;
    }

.dblSldBs {
    position: relative;
}

    .dblSldBs h2 {
        position: relative;
        z-index: 2;
        font-family: avenirnextltpro-regular;
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: -2px;
        text-align: right;
        color: #000000;
    }

.dblSldTxCon p {
    margin-top: 40px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    text-align: right;
    color: #000000;
}

.dblSldImg {
    width: 45%;
    box-sizing: border-box;
    height: fit-content;
    border-radius: 30px;
}

.mltSldOneBg {
    width: 100%;
    padding-bottom: 150px;
}

.mltSld {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 50px auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.mltSldOneImg {
    width: 100%;
    border-radius: 15px;
}

.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: #0582A6;
    }

.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: #0582A6 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: #0582A6 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: avenirnextltpro-regular;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
}

.vdInfIcn {
    height: 65px;
    margin-right: 20px;
}

.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: avenirnextltpro-regular;
    font-size: 17px;
    color: #000000;
}

.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: avenirnextltpro-regular;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
}

.blg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blgImgCon {
    position: relative;
}

.blgImg {
    width: 100%;
    object-fit: cover;
}

.blgTxCon {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

    .blgTxCon h2 {
        margin: 0 0 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: vivotypebold;
        line-height: 1.1;
        font-size: 20px;
        color: #000000;
    }

    .blgTxCon p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: avenirnextltpro-regular;
        font-size: 16px;
        line-height: 1.6;
        color: #000000;
    }

    .blgTxCon a {
        margin-top: 10px;
        font-family: vivotypebold;
        font-size: 14px;
        line-height: 1.1;
        color: #0582A6;
    }

.blgCdr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -40px;
    right: 40px;
    width: 70px;
    height: 50px;
    background-color: #0582A6;
    z-index: 1;
}

.blgCdrBs {
    font-family: avenirnextltpro-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: avenirnextltpro-regular;
    font-size: 16px;
    color: #333333;
}

.pgHd h2 {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.1;
    color: #333333;
}

.pgHd h3 {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #0582A6;
}

.pgHd h4 {
    font-family: avenirnextltpro-regular;
    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: avenirnextltpro-regular;
        font-size: 72px;
        line-height: 1.1;
        color: #000000;
    }

.cntHdLf h3 {
    margin: 40px 0 30px 0;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.cntHdRg {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.cntHdRgBs {
    margin-bottom: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 26px;
    line-height: 1.1;
    color: #000000;
}

.cntHdRgItm {
    display: flex;
    align-items: start;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

    .cntHdRgItm a {
        display: flex;
        align-items: center;
        color: #000000;
    }

.cntHdRgItmMrg {
    margin-left: 25px;
}

.cntHdRgIcn {
    width: 20px;
    margin-right: 10px;
}

.cntHdRgBtBs {
    margin: 20px 0;
    font-family: avenirnextltpro-regular;
    font-size: 20px;
    line-height: 1.1;
    color: #000000;
}

    .cntHdRgBtBs a {
        color: #0582A6;
    }

.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: #0582A6;
}

.frmBs {
    margin-bottom: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
}

.frmTx {
    margin-bottom: 30px;
    font-family: avenirnextltpro-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: avenirnextltpro-regular;
    font-size: 15px;
    color: #000000;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 100vw;
    border: none;
    outline: none;
}

.txt {
    border-radius: 25px;
}

.frmCon .txt::placeholder {
    color: #000000;
}

.frmCon .txt:-ms-input-placeholder {
    color: #000000;
}

.frmCon .txt::-ms-input-placeholder {
    color: #000000;
}

.txtRq {
    margin-left: -25px;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    color: red;
}


.frKvkk {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.frKvkkOny {
    width: fit-content;
    cursor: pointer;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #E1C2BD;
}

.frKvkkRd {
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.kvkkPopUp {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}

.kvkkPopUpCnt {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
}

#kvkkCls {
    position: absolute;
    width: 25px;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transition: ease .3s;
}

    #kvkkCls:hover {
        opacity: .5;
    }


.fu {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #8c655b;
    border: none;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.frmBtnCon {
    display: flex;
    align-items:center;
}

.frmBtn {
    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: avenirnextltpro-regular;
    font-size: 17px;
    color: #fff;
}

/*    .frmBtn:hover {
        background-color: #879254;
        transition: ease .3s;
    }*/

.lbl {
    margin-left: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #E1C2BD;
}

.map {
    width: 100%;
    max-width: 1700px;
    margin: 60px auto 0 auto;
}

    .map iframe {
        width: 100%;
        height: 600px;
        border-radius: 30px;
        overflow: hidden;
    }

.pgBlgCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    padding-top: 120px;
}

.pgBlg {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 30px);
    margin: 15px;
    background-color: #F6F6F6;
}

.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: avenirnextltpro-regular;
        font-size: 72px;
        line-height: 1.1;
        color: #000000;
    }

.abtHdTx {
    margin: 40px 0 30px 0;
    font-family: avenirnextltpro-regular;
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
}

.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: avenirnextltpro-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: avenirnextltpro-regular;
    font-size: 16px;
    color: #000000;
}

.ssPgTpItmImg {
    display: flex;
    align-items: center;
    justify-content: center;
    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: avenirnextltpro-regular;
        font-size: 17px;
        line-height: 1.4;
        color: #000000;
    }

.ssIcn {
    display: flex;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    transition: ease 0.4s;
    overflow: hidden;
}

.ssPgItm .ssActive {
    background-color: #E6EFF0;
}

    .ssPgItm .ssActive .ssIcn img {
        margin-left: -11px;
    }

    .ssPgItm .ssActive h2 {
        color: #0582A6;
    }

.ssPgCnt {
    height: 0;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

    .ssPgCnt p {
        padding: 0;
        margin: 0;
    }

.ssBtTx {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #000000;
}

    .ssBtTx a {
        font-family: avenirnextltpro-regular;
        color: #0582A6;
    }

.blgDtyCon {
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .blgDtyCon h2 {
        font-family: avenirnextltpro-regular;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #000000;
    }

.blgDtyTrh {
    margin-top: 5px;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #999999;
}

.blgDty {
    margin-top: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.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;
}

.dfEdCon {
    position: relative;
    max-width: 800px;
    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%;
}

    .dfEd h2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 30px;
        font-family: vivotypebold;
        font-size: 21px;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        color: #000000;
    }

    .dfEd h3 {
        font-family: vivotypebold;
        font-size: 55px;
        text-align: center;
        line-height: 1.2;
        color: #000000;
    }

    .dfEd p {
        margin-top: 30px;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: vivotypebold;
        font-size: 21px;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        color: #000000;
    }

.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: avenirnextltpro-regular;
        font-size: 22px;
        line-height: 1.1;
        color: #000000;
    }

    .spcSrc p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 30px;
        font-family: avenirnextltpro-regular;
        font-size: 18px;
        line-height: 1.6;
        color: #000000;
    }

    .spcSrc a {
        margin-top: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #0582A6;
    }

.othPgCon {
    width: 100%;
    margin: 0 auto;
    padding: 120px 60px;
    box-sizing: border-box;
 
}

.othPgMstBs{
    font-family: vivotypebold;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom:20px;
    color: #040404;
}

.othPgTx  {
    font-family: vivotypebold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #000000;
    opacity: 0.8;
}
