/* 측정결과 */

.layout-check_result .header{
    visibility: visible;
}
.layout-check_result .main{
    margin-top:30px;
    overflow: visible;
}
.layout-check_result .shopping_cart{
    visibility: hidden;
}  

.layout-check_result .footer{
    visibility: visible;
}

.layout-check_result .check_result{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.layout-check_result .check_result_title{
    width:100%;
    word-break:keep-all;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24px;
    color: #121212;   
}
.layout-check_result .result_wrap{
    display:flex;
    flex-direction:column;
    gap:16px;
}
.layout-check_result .check_result_title p span{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 24px;
    color: #121212;
}
.layout-check_result .face_img{
    width:100%;
    height:100%;   
}
.layout-check_result .result_wrap_title{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 14px;
    color: #000000;    
}
.layout-check_result .result_info_wrap{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.layout-check_result .result_graph_wrap{
    display:flex;
    justify-content: space-between;   
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 13px;
    color: #5F5753;    
}
.layout-check_result .gage_graph_wrap{
    width:100%;
    height:10px;
    background: #F1F1F1;
    border-radius: 20px;
    position: relative;
}
.layout-check_result .gage_graph{
    background: linear-gradient(270.03deg, #EBCFB0 15.56%, #E5AF9F 92.5%);
    border-radius: 0 20px 20px 0;
    height:10px;
    position: absolute;
    left: 50%;
}

.layout-check_result .gage_graph_rev{
    background: linear-gradient(270.03deg, #EBCFB0 15.56%, #E5AF9F 92.5%);
    border-radius: 0 20px 20px 0;
    height:10px;
    position: absolute;
    left: 50%;
    transform: translateX(-100%) rotateY(180deg);
}

.layout-check_result .gage1{
    width:100%;
}
.layout-check_result .gage2{
    width:40%;
}
.layout-check_result .gage3{
    width:100;
}
.layout-check_result .gage4{
    width:0;
}

.layout-check_result .check_result_btn{
    width:100%;
    height:48px;
    background:#fff;
    border:1px solid #e1e1e1;
    border-radius:48px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display:flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}
.layout-check_result .txt_apricot{
    color:#CB7658;
}
.layout-check_result .selfcare_solution_wrap{    
    display:flex;
    flex-direction:column;    
    gap:20px;
}
.layout-check_result .selfcare_solution{
    display:grid;
    grid-template-columns: 104px 1fr 20px;   
    align-items:center; 
}
.layout-check_result .selfcare_info{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.layout-check_result .product_list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:28px;    
}
.layout-check_result .product{
    display:flex;
    width:100%;
    height:109px;
    justify-content: center;
    gap:25px;    
}
.layout-check_result .product_info_place{
    display:grid;
    grid-template-rows: auto 1fr 20px;
    justify-content: space-between;
}

.layout-check_result .product_name{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}
.layout-check_result .product_info{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    word-break:keep-all;
    display:flex;
    flex-direction:column;
    gap:4px;
}
.layout-check_result .product_price{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    display:flex;
    gap: 5px;
}
.layout-check_result .product_price span{
    color: #E35636;
}

.layout-check_result .footer{
    margin-top:24px;
}

.layout-check_result .product_img > img {
    height: 100%;
}

.layout-check_result .product_info > p {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.layout-check_result #resultImg {
    position: relative;
}

.layout-check_result .target_name {
    width: fit-content;
    height: 10%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #CB7658;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    margin: 3%;
    font-size: 2vw;
    font-weight: bold;
    padding: 0 2%;
}

@media screen and (min-width: 750px) {
    .layout-check_result .target_name {
        font-size: 15px;
    }
}