/* MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION*/
/* MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION*/

@media screen and (max-width: 800px){

    /* PC RANGE PC RANGE PC RANGE PC RANGE PC RANGE PC RANGE PC RANGE PC RANGE*/
    .container1{
        border-top: 2px solid black;
        background-color: #f7fbfc;
        padding: 40px 0;
        padding-top: 100px;
    }
    .container1 .rangeTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container1 .rangeTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container1 .rangeTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container1 .range{
        font-family: 'UncutSans';
        color: #112d4e;
        font-size: 1.6rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 3px;
        margin: 0px 0 0 20px;
    }
    .container1 .container1_0{
        margin-top: 15px;
        padding-top: 10px;
    }
    .container1 .container1_0 .slide{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    
    .container2 .container1_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container1_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container1 .container1_0 .pc{
        width: 150%;
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
    }
    .container1 .container1_0 .pc:hover{
        cursor: grab;
    }
    .container1 .container1_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container1 .container1_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #CDC1FF;
        border-radius: 16px;
    }
    .container1 .container1_0 .pc .pcImage img{
        height: 225px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container1 .container1_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.3rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container1 .container1_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container1 .container1_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
    }
    .container1 .container1_0 .pc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 1.7rem;
    }
    .container1 .container1_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container1 .container1_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
    .container1 .container1_0 .slider{
        display: flex;
        justify-content: space-between;
        padding: 0 10%;
    }
}