section {
    width: 100%;
    overflow: auto;
}
.wrap {
    width: 100%;
    height: auto;
}
.header {
    width: 100%;
    height: 146px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2%;
}
.ht {
    width: 100%;
    height: auto;
}
.fix {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 40px;
    z-index: 9999;
    position: fixed;
    overflow: auto;
}
.fix > a {
    width: 100%;
}
.fix > a > img {
    max-width: 500px;
    width: 100%;
}
.s1 {
    background-image: url("/image/site/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 934px;
    align-content: center;
}
.cp {
    margin-left: 5%;
}

.s1 p {
    font-size:32px;
}
.s1 h1 {
    color: black;
    font-size: 64px;
    font-weight: 800;
    line-height: 76px;
}
.s1 h2 {
    color: black;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;

}
.s1 h5 {
    margin-top: -8px;
    color: #0000008a;
    font-size: 18px;
    font-weight: 600;
}


.cp p {
    font-size: 30px;
    color: #3289ff;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 2px;
}
.cp > h2 {
    font-size:46px;
    line-height:60px;
    font-weight:400;
    color:#000;
}
.cp > h1 {
    font-size:74px;
    line-height:74px;
    font-weight:800;
    color:#19355b;
}
.cp p.notice {
    margin-top:15px;
    font-family: Pretendard;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color:#787878;
    margin-bottom:24px;
}

.ma li {
    /* list-style-image: url("/image/site/chk.svg"); */
    list-style: none;
    color: white;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* border-top: 3px solid #000; */
    /* border-bottom: 3px solid #000; */
    width: 550px;
    height: 80px;
    display: flex
;
    align-items: center;
    background-color: #19355b;
    /* padding: 40px; */
    /* place-content: center; */
    justify-content: center;
}
.conv {
    position: absolute;
    left: 580px;
    top: 270px;
}
.s2 {
    text-align: center;
    padding-top: 180px;
    background: #f9f9f9;
    padding-bottom: 100px;
    /* text-align-last: center; */
}
.s2 h1 {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 76px;
    /* 118.75% */
}
.bc {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 156.25% */
}
.ttt {
    height: auto;
    overflow: visible;
}
.tab {
    margin-top: 70px;
    height: 110px;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index:999;
}
.tab li {
    list-style: none;
    text-align: center;
    align-content: center;
    width: 340px;
    height: 110px;
    border-bottom: solid 3px #888;
}
.tab li.on {
    border-bottom: solid 4px #19345B;
}
.pro1 {
    margin-top: 80px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1326px;
    place-self: anchor-center;
}
.product img {
    margin-bottom: 30px;
}
.tab .name_on {
    color: #19345B;
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.tab .price_on {
    color: #19345B;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tab .name {
    color: #ccc;
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab .price {
    color: #ccc;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product {
    max-width: 1400px;
    justify-self: center;
}
.nbr {
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 1%;
}

.nbr li {
    width: 100%;
}
.nbr .tmb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
    background-color: white;
    align-content: center;
    padding: 5%;
}
.nbr .tmb img {
    margin: 0 !important;
    display: block;
    width: 100%;
    height: auto;
}
.pd-num {
    position:absolute;
    left:0;
    top:0;
    padding:5px 15px;
    color:#fff;
    background:#19345B;
    font-size:16px;
    font-weight:500;
}
.txt {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.dtl {
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 14px;
    margin-top: 5px;
}
#t1 {
  margin-bottom: 180px;
}
#t2 {
  margin-bottom: 670px;
}
#t3 {
  margin-bottom: 180px;
}
.s3 {
    text-align: center;
    padding-top: 180px;
    background: white;
    padding-bottom: 180px;
    max-width: 1400px;
    justify-self: center;
    display: flex;
}
.copy {
    text-align: left;
    width: 50%;
}
.s3 h1 {
    color: #000;
    font-family: Pretendard;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 76px;
    /* 118.75% */
}
.bc {
    margin-top: 30px;
    color: #111;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    text-align: center;
}
.rv {
    width: 55%;
    display: flex;
    flex-direction: column;
}
.rv li {
    display: flex;
    border-bottom: solid 1px #dedede;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.who {
    color: #A7A7A7;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 200% */
}
.c_tit {
    color: #555;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}
.det {
    margin-top: 10px;
    color: #111;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}
.rvi {
    width: 170px;
}
.rvc {
    width: 546px;
    text-align: left;
    margin-left: 30px;
}

.s4 {
    background: #19345B;
    padding-top: 180px;
    padding-bottom: 100px;
    color: white;
    width: 100%;
    /* max-width: 1400px; */
}
.pwhy {
    color: #5DBCE8;
    text-align: left;
    font-family: Pretendard;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-left: 260px;
    margin-bottom: 20px;
}
.pwhy b {
    color: white;
}
.long {
    /* width: 1660px; */
    width: 100%;
    height: 4px;
    background-color: white;
    margin-left: 260px;
    margin-bottom: 75px;
    overflow: hidden;
}
.whyd {
    text-align: -webkit-center;
}
.whyu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.whyu li {
    display: flex;
    justify-content: space-between;
}
.whyu li img {
    object-fit: scale-down;
    object-position: left;
    width: 45%;
}
.mrt {
    padding-top: 100px;
    background-color: #19345b;
    text-align: -webkit-center;
    color: white;
    padding-bottom: 180px;
}
.wt {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 76px;
    /* 118.75% */
}
.ccp {
    margin-top: 20px;
    color: #8AA4C9;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 20px;
}
.mm {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.mm > img {
    width: 100%;
}
.crd {
    padding-top: 20px;
    background-color: #19345b;
    text-align: -webkit-center;
    color: white;
    padding-bottom: 180px;
}
.card {
    width: 100%;
    margin-top: 50px;
    border-top: solid 2px white;
    display: flex;
    flex-direction: column;
    place-self: anchor-center;
}
.card li {
    margin-top: 30px;
    width: 100%;
    display: flex;
    border-bottom: solid 1px #36598B;
    gap: 400px;
    justify-content: space-between;
}
.ctxt {
    text-align: left;
}
.crd_t {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 700;
}
.bl {
    margin-top: 10px;
    color: #5DBCE8;
    font-size: 24px;
    font-weight: 700;
}
.bl b {
    color: white;
}
.crd_d {
    margin-top: 20px;
    color: #9CB1CF;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.call {
    width: 100%;
    padding-top: 20px;
    background-color: #19345b;
    text-align: -webkit-center;
    color: white;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
    position: relative;
}

.call > form {
    width: 100%;
}

.foot {
    width: 100%;
    height: 411px;
    align-items: center;
    text-align: center;
    color: #868686;
    align-content: center;
}
.ft {
    /* width: 19%; */
    margin-top: 20px;
    margin-bottom: 20px;
    place-self: center;
}
.foot a {
    color: #121212;
    margin-top: 20px;
    padding: 10px;
}

.cp1 {
    width: 100%;
    display: flex;
    align-items: center;
}

/* Form 스타일 */
.form {
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}
.form input[type="text"] {
    background-color: #122A4C;
    height: 96px;
    border: none;
    padding: 0 20px;
    color: white;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
}

.form input[type="submit"] {
    background-color: #fff;
    height: 96px;
    border: none;
    padding: 0 20px;
    color: #122A4C;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
}

.form input[type="text"]::placeholder {
    color: #7C99C3;
}

.form select {
    background-color: #122A4C;
    height: 96px;
    border: none;
    padding: 0 20px;
    color: #7C99C3;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.form select option {
    background-color: #122A4C;
    color: white;
}

/* 체크박스 스타일 */
.form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    appearance: none;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.form input[type="checkbox"]:checked {
    background-color: #122A4C;
    border-color: #122A4C;
}

.form input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.form label[for="agree"] a {
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.agree {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
    padding-bottom: 40px;
    padding-top: 25px;
}
.agree > label > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.agree > label {
    color: #9CB1CF;
    font-size: 20px;
}
.text-left {
    text-align: left !important;
}
.text-left > span {
    font-size:16px;
}
.program-title {
    width: 100%;
    padding: 0 20px;
}
.program-content {
    width: 100%;
    padding: 0 20px;
}

.ptitle {
    display: flex;
    width: 100%;
    height: 100px;
    border: 2px solid #fff;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.ptitle p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.pcontent {
    white-space: pre-line;
    line-height: 1.6;
    font-size: 16px;
    color: #9CB1CF;
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
    text-align: left;
}

.pcontent.active {
    max-height: 2500px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
}

/* pcontent 내 테이블 스타일 */
.pcontent table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pcontent table td {
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #9CB1CF;
    background-color: rgba(255, 255, 255, 0.05);
}

.pcontent table tr:first-child td {
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.pcontent table tr:not(:first-child) td {
    background-color: rgba(255, 255, 255, 0.08);
}

.pcontent table tr:hover td {
    background-color: rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease;
}

.ptitle .iconbox {
    transition: transform 0.3s ease-in-out;
}

.ptitle.active .iconbox {
    transform: rotate(180deg);
}

/* 레이어 팝업 스타일 */
.layer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    border-radius: 12px;
    width: 100%;
    max-width: 680px;
    max-height: 80vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popup-header {
    background-color: #19345B;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-body {
    padding: 30px 20px;
    color: #333;
    line-height: 1.6;
    overflow-y: auto;
    flex: 1;
    max-height: calc(80vh - 140px);
}
.popup-body img {
    width: 100%;
}
.popup-body p {
    margin: 0 0 15px;
    font-size: 16px;
}

.popup-footer {
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background-color: #f8f9fa;
}

.btn-close,
.btn-close-today {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-close-today {
    background-color: #6c757d;
    color: white;
}

.btn-close-today:hover {
    background-color: #5a6268;
}

.btn-close {
    background-color: #19345B;
    color: white;
}

.btn-close:hover {
    background-color: #122A4C;
}

/* 푸터 스타일 */
.footer {
    background-color: #19345B;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #5DBCE8;
}

.separator {
    color: #8AA4C9;
    margin: 0 5px;
}

.footer-info p {
    margin: 0;
    color: #8AA4C9;
    font-size: 14px;
}

/* 팝업 내용 스타일 */
.popup-body h4 {
    color: #19345B;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
    border-bottom: 2px solid #19345B;
    padding-bottom: 5px;
}

.popup-body h4:first-child {
    margin-top: 0;
}

.popup-body ul {
    margin: 10px 0;
    padding-left: 20px;
}

.popup-body li {
    margin: 5px 0;
    line-height: 1.6;
}

/* 스크롤바 스타일 */
.popup-body::-webkit-scrollbar {
    width: 8px;
}

.popup-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.popup-body::-webkit-scrollbar-thumb {
    background: #19345B;
    border-radius: 4px;
}

.popup-body::-webkit-scrollbar-thumb:hover {
    background: #122A4C;
}
@media (max-width: 1200px) {
    .fix {
        width: 50%;
    }
    .s1 h1 {
        font-size: 28px;
    }

    .s1 h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .ma li {
        font-size: 24px;
        line-height: 36px;
    }

    .conv {
        width: 30%;
        left: 60%;
        top: 60px;
    }

    .cp {
        margin-left: 20px;
    }
    .header {
        flex-direction: column;
    }
    .s1 {
        height: calc(100vh - 146px);
    }
    .s2 h1 {
        font-size: 34px;
    }
    .bc {
        padding: 0 20px;
        font-size: 24px;
        line-height: 36px;
        margin-top: 0;
    }
    .s2 {
        padding-top: 60px;
    }
    .tab .name {
        font-size: 24px;
    }
    .tab .price {
        font-size: 18px;
    }
    .tab li {
        height: 85px;
    }
    .tab {
        margin-top: 40px;
        padding: 0 20px;
    }
    .product {
        width: 100%;
    }
    .name_on {
        font-size: 24px !important;
    }
    .price_on {
        font-size: 18px !important;
    }
    .product > div {
        display: block;

        padding: 0 20px;
        width: auto;
    }
    .product > div > img {
        width: 100%;
    }
    .s3 {
        width: 100%;
        flex-direction: column;
    }
    .copy {
        width: 100%;
        margin-bottom: 25px;
    }
    .rv {
        width: 100%;
        padding: 0 20px;
    }
    .s3 h1 {
        font-size: 34px;
        padding: 0 20px;
        line-height: 44px;
    }
    .rv li {
        height: auto;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .rvc {
        margin-left: 0;
        width: 100%;
    }
    .why {
        width: 100%;
        margin: 0 auto;
    }
    .pwhy {
        text-align: center;
        font-size: 34px;
        margin-left: 0;
    }
    .long {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .whyu {
        gap: 50px;
    }
    .whyu li {
        flex-direction: column;
        gap: 10px;
    }
    .whyu li img {
        width: 100%;
    }
    .wt {
        font-size: 34px;
        line-height: 44px;
    }
    .ccp {
        font-size: 24px;
        margin-top: 10px;
        line-height: normal;
    }
    .mm {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .card {
        margin-top: 0;
    }
    .card li {
        flex-direction: column-reverse;
        gap: 0;
        padding-bottom: 25px;
    }
    .crd_t {
        font-size: 28px;
    }
    .call {
        flex-direction: column;
    }
    .pro1 {}
    .ft {
        width: 100%;
    }
    .form input[type="text"] {
        font-size: 18px;
        height:60px;
    }
    .form select {
        height:60px;
    }
    .agree > label {
        font-size: 16px;
    }
    .form input[type="submit"] {
        height: 65px;
        font-size: 18px;
    }
    .form select {
        font-size: 18px;
    }
    .ptitle p {
        font-size: 18px;
    }

}
@media (max-width: 800px) {
    .s1 {
        background-image: url("/image/site/bgm.png") !important;
        align-content: baseline;
        min-height: 680px;
    }
    .s1 h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .s1 h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .ma {
        margin-left: 0;
    }
    .ma li {
        font-size: 20px;
        line-height: 28px;
        list-style: none;
    }
    .s1 h5 {
        margin-top: 0;
        font-size: 14px;
    }
    .conv {
        left: 72.5%;
    }
    .mm {
        width: 100%;
        left: 4%;
        position: relative;
    }
    .ctxt {
        margin-left: 4%;
        margin-top: -50px;
    }
    .whyu {
        padding: 20px 20px 80px;
    }
    .s4 .inner{
      padding: 0px;
    }
    .why {
      padding: 0 20px;
    }
    .crd {
      padding: 0 20px;
    }
    .call {
      padding: 0 20px;
    }
    .ptitle {
      margin-top: 40px;
      width: 88%;
      height: 70px;
      place-self: anchor-center;
    }
    .fix {
        width: 70%;
    }

    .s2 {
        padding-bottom: 5px;
    }
    .s3 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .s4 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .mrt {
        padding-top: 80px;
        padding-bottom: 20px;
        background-color: #175990;
    }
    .crd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .product > div {
        display: block;
    }
    .pro1 {
        margin-top: 20px;
    }
    .nbr {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 100px;
    }
    .dtl {
        margin-bottom: 0;
        font-size: 10px;
    }
    #t1,#t2,#t3 {
      margin-bottom: 0px;
    }
    .s3 {
        text-align-last: center;
    }
    .rv {
        margin-top: 20px;
    }
    .rv li {
        align-items: center;
        text-align-last: center;
    }
    .det {
        text-align: center;
    }
    .txt {
        font-size: 16px;
    }
    .conv {
      width: 23%;
    }


    .cp {
        padding: 60px 30px;
        margin-left:0;
    }
    .cp p {
        font-size:18px;
        line-height: 18px;
        margin-bottom: 0px;
    }
    .cp > h2 {
        font-size:28px;
        line-height:42px;
        font-weight:400;
        color:#000;
    }
    .cp > h1 {
        font-size:50px;
        line-height:54px;
        font-weight:800;
        color:#19355b;
    }
    .cp p.notice {
        margin-top:5px;
        font-family: Pretendard;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color:#787878;
        margin-bottom:20px;
    }
    
    .ma li {
        /* list-style-image: url("/image/site/chk.svg"); */
        list-style: none;
        color:#fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        width:100%;
        height:auto;
        display: flex;
        align-items: center;
        padding:15px 0;
    }
}
