﻿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-semibold';
    src: url('../../font/poppins-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../../font/poppins-bold.ttf') format('truetype');
}

.hdTp {
    display: flex;
    width: 100%;
    background-color: #F7F8F8;
}

.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: 90px;
    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: #F7F8F8;
}

    .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: 0 20px;
    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;
}

.lnkHmIcn {
    flex-shrink: 0;
    height: 25px;
    margin: -2px 20px 0 0;
}

.lnkIcn {
    flex-shrink: 0;
    width: 10px;
    margin-left: 10px;
}

.lnk:hover {
    color: #176FAE;
}

.lnkDwCon {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    width: max-content;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    z-index: 1;
    background-color: #fff;
}

.lnk:hover .lnkDwCon {
    display: block;
}

.lnkDwIcn {
    position: absolute;
    top: -10px;
    left: 25px;
    height: 10px;
}

.lnkDw {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    font-family: poppins-medium;
    font-size: 18px;
    color: #1A1A1A;
}

    .lnkDw:hover {
        background-color: #F7F8F8;
    }

.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: #F7F8F8;
    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: #F7F8F8;
    }

        .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: #F7F8F8;
    }

.lngIcn {
    width: 25px;
    height: 15px;
    object-fit: cover;
    margin-right: 10px;
}

.ftTp {
    width: 100%;
    padding: 50px 0 40px 0;
    background-color: #F7F8F8;
}

.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: #176FAE;
}

.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: #176FAE;
}

.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;
    height:80px;
}

.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 #F7F8F8;
}

.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: #F7F8F8;
}

.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: #176FAE;
}

    .ftOneRgLnk a {
        color: #176FAE;
    }

.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: #F7F8F8;
}

.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;
    }











.ftEndTp {
    width: 100%;
    background-color: #F7F8F8;
}

.ftEndTpCen {
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.ftEndTpLg {
    height: 40px;
}

.ftEnd {
    width: 100%;
    background-color: #fff;
}

.ftEndCen {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.ftEndArs {
    display: flex;
    flex-direction: column;
}

    .ftEndArs h2 {
        font-family: poppins-semibold;
        font-size: 18px;
        color: #1A1A1A;
    }

.ftEndArsTx {
    margin: 10px 0;
    font-family: poppins-regular;
    font-size: 18px;
    color: #1A1A1A;
}

.ftEndArsLnk {
    display: flex;
    align-items: center;
    font-family: poppins-regular;
    font-size: 18px;
    color: #176FAE;
}

    .ftEndArsLnk a {
        color: #176FAE;
    }

    .ftEndArsLnk img {
        height: 12px;
        margin-left: 10px;
    }

.ftEndSm {
    display: flex;
    margin-top: 30px;
}

    .ftEndSm a {
        margin-left: 30px;
    }

        .ftEndSm a:nth-child(1) {
            margin-left: 0;
        }

    .ftEndSm img {
        height: 23px;
    }

.ftEndItmCon {
    display: flex;
    justify-content: space-between;
}

.ftEndItm {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    box-sizing: border-box;
}

    .ftEndItm h2 {
        font-family: poppins-semibold;
        font-size: 18px;
        color: #1A1A1A;
    }

    .ftEndItm a {
        margin-top: 10px;
        font-family: poppins-regular;
        font-size: 18px;
        color: #1A1A1A;
    }

.ftEndBtCon {
    width: 100%;
    border-top: 2px solid #F7F8F8;
}

.ftEndBt {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.ftEndCp {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.5;
    color: #1A1A1A;
}

    .ftEndCp a {
        color: #1A1A1A;
    }

.rpCpRg {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.5;
    color: #1A1A1A;
}

    .rpCpRg a {
        color: #1A1A1A;
    }

.cntMst {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.cntMstLfCon {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 350px;
}

.cntMstLf {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

    .cntMstLf h2 {
        width: calc(100% + 40px);
        margin: 0 0 15px -20px;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #EDEDED;
        font-family: poppins-semibold;
        font-size: 18px;
        color: #1A1A1A;
    }

.cntMstLfLnk {
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .cntMstLfLnk:hover {
        background-color: #ffffff;
    }

.cntMstRg {
    width: 100%;
    margin-left: 30px;
}

.cntMstRgBs {
    font-family: poppins-bold;
    font-size: 32px;
    color: #1A1A1A;
}

.cntMstRg p {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.cntMstLfBlg {
    display: flex;
    margin-bottom: 15px;
    padding-right: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow:hidden;
}

    .cntMstLfBlg:hover {
        background-color: #ffffff;
    }

.cntMstLfBlgImg {
    display: flex;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    margin-right:10px;
    border-radius:5px;
    object-fit: cover;
}

.cntMstLfBlgTx {
    display: flex;
    flex-direction: column;
    margin-top:5px;
}

    .cntMstLfBlgTx h3 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-semibold;
        font-size: 16px;
        color: #1A1A1A;
    }

    .cntMstLfBlgTx p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-block-start: 0em!important;
        margin-block-end: 0em!important;
        font-family: poppins-regular;
        font-size: 15px;
        line-height: 1.6;
        color: #1A1A1A;
    }
