#content .inner {
    /* max-width: 1340px; */
}

/* beginnerMain */

.beginnerMain {
    padding: 31px 0 29px;
    text-align: center;
    background: #F2F6F9;
}

.beginnerMain .mainPhoto {
    width: 208px;
    margin: 0 auto 24px;
}

.beginnerMain .mainTitle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
    color: #00AFEC;
}

.beginnerMain .mainTxt {
    font-size: 16px;
    line-height: 1.62;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.titleBox {
    font-size: 26px;
    text-align: center;
    background: #D9EFF6;
    padding: 10px 0 11px;
    letter-spacing: 1px;
}

/*END-beginnerMain */

/*AREASAFELY*/

.areaSafely {
    padding: 41px 0;
}

.areaSafely .areaTitle {
    margin-bottom: 92px;
}

.areaSafely .listSafely {
    display: flex;
    justify-content: space-between;
}

.areaSafely .listSafely li {
    position: relative;
    background: #FFF8DD;
    width: calc(100% / 3 - 20px);
    padding: 82px 24px 27px;
    border-radius: 8px;
}

.areaSafely .listSafely li .safelyTitle {
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    background: #FAD438;
    font-size: 18px;
    font-weight: bold;
    color: #00AFEC;
    width: 77.5%;
    text-align: center;
    padding: 16px 0;
    line-height: 1.6;
    border-radius: 5px;
}

.areaSafely .listSafely li .safelyTitle:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #FAD438;
}

.areaSafely .listSafely li .safelyPhoto {
    width: 66.3%;
    margin: 0 auto 21px;
}

.areaSafely .listSafely li .safelyPhoto img {
    width: 100%;
}

.areaSafely .listSafely li .safelyTxt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.2px;
    text-align: justify;
}

/*END-AREASAFELY*/

/*AREAFLOW*/

.areaFlow {
    margin-bottom: 0;
    background: #F1FAFF;
    padding: 63px 0 20px;
}

.areaFlow .areaTitle {
    margin-bottom: 32px;
}

.areaFlow .flowWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}

.areaFlow .flowWrap .flowBox {
    position: relative;
    margin-bottom: 41px;
    background: #fff;
    width: 48.1%;
    border-radius: 10px;
    padding: 100px 42px 39px;
}

.areaFlow .flowWrap .flowBox .flowStep {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    color: #00AFEC;
}

.areaFlow .flowWrap .flowBox .flowStep span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0.6px;
    padding-bottom: 7px;
    margin-bottom: 4px;
    background: #00AFEC;
    color: #fff;
    width: 130px;
    text-align: center;
    padding: 6px 0 8px 10px;
    margin-right: 30px;
}

.areaFlow .flowWrap .flowBox .flowStep span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    border-top: 23px solid transparent;
    border-left: 15px solid #00AFEC;
    border-bottom: 23px solid transparent;
}

.areaFlow .flowWrap .flowBox .flowPhoto {
    text-align: center;
    width: 58.9%;
    margin: 0 auto 20px;
}

.areaFlow .flowWrap .flowBox.step3 .flowStep {
    margin-bottom: 7px;
}

.areaFlow .flowWrap .flowBox.step3 .flowPhoto {
    width: 59.5%;
    margin-bottom: 8px;
}

.areaFlow .flowWrap .flowBox .flowTxt {
    font-size: 16px;
    line-height: 1.65;
    font-weight: bold;
}

/*END-AREAFLOW*/
.areaSelect {
    background: #D9EFF6;
    padding-bottom: 0;
}

.areaSelect .selectWrap {
    margin-bottom: 0;
}

.areaCategory {
    background: #D9EFF6;
    padding: 31px 0 60px;
    margin-bottom: 0;
}

/*AREASERVICE*/

.areaService {
    background: var(--color-white);
    padding: 10px 0 48px;
}

.areaService .areaTitle {
    margin-bottom: 22px;
}

.areaService .listService {
    display: flex;
    flex-wrap: wrap;
}

.areaService .listService li {
    width: calc(100% / 3 - 17px);
    margin-right: 25.5px;
    margin-top: 29px;
}

.areaService .listService li .servicePhoto {
    border-radius: 10px;
    margin-bottom: 6px;
    overflow: hidden;
}

.areaService .listService li .servicePhoto img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.areaService .listService li .serviceTitle {
    font-size: var(--primary-size);
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
}

#content .areaCat .inner {
    max-width: 1087px;
}

/*END-AREASERVICE*/
@media(max-width: 1050px) and (min-width: 769px) {
    .areaSafely .listSafely li {
        width: calc(100% / 3 - 15px);
        padding: 76px 20px 27px;
    }

    .areaSafely .listSafely li .safelyTitle {
        width: 64%;
    }

    .areaFlow .flowWrap .flowBox {
        padding: 30px 20px 41px;
    }
}

@media(max-width: 850px) and (min-width: 769px) {
    .areaSafely .listSafely li .safelyTitle {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .areaTitle {
        font-size: 32px;
        letter-spacing: 1.6px;
        padding-bottom: 30px;
    }

    .areaService .listService li:nth-child(3n) {
        margin-right: 0;
    }

    .areaService .listService li:nth-child(-n+3) {
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    #content .inner {
    }

    /* MAIN */
    .beginnerMain {
        padding: 22px 0 20px;
    }

    .beginnerMain .mainPhoto {
        width: 38.8%;
        margin-bottom: 14px;
    }

    .beginnerMain .mainTitle {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .beginnerMain .mainTxt {
        font-size: 14px;
        padding: 0 4px;
        letter-spacing: 0.2px;
        line-height: 1.55;
        font-weight: bold;
    }

    /* END-MAIN */

    /*AREASAFELY*/

    .areaSafely {
        padding: 41px 0;
    }

    .areaSafely .areaTitle {
        margin-bottom: 75px;
    }

    .areaSafely .listSafely {
        flex-direction: column;
        padding: 0 7px;
    }

    .areaSafely .listSafely li {
        width: 100%;
        padding: 82px 30px 19px;
        border-radius: 7px;
        margin-bottom: 60px;
    }

    .areaSafely .listSafely li:last-child {
        margin-bottom: 0;
    }

    .areaSafely .listSafely li .safelyTitle {
        top: -36px;
        width: 69.6%;
    }

    .areaSafely .listSafely li .safelyPhoto {
        width: 57.7%;
        margin-bottom: 10px;
    }

    .areaSafely .listSafely li .safelyTxt {
        line-height: 1.64;
        letter-spacing: 0.3px;
    }

    /*END-AREASAFELY*/

    /*AREAFLOW*/

    .areaFlow .flowWrap {
        padding: 0 7px;
    }

    .areaFlow .flowWrap .flowBox {
        width: 100%;
        margin-bottom: 20px;
        padding: 85px 30px 30px;
    }

    .areaFlow .flowWrap .flowBox:last-child {
        margin-bottom: 0;
    }

    .areaFlow .flowWrap .flowBox.step3 .flowStep,
    .areaFlow .flowWrap .flowBox .flowStep {
        margin-bottom: 33px;
    }
.areaFlow .flowWrap .flowBox .flowStep{
    top: 20px;
    font-size: 22px;
}
    .areaFlow .flowWrap .flowBox .flowStep span {
        font-size: 22px;
        padding: 5px 0 7px 7px;
        margin-right: 18px;
        width: 107px;
    }

    .areaFlow .flowWrap .flowBox .flowStep span:before {
    right: -14px;
    }

    .areaFlow .flowWrap .flowBox .flowPhoto {
        width: 80.8%;
        margin: 0 auto 20px;
    }

    .areaFlow .flowWrap .flowBox .flowPhoto img {
        position: relative;
    }

    .areaFlow .flowWrap .flowBox.step3 .flowPhoto {
        width: 72.3%;
        margin-bottom: 7px;
    }


    .areaFlow .flowWrap .flowBox.step3 .flowPhoto:before {
        width: 165px;
        height: 165px;
    }

    .areaFlow .flowWrap .flowBox .flowTxt {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
    }

    /*END-AREAFLOW*/

    .areaFlow {
        padding: 39px 0 40px;
    }

    .areaFlow .areaTitle {
        margin-bottom: 35px;
    }

    .areaSelect {
        padding-bottom: 20px;
    }

    .areaCategory {
        padding: 31px 0 40px;
    }

    /*AREAFLOW*/

    #content .areaCat .inner {
        padding: 0 4%;
    }
}

/* row 213 */
.areaWhySafely {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .areaWhySafely {
        margin-bottom: 0;
    }
}
/* end row 213 */