.rt_top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 30px;
    text-align: center;
    line-height: 50px;
    background: #888;
    color: #fff;
    cursor: pointer;
    user-select: none;
    display: none;
}

/* 헤더 부분 */
.header {
    width: 100%;
    height: 105px;
}
.top_header {
    width: 100%;
    height: 60px;
    position: relative;
}
.m_logo {
    width: 33px;
    height: 33px;
    background: url(../img/m_logo.png) no-repeat center / contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.m_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-size: 18px;
    color: #333;
}
.cart {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 22px;
    background: url(../img/cart.png) no-repeat center / contain;
}
.bot_header {
    width: 100%;
    height: 45px;
}
.bot_nav > ul {
    list-style: none;
}
.bot_nav li {
    text-align: center;
    float: left;
    line-height: 45px;
    width: calc(100% / 4 - 0.01px);
}
.bot_nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 13px;
}

/* 햄버거 메뉴 부분 */
.m_menu_box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    top:0;
    left: 0;
    transform: translateX(100%);
}
.m_menu_close {
    /* width: 100%; */
    float: right;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 900;
}
.m_menu_box > ul:nth-child(2) {
    text-decoration: none;
    padding: 70px 0 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    border-bottom: 2px solid #000;
    margin-left: 30px;
    margin-right: 0;
}
.m_menu_box > ul:nth-child(2) > li {
    float: left;
    margin-right: 20px; 
}
.m_menu_box > ul:nth-child(2) > li:nth-child(1) {
    font-size: 23px;
    font-weight: 900;
}
.m_menu_box > ul:nth-child(2) > li:nth-child(2) {
    font-size: 16px;
    margin-top: 7px;
    /* font-weight: 600; */
}
.m_menu_box > ul:nth-child(3) {
    text-decoration: none;
    padding: 30px 0 30px 10px;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    margin-left: 30px;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
}
.m_menu_box > ul:nth-child(3) > li {
    font-size: 16px;
    font-weight: 900;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
}
.m_menu_box > ul:nth-child(4) {
    text-decoration: none;
    padding: 30px 0 30px 10px;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    margin-left: 30px;
    margin-right: 0;
}
.m_menu_box > ul:nth-child(4) > li {
    font-size: 16px;
    font-weight: 900;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}
.m_menu_box > ul:nth-child(4) > li:nth-child(2) {
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}

/* 푸터 부분 */
.footer {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-bottom: 75px;
    box-sizing: border-box;
}

.footer_top_ul {
    width: 100%;
    height:48px; 
    text-align: center;
}
.footer_top_ul > li {
    font-size: 11px;
    display: inline-block;
    padding: 15px 15px;
}
.footer_top li > a {
    color: #888;
    text-decoration: none;
}
.footer_top > p {
    font-size: 11px;
    color: #333;
    padding: 15px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.footer_top > p > img {
    width:10px;
}
.footer_info {
    height: 0;
    overflow: hidden;
    margin: 0 20px 0px 20px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.footer_info_ul > li {
    font-size: 11px;
    display: inline-block;
}
.footer_info_ul > li:last-child {
    padding-top: 15px;
    box-sizing: border-box;   
}
.footer_info > p {
    font-size: 11px;
    color: #333;
    padding-top: 15px;
    box-sizing: border-box;
}
.footer_bot {
    width: 100%;
    height: 60px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #f8f8f8;
}
.footer_bot_btn {
    width: 50%;
    height: 100%;
    line-height: 60px;
    float: left;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
}
.footer_bot_btn:nth-child(1) {
    border-right: 1px solid #e4e4e4;
}
.footer_bot_btn > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 11px;
    color: #888;
    font-weight: 900;
}

.quick {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    border-top: 1px solid #ddd;
    background: #fff;
}
.quick > ul {
    width: 100%;
    height: 100%;
    list-style: none;
    text-align: center;
}
.quick > ul > li{
    width: calc(100% / 5 - 0.01px);
    float: left;
    font-size: 6px;
    font-weight: 900;
    margin-top: 6px;
}
.quick > ul > li:nth-child(3) {
    color: #fff;
}
.order {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-20px;
    width:72px;
    height:72px;
    background:#ff143c;
    border-radius:100%;
}
.order > p {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.icon_order {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}
.quick > ul > li > a{
   display: block;
   width: 100%;
   height: 100%;
   text-decoration: none;
   font-size: 14px;
   color: #888;
}
.quick > ul > li:nth-child(3) > a {
    color: #fff;
}
.icon_loc_search, .icon_order_list, .icon_order, .icon_my_info, .icon_more {
    width: 31px;
    height: 31px;
    margin: 0 auto;
}
.icon_loc_search {
    background: url(../img/loc_search.png) no-repeat center / contain;
}
.icon_order_list {
    background: url(../img/order_list.png) no-repeat center / contain;
}
.icon_order {
    background: url(../img/order.png) no-repeat center / contain;
}
.icon_my_info {
    background: url(../img/my_info.png) no-repeat center / contain;
}
.icon_more {
    background: url(../img/more.png) no-repeat center / contain;
}