/*******************************/
/*******************************/
/*******************************/
body{font-family:"Nanum Gothic";}
.pushy_logo{width:100%; background-color:#378bf8; height:120px; }
.pushy_logo_img{text-align:center; padding-top:35px;}
.pushy_logo_img a img{max-width:160px; max-height:80px;}
/* bg 어두운색... */
.pushy {/* 배경 전체 */
  position:fixed;
  width:20%;
  height:100%;
  top: 0;
  z-index:999999;
  overflow:auto;
  visibility:hidden;
  -webkit-overflow-scrolling: touch;
  background:#111;
}

.pushy nav a {/* 대메뉴 */
  display:block;
  padding:1.2rem 10px;
	font-size:1rem;
  text-decoration: none;
  outline: 0;
  color: #b3b3b1;

}
.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;
}

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

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

/* bg 흰색... */
.pushy_white {/* 흰배경 전체 */
	background: #fff !important;
	font-family:'Nanum Gothic';
}
.pushy_white nav a {/* 대메뉴 */
	color: #111 !important; font-size:25px; font-weight:bold;
	/* border-bottom: 1px solid #dfdfdf !important; */
}
.pushy_white nav .pushy-submenu ul{/* 서브메뉴 전체 배경 */
	padding:0px 0 !important;
	background-color:#fff !important;
}
.pushy_white nav .pushy-submenu ul .pushy-link{/* 서브메뉴 배경 */
	text-indent:15px;
}
.pushy_white nav .pushy-submenu ul .pushy-link a{/* 서브메뉴 */
	font-size:16px !important; color:#555 !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: 0;
	
}

/* 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-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 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.2s 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: 999998;
  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/icon_plus.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: 1500px;
  /* overflow: hidden; */
}
.pushy-submenu-closed .pushy-link {
  opacity: 1;
}

.pushy-submenu-open ul {
  max-height:1500px;
}
.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_head_tab{margin-top:110px; padding:0 30px; }


/* 모바일 로그인메뉴*/
.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					{margin:15px auto; padding:0 3%; text-align:center; }
.mo_lang_btn a				{display:inline-block; margin:0 2px; background:#dfdfdf; color:#111; width:20%; height:25px; line-height:25px; border-radius:15px; font-size:0.75rem;}
.mo_lang_btn a.lang_on	{background:#555; color:#fff; font-weight:700;}


/* 언어선택 */
.m_header_language1 {display:inline-block; position:relative; cursor:pointer;  margin-top:30px; margin-bottom:100px;  padding:0 40px;}
.m_header_language1 .select1 {width:100px; margin:0 auto; padding: 5px 8px; position:relative; font-size:14px; text-align:left; color:#333; border:1px solid #333; }
.m_header_language1 .select1 span {display:inline-block; float:right; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #333; margin: 7% 5px 0 0;}
.m_header_language1 .select1 span.up {width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 8px solid #333; border-top: 0;}
.m_header_language1 ul {width:100px; display:none; position:relative;margin:0 auto; z-index:3; background:#fff; font-size:12px;  padding:10px 0; border:1px solid #ccc;}
.m_header_language1 ul li {line-height:25px; height:25px; border:none; padding-left:10%; text-align:left; }
.m_header_language1 ul li a {cursor:pointer; width:100%; height:100%; display:inline-block; color:#212121; font-size:12px;}
.m_header_language1 ul li a:hover {text-decoration:underline;}


.menu_close_btn{position: absolute; top: 2%; right: 6%; width: 50px; height: 50px;}
.menu_close_btn span:first-child{transform: rotate(45deg);}
.menu_close_btn span:last-child{transform: rotate(-45deg);}
.menu_close_btn span{width: 30px; height: 2px; background: #36c6f4; display: inline-block; position: absolute; top: 50%; left: 14px;}


/* 안에 내용 */
	.m_header_contact{margin:35px 0 20px; padding:0 40px;}
	.m_header_contact strong{
		position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #343434;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;}

	.m_header_contact strong:before{
		content: '';
    display: inline-block;
		width:119px; height:118px;
    max-width: 24px;
    max-height: 24px;
    background: url("./img/f_sns_icon2.png") no-repeat center center;
    background-size: cover !important;
    position: absolute;
    left: 0;
   
	}

	.m_header_contact strong:after{
		content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: Absolute;
    left: 0;
    bottom: 0;
}
	.m_header_contact .b{
		font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0;
	
	}

	.m_header_contact .txt{
		font-size: 15px;
    font-weight: 400;
    color: #555;
    margin: 0;
		line-height:25px; 
	}
	
	.m_header_info{margin:35px 0 20px; padding:0 40px;}
	.m_header_info strong{
		position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #343434;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;}

		.m_header_info strong:before{
		content: '';
    display: inline-block;
		width:132px;
		height:113px;
    max-width: 24px;
    max-height: 20px;
    background: url("./img/f_sns_icon1.png") no-repeat center center;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 4px;
	}
	
	.m_header_info strong:after{
		content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: Absolute;
    left: 0;
    bottom: 0;
}

	.m_header_info .txt{
		font-size: 15px;
    font-weight: 400;
    color: #555;
    margin: 0;
	}
	

	.m_header_sns{ margin:35px 0 20px; padding:0 40px;}
	.m_header_sns img.f_face{max-width:16px; max-height:24px;}
	.m_header_sns img.f_insta{max-width:25px;}



	.pushy-submenu a img{width:100%; max-width:22px; height:100%; background-size:100%; float:right;}

@media(max-width:1500px){
	.pushy{width:25%;}
}

@media(max-width:1200px){
	.pushy{width:30%;}
}

@media(max-width:900px){
	.pushy{width:40%; }
}
@media(max-width:500px){
	.pushy{width:70%;}

}