#header {position: relative; z-index: 10; width: 100%;}
.Mheader {padding: 10px; display: block;}
.Mlogo {width: 120px; display: inline-block; vertical-align: middle;}
.Mlogo img {width: 100%;}
.Mheader_right {position: absolute; top: 10px; right: 10px; width: 25px; height: 25px;}
.Mheader_right svg {width: 100%; height: 100%;}

.Mheader_menu_wrap {position: fixed; top: 0; right: 0; z-index: 1000; width: 85%;height: 100dvh; transform: translateX(100%); transition: transform .3s ease; will-change: transform; background: #fff; z-index: 1000; padding: 60px 20px 100px 20px; box-sizing: border-box; overflow: auto; overscroll-behavior: contain;}
.Mheader_menu_close {position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; cursor: pointer;}
.Mmember {position: relative;}
.user_prof_bg_info {font-size: .8rem; color: #666;}
.user_prof_bg_info span { color: #333;}
.Mlogin_before h2 {font-size: .8rem;  color: #666;}
.search_top_wrap {margin: 10px 0; background: #f5f5f5; padding: 0px 10px; box-sizing: border-box; border-radius: 10px;}
.search_top_wrap_inner {position: relative;}
.search_top_wrap input {width: 100%; border: none; background: transparent; padding: 8px 10px 8px 30px; box-sizing: border-box; font-size: .8rem; color: #666}
.search_top_wrap button {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 30px; height: 30px; border: none; background: transparent; padding: 5px; margin: 0; cursor: pointer;}
.search_top_wrap button svg {width: 100%; height: 100%;}
.Mmember_btns {margin: 10px 0; display: flex; gap: 10px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px 0;}
.Mmember_btns .btn_ico {flex: 1; display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: .8rem;  color: #666; background: transparent; border:none;}
.Mmember_btns .btn_ico svg {width :20px ;height :20px ;margin :0 5px 0 0;}

.box_btn_main {position: relative; width: 100%; list-style: none; padding: 0; margin: 10px 0; display: flex; gap: 5px; flex-direction: column;}
.box_btn_main .box_btn {height: 36px; line-height: 36px; padding-left: 40px; border-radius: 10px; font-size: .8rem; }
.box_btn_main .box_btn.golf {background:url(/img/ico_golf.png) #d3fff3 10px center no-repeat;  background-size: 24px;}
.box_btn_main .box_btn.muine {background:url(/img/ico_car.png) #ffe4e1 10px center no-repeat;  background-size: 24px;}
.box_btn_main .box_btn.ghandy {background:url(/img/ico_cup.png) #DFF6FF 10px center no-repeat;  background-size: 24px;}

.Mmenu_wrap {margin: 10px 0 0 0; padding: 0;}
.Mmenu_inner {margin: 20px 0; padding: 0;}
.Mmenu_inner h2 {font-size: 1rem; padding-bottom: 10px; border-bottom: 1px solid #333;}
.Mmenu_inner h2 svg {width: 1rem; height: 1rem; margin-left: 1px; vertical-align: baseline;}
.Mmenu_inner ul {padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
.Mmenu_wrap ul li {width: 50%; padding: 10px 0; border-bottom: 1px solid #eee; font-size: .8rem; color:#444; font-weight: 500;} 

.menu-open .mask_black {opacity: 1; visibility: visible;}
.menu-open .Mheader_menu_wrap {transform: translateX(0);}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.Mlogin_before .sns-login {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    display: block;
    border-radius: 10px;
}
.Mlogin_before .sns-login.sns-kakao {
    background-image: url(/theme/rb.basic/rb.img/icon/sns/kakao_talk.svg);
    background-color: #FEE500;
    background-position: calc(100% - 50px) 8px;
    background-repeat: no-repeat;
    background-size: 24px;
}

/* modal */

.golf_pop .mask_black {
  position: fixed;
  z-index: 0;
  inset: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease;
  pointer-events: auto;
  touch-action: none;
}

.modal {
	display: none;
    position: fixed;
    z-index: 99;
    top:0;
    left: 0;
    width: 100%;
    height: 100dvh;
}
.modal .modal_popup {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    background: #ffffff;
    border-radius: 10px;
}
.modal .modal_popup h3 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
}
.modal .modal_popup .close_btn {
    position: absolute;
    right: 10px;
    display: block;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.modal.on {
    display: block;
}

.modal_item_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0 20px 20px 20px;
    width: 350px;
}
.modal_item_wrap .modal_item {
    width: 150px;
}
.modal_item_wrap .modal_item.off {
    opacity: .5;
    filter: grayscale(.5);
}
.modal_item_wrap .modal_item img {
    width: 100%;
}
.modal_item_wrap .modal_item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.modal_item_wrap .modal_item .modal_popup_txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: #fff;
}
.modal_item_wrap .modal_item .modal_popup_txt p {
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0px 0px 5px black;
}
.modal_item_wrap .modal_item .modal_popup_txt i {
    font-size: .6rem;
    font-weight: 300;
}


/* 하단 고정 네비게이션 */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.bottom-nav ul li {
    min-width: 34px;
}
.bottom-nav ul li svg {
    width: 20px;
    height: 20px;
}
.bottom-nav ul li .nav-text {
    font-size: .7rem;
    line-height: .9rem;
}

/* 푸터 */
#footer {
    padding: 20px 10px 70px 10px;
    background-color: #f8f8f8;
}

.kakao_open_btn_tail {
    position: fixed;
    bottom: 65px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 2;
    padding: 3px;
    border-radius: 50%;
    box-shadow: -10px 0px 20px 2px rgba(0, 0, 0, .1);
}
.kakao_open_btn_tail img {
    width: 100%;
    height: 100%;
}

.sns-ico {
    border-radius: 50%;
}

.Mfooter {
    display: block;
}
.Mfooter-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.logo-Mfooter img {
    width: 100px;   
}
.Mfooter-cs {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.Mfooter-cs button.sns-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #FEE500;
    font-size: 1rem;
    font-weight: 500;
}
.Mfooter-cs button.sns-login img {
    width: 40px;
    height: 40px;
}
.Mfooter-cs p {
    font-size: .8rem;
    color: #666;
}
.Mfooter-cs p span {
    color: #333;
}
.Mfooter-info {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px 10px;
    font-size: .75rem;
    font-weight: 400;
    color: #666;
    line-height: 1rem;
}
.Mfooter-info p {
    margin: 0;
}
.Mfooter-info span {
    font-size: .7rem;
    width: 100%;
    color: #999;
}

.Mfooter-menu {
    display: flex;
    justify-content: left;
    font-size: .8rem;
    color: #404040;
    font-weight: 500;
    cursor: pointer;
}
.Mfooter-menu div {
    margin-right: 15px;
}
.Mfooter-sns {
    display: flex;
    gap: 10px;
}
.Mfooter-sns a {
    width: 30px;
    height: 30px;
    display: block;
}
.Mfooter-sns a img {
    width: 100%;
    height: 100%;
}

.Mfooter-copyright {
    margin-top: 10px;
    font-size: .7rem;
    color: #999;
}

.PCfooter {
    display: none;
    max-width: 1400px;
    margin: 0 auto;
}
.PCfooter-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.logo-PCfooter {
    padding-top: 20px;
    border-top: 1px #e0e0e0 solid;
}
.logo-PCfooter img {
    width: 150px;   
}
.PCfooter-cs {
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.PCfooter-cs-inner {
    flex: 1;
}
.PCfooter-cs-inner h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.PCfooter-cs-inner h2 span {
    color: #4DDB00;
}
.PCfooter-cs button.sns-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #FEE500;
    font-size: 1rem;
    font-weight: 500;
}
.PCfooter-cs button.sns-login img {
    width: 40px;
    height: 40px;
}
.PCfooter-cs p {
    font-size: .8rem;
    color: #666;
}
.PCfooter-cs p span {
    color: #333;
}
.PCfooter-info {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px 10px;
    font-size: .75rem;
    font-weight: 400;
    color: #666;
    line-height: 1rem;
}
.PCfooter-info p {
    margin: 0;
}
.PCfooter-info span {
    font-size: .7rem;
    width: 100%;
    color: #999;
}

.PCfooter-menu {
    display: flex;
    justify-content: left;
    font-size: .8rem;
    color: #404040;
    font-weight: 500;
    cursor: pointer;
}
.PCfooter-menu div {
    margin-right: 15px;
}
.PCfooter-sns {
    display: flex;
    gap: 10px;
}
.PCfooter-sns a {
    width: 30px;
    height: 30px;
    display: block;
}
.PCfooter-sns a img {
    width: 100%;
    height: 100%;
}

.PCfooter-copyright {
    margin-top: 10px;
    font-size: .7rem;
    color: #999;
}
.PCfooter .PCmenu_wrap {
    align-items: flex-start;
}
.PCfooter .PCmenu_wrap .PCmenu_list {
    padding: 10px;
    align-items: flex-start;
}
.PCfooter .PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner {
    z-index: 12;
    top: 0;
    left: 0;
    position: relative;
    transform: translateX(0);
    display: block;
    background: none;
    padding: 5px 0px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid rgb(198, 198, 198);
}
.PCfooter .PCmenu_wrap .PCmenu_list .PCmenu_list_item a {
    font-size: 1rem;
}
.PCfooter .PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner .PCmenu_list_inner_item a {
    color: #555;
    font-size: .8rem;
    line-height: 2;
}




.PCheader {
    width: 100%;
    display: none;
}
.header_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.tnb_wrap {
    display: flex;
    justify-content: space-between;
}
.tnb-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tnb-inner a {
    font-size: 1rem;
}
.tnb-inner .sns-login {
    padding: 5px 10px 5px 30px;
    border-radius: 20px;
    font-size: .9rem;
    background-image: url(/theme/rb.basic/rb.img/icon/sns/kakao_talk.svg);
    background-color: #FEE500;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    margin: 20px 0;
}
.header_wrap_inner {
    flex: 1;
}
.PCheader-sns {
    display: flex;
    gap: 10px;
}
.PCheader-sns a {
    width: 30px;
    height: 30px;
    display: block;
}
.PCheader-sns a img {
    width: 100%;
    height: 100%;
}
.PClogo {
    display: block;
    text-align: center;
}
.PClogo img {
    height: 45px;
    margin: 0 auto;
}
.header_wrap .search_top_wrap {
    margin: 0;
    padding: 5px 10px;
    width: 300px;
    float: right;
}.header_wrap .search_top_wrap input[type=text] {
    border: none;
    padding: 8px 10px 8px 30px;
}

.PCmenu_wrap {
    position: relative;
    margin-bottom: -10px;
}
.PCmenu_wrap .PCmenu_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    margin: 20px 0 0px 0;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item {
    position: relative;
    padding: 10px 0;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item a {
    font-size: 1.1rem;
    font-weight: 700;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item:hover > a {
    color: #0d8467;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item img.ic_gnb {
    position: relative;
    width: 18px;
    vertical-align: bottom;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner {
    z-index: 12;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    display: none;
    background-color: white;
    padding: 15px 20px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 6px;
    border: 1px solid rgb(198, 198, 198);
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item:hover .PCmenu_list_inner {
    display: block;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner .PCmenu_list_inner_item {
    white-space: nowrap;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner .PCmenu_list_inner_item a {
    font-size: 1rem;
    line-height: 2.2;
    font-weight: 400;
    width: 100%;
    display: block;
}
.PCmenu_wrap .PCmenu_list .PCmenu_list_item .PCmenu_list_inner .PCmenu_list_inner_item a:hover {
    color: #0d8467;
    font-weight: 600;
}

