

/** Mobile navigation **/

.mobile_navi {
position:fixed; top:0px; right:-150%; 
width:60%; height:100%; 
background-color:#303a47; 
/*box-shadow:-10px 0px 15px #929292; */
z-index:10001;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.mobile_navi_list_item {padding:50px 0px 0px 0px;}
.mobile_navi_list_item ul {padding:0px;}
.mobile_navi_list_item ul li a {color:#fff; 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.html) 16px center no-repeat;
    height: 43px;
	padding-left:21px
}
.mobile_navi_mem .sign {
    background: #fff url(../images/common/ico_m_join.html) 11px center no-repeat;
    height: 43px;
	padding-left:21px
}
#mobile_toggle {
position:absolute; 
right:15px; top:11px; 
z-index:100001; 
width:30px; 
height:20px; 
cursor:pointer; 
}
#mobile_toggle .span {height:3px; background:#fff; margin:5px auto; }
#mobile_toggle.on #one { transform: rotate(45deg) translateX(5px) translateY(5px); background:#fff;height:1px}
#mobile_toggle.on #two {opacity: 0;}
#mobile_toggle.on #three {transform: rotate(-45deg) translateX(5px) translateY(-5px); background:#fff;height:1px}
.mobile_navi_list {border-bottom:1px solid #404a61;}
.mobile_navi_list ul {display: none; background-color:#2f3647;}
.mobile_navi_list_01 {border-top:1px solid #212736;}
.wrap-lang {margin-top:25px;margin-left:15px}
.mobile_lang a {display:block;border:1px solid #86919e;width:70%;color:#fff;padding:15px;margin-bottom:5px;font-size:0.89rem !important}

.panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/** 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)
 */












