@charset "UTF-8";


/*헤더1 : 시작*/
.header1{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    min-width: 280px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background: #303030;
    border-bottom:1px solid #79848D;
    height: 54px;
    z-index: 100;
}

.header1 h1{
    position: absolute;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    color:#fff;
    font-weight: 700;
}

.header1 .buttonBack{
    display: block;
    width: 35px;
    height: 50px;
    background: url(/assets/genesis/images/btn-prev-a1.png) center no-repeat;
    background-size: 7px 12px;
    margin:2px 0 0 -14px;
    float: left;
}

.header1:after{display: block; clear: both; content: "";}

.header1 .step{
    width:50px;
    height: 26px;
    border-radius: 13px;
    background: rgba(255,255,255,0.1);
    float: right;
    margin:12px 0 0 0;
    text-align: center;
}

.header1 .step .t1{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
    display: block;
}

.header1 .step .t2{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color:rgba(255,255,255,0.7);
    display: block;
}
/*헤더1 : 끝*/





/*헤더2 : 시작*/
.header2{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    min-width: 280px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    border-bottom:1px solid #f2f2f2;
    height: 54px;
    z-index: 100;
}

.header2 h1{
    position: absolute;
    font-size: 26px;
    height: 54px;
    line-height: 54px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    color:#000;
    font-weight: 400;
    letter-spacing: -1px;
}

.header2 h1.normal{
    font-size: 16px;   
    letter-spacing: -0.5px;
}


.header2 .buttonBack{
    display: block;
    width: 29px;
    height: 50px;
    background: url(/assets/genesis/images/btn-prev-a1-111.png) center no-repeat;
    background-size: 7px 12px;
    margin:0px 0 0 -11px;
    float: left;
}

.header2 .buttonHome{
    display: block;
    width: 30px;
    height: 50px;
    background: url(/assets/genesis/images/home.png) center no-repeat;
    background-size: 24px 24px;
    margin:0 0 0 10px;
    float: left;
}

.header2 .buttonSetting{
    display: block;
    width: 40px;
    height: 50px;
    background: url(/assets/genesis/images/setting12.png) center no-repeat;
    background-size: 24px 24px;
    margin:10px -8px 0 0;
    float: right;
}

.header2 .buttonMenu{
    display: block;
    width: 40px;
    height: 50px;
    background: url(/assets/genesis/images/nav-main2000.png) center no-repeat;
    background-size: 20px 14px;
    margin:10px -10px 0 0;
    float: right;
}


.header2:after{display: block; clear: both; content: "";}

.header2 .step{
    width:50px;
    height: 26px;
    border-radius: 13px;
    background: rgba(255,255,255,0.1);
    float: right;
    margin:20px 0 0 0;
    text-align: center;
}

.header2 .step .t1{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
    display: block;
}

.header2 .step .t2{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color:rgba(255,255,255,0.7);
    display: block;
}
/*헤더2 : 끝*/


.header2 .floatRight{margin:3px 0 0}

.header2 .buttonBack{
    display:block;
    float: left;
    width: 44px;
    height: 40px;
    background:url(/assets/genesis/images/arrow-left-11x19a.svg) center no-repeat;
    background-size: 11px 19px;
    text-align: center;
    margin:7px 0 0 -16px;
}

.buttonGotoShop{
    display:block;
    float: left;
    width: 44px;
    height: 40px;
    background:url(/assets/genesis/images/img_shop.svg) center 10px no-repeat;
    background-size: 18px 15px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    color:#000;
    padding:26px 0 0;
}

.buttonGotoMypage{
    display:block;
    float: left;
    width: 44px;
    height: 40px;
    background:url(/assets/genesis/images/img_my.svg) center 10px no-repeat;
    background-size: 17px 16px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    color:#000;
    padding:26px 0 0;
    margin:0 0 0 4px;
}

.buttonHeaderLogout{
    display:block;
    float: left;
    width: 44px;
    height: 40px;
    background:url(/assets/genesis/images/img_logout.svg) center 11px no-repeat;
    background-size: 13px 15px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    color:#000;
    padding:26px 0 0;
    letter-spacing: -0.5px;
    margin:0 0 0 4px;
}

.buttonGotoCart{
    display:block;
    float: left;
    width: 44px;
    height: 40px;
    background:url(/assets/genesis/images/ic_cart.svg) 11px 10px no-repeat;
    background-size: 19px 16px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    color:#000;
    padding:26px 0 0;
    letter-spacing: -0.5px;
    margin:0 0 0 4px;
    position: relative;
}

.buttonGotoCart .amount{
    display: block;
    position: absolute;
    height: 14px;
    font-size: 10px;
    color:#fff !important;
    font-weight: 500;
    padding:0 5px;
    border-radius: 7px;
    background: #0e0e0e;
    top:3px;
    left:24px;
    text-align: left;
    white-space: nowrap;
}







/*#######################################*/
@media screen and (max-width: 1000px) {


} /*반응형 1000px 끝*/



/*#######################################*/
@media screen and (max-width: 600px) {

    .buttonGotoShop{width: 40px; margin:0}
    .buttonGotoMypage{width: 40px; margin:0}
    .buttonHeaderLogout{margin:0;}


    .header2 .floatRight{transform: translateX(10px);}

} /*반응형 600px 끝*/








/*#######################################*/
@media screen and (max-width: 488px) {



} /*반응형 488px 끝*/








@media screen and (max-width: 420px) {



} /*반응형 488px 끝*/


@media screen and (max-width: 400px) {

    

} /*반응형 400px 끝*/


@media screen and (max-width: 380px) {

    
    
} /*반응형 380px 끝*/


@media screen and (max-width: 360px) {

    .header2 h1{
        font-size: 20px;
    }

    .header2 h1.normal{
        font-size: 15px;   
    }

    .header2 .floatRight{transform: translateX(16px);}
} /*반응형 360px 끝*/






@media screen and (max-width: 340px) {


} /*반응형 320px 끝*/









@media screen and (max-width: 320px) {




} /*반응형 320px 끝*/



@media screen and (max-width: 300px) {


} /*반응형 300px 끝*/













































































































