/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 瘚桀��top�� --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--fourth_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				width: 20px;
				height: 16px;
				fill: #fff;
			}
			.topBtn a span {
				font-size: 0.9em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
		
			









/*================*/
/*-- 瘚桀��蝷曄黎�� --*/
/*================*/				
					


/*--瘚桀��蝷曄黎��---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*璅�蝐方牧��*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--�喳�湔筑��FB--*/
.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	
/*--�喳�湔筑��youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--�喳�湔筑��Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--�喳�湔筑��linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--�喳�湔筑��Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--�喳�湔筑��IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--�喳�湔筑��dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--�喳�湔筑��podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 瘚桀��top�� --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		}
		.topBtn a svg {
			/* top: 10px; */
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 瘚桀��蝷曄黎�� --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}










	
			





/*/////////////////////////////////////////////////////////*/
/*-------����--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	/* padding: 45px 0px 0; */
	background-color: var(--primary_color);
	color: #fff;
}





	.footer_content{
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* padding-bottom: 10px; */
	}
		



		/*----- ���貨ooter_logo -----*/
		.footer_logo{
			width: 300px;
			transition: 0.3s ease all;
			box-sizing: border-box;
		}
			.footer_logo a{
				display: block;
			}
				.footer_logo a img{
					width: 100%;
					height: auto;
				}
		
	



		/*----- ���喃蜓���� navbar -----*/
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 -15px;
		}
			.footer_nav{
				box-sizing: border-box;
			}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: #fff;
					padding: 0 15px;
					position: relative;
				}

				.footer_nav a::after{
					content: "|";
					display: inline-block;
					position: absolute;
					right: 0;
					top: 0;
					
				}
				.footer_nav:last-of-type a::after{
					display: none;
					
				}

		/*----- ���唾�閮� footer_information -----*/
		ul.footer_information{
			padding: 0;
			margin: 0;
			display: flex;
			flex-direction: column;
			justify-content: center;
			gap: 10px;
			list-style-type: none;
			color: #fff;
			box-sizing: border-box;
			font-size: 15px;
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				/* display: flex; */
				align-items: center;
				padding-bottom: 5px;
			}
				ul.footer_information li i{
				padding-right: 5px;
				}
					ul.footer_information li span.fax{			
						padding-left: 5px;	
						display: inline-block;
					}
						ul.footer_information li a{
							color: inherit;
							display: inline-block;
							text-decoration: none;
							/* padding-left: 10px; */
						}
						ul.footer_information li a:hover{
							opacity: 0.7;
						}

	
	/*----- ��甈�摰��� -----*/
	.copyright{
		color: #fff;
		font-family: var(--foreign_font);
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
		text-align: center;
		border-top: 1px solid #fff;
	}
		.copyright a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
		}
		
	/*----- ��閬賢�刻郎蝷箸�隤� -----*/
	.browser_bg{
		color: #6c6c6c;
		/* text-align: center; */
		font-size: 12px;
		line-height: 16px;
	}
		.browser_bg a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		}
			

.footer_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}

		.footer_left{
			width: 65%;
		}
		.footer_right{
			display: flex;
			align-items: center;
		}
.footer_right_social{
	margin-left: 10px;
}
		.footer_right_social a{
			display: inline-block;
		}


		@media(max-width:1450px){
			.footer_logo {
				width: 280px;
			}
		}

		@media(max-width:1280px){
			.footer_content {
				display: block;
			
				/* padding-bottom: 10px; */
			}
			.footer_left{
				width: auto;
			}

			ul.footer_information{
				padding-top: 20px;
			}
		}

		@media(max-width:1100px){
			.footer_wrap {
				display:block;
				padding-bottom: 30px;
			}

			.footer_navbar {
				padding-top: 20px;
				margin: 0 ;
			}
		}
@media (max-width: 990px){

	.footer {
		padding: 20px 0px 0 ;
	}	
		.footer_content{
			display: block;
			justify-content:unset;
		}

}


@media (max-width: 768px){
	
	/* ���唾�閮� footer_information */
	ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			padding: 5px 0px;
		}
		
	
}

@media(max-width:540px){
	.footer_wrap {
		padding-bottom: 15px;
	}
	.footer_right{
		display: block;
	}	
	.footer_right_social {
		margin-left:0px;
		margin-top: 10px;
	}
	ul.footer_information li span.fax{			
		padding-left: 0px;	
		padding-top: 10px;
		display: block;
	}
}


/* ���喟雯蝡�撠�閬� */

/*蝬脩�撠�閬賣����*/
.sitemap_area .button_area{
	padding-left: 20px;
}

.sitemap_area .button_area .footer_btn{
	background-color: var(--second_color);
    border: none;
    border-radius: 5px;
    color: #333;
    min-width: 100px;
    padding: 10px 0;
}
.sitemap_area .button_area .footer_btn:hover{
	background-color: var(--fourth_color);
    color: var(--wite_color);
	cursor:pointer;
}

/*蝬脩�撠�閬賢��憛�*/
.sitemap_area{
	background-color: #f5f5f5;
	padding: 30px 0;
	margin-bottom: 45px;
}

.footerNavbar >ul{
	padding-left: 0;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(.9375rem, 1.5625vw, 1.875rem);
}

.footerNavbar >ul>li{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footerNavbar >ul>li>a{
	color: #333;
	text-decoration:none;
}

.footerNavbar >ul>li>a:hover{
	opacity: 0.8;
}

#footerNavbar_listTit {
    font-weight: bold;
    margin: 5px 0;
    background: var(--fourth_color);
    text-align: center;
    padding: 3px 15px;
    border-radius: 8px;
}

#footerNavbar_listTit >a{
	color: var(--wite_color);
	text-decoration:none;
}

.separator {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    height: 1px;
	background-color: var(--second_color);
}

@media(max-width:745px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:540px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:425px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(1, 1fr);
	}
}








