

/** Mobile navigation **/

.mobile_navi {
position:fixed; top:0px; right:-150%; 
width:65%; height:100%; 
background-color:#fff; border-left:1px solid #aaa;
/*box-shadow:-10px 0px 15px #929292; */
z-index:10001;
}
.mobile_navi_list_item {padding:25px 0px 0px 0px;}
.mobile_navi_list_item ul {padding:0px;}
.mobile_navi_list_item ul li a {color:#5c5c5c; font-size:1.1rem; padding: 10px 0px 10px 20px; display:block;}
.mobile_navi_list_01 a {font-size:1rem !important;text-indent:7px;padding:7px 0px 7px 20px !important;}
.mobile_navi.on {right:0px;  -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s;}
.mobile_navi_mem {
	margin-top: 30px;
    display: flex;
    /* flex-grow: 1; */
    padding: 0 15px !important;
}
.mobile_navi_list2 {
    width: 120px;
    border: 1px solid #aaa;
	margin-right:5px
}
.mobile_navi_mem .login {
    background: #fff url(/images/common/ico_m_login.png) 16px center no-repeat;
    height: 43px;
	padding-left:21px
}
.mobile_navi_mem .sign {
    background: #fff url(/images/common/ico_m_join.png) 11px center no-repeat;
    height: 43px;
	padding-left:21px
}
#mobile_toggle {
position:absolute; 
right:15px; top:12px; 
z-index:100001; 
width:30px; 
height:20px; 
cursor:pointer; 
}
#mobile_toggle .span {height:3px; background:#333; margin:5px auto; }
#mobile_toggle.on #one { transform: rotate(45deg) translateX(1px) translateY(0px); background:#555;height:1px}
#mobile_toggle.on #two {opacity: 0;}
#mobile_toggle.on #three {transform: rotate(-45deg) translateX(11px) translateY(-10px); background:#555;height:1px}
.mobile_navi_list {border-bottom:1px solid #ddd;}
.mobile_navi_list ul {display: none; background-color:#f7f7f7;}
.mobile_navi_list_01 {border-top:1px solid #ccc;}

/** Top Slider **/

/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */












