.section08 {
    position: relative;
    background-image: url('../img/feather-3010848_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
}

.section08 .title {
    margin: 190px 0 55px 0px;
    font-size: 40px;
}

.section08 .title span {
}

.section08 .title span {
}

.section08 .title span em {
    color: #48aaab;
}

.section08 .title span em:before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #48aaab;
    vertical-align: top;
}

.section08 .layout {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -580px;
    margin-bottom: -300px;
}

.section08 .layout > ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0px;
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.section08 .layout > ul > li {

	width: 100%;
	padding: 0px 2%;
    /* border: 1px solid blue; */
}

.section08 .layout > ul > li > .info ul {
    width: 100%;
/*     align-content: stretch;
    flex-direction: row;
    justify-content: space-between; */
	display: table;
    height: 300px;
}

.section08 .layout > ul > li > .info li {
    height: 53px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;	
    padding: 5px;
    background-color: #ffffffee;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 5px;

    vertical-align: middle;
    display: flex;
          align-items: center;
          text-align: center;
          align-content: stretch;
          justify-content: center;
          flex-wrap: wrap;

    box-shadow: 0.1em 0.1em 10px #ccc;
}

.section08 .layout > ul > li .info > strong {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #349af7cc;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    width: 100%;
    /* background-image: linear-gradient(120deg, #e5ea15, #00c4ff); */
    /* box-shadow: 0.1em 0.1em 10pt gold; */
}
.section08 .layout > ul > li > .info.care > strong {
    background-color: #fb4686cc;
}
.section08 .layout > ul > li > .info.care li {
    height: 74px;
}
.section08 .layout > ul > li > .info li em {
    color: #349af7;
}
.section08 .layout > ul > li > .info.care li em {
    color: #fb4686;
}
.section08 .layout > ul > li > .youtube li {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 5px;
}
.section08 .layout > ul > li > .youtube li strong {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.section08 .layout > ul > li .info p {
    line-height: 1.8;
    color: #323131;
    font-size: 18px;
}

.section08 .layout > ul > li .info p em {
    /* font-family: 'Malgun Gothic', '¸¼Àº °íµñ', sans-serif; */
}

@media (max-width: 1200px) {
    .section08 .layout > ul {
        margin: 0 160px;
    }
}

@media (max-width: 1023px) {
    .section08 .layout > ul {
        margin: 0 120px;
    }
}

@media (max-width: 987px) {
	.section08{
		top: 0px;
	}
     .section08 .layout {
        margin-left: 0px !impoteant;
    }

	.section08 .layout > ul > li > .info ul {
		height: auto;
	}

	.section08 .layout > ul > li > .info.care li {
		height: 60px;
	}
    .section08 .title span {
        font-size: 25px;
    }

    .section08 .layout > ul {
        margin: 0;
    }

    .section08 .layout > ul > li .info strong {
        font-size: 20px;
    }

    .section08 .layout > ul > li .info p {
        font-size: 16px;
        line-height: 1.5;
    }

    .section08 .layout > ul {
        flex-direction: column;
    }

    .section08 li .thumb img {
        width: 140px;
    }

    .section08  .layout > ul > li{
        margin-bottom: 30px;
    }

    .section08 .layout {
        position: relative;
        bottom: 0%;
        left: 0%;
        margin-left: 0px;
        margin-bottom: 80px;
    }

    .section08 .title {
        margin: 60px 0 30px;
    }
}
