    @charset "utf-8";

    /* PC해상도일때 적용되는 서식 */
    @media screen and (min-width:1025px){

    .h_top, .gnb > ul, .free_ex article, .story > article, .instar, .f_top, .f_bottom > ul, footer address{
        width: 1200px;
        margin: 0px auto;
    }

    /* toggle버튼, 장바구니 숨기기 */
    .cart_btn, .total_btn{display:none;}
    header{
    width:100%;
    height:170px;
    position: absolute;
    z-index: 1000;
    }
    .h_top{
    position: relative;
    }
    .h_top h1{
    position:absolute;
    left:10px;top:45px;
    }
    .h_top h1 img{
    width:210px;
    }
    .total_btn{
    left:auto;
    right:5px;
    top:110px;
    font-size:2rem;
    }

    /* lnb서식 */
    .h_top > .lnb{
    position:absolute;
    left:auto;
    right:0px;top:20px;
    width:300px;
    }
    .h_top > .lnb > ul{
    flex-wrap:nowrap;
    }
    .h_top > .lnb > ul > li{background:none;}

    /* 검색폼 서식 */
    fieldset{
    position:absolute;
    right:0px;top:60px;
    width:500px;
    left:auto;
    text-align:right;
    }

    /* gnb서식 */
    .h_bottom{
    width: 100%;
    height: 58px;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 120px; left: 0px;
    overflow: hidden;
    transition: 0.5s;
    }
    .h_bottom:hover{height: 330px;}

    .gnb{
    position:static;
    width: 100%; height: 58px;
    left:0px;top:0px;
    background:#4b4b4b;
    }
    .gnb > ul{
    padding: 0px;
    display:flex;
    justify-content:end;
    }
    .gnb > ul > li{
    border:none;
    padding:0px 3.3%;
    position:relative;
    text-indent: 0px;
    }
    .gnb > ul > li > a{font-size:1rem;}
    .gnb > ul > li > a > i.fa-angle-down{
    display:none;
    }
    .gnb > ul > li > a:hover{
    text-decoration: underline;
    }
    .gnb > ul > li > a::after{
    width:1px;height:14px;
    background:#fff;
    content:"";
    display:block;
    position:relative;
    top:-28px; left: -40px;
    }
    .gnb > ul > li:last-child{padding-right: 0;}
    .gnb > ul > li:first-child > a::after{
    display:none;
    }
    .c_btn{display:none;}
    .h_bottom:hover{.sub{
    display: block;
    }}


    /* 서브메뉴 서식 */
    .sub{
    display:block;
    position:absolute;
    left:0px;top:50px;
    width:100%;height:240px;
    padding:15px 50px;
    text-align:center;
    line-height:210%;
    z-index: 9000;
    }

    .sub a{
    padding: 0px 3%;
    line-height:180%;
    font-size: 0.95rem;
    }
    .sub a:hover{
    text-decoration: underline;
    }
    .gnb li:first-child .sub{
    padding-left: 300px;
    left: -300px;
    }

    .gnb li:nth-child(6) .sub{
    padding-right: 400px;
    }

    /* 전체메뉴 아이콘 터치잘되게 위로 올리기 */
    .total_btn{z-index:9001;}

    /* 전체메뉴 클릭시 서브메뉴 나오게 하기 */
    #toggle:checked + header .gnb .sub{display:block;}

    /* lnb, 검색박스 움직이지 않게 하기 */
    #toggle:checked + header > .h_top > .lnb{left:auto;}
    #toggle:checked + header > .h_top > fieldset{left:auto;}
    .lnb, .gnb{position: static;}

    /* 메인서식 */
    main{}
    .visual_slide{height: 80vh;}
    .swiper-wrapper div img{
    padding-top: 5%;
    width: 100%; height:auto ;
    transform: none;
    }
    /*2. 사료무료체험 서식 */

    .free_ex article{
    flex-direction: row;
    justify-content: space-around;
    }
    .free_ex > article > img{
    width: 450px;
    margin: 0;
    }
    .free_ex_right{
    padding-top: 80px;
    padding-right: 120px;}
    .free_ex_right img{
    width: 50px;
    padding-bottom: 10px;
    }
    .free_ex_right > p{
    padding-bottom: 80px;
    }
    /* 3. 쇼핑하러가기 */
    .product{
    width:1200px;
    margin: 50px auto;
    /* padding: 0px 10%; */
    box-sizing: border-box;
    justify-content: space-between;
    }
    .product li{width: 40%;}
    .info{width: 67%;}

    /* 4. 펫스토리 */
    .story > article{
    display: flex;
    justify-content: space-around;
    }
    .story > article > img{
    width:450px;
    }
    .story_left{
    width: 30%;
    margin: 0px;
    padding: 120px 0px 0px 80px;}
    .story_left p{
    padding-bottom: 80px;
    }

    /* 5. 인스타그램 서식 */
    .instar{
    }
    /* footer 서식 */
    footer{background: #989898;}
    .f_top{
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    height: 50px;
    }
    .f_nav{
    width: 35%;
    background: #989898;
    line-height: 50px;
    }
    .f_top > dl {
    width:65%;
    line-height: 50px;
    }
    .f_bottom{
    background: #3a3a3a;
    }
    .f_bottom > ul{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    }
    .f_bottom > ul > li:first-child{order:1; width: 150%;}
    .f_bottom > ul > li:nth-child(2){order:2; width: 150%;}
    .f_bottom > ul > li:nth-child(3){order: 4;}
    .f_bottom > ul > li:last-child{order:3;}

    .f_bottom select, .f_bottom li:nth-child(3) a{position: absolute;}

    .f_bottom select{
    width: 200px;
    right: 40px;top: 20px;
    }
    .f_bottom li:nth-child(3) a{
    right: 40px; top: 60px;
    }
    .f_bottom li:nth-child(3) a:first-child{transform: translateX(-100px);}
    .f_bottom li:nth-child(3) a:nth-child(2){transform: translateX(-50px);}
    footer address{
    }

    .gallery{
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(3, 190px);
    }
    .gallery li:nth-child(6) ~ li{display: block;}
    .f_bottom br{display: none;}
    }

