@charset "utf-8";
/*
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS /\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\
1. HEADER
2. FOOTER
3. Button Up		


/*===================================================== */
/* 1. HEADER
/*===================================================== */

.header {
    position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:auto;
	background:#fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 3px 5px rgba(50,50,50,0.1); 
	z-index:100;	
	transition: 0.5s;
}  



.scrolled {
	top:-90px; /*top:-30px;*/
	height: 90px !important;
  }

  .scrolled1{
	width: 150px !important;
  }

  .scrolled2{
	padding: 15px 25px 0 25px !important;
  }

  .scrolled3{
	padding-top: 3px !important;
  }







.topbar {  
 padding: 0;
 background-color:#4f4f4d;
 height:30px;
 color:#aeaeae; 
 width: 100%;

}

.t-right{	
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.topbar ul {
	display: flex;
	justify-content: flex-end;
	font-size:12px;
	padding-right: 33px;
 }

.topbar .t-left span {
 margin-right:15px;
 }

.topbar i {
 margin-right:5px;
 font-size:14px;
 }



 .topbar ul:after{
	display: block;
	content: '';
	clear: both;
 } 
.topbar ul li {
 float:left;
 position:relative;
 }
 .topbar ul li:after{
	display: block;
	content: '';
	clear: both;
 } 

.topbar ul > li > a {
 font-family: 'Nanum Gothic', sans-serif;
 padding:0 10px;
 line-height:28px;
 color:#aeaeae;
 background:none;
 }

.topbar ul > li > a:hover {
 color:#ffffff !important;
 } 

/* =================================================================== */
/* 2. NAVIGATION
====================================================================== */

.navbar {
	position:relative; 
	max-width:1200px; 
	height:80px; 
	margin:0 auto; 
    padding:0 17px;
	right:constant(safe-area-inset-right); right:env(safe-area-inset-right);
}

.navbar:after{
	content:'';
  display:block;
  clear:both;
}

.logo {
	float:left;
	width:180px; 	
	padding-top:13px;
	transition: 0.5s;
}

.logo .img1{
	width: 200px;
	transition: 0.5s;
}
.img2  {
	display:block; 
	width:100%;
}

.img2 {
display:none;}



/* gnb_wrap 모바일 메뉴 부분 */
#gnb_wrap {height:100%;}
#gnb_wrap:after {clear:both; display:block; content:''}
#gnb_wrap .gnb_top {display:none}
#gnb_wrap .logout_text {display:none;}

#gnb_wrap button {display:none}

#gnb_wrap .login_bottom{display:none}
/* // gnb_wrap 모바일 메뉴 부분 */	

#gnb {
	float:right; 
	height:85px;
    }

#gnb > li {
	position:relative; 
	float:left; 
	height:70px;
	}

#gnb > li:after{clear:both; display:block; content:''}

#gnb > li > a > span {
	position:relative; 
	padding-bottom:10px;
	font-family: 'Noto Sans KR', sans-serif;
	
}

#gnb > li > a > span:before {
	position:absolute; 
	left:0; 
	bottom:0; 
	width:0; 
	height:2px; 
	content:''; 
	background:#000; 
	transition:all .4s ease;
	
}

#gnb > li:hover > a > span:before {
	width:100%;
}

#gnb > li > a {
	
	display:block; 
	position:relative; 
	padding:29px 25px 0 25px; 
	height:100%; 
	font-family: "Work Sans";
	color:#444; 
	font-size: 1.000em;
	font-weight: 400;
	transition: 0.5s;
}

#gnb > li > ul.submnu {
	display:none;
	position:absolute; 
	top:70px; 
	left:0; 
	min-width:150px; 
	padding:20px 15px 30px 15px; 
	background:#fff; 
	box-shadow:0 2px 3px 0 rgba(0,0,0,.12); 
	opacity:0; 
	filter:alpha(opacity='0'); 
	z-index:110;
}

#gnb > li.on > ul.submnu {
	display:block;
}

#gnb > li > ul.submnu li {
	position:relative; 
	
	padding:8px 0; 
	border-bottom:1px solid #eee;
}

#gnb > li > ul.submnu li:before {
	position:absolute; 
	bottom:0; 
	left:0; 
	width:0; 
	height:1px; 
	content:''; 
	background:#aaa; 
	transition:all .3s ease;
}

#gnb > li > ul.submnu li:hover:before {
	width:100%;
}

#gnb > li > ul.submnu li:hover a{
	color:#333;
}

#gnb > li > ul.submnu li a {
	display:block; 
	width:100%; 
	height:100%; 
	font-family: "Work Sans";
	font-weight: 400;
	color:#727272;
	font-size:0.938em;
}
/* // gnb 메뉴 부분 */
/* 햄버거 버튼 메뉴 부분 */
#btnNav {display:none; position:absolute; top:18px; left:20px; width:40px; height:40px; border:none; border-radius:2px; background:#333; cursor:pointer; z-index:1000}
#btnNav span {position:absolute; 
	display:block; 
	right:10px; 
	width:20px; 
	height:2px; 
	background:#fff;
	transition:all .4s ease;
}
#btnNav span.bar1 {top:12px}
#btnNav span.bar2 {top:18px}
#btnNav span.bar3 {top:24px}

#btnNav.active span.bar1 {top:18px;
	transform:rotate3d(0, 0, 1, 45deg)}
#btnNav.active span.bar2 {display:none}
#btnNav.active span.bar3 {top:18px;
	transform:rotate3d(0, 0, 1, -45deg)}

/* //햄버거 버튼 메뉴 부분 */

/* =================================================================== */
/* 3. FOOTER
====================================================================== */


#footer {
    width: 100%;
  
   
    background-color: #2c2c33;
    text-align: left;
}

#footer:after {
    content: '';
    display: block;
    clear: both;
}

/*****************************************************************
   info01 영역 
*****************************************************************/
#footer .info01 {
    margin: 0px 0 0px;
    padding: 15px 0;
    background-color: #2c2c33;
}


#footer .info01 .info01_01 ul li {
    float: left;
    padding-right: 20px;
}

#footer .info01 .info01_01 ul li a {
    position: relative;
    display: block;
	font-family: 'Work Sans'; 
    font-size: 12px;
    font-weight: 400;
    color: #888;
    padding: 5px 0;
}

#footer .info01 .info01_01 ul li a:hover {
    color: #111;
}

#footer .info01 .info01_01 ul li a:after {
    content: '';
    position: absolute;
    top: 11px;
    right: -11px;
    width: 1px;
    height: 6px;
    background-color: #666;
}

#footer .info01 .info01_01 ul li:last-child a:after {
    display: none;
}

/*****************************************************************
   info02 영역 
*****************************************************************/



/*****************************************************************
info02_01 회사정보
*****************************************************************/

#footer .info02{
	background-color: #161616;
}


#footer .info02 .info02_01{
	margin-bottom: 20px;
}
#footer .info02 .info02_01 .info_address img {
    max-width: 200px;
	width: 100%;
    padding-bottom: 10px;
	overflow: hidden;
}

#footer .info02 .info02_01 .info_address ul li {
	font-family: 'Work Sans'; 
    font-size: 12px;
	font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

#footer .info02 .info02_01 .info_address .footfont a{
	font-family: 'Work Sans'; 
    font-size: 12px;
	font-weight: 400;
    line-height: 22px;
    color: #ffffff;
	line-height: 120%;
}

#footer .info02 .info02_01 .info_address .footfont{
	font-family: 'Work Sans'; 
    font-size: 12px;
	font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}
#footer .info02 .info02_01 .info_address ul li span{
	font-family: 'Work Sans'; 
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	color: #888;
}




#footer .info02 .info02_01 .info_address a:hover,
#footer .info02 .info02_01 .info_address a:visited {
    color: #555;
}

#footer .info02 .info02_01 .info_address .copyright {
    background-color: #666;
    display: inline-block;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 0.875em;
    color: #eee;
	
}

/*****************************************************************
info02_02 결제정보
*****************************************************************/
#footer .info02 .info02_02 {
    margin-bottom: 10px;
}
#footer .info02 .info02_02 .info_bank {
    margin-bottom: 10px;
}

#footer .info02 .info02_02 .info_bank h3 {
    font-family:'Montserrat';
	font-size: 1.0em;
	font-weight:600;
	line-height:1.5;
	color: #222;
    padding: 5px 0;
}

#footer .info02 .info02_02 .info_bank h3:after {
	display:block; 
	width:100%; 
	height:1px; 
	content:''; 
	margin:10px auto 5px auto;
	background:#999;
}

#footer .info02 .info02_02 .info_bank ul li{
	font-family:'Work Sans';
	font-size: 0.938em;
	font-weight:600;
	line-height: 140%;
    letter-spacing: 1px;
	color: #555;
}

#footer .info02 .info02_02 .info_bank ul li span {
	font-family:'Work Sans';
	font-size: 0.938em;
	letter-spacing: 0px;
    padding-right: 1px;
    vertical-align: top;
    color: #555;
}

#footer .info02 .info02_02 .info_escrow {
	margin-bottom: 0px;
}

#footer .info02 .info02_02 .info_escrow h3 {
	font-family:'Montserrat';
	font-size: 1.0em;
	font-weight:600;
	line-height:1;
    color: #222;
    padding: 5px 0;
}

#footer .info02 .info02_02 .info_escrow h3:after {
	display:block; 
	width:100%; 
	height:1px; 
	content:''; 
	margin:10px auto 5px auto;
	background:#999;
}

#footer .info02 .info02_02 .info_escrow p {
	
	font-size: 0.875em;
    color: #ffffff;
    line-height: 120%;
}

#footer .info02 .info02_02 .info_escrow ul{
	overflow: hidden;
    margin-top: 10px;
}

#footer .info02 .info02_02 .info_escrow ul li{
 transition: all 0.2s ease-out;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    width: 43px;
    height: 43px;
    margin: 0px 3px 3px 0px;
    border: 1px solid #ccc;
    opacity: 0.6;
}

#footer .info02 .info02_02 .info_escrow ul li:hover{
	opacity: 1.0;
}

#footer .info02 .info02_02 .info_escrow ul li img {
	width: 100%;
    height: 100%;
}


/* ===================================================== */
/* 3. Button Up										 */
/* ===================================================== */
.btntoTop {
	width: 44px;
    height: 44px;
    position: fixed;
    bottom: 40px;
    left: 30px;
    background-color: #e0e3e5;
    border-radius: 30px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 20px 'FontAwesome';
    color: #000;
}
.btntoTop.active {
    opacity: 1;
}
.btntoTop.active:hover{
    opacity:0.8;
}


/* =================================================================== */
/* MEDIA QUERIES
====================================================================== */


	

@media screen and (max-width:991px) {
	
	.header {
	position:absolute;
	height:80px;	
	padding:0 0px;
	}
	.topbar {
		display:none;
	}
	.nav-up{
	top:0px;
}

/* #gnb_wrap 모바일 메뉴 부분 */
	.logo {
	  float: none;
	  width:180px; 
	  margin:0 auto;
	  padding-top:10px;
	}

	#gnb_wrap {
        Position:fixed;
        top:0px;
        left:-270px;
        width:220px;
        overflow: hidden;
        overflow-x: hidden;
        height:100%! important;;
  		background:#fff;
  		box-shadow:-2px 0 6px 0 rgba(0,0,0,.3); 
  		z-index:990;
  		overflow: auto;
        overflow: scroll;
  		-webkit-overflow-scrolling: touch;		
        -webkit-backface-visibility: hidden;
		backface-visibility: hidden;
    }
    
    #gnb_wrap:-webkit-scrollbar {
    width: 0 !important
}

 	#gnb_wrap .gnb_top{
   		position:relative;
   		display:block;
   		width:100%;
   		height:60px;
   		background:#fff;
   		text-align:center;
		line-height: 25px;
		border-bottom:1px solid #dedede;		
    }

	
    #gnb_wrap > .gnb_top a{
        position:relative;
        top:10px;
        color:#fff;
	}
	
	#gnb_wrap > .gnb_top img{
       display:block;
       width:65%;
       margin:0 auto;       
      
	}
	
	
    #gnb_wrap .gnb_top a span{		 
	     font-size: 20px;
		 font-family: "NanumGothic";		
	}
	
    #gnb_wrap .logout_text{
	     display:block;	
	}
  
	.logout_text {
	   	height: auto;
    	float: initial;
    	position: relative;
    	padding: 5px 10px 0px 10px;
    	background: #ffffff;
    	border-bottom:1px solid #dedede;
    }
  
    .r01, .r02{    		
   	    float: right;
    	width: 49%;
   	    height: 30px;
   	    margin: 0 0 8px 0;
		font-size: 13px;
	}
	
   .r01 {
    margin-left: 2%;
    }
	
  .r01 a, .r02 a{
	    display: inline-block;
    	width: 100%;
    	height: 32px;
    	line-height: 27px;
    	background: #FFFFFF;
    	border: 1px solid #666;
    	font-weight: normal;
    	border-radius: 0px;
    	text-align: center;
    	position: relative;
    	top: 10;
    	right: initial;
	}

   .r01 a {
    	right: initial;
    	background: #666;
    	color: #fff;
    }
	
 #gnb_wrap button {
	 display:block; 
	 position:absolute; 
	 top:20px; 
	 left:1130px; 
	 width:40px; 
	 height:40px; 
	 border:none; 
	 border-radius:2px; 
	 background:#333; 
	 cursor:pointer;
	}
	
 #gnb_wrap button span {
	 position:absolute; 
	 display:block; 
	 left:30px; 
	 width:30px; 
	 height:2px; 
	 background:#000;
	 transition:all .4s ease;
	}
 #gnb_wrap button span.bar1 {top:12px}
 #gnb_wrap button span.bar2 {top:18px}
 #gnb_wrap button span.bar3 {top:24px}
 #gnb_wrap button.active span.bar1 {
	 top:18px;
	 transform:rotate3d(45deg);
	 
	}
 #gnb_wrap button.active span.bar2 {display:none}
 #gnb_wrap button.active span.bar3 {
	 top:18px;
	 transform:rotate(-45deg3d);
	}
	
/* //gnb_wrap 모바일 메뉴 부분 */

/* gnb 메뉴 숨김 부분 */
#gnb {
	float:none; 
	}

#gnb > li {
	float:none; 
	height:auto;
	position: relative;
	}

#gnb > li > a {
	background: #fff;
	height:auto; 
	padding:10px 25px; 
	font-size:14px; 
	border-bottom:1px solid #dedede;
	}
	
#gnb > li > a > span {
	 padding:0
}

#gnb > li > a > span:before {
	display:none
		}
	
#gnb > li > ul.submnu li:before {
	display:none
	}
	
#gnb > li.drop > a:before {
	position:absolute; 
	display:block; 
	width:2px; 
	height:14px; 
	right:31px; 
	top:50%; 
	margin-top:-7px; 
	content:''; 
	background:#aaa;
	transition:all .3s ease;
	}
	
 #gnb > li.drop > a:after {
	 position:absolute; 
	 display:block; 
	 width:14px; 
	 height:2px; 
	 right:25px; 
	 top:50%; 
	 margin-top:-1px; 
	 content:''; 
	 background:#aaa;
	}
	
	
 #gnb > li.open > a:before {
	 transform:rotate(90deg);
	 
	}

 #gnb > li > ul.submnu {
	 display:none; 
	 position:static; 
	 width:100%; 
	 padding:0; 
	 background:#f6f6f6; 
	 opacity:1 !important; 
	 filter:alpha(opacity='100') !important; 
	 box-shadow:none;
	}
 
 #gnb > li > ul.submnu:-webkit-scrollbar {
		width: 0 !important;
	}
		
 #gnb > li > ul.submnu li {
	 padding:0; 
	 border-color:#dedede;
	}

 #gnb > li > ul.submnu li a {
	 font-size:11px; 
	 padding:9px 25px;
	}

 #gnb_mask {
	display:none; 
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:.6; 
	filter:alpha(opacity='60'); 
	z-index:200;
	}
/* gnb 메뉴 숨김 부분 */
	
/* 햄버거 부분 */	
	#btnNav {
		display:block;
	}
/* //햄버거 부분 */	
#footer .info02 .info02_02{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
	}

}
	


@media screen and (min-width:100px) and (max-width:751px) {
	

  .header {
  position:absolute;
	height:60px;
	padding:0 0px;
	}
	
	
	.topbar {
	display:none;
	}
	
	.logo{
		float: none;
		width: 180px;
		margin: 0 auto;
		padding-top:6px;
		}
		
	.img1{display: none;}
	
	.img2 {display:block;
		margin-top:4px;
		width:180px;
		height: 37px;
}

	
	.nav-up {
	top:0px;
    }
    .navbar {height:60px;}
    


#btnNav{top:12px; left:20px; width:35px; height:35px;}
#btnNav span {right:7px;}
#btnNav span.bar1 {top:10px}
#btnNav span.bar2 {top:16px}
#btnNav span.bar3 {top:22px}
#btnNav.active span.bar1 {top:16px; }	

#btnNav.active span.bar3 {top:16px;}

}




.navbar1{
	width:100%;
	background: #333;
	overflow: auto;
	display: block;
}


#gnb_wrap1{
	max-width: 1100px;
	margin:20px auto;
	background: #333;
	padding-left: 30px;
	padding-right: 30px;
}

.gnd1_title{
	font-size: 1.6rem;
	font-weight: 500;
	padding: 1.3rem 0 2rem 4.5rem;
	color:#fff;
	font-family: "NanumGothic" , 'sans-serif';
}

#gnb1{
	display: flex;
	justify-content: space-around;	
}

#gnb1 ul li a{
	color: #999;	
    font-size: 1.4rem;
    white-space: nowrap;	
	padding: 0.5rem 0;
	display: block;
	font-family: "NanumGothic" , 'sans-serif';
}

.foottitle{
	font-family: "NanumGothic";
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 0.5rem 0;
    display: block;
}

#gnb1 ul li a:hover{
	color: #fff;
}



@media screen and (max-width:991px) {

	.navbar1{
		display: block;
	}
	
	#gnb1{
		display: block;
		margin:0 20px;
	}

	.submnu1{
		display: none;
	}

	#gnb1 > li > ul.submnu1:-webkit-scrollbar {
		width: 0 !important;
	}
		
 #gnb1 > li > ul.submnu1 li {
	 padding:0; 
	 border-color:#dedede;
	}

 #gnb1 > li > ul.submnu1 li a {
	padding-bottom: 1.2rem;	
	padding-left: 1.5rem;
	}

	#gnb1 > li > ul.submnu1 > li:last-child > a{
		padding-bottom: 2.0rem;	
		
		}


	.gnb_wrap1{
		display: block;
		margin: 0 auto;
	}

	.foottitle{
		padding: 1.3rem 0 1.0rem 0;
		margin-bottom: 0rem;
		color: #fff;
		font-size: 1.5rem;
		white-space: nowrap;			
		display: block;
		font-weight: 500;
		position: relative;
	}
	
	#gnb1 > li{
	border-top: 1px solid rgba(255, 255, 255, .15);
}

#gnb1 > li:first-child{
	border-top: none;
}


.drop1 > a > span:after{
	font-family: 'FontAwesome';
    content: "\f107";
    display: inline-block;  
    vertical-align: middle;
    position: absolute;
    text-align: center;
    right: 10px;
    top: 1.4rem;
}

.open1 > a > span:after {
	font-family: 'FontAwesome';
    content: "\f106";
    display: inline-block;  
    vertical-align: middle;
    position: absolute;
    text-align: center;
    right: 10px;
    top: 1.4rem;
   }

   .gnd1_title{
	font-size: 1.6rem;
	font-weight: 500;
	padding: 1.3rem 0 2rem 1.9rem;
   }


}

@media screen and (max-width:600px) {
	#gnb_wrap1{
		padding-left: 0px;
    	padding-right: 0px;
	}

}




.footerdown{
	width: 100%;	
    background: #252323;  	
}

.footer_inter{
	max-width: 1100px;
    margin: 0px auto 0px auto;
	padding-left: 15px;
    padding-right: 15px;
}

.footer_flex{
	display:grid;
	grid-template-columns: 3fr 7fr;
	grid-auto-rows: 1fr 1fr 1fr;	
}


.footer_info1{
	grid-column: 1/2;
	grid-row:1/4;
	padding-top: 10px;
}


.footer_info1 img{
	padding-top:30px;
	max-width: 230px;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
	padding-left:10px;
}

.footer_info2{
	grid-column: 2/2;
	grid-row:1/2;	
}

.footer_info2_2{
	color:#fff;
	grid-column: 2/2;
	grid-row:2/3;
}

.footer_info4{
	grid-column: 2/2;
	grid-row:3/4;
}



.info01_flex{
	text-align: left;
	width: 100%;
	
}

.footer_info2_01 > ul > li {
	float: left;
}

.footer_info2_01 ul li a{
	position: relative;
    display: block;
    font-family: 'Work Sans';
    font-size: 14px;
    font-weight: 400;
    color: #888;
    padding: 30px 40px 30px 0;
	line-height: 1.35;
}


.footer_info2_01 ul li a:after {
	content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    width: 1px;
    height: 10px;
    background-color: #888;
}

.footer_info2_01 ul li a:hover{
	color: #eee;
}



.footer_info2_01 ul > li.footercolor > a{
	color: #ccc;
}

.footer_info2_01 ul > li:last-child > a{
	float: right;
}

.footer_info2_01 ul > li:last-child > a:after{
	display: none;
}

.info_address2 p span{
	display: inline-block;
	padding-right: 1.5rem;
	vertical-align: middle;
    line-height: 1.9;
    letter-spacing: -0.025em;	
	font-size: 1.4rem;
    color: #999;
	position: relative;
}

.info_address2 p span:after{
	content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 9px;    
    background-color: #888;
}

.info_address2 p span:last-child {
    padding-right: 0;
}

.info_address2 i{
	font-style: normal;
}

.footer_info2_2 span.footer_font{
	display: inline-block;
	padding-right: 1.8rem;
	vertical-align: middle;
    line-height: 1.9;
    letter-spacing: -0.025em;
	font-weight: 400;
	font-size: 1.4rem;
    color: #cccccc;
}

.footer_info2_2 span a{
	color: #ccc;
}

.copyright{
	color:#777;
	padding-top:30px;
}

.info_address2 b{
	font-weight: 400;
	color: #ccc;
	vertical-align: baseline;
}



@media screen and (max-width:991px) {
	.footer_info2_01 ul{
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		scrollbar-width: none;
		overflow-x: hidden;
	}

	.footer_info2_01 > ul > li {
		float: none;
	}

	.footer_info2_01 ul > li:last-child > a{
		float: none;
	}
}


@media screen and (max-width:911px) {
	.footer_flex{
		display:grid;
		grid-template-columns: auto;
		grid-auto-rows: 100px 80px 1fr 1fr;			
	}

	.footer_info1{
		grid-column: 1/2;
		grid-row:1/1;
		
	}

	.footer_info2{
		grid-column: 1/2;
		grid-row:2/3;	
	}
	
	.footer_info2_2{
		color:#fff;
		grid-column: 1/2;
		grid-row:3/4;
	}
	
	.footer_info4{
		grid-column: 1/2;
		grid-row:4/5;
	}
	.footer_inter {
		padding-left: 30px;
    padding-right: 30px;
	}

	.footer_info2_01 ul li a{
		padding: 30px 30px 30px 0;
	}
	.footer_info2_01 ul li a:after{
		right: 14px;
	}
	
}

@media screen and (max-width:630px){
	.footer_inter{
		padding-left: 30px;
		padding-right: 30px;
	}
	.info_address2 p span{
   		 display: block;
	}

	.info_address2 p span{
		font-size: 1.4rem;
	}


.footer_flex{
	display: block;
}

.footer_info4{
	padding-bottom: 30px;
}

.info_address2 p span:after{
	display: none;
}
}
@media screen and (max-width:519px){

	.info_address2 p span{
		font-size: 1.6rem;
	}
}

@media screen and (max-width:449px){
	.footer_inter{
		padding-left: 15px;
		padding-right: 15px;
	}
	.info_address2 p span{
		font-size: 1.4rem;
	}
}
























