@charset "UTF-8";


nav.mobile-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 510;
  width: 295px;
  overflow-y: auto;
}

nav.mobile-menu * {
  touch-action: auto !important;
}

nav.mobile-menu .mobile-menu-wrap {
  position: relative;
  height: auto;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-group {
  position: relative;
  height: auto;
}

nav.mobile-menu .mobile-menu-wrap .close-btn {
  position: absolute;
  right: 24px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url("../../img/topmenu/close@3x.png") no-repeat center/cover;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 20px 0 10px 20px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth00 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-size: 1.2rem;
}

div.mobile-menu-inner1 #depth0_1 {
  color: #404040;
  width: 100%;
  display: flex;
}

.depth0_txt_id {
  letter-spacing: -0.8px;
  color: #121517;
  font-size: 1rem;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 li {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  text-align: left;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 a.depth0-txt01 {
  background: rgb(255, 255, 255);
  padding: 5px 30px;
  border-radius: 25px;
  box-shadow: 1px 5px 8px 0 rgb(0 0 0 / 22%);
  line-height: 30px;
  font-size: 1.1rem;
  letter-spacing: -0.4px;
  color: #121517;
  position: relative;
  opacity: 0.8;
  font-size: 1.2rem;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 a.depth0-txt {
  position: relative;
  color: #121517;
  font-size: 0.8rem;
  width: 30px;
  margin: 0 25px;
  text-align: center;
  border-radius: 20px;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 li:hover a.depth0-txt {
  color: #429ff5;
  font-weight: bold;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 a.depth0-txt .user-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  background: url(../img/user.png) no-repeat 50%;
  background-size: contain;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 li:hover a.depth0-txt .user-icon {
  width: 30px;
  height: 30px;
  background: url(../img/user0.png) no-repeat 50%;
  background-size: contain;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 {
  margin-top: 45px;
  text-align: left;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1.sub .depth1-txt {
  margin-left: -20px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1.sub {
  margin-top: 0px;
  text-align: left;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  /*padding: 0 24px;*/
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #121517;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.toggle {
  background: url("../../img/topmenu/down@3x.png") no-repeat center right 20px/24px 24px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.toggle.on {
  background: url("../../img/topmenu/up@3x.png") no-repeat center right 20px/24px 24px;
}


nav.mobile-menu .mobile-menu-wrap ul.depth1.sub a.depth1-txt.toggle {
  background: url("../../img/topmenu/down@3x.png") no-repeat center right 0px/24px 24px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1.sub a.depth1-txt.toggle.on {
  background: url("../../img/topmenu/up@3x.png") no-repeat center right 0px/24px 24px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.on~ul.depth2 {
  display: block;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 ul.depth2 {
  padding: 8px 0;
  background-color: #f8f9fa;
  display: none;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 ul.depth2.m20 li{
  margin-left : 20px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 ul.depth2 a {
  line-height: 46px;
  /*padding: 0 24px;*/
  font-size: 14px;
  letter-spacing: -0.31px;
  color: #495057;
  width: 100%;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info {
  padding: 36px 24px 0;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .call-box .sub-txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: #121517;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .call-box .main-txt {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.4px;
  color: #333299;
  padding-top: 4px;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .info-box {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #6d747a;
  padding-top: 8px;
  padding-bottom: 40px;
}

.mobile-menu-inner1 {
  display: flex;
  flex-direction: column;
}

.mobile-menu-inner2 {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

#head_wrap #mobilemenu a.mobile-btn{
	display: none;
	background: url(../../img/topmenu/ic_drawer@3x.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}


@media (max-width: 1080px){
	
	#head_wrap #mobilemenu a.mobile-btn{
	    display: block;
	}
	
	#head_wrap #webmenu{
	    display: none;
	}
	
	#topmenu{
		display: none;
	}
	
	#head_box{
		width: 960px;	
	}
	
}