﻿body {
    margin: 0 0 0 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'HelveticaNeueLTProBd';
    src: url('../../Font/HelveticaNeueLTProBd.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTProMd';
    src: url('../../Font/HelveticaNeueLTProMd.ttf') format('truetype');
}

@font-face {
    font-family: 'helveticaneueltpromd';
    src: url('../../font/helveticaneueltpromd.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTProLt';
    src: url('../../Font/HelveticaNeueLTProLt.ttf') format('truetype');
}

@font-face {
    font-family: 'helveticaneueltproltcn';
    src: url('../../font/helveticaneueltproltcn.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTProTh';
    src: url('../../Font/HelveticaNeueLTProTh.ttf') format('truetype');
}

@font-face {
    font-family: 'helveticaneueltproexo';
    src: url('../../font/helveticaneueltproexo.otf') format('opentype');
}

@font-face {
    font-family: 'helveticaneueltprobdexo';
    src: url('../../font/helveticaneueltprobdexo.otf') format('opentype');
}

@font-face {
    font-family: 'helveticaneueltproultlt';
    src: url('../../font/helveticaneueltproultlt.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../Font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-light';
    src: url('../../font/inter-light.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-medium';
    src: url('../../font/inter-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('../../font/inter-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-semibold';
    src: url('../../font/inter-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-thin';
    src: url('../../font/inter-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-bold';
    src: url('../../font/inter-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-extrabold';
    src: url('../../font/inter-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-black';
    src: url('../../font/inter-black.ttf') format('truetype');
}

.cen {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#hdTp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 49px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #edf2fa;
    background-color: #fff;
}

#hdTxCon {
    display: flex;
}

.hdTx {
    margin-right: 30px;
    font-family: HelveticaNeueLTProLt;
    font-size: 14px;
    color: #80868b;
}

    .hdTx a {
        color: #80868b;
    }

.hdTpRg {
    display: flex;
}

    .hdTpRg .hdTx {
        margin: 0 0 0 30px;
    }

#hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.5s ease;
    background-color: #fff;
    border-bottom: 1px solid #edf2fa;
    box-shadow: 0 1px 4px 0 rgb(14 12 79 / 5%);
    z-index: 1;
}

#lg {
    /*height: 26px;*/
    height: 40px;
    padding: 5px 0;
}

    #lg img {
        display: block;
        height: 100%;
        transition: ease .3s;
    }

#lnkCon {
    height: 55px;
    display: flex;
    align-items: center;
}

#lgMbl {
    display: none;
}

#mbPh {
    display: none;
}

.lnk {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    font-family: inter-regular;
    font-size: 16px;
    color: #333e48;
    cursor: pointer;
}

    .lnk:hover {
        color: #099aa9;
    }

.lnkIco {
    width: 13px;
    display: none;
}

#cls {
    display: none;
}

.hdTlCon {
    display: flex;
    align-items: center;
    font-family: inter-regular;
    font-size: 16px;
    margin-right: 5px;
}

    .hdTlCon img {
        height: 22px;
        margin:-3px 5px 0 0;
    }

    .hdTlCon a {
   color:#000;
    }

.hdBtnCon {
    display: flex;
    align-items: center;
}

.hdBtn {
    display: flex;
    align-items: center;
    margin-left: 8px;
    height: 40px;
    transition: ease .3s;
    font-family: HelveticaNeueLTProMd;
    font-size: 16px;
    color: #fff;
}

    .hdBtn:hover {
        transition: ease .3s;
        opacity: .8;
    }

    .hdBtn img {
        height: 40px;
    }

.hdBtn_1 {
    border: 1px solid #d7dde4;
    background-color: #fff;
    transition: ease .3s;
    color: #333e48;
}

    .hdBtn_1:hover {
        transition: ease .3s;
        opacity: .7;
    }

#mbBtn {
    display: none;
}

.ft {
    display: flex;
    background-color: #fff;
}

.ftLf {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 120px 65px 120px 65px;
    box-sizing: border-box;
    background-color: #00194d;
}

.ftLfBs {
    margin-bottom: 15px;
    font-family: HelveticaNeueLTProBd;
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
}

.ftLfOzt {
    margin-bottom: 25px;
    font-family: HelveticaNeueLTProLt;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.ftLfDty {
    font-family: HelveticaNeueLTProLt;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.ftRg {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
    margin-top: 50px;
    border-top: 1px solid #e4e8ed;
    padding: 90px 65px 90px 65px;
    box-sizing: border-box;
}

.ftItmCon {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.ftItm {
    display: flex;
    flex-direction: column;
}

.ftItmBs {
    margin-bottom: 15px;
    font-family: inter-semibold;
    font-size: 16px;
    color: #000;
}

.ftItmTelBs {
    margin-bottom: 15px;
    font-family: inter-light;
    font-size: 16px;
    color: #717171;
}



.hdMblTl {
    font-family: inter-regular;
    font-size: 16px;
    color: #000;
}

    .hdMblTl img {
        height: 22px;
    }

    .hdMblTl a{
       color:#000;
    }

.ftItmScBs {
    margin-bottom: 15px;
    font-family: inter-semibold;
    font-size: 16px;
    margin-top: 50px;
    color: #000;
}

.ftItm a {
    margin: 5px 0;
    opacity: .8;
    font-family: inter-regular;
    font-size: 16px;
    color: #717171;
}

.ftNav {
    margin: 5px 0;
    opacity: .8;
    font-family: inter-regular;
    font-size: 16px;
    color: #717171;
}

.ftItmLn {
    margin: 8px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}

.ftBt {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.ftLg {
    height: 75px;
    padding: 5px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

    .ftLg img {
        height: 75px;
    }

.ftBtLn {
    flex: 1;
    margin: 0 20px;
    border-bottom: 2px solid #fff;
}

.ftSm {
    display: flex;
}

    .ftSm img {
        width: 25px;
        margin-right: 20px;
    }

.ftCp {
    margin-top: 20px;
    font-family: HelveticaNeueLTProTh;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.6;
    color: #717171;
}

    .ftCp span {
        opacity: .8;
        color: #000;
    }

        .ftCp span a {
            color: #000;
        }

.btnSpch {
    position: fixed;
    display: flex;
    align-items: center;
    right: 56px;
    bottom: 48px;
    padding: 12px 14px;
    border: 2px solid #fff;
    border-radius: 50px 50px 10px 50px;
    overflow: hidden;
    background-image: linear-gradient( 25deg,#099aa9 8%,#76c2b6 85%);
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 16%);
    -webkit-transition: background-position .2s,box-shadow .2s,bottom .2s;
    transition: background-position .2s,box-shadow .2s,bottom .2s;
    cursor: pointer;
}

.btnSpchIcn {
    width: 24px;
    margin-right: 8px;
    transition: ease .3s;
}

.btnSpchTx {
    width: 80px;
    height: 18px;
    transition: ease .3s;
    overflow: hidden;
    font-family: HelveticaNeueLTProBd;
    font-size: 14px;
    color: #fff;
}

.btnSpch:hover {
    bottom: 50px;
    background-image: linear-gradient( 25deg,#099aa9 14%,#76c2b6 95%);
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 14%);
}

.fixWhtGrsClsIco {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 35px;
    -moz-border-radius-bottomright: 8px;
    background-color: #707c92;
    cursor: pointer;
    z-index: 2;
}

    .fixWhtGrsClsIco img {
        width: 8px;
    }

.fixWhtOpn {
    position: fixed;
    flex-direction: column;
    width: 325px;
    bottom: 100px;
    right: -400px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px 5px 8px 8px;
    box-shadow: 0px 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,.04);
    opacity: 0;
    transition: ease .8s;
    z-index: 1;
}

.fixWhtOpnTp {
    display: flex;
    padding: 25px 15px 20px 15px;
    box-sizing: border-box;
    background: #099aa9;
}

.fixWhtOpnTpIco {
    max-width: 60px;
    min-width: 60px;
    padding-right: 15px;
    box-sizing: border-box;
}

    .fixWhtOpnTpIco img {
        width: 100%;
    }

.fixWhtOpnTpTxCon {
}

.fixWhtOpnTpTxCon {
    width: 100%;
}

.fixWhtOpnTpBs {
    font-family: inter-medium;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.fixWhtOpnTpTx {
    font-family: inter-regular;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #fff;
}

    .fixWhtOpnTpTx span {
        font-family: inter-medium;
    }


.fixWhtOpnInf {
    padding: 20px 20px;
    box-sizing: border-box;
    font-family: inter-regular;
    font-size: 11px;
    color: #333e48;
}

.fixWhtOpnMh {
    display: flex;
    width: calc(100% - 40px);
    margin-bottom: 25px;
    padding: 15px;
    box-sizing: border-box;
    margin-left: 20px;
    border-left: 2px solid #2db742;
    background-color: #f5f7f9;
}

.fixWhtOpnMhFt {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

    .fixWhtOpnMhFt img {
        width: 100%;
    }

.fixWhtOpnMhTx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}

.fixWhtOpnMhBs {
    font-family: inter-medium;
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em;
}

.fixWhtOpnMhAltBs {
    padding: 2px 0;
    font-family: inter-regular;
    font-size: 11px;
    color: #989b9f;
    line-height: 1.125em;
}

.fixWhtOpnMhIco {
    max-width: 40px;
    min-height: 40px;
}

    .fixWhtOpnMhIco img {
        width: 100%;
    }

.mblhdTlCon {
    display: none;
}

@media (max-width: 992px) {
    #mbBtn {
        display: block;
        margin-left: 10px;
        padding: 10px;
        cursor: pointer;
    }

    #hdTp {
        display: none;
    }

    #hd {
        padding: 8px 15px;
    }

    #lg {
        width: 120px;
    }

    #mbMn::-webkit-scrollbar {
        display: none;
    }

    #mbMn {
        position: fixed;
        width: 280px;
        height: 100vh;
        top: 0;
        left: -280px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        overflow: auto;
    }

    #lnkCon {
        height: auto;
        flex-direction: column;
        align-items: normal;
    }

    #lgMbl {
        display: block;
        margin-bottom: 20px;
        padding: 18px 16px 14px;
        border-bottom: 1px solid #dadce0;
    }

        #lgMbl img {
            display: block;
            width: 150px;
        }

    #mbPh {
        display: block;
        margin: 30px 0 20px 0;
        font-family: Roboto-Black;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }

    #lnkCon a {
        width: 100%;
        height: 50px;
    }

    .lnk {
        width: 100%;
        height: auto;
        padding: 13px 16px;
        justify-content: space-between;
        flex-direction: row;
        font-size: 14px;
    }

        .lnk:hover {
            background-color: transparent;
            color: #727272;
        }

    .lnkIco {
        display: block;
    }

    #cls {
        position: absolute;
        width: 35px;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
    }

    #hdBtn {
        display: none;
    }

    .ft {
        flex-direction: column;
    }

    .ftLf {
        width: 100%;
    }

    .ftRg {
        width: 100%;
    }

    .ftItmCon {
        display: contents;
        flex-wrap: wrap;
    }

    .ftItm {
        padding-right: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ftLf {
        padding: 65px 40px;
    }

    .ftRg {
        padding: 75px 40px;
    }

    .ftItmCon {
        justify-content: start;
    }

    .hdTlCon {
        display: none;
    }

    .btnSpch {
        right: 10px;
        bottom: 10px;
        padding: 8px 10px;
    }

        .btnSpch:hover {
            bottom: 10px;
        }
}

@media (max-width: 480px) {
    .hdBtn_1 {
        display: none;
    }

    .ftLf {
        padding: 50px 15px;
    }

    .ftRg {
        padding: 70px 15px 55px 15px;
    }

    .ftBt {
        flex-direction: column;
        align-items: start;
        margin-top: 80px;
    }

    .ftSm {
        margin-top: 50px;
    }

    /* ///unal///*/

    .hdTlCon {
        display: none;
    }

    .mblhdTlCon {
        display: block;
        margin: 25px;
        font-family: inter-light;
        font-size: 12px;
    }

        .mblhdTlCon img {
            height: 22px;
        }
}
