﻿body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

img {
    display: block;
}

a {
    text-decoration: none;
    width: fit-content
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../../font/poppins-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../../font/poppins-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../../font/poppins-bold.ttf') format('truetype');
}


.hdTp {
    display: flex;
    width: 100%;
    background-color: #F9F9F9;
}

.hdTpCen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1700px;
    height: 100px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

.lg_A {
    height: fit-content;
}

#lg {
    height: 75px;
    transition: ease .3s;
}

.hdTpBtnCon {
    display: flex;
}

.hdTpBtn {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 15px;
    padding: 0 20px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    background-color: #fff;
}

.hdTpBtnTx {
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

.hdTpBtnTxMn {
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

.hdTpBtnIcn {
    margin-right: 10px;
    height: 20px;
}

.hdTpBtnLngVsb {
    display: none;
}

.hdTpBtnLngIcn {
    height: 20px;
    margin-right: 10px;
}

.hdTpBtnOpnIcn {
    height: 8px;
    margin-left: 10px;
}

.hdTpBtn:hover {
    background-color: #E0FCFF;
}

    .hdTpBtn:hover .lngMnCon {
        display: block;
    }

#mbBtn {
    display: none;
}

#hd {
    position: relative;
    width: 100%;
    z-index: 1;
}

#hdCen {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.mbMnHd {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

#lgMbl img {
    height: 30px;
}

.clsCon {
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .3s;
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

.cls {
    display: block;
    width: 10px;
    height: auto;
    margin-left: 10px;
}

#lnkCon {
    display: flex;
    align-items: center;
}

.lnk {
    position: relative;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    box-sizing: border-box;
    transition: .3s ease;
    cursor: pointer;
    font-family: poppins-medium;
    font-size: 18px;
    color: #1A1A1A;
}

.lnkIcn {
    height: 25px;
    margin: -2px 20px 0 0;
}

.lnk:hover {
    color: #248471;
}

.hdMblBtn {
    position: relative;
    display: none;
    align-items: center;
    height: 40px;
    margin: 30px 0;
    padding: 0 20px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    background-color: #E0FCFF;
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

.hdMblBtnIcn {
    margin-right: 10px;
    height: 20px;
}

.hdMblBtn:hover {
    background-color: #fff;
}

.mnSmCon {
    display: none;
}

.mnSm {
    height: 18px;
    margin-right: 25px;
}

.lngBtn {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .3s;
    background-color: #fff;
    font-family: poppins-regular;
    font-size: 16px;
    color: #1A1A1A;
}

    .lngBtn:hover {
        background-color: #E0FCFF;
    }

        .lngBtn:hover .lngMnCon {
            display: block;
        }

.lngBtnIcn {
    height: 20px;
    margin-right: 10px;
}

.lngBtnOpnIcn {
    height: 8px;
    margin-left: 10px;
}

.lngMnCon {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    padding-top: 55px;
}

.lngMn {
    position: relative;
    width: 230px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    z-index: 1;
    background-color: #fff;
}

.lngMnIcn {
    position: absolute;
    top: -10px;
    right: 25px;
    height: 10px;
}

.lngItm {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    font-family: poppins-regular;
    font-size: 15px;
    color: #1A1A1A;
}

    .lngItm:hover {
        background-color: #F5F5F5;
    }

.lngIcn {
    width: 25px;
    height: 15px;
    object-fit: cover;
    margin-right: 10px;
}

.ftTp {
    width: 100%;
    padding: 50px 0 40px 0;
    background-color: #207665;
}

.ftTpCen {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

.ftTpBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    height: 150px;
    border-radius: 30px;
    padding: 0 90px 0 30px;
    box-sizing: border-box;
    background-color: #2a9882;
}

.ftTpBxLf {
    padding-right: 40px;
    box-sizing: border-box;
}

    .ftTpBxLf h2 {
        font-family: poppins-regular;
        font-size: 16px;
        color: #fff;
    }

    .ftTpBxLf h3 {
        margin-top: 5px;
        font-family: poppins-bold;
        font-size: 28px;
        line-height: 1.1;
        color: #fff;
    }

.ftTpBxCen {
    display: flex;
    align-items: center;
}

.ftTpBxCenTx {
    width: max-content;
    padding: 10px 35px 10px 25px;
    border-radius: 8px;
    background-color: #EBFF00;
    font-family: poppins-bold;
    font-size: 18px;
    color: #248471;
}

.ftTpBxCenSmlTx {
    display: flex;
    align-items: center;
    height: fit-content;
    margin-left: -20px;
    padding: 5px 12px;
    border-radius: 100vw;
    background-color: #1A1A1A;
    font-family: poppins-regular;
    font-size: 14px;
    color: #fff;
}

.ftTpBxCenSmlTxDt {
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 100vw;
    background-color: #EBFF00;
}

.ftTpImg {
    height: 230px;
    margin-left: 80px;
}

.ftTpTwImg {
    margin-left: 30px;
}

.ft {
    width: 100%;
    background: #fff;
}

.ftCen {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.ftOne {
    display: flex;
    align-items: end;
    width: 100%;
    border-bottom: 2px solid #F5F5F5;
}

.ftOneLf {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-block: 15px;
}

.ftLg {
    width: 180px;
}

.ftOneLfBt {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ftSmCon {
    display: flex;
}

    .ftSmCon img {
        height: 20px;
        margin-right: 20px;
    }

.ftLnk {
    display: flex;
    font-family: poppins-regular;
    font-size: 15px;
    color: #1A1A1A;
}

    .ftLnk a {
        height: fit-content;
        margin-right: 20px;
        color: #1A1A1A;
    }

.ftOneRg {
    display: flex;
    width: 50%;
    height: fit-content;
    margin-left: 30px;
    padding: 30px;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #F5F5F5;
}

.ftIcn {
    width: 20px;
}

.ftOneRgTxCon {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.ftOneRgBs {
    font-family: poppins-regular;
    font-size: 14px;
    color: #1A1A1A;
}

.ftOneRgTx {
    font-family: poppins-medium;
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
}

    .ftOneRgTx a {
        color: #1A1A1A;
    }

.ftOneRgLnk {
    margin-top: 3px;
    font-family: poppins-bold;
    font-size: 14px;
    color: #248471;
}

    .ftOneRgLnk a {
        color: #248471;
    }

.ftTw {
    display: flex;
    width: 100%;
}

.ftTwLf {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 15px 0;
    font-family: poppins-regular;
    font-size: 14px;
    color: #1A1A1A;
}

    .ftTwLf a {
        color: #1A1A1A;
    }

.ftTwRg {
    display: flex;
    width: 50%;
    margin: -2px 0 0 30px;
    border-top: 2px solid #E9E9E9;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F5F5F5;
}

.ftTwRgItm {
    display: flex;
    padding: 30px;
    box-sizing: border-box;
}

.ftTwRgItmSpr {
    border-right: 2px solid #E9E9E9;
}

.cpBt {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    font-family: poppins-regular;
    font-size: 14px;
    text-align: center;
    color: #1A1A1A;
}

    .cpBt a {
        color: #1A1A1A;
    }
