body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.main {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #F9F7F4;
    margin-top: -6px;
}

.white {
    color: white !important;
}

.textAlignLeft {
    text-align: left !important;
}

.blueTitle {
    color: #4AC8C1 !important;
}

.titleStyleOne {
    color: #3AAFA9;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
    line-height: 150%;
}

.titleStyleTwo {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #74E7BD;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #2B7A77;
}

.infoStyleOne {
    padding-top: 40px;
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
}

.section {
    width: 100%;
    padding: 50px 0;
    height: auto;
    overflow: auto;
    position: relative;
}

.sectionContain {
    width: 1080px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.section:nth-child(4) {
    background-color: #FFFFFF;
}

.section:nth-child(2) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../../img/menu/3/3-1/img-2.jpg");
}

.sectionSubTitle {
    width: 100%;
    font-weight: 700;
    overflow: hidden;
}

.pdfLinkDiv {
    padding: 30px 0 100px 0;
}

ul {
    padding-left: 4px;
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    color: #40474A;
}

li {
    font-weight: 400 !important;
    margin: auto;
    background: url("../../../img/menu/4/4-1/icon-5.svg") no-repeat 0 10px transparent;
    list-style-type: none;
    padding: 0 0 0 24px;
}

.noPadding {
    padding: 0 !important;
}

.paddingTopBottom {
    padding: 40px 0 !important;
}

.paddingBottom {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
}

.rmiFlow {
    padding-top: 30px;
}

.rmiPoliceDiv {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 0;
}

.rmiPolice {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
}

.rmiPolice.active {
    background: white;
}

.rmiPolice.active .rmiPoliceNum{
    background: #FFB636;
}

.rmiPoliceNum {
    width: 40px;
    height: 40px;
    background: #4AC8C1;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 40px;
}

.rmiPoliceName {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 2%;
}

/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .section {
        padding: 20px 0;
    }

    .sectionContain {
        width: 100%;
        padding: 0 15px;
    }

    .titleStyleOne {
        font-size: 24px;
    }

    .titleStyleTwo {
        font-size: 20px;
        margin-top: 20px !important;
    }

    .titleStyleThree {
        font-size: 20px;
    }

    .infoStyleOne {
        font-size: 16px;
        padding-top: 20px;
    }

    .rmiPoliceDiv {
        padding: 20px 0;
    }

    .rmiPoliceName {
        font-size: 16px;
        flex: 2;
    }

    .rmiPolice {
        padding: 15px;
    }

    .pfdLinkBtn {
        font-size: 16px;
        width: 250px;
        line-height: 19px;
        padding: 7px 50px 7px 20px;
    }

    .pdfLinkDiv {
        padding: 0 0 40px 0;
    }

    ul {
        font-size: 16px;
    }

    .paddingBottom {
        padding-bottom: 20px !important;
    }

    .paddingTopBottom {
        padding: 20px 0 !important;
    }

    .rmiFlow {
        overflow-x: scroll;
    }

    li {
        padding: 3px 0 0 20px;
    }
}