@charset "UTF-8";
.fix_menus{display:none;}

@media screen and (max-width:768px){
	/* 2025 재외선거 하단 */
	.fix_menus{display:block;position:fixed;bottom:0;left:0;right:0;background:#2F3B52;border-radius:20px 20px 0 0;box-shadow:0 -6px 12px rgba(47, 59, 82, .2);z-index:14;}
	.rvt_main_area .fix_menus{display: none;}
	.fix_menus>div:after{display:block;clear:both;content:'';}
	.fix_menus>div{position:relative;height:58px;}
	.fix_menus>div>.home_icon, .fix_menus>div>.mymenu_icon{width:33.33%;height:52px;float:left;}
	.fix_menus>div>.home_icon span{display:inline-block;vertical-align:middle;color:#fff;font-size:13px;padding-top:30px;background:url("/images/n24/rvt/mobile/icon_mbtn_home.png") 50% 5px no-repeat;background-size:20px;}
	.fix_menus>div>.mymenu_icon span{display:inline-block;vertical-align:middle;color:#fff;font-size:13px;padding-top:30px;background:url("/images/n24/rvt/mobile/icon_mbtn_mymenu.png") 50% 5px no-repeat;background-size:20px;}
	.fix_menus>div>.korea{position:relative;width:33.33%;height:52px;float:right;}
	.fix_menus>div>.korea button{width:100%;height:52px;}
	.fix_menus>div>.korea span{display:inline-block;vertical-align:middle;color:#fff;font-size:13px;padding-top:30px;background:url("/images/n24/rvt/mobile/icon_mbtn_quick.png") 50% 5px no-repeat;background-size:18px;}
	.fix_menus>div>.korea .myguide{position:absolute;left:50%;bottom:0;margin-left:40px;width:24px;height:24px;background:url("/images/n21/rvt/m_icon_guest.png") 50% 50% no-repeat;background-size:80%;text-indent:-99999px;}
	.fix_menus>div>.menuall{position:absolute;top:50%;left:50%;width:90px;height:94px;margin:-47px 0 0 -45px;background:url("/images/n24/rvt/mobile/mark.png") 50% 0 no-repeat;border-radius:50%;background-size:90px;text-indent:-99999px;pointer-events:none;}
}

@media screen and (max-width:320px){
	.fix_menus>div>.home_icon span{font-size:12px;}
	.fix_menus>div>.korea span{font-size:12px;}
}

.folder_menu {
    display: none;
    position: fixed;
    bottom: 32px;
    left: 0px;
    right: 0;
    padding-bottom: 20px;
    text-align: center;
    z-index: 13;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.folder_menu>div {
    position: relative;
    padding: 3%;
}
.folder_menu>div>button {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 76px;
    height: 26px;
    margin-left: -38px;
    background: url("/images/n21/mrvt/m_forder_menu_close.png") top center no-repeat;
    background-size: 100%;
    text-indent: -99999px;
}
.folder_menu ul:after {
    display: block;
    clear: both;
    content: '';
}
.folder_menu ul li {
    position: relative;
    width: 33.33%;
}
.folder_menu ul li:first-child {
    float: left;
}
.folder_menu ul li:last-child {
    float: right;
}
.folder_menu ul li .myguide {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: 40px;
    width: 24px;
    height: 24px;
    background: url("/images/n21/mrvt/m_icon_guest.png") 50% 50% no-repeat;
    background-size: 100%;
    text-indent: -99999px;
}
.folder_menu ul li span {
    display: inline-block;
    line-height: 32px;
}
.folder_menu ul li a,
.folder_menu ul li button {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
    width: 100%;
}
.folder_menu ul li:nth-child(3) button {
    display: inline-block;
}
.folder_menu ul li div {
    height: 21px;
    background-size: 20px !important;
}
.folder_menu ul li:nth-child(1) div {
    background: url("/images/n21/mrvt/m_btn_menu1.png") 50% 50% no-repeat;
}
.folder_menu ul li:nth-child(2) div {
    background: url("/images/n21/mrvt/m_btn_menu2.png") 50% 50% no-repeat;
}
.folder_menu ul li:nth-child(3) div {
    background: url("/images/n21/mrvt/m_btn_menu3.png") 50% 50% no-repeat;
}