/*
(주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/


.WH1 .main_box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WH1 .contents_box {
 
}


.WH1 .contents_box .listItem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 121px;
}

.WH1 .contents_box .listItem:hover {
    background-color: #fafafa;
} 

.WH1 .contents_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.WH1 .contents_box li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.WH1 .contents_box .img_box {
    width: 85px;
    height: 85px;
    border-radius: 20px;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    
}

.WH1 .contents_box .img_box img{
    object-fit: cover;
    width: 100%;
}

.WH1 .contents_box .text_box {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.WH1 .contents_box .listItem h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    font-family: 'S-CoreDream', sans-serif !important;
}

.WH1 .contents_box .listItem h3 {
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}

@media (max-width: 991px) {
    .WH1 .contents_box .img_box {
        width: 62.5px;
        height: 62.5px;
        border-radius: 10px;
   
        
    }


    .WH1 .main_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
   
    }

    .WH1 .contents_box {
        width: 100%;
    }

    .WH1 .contents_box li{
       justify-content: flex-start;
       gap: 15px;
    }

    .WH1 .contents_box .listItem{
        justify-content: flex-start;
        width: 100%;
        height: 98px;
     }
     
     .WH1 .contents_box .listItem h2 {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Pretendard' !important;
    }
    
    .WH1 .contents_box .listItem h3 {
        font-size: 13px;
    }
    

    .WH1 .contents_box ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .WH1 .contents_box ul a{
        width: 100%;
    }

    .WH1 .contents_box ul a {
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid #e5e5e5;
    }

    .WH1 .contents_box ul a:nth-of-type(4) {
        border-bottom: none;
    }




    


   

}
