/*******************************/
/*******************************/
/*******************************/

/* bg 어두운색... */
.pushy {/* 배경 전체 */
  position:fixed;
  width:30%;
  height:100%;
  top: 0;
  z-index:9999;
  overflow:auto;
  visibility:hidden;
  -webkit-overflow-scrolling: touch;
  background:#111;
 -webkit-transition: all 300ms ease-out;
						-moz-transition: all 300ms ease-out;
						-o-transition: all 300ms ease-out;
						transition: all 300ms ease-out;
}
 
 

.pushy nav a {/* 대메뉴 */
  display:block;
  padding:15px 10px; margin-bottom:15px;
	font-size:1rem;
  text-decoration: none;
  color: #b3b3b1;
	position:relative;
	 
}
 
/* linkone */
.pushy nav a:before, .pushy nav a:after {
  content: '';
  border-bottom: solid 2px #ea5414;
  position: absolute;
  bottom: -2px;
  width: 0;
}

.pushy nav a:before { left: 0; }
.pushy nav a:after { right: 0; }

.pushy nav a:hover:before, .pushy nav a:hover:after {
  width: 50%;
}
.pushy nav a:hover 		{color:#ea5414;}
.pushy nav a:before, .pushy nav a:after {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.on		{color:#ea5414 !important; border-bottom: solid 2px #ea5414 !important;}

.pushy nav .pushy-submenu ul{/* 서브메뉴 전체배경 */
	padding-left:0;
	background-color:#464646;
}
.pushy nav .pushy-submenu ul .pushy-link{/* 서브메뉴 배경 */
	text-indent:15px;
}
.pushy nav .pushy-submenu ul .pushy-link a{/* 서브메뉴 */
	font-size:1rem !important;
	border: 0 !important;
	padding:1rem 10px;
}

.mo_head_tab ul		{display: flex; flex-direction: column; padding-left:0; }
 

.m_sns ul		{width:60%; display:flex; padding:5vw 0 2vw 5vw; }
.m_sns ul li		{margin-right:20px;}

/* bg 어두운색 끝.. */

/*******************************/
/*******************************/
/*******************************/

/* bg 흰색... */
.pushy_white {/* 흰배경 전체 */
	background: #fff !important;
	box-shadow:-4px 4px 10px rgba(0,0,0,.05)
}
.pushy_white nav a {/* 대메뉴 */
	 
	font-size:1.5rem;
	font-weight:400;
	 
}

ul.sub_menu			{margin-bottom:20px;}
ul.sub_menu li a			{padding:4px 12px; color:#7f7f7f !important; font-size:15px !important; position:relative; }
ul.sub_menu li a:before		{
content:""; position:absolute; top:14px; left:0; width:6px; height:1px; background:#7f7f7f;
}
ul.sub_menu li a:hover:before		{
width:6px;
}

ul.sub_menu li a.sub_tit			{color:#262626 !important; font-size:17px !important; font-weight:700; padding:4px 0;}
ul.sub_menu li a.sub_tit:before		{width:0}

.mo_head_tab { overflow-y:scroll; width: 100%; height:80%;   z-index:999999999999999; float:right; padding: 4vw 4vw 0 2vw; }


.mo_head_tab > ul > li{ overflow:hidden; clear:both;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s; }
.mo_head_tab > ul > li > div > a{color:#232323; text-decoration:none; text-transform:uppercase;}
 
 
a.navi_block		{display:block; width:100%;}

.mo_head_tab > ul > li > div{margin:0 auto;}
.mo_head_tab > ul > li > div > ul{clear:both; overflow:hidden; float:right;   display:none;}

.mo_head_tab > ul > li > div > ul > li{border:none; }
.mo_head_tab > ul > li > div > ul > li > a{width:320px; color:#b5b5b5;}


@media (max-width: 1309px){
.pushy			{width:50%;}
.pushy_white nav a		{font-size:1.2rem !important;}
.mo_head_tab		{padding:8vw 4vw 2vw 4vw;}
}
@media (max-width: 768px){
.pushy			{width:70%;}
.mo_head_tab		{height:auto;}
.mo_head_tab		{padding:10vw 4vw 4vw 4vw;}
ul.sub_menu li a			{font-size:0.9rem !important;}
.menu_close_btn			{top:2%; right:2%;}
}
 
 

ul.sub_menu		{display:none; margin-top:0px;}
ul.sub_menu li{overflow:hidden; padding:0; clear:both; margin:0; line-height:20px; 
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	
}
ul.sub_menu li a { text-decoration:none; margin:0 5%;  font-size:15px;; display:block; }
ul.sub_menu li a:before, ul.sub_menu li a:after {
  content: '';
  border-bottom: 0 !important;

}


#brand-menu {
    position: fixed;
    z-index: 99999;
}

.modal-content, #fullmenu .modal-content,  .modal-content,  .modal-content { background: none; }

.modal-dialog{ padding:0; margin:0px; z-index:1000;}
.modal-body{ padding:0;}
.modal {overflow-y:auto;}
.modal[style] {padding-right: 0px !important; padding-left: 0px !important; }
.modal-open[style] {padding-right: 0px !important; padding-left: 0px !important; }
_sns a			{display:inline-block; margin:5% 1% 0 1%; color:#fff; font-size:1rem; line-height:100%; }

.modal-backdrop.in {
    filter: alpha(opacity=50) !important;
    opacity: .9 !important;
		z-index:9999;
}
 

.onon_show a{/* border-bottom: solid 2px white; */}
.onon_show a:hover:before {width:0 !important;}
.onon_show a:hover:after {width:0 !important;}


.pushy_white nav .pushy-submenu ul{/* 서브메뉴 전체 배경 */
	padding:0px 0 !important;
	background-color:#7f7f7f,  !important;
}
.pushy_white nav .pushy-submenu ul .pushy-link{/* 서브메뉴 배경 */
	text-indent:15px;
}
.pushy_white nav .pushy-submenu ul .pushy-link a{/* 서브메뉴 */
	font-size:0.75rem !important; color:#fff !important;
}
.pushy_white nav .pushy-submenu ul .pushy-link ul.mo_sub_3depth		{text-indent:30px;}
.pushy_white nav .pushy-submenu ul .pushy-link ul.mo_sub_3depth li a			{font-size:0.70rem !important;}
/* bg 흰색 끝.. */



.pushy nav ul:first-child {
  margin-top:0px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: -20px;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

 
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition:transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display:none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display:block;
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushy-submenu ul {
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  /* content: '';
  display: block;
  height:11px;
  width:12px;
  position: absolute;
  top: 50%;
  right:15px;
  background: url("./img/mo_arrow.png") no-repeat;
	background-size:12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;*/
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open ul {
  max-height:1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  /*-webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);*/
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

.mo_top		{border-bottom:1px solid #eee; padding:0 2vw;}

.menu_close_btn		{  width: 80px;  height: 80px; position:relative; cursor:pointer}

.menu_close_btn span:first-child { transform: rotate(45deg);}
.menu_close_btn span:last-child { transform: rotate(-45deg);}
.menu_close_btn span {
    width: 24px;
    height: 2px;
    background: #262626;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 28px;}


/* 모바일 로그인메뉴*/
.mo_header_login dl				{padding:2% 3%; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f8f8f8; text-align:center;}
.mo_header_login dl:after	{width:100%; display:block; clear:both; content:'';}
.mo_header_login dl dd			{display:inline-block; width:32%; padding:2% 0%;}
.mo_header_login dl dd a		{font-size:0.8rem;}


/*다국어버튼*/
.mo_lang_btn					{ text-align:center;}
.mo_lang_btn a				{display:inline-block; margin:0 15px; color:#7f7f7f; width:10%; font-size:14px;  position:relative; text-transform:uppercase;}
.mo_lang_btn a.lang_on:after	{background:#ea5414 ; font-weight:700; content:""; position:absolute; top:-4px; left:-10px; width:5px; height:5px; border-radius:50%;}	 
.mo_lang_btn a.lang_on		{ color:#262626;}

a.shop_link_mo		      	{font-size:16px ; color:#ea5414; padding-left:20px; width:50%;}

.m_ftxt		{padding:20px 4vw;}
.m_ftxt p			{font-size:14px; color:#262626}

@media(max-width:839px){
.mo_lang_btn				{width:50%;}
a.shop_link_mo			{width:50%;}

}
@media(max-width:469px){
.mo_lang_btn				{width:60%;}
.mo_lang_btn a {margin:0 10px;}
a.shop_link_mo			{width:20%;}

}