    @charset "utf-8";

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

    /* toggle버튼, 장바구니 숨기기 */
    .h_top, .gnb > ul, .f_top, .f_bottom > ul, footer address{
        width: 1200px;
        margin: 0px auto;
    }
    
    .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{padding-top:178px;}
    .s_story{}
    .s_story > h3{
    /* display:block; */
    background:#32a18f;
    text-align:center;
    }
    .s_story > h2{}

    /* 우리이야기 탭메뉴 서식 */
    .s_lnb{}
    .s_lnb > ul{
        width: 1200px;
        margin: 0px auto;
        display: flex;
        border-bottom: 2px solid #ccc;
        justify-content: space-around;
    }
    .s_lnb > ul > li{

    }
    .s_lnb > ul > li > a{
        line-height: 80px;
        font-size: 20px;
    }
    .s_lnb > ul > li > a:focus{
        color: #9d6849;
    }
    .s_lnb > ul > li > a:focus::after{
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #9d6849;
        transform: translateY(2px);
    }
    .our_story{
        width: 1200px;
        margin: 50px auto;
    }
    .our_credo{
        width: 100%;
        padding: 70px 0px;
        background-color: #da291c;
        text-align: center;
    }

    .s_lnb >ul > li:first-child a::after{}

    .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{
    }
    .f_bottom br{display: none;}
    }

