/* eeat profile */
.eeatProfile{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    opacity: 1;
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.eeatProfile .eeatmain{
    display: flex;
    gap: 20px;
    width: 90%;
    align-self: center;
    padding: 13px 10px;
    border-bottom: 2px solid #E5E5E5;
}

.eeatProfile .eeatmain span{
	transition: .3s ease-in-out;
}

.eeatProfile .eeatmain .logodiv .circle{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #152A40;
    display: flex;
    align-items: center;
    place-content: center;
    transition: .3s ease-in-out;
}

.eeatProfile .eeatmain .logodiv .circle svg{
    display: block;
    width: 85px;
}

.eeatProfile .eeatmain .txtdiv{
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 5px;
}

.eeatProfile .eeatmain .txtdiv .title span{
    text-align: left;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
}
.eeatProfile .eeatmain .txtdiv .contents span{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    opacity: 1;
}

.eeatProfile .eeatBinfo{
    display: flex;
    width: 90%;
    align-self: center;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
}
.eeatProfile .eeatBinfo .txtdiv{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
}
.eeatProfile .eeatBinfo .txtdiv span{
    font-size: 16px;
    font-weight: 500;
}

.eeatProfile .eeatBinfo .timeline{
    background-color: #fff;
}

.eeatProfile .eeatBinfo .timeline .timelinemain{
    padding: 15px 20px;
}

.eeatProfile .eeatmain .timeline .timelinemain p {
    display: none;
}

.eeatProfile .eeatBinfo .timeline .timelinemain .title{
    text-align: left;
}
.eeatProfile .eeatBinfo .timeline .timelinemain .itm{
    display: flex;
    gap: 10px;
}
.eeatProfile .eeatBinfo .timeline .timelinemain .itm span{
    font-weight: 500;
    font-size: 16px;
}
.eeatProfile .eeatBinfo .timeline .timelinemain .itm span:nth-child(1){
    width: 100%;
    max-width: 53px;
}
@media screen and (max-width: 480px) {
    .eeatProfile .eeatBinfo .timeline .timelinemain{
        padding-left: 10px;
    }
    .eeatProfile .eeatmain .txtdiv .title span{
        font-size: 18px;
    }
    .eeatProfile .eeatBinfo .txtdiv span {
        font-size: 14px;
    }
    .eeatProfile .eeatBinfo .timeline .timelinemain .itm span{
        font-size: 14px;
    }
	.eeatProfile .eeatmain .logodiv .circle {
        width: 90px;
        height: 90px;
    }
    .eeatProfile .eeatmain .logodiv .circle svg {
        width: 70px;
    }
}

/* eeat styles */
.eeat{
    display: flex;
    max-width: 640px;

    background: #0974E8 0% 0% no-repeat padding-box;
    opacity: 1;
}
.eeat .eeatmain{
    display: flex;
    gap: 20px;
    padding: 13px 10px;
}

.eeat .eeatmain .logodiv .circle{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #152A40;
    display: flex;
    align-items: center;
    place-content: center;
    transition: .3s ease-in-out;
}

.eeat .eeatmain .logodiv .circle svg{
    display: block;
    /* max-width: 110px; */
    width: 85px;
}

.eeat .eeatmain .txtdiv{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.eeat .eeatmain .txtdiv .title span{
    text-align: left;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #FFFFFF;
}
.eeat .eeatmain .txtdiv .title span .yellow{
    color: #FFCA3A;
}
.eeat .eeatmain .txtdiv .contents span{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 400;
    opacity: 1;
}

/* sp-> size */ 
@media screen and (max-width: 450px) {
    .eeat .eeatmain .txtdiv .title span{
        font-size: 18px;
    }
    .eeat .eeatmain .txtdiv .contents span{
        font-size: 14px;
    }
    .eeat .eeatmain .logodiv .circle {
        width: 90px;
        height: 90px;
    }
    .eeat .eeatmain .logodiv .circle svg {
        width: 70px;
    }
    .eeat .eeatmain {
        gap: 15px;
    }
    .eeat .eeatmain .txtdiv {
        gap: 12px;
    }
}