/* ============================ footer style start ============================= */
@charset "utf-8";

#footer {padding: 30px 0 100px; background-color: #000; border-top: 1px solid #eeeeee;}
#footer * {text-align: center; color: #fff; font-size: 15px}
#footer p:first-of-type {margin: 30px 0 10px;}
#footer img {max-width: 230px;margin-right: 10px;}

.footer-gnb{margin: 20px 0;}
.footer-gnb > ul{display:flex; justify-content:center;}
.footer-gnb > ul > li a{display: flex; justify-content: center; align-items: center; width: 150px;  text-align: center;}
.footer-gnb > ul > li a i{ margin-right: 10px;}

.lang {margin-top: 20px;}
.lang ul {display: flex; justify-content: center;}
.lang a {display: inline-block; max-width: 45px; width: 100%; margin: 0 5px;}
.lang a img{width: 100%;}

@media screen and (max-width:1200px) {
	#footer {padding: 30px 0 120px;}
}

@media screen and (max-width:1025px){
	#footer img {max-width: 160px;}
	#footer p { white-space: pre-line;}
	#footer p br {display: none;}
}

@media screen and (max-width:769px){
	.footer-gnb > ul > li a{width: 130px;}
}
@media screen and (max-width:480px){
	#footer{padding: 30px 0 150px;}
	#footer img {max-width: 140px;}
	footer *{font-size: 12px !important;}

	.footer-gnb {margin: 10px 0;}
	.footer-gnb > ul {flex-wrap: wrap;}
	.footer-gnb > ul > li {margin: 5px; width: calc(50% - 10px);}
	.footer-gnb > ul > li a {width: 100%;}

	.lang {margin-top: 10px;}
}

/* ================================================================= */
/* ========================== quick menu ========================== */
/* ================================================================= */

#quick_menu {position: fixed; top: 50%; transform: translateY(-50%); right: 0; z-index: 999999;}
#quick_menu img {height: 45px;}
#quick_menu span {display: block; width: 100%; padding-top: 5px; font-family: 'NanumSquare',san-serif; font-weight: 700; transform: skew(-0.1deg);}

#quick_menu li:first-child {cursor: pointer; color: #fff; background: #222; padding: 5px 0; width: 100%; border-radius: 10px 10px 0 0; text-align: center;}
#quick_menu li:first-child a{display: inline-block; width: 100%; color: #fff;}
#quick_menu li:not(:first-child) a {display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #fff; width: 100px; height: 100px; font-weight: 500; font-size: 14px; border-left: 1px solid #ccc;}
#quick_menu li:not(:first-child) a:hover {transition: all 0.5s; background: #dfe4e4;}
#quick_menu li#top button {background: #181717;}
#quick_menu li#top img {height: 30px;}
#quick_menu li#top span {padding-top: 10px; color: #fff;}

#top_btn {border: none; width: 100%; max-width: 100px; max-height: 100px; padding: 20px 10px; cursor: pointer; background-color: #ffffffc7; border: 1px solid #ccc; border-top: 0;}

@media screen and (max-width:1024px){
#quick_menu {padding: 0; left: 0px;	top: auto; width: 100%; height: auto; bottom: 0px; display: block; position: fixed; z-index: 200; transform:none;}
#quick_menu ul {width: 100%; height: 100%; position: relative; display: flex;}
#quick_menu ul li {width: 33.33%; height: 100%; text-align: center;}
#quick_menu ul li a {width: 100% !important; max-width: 100%	!important; padding: 10px; border-left: 0 !important; border-top: 1px solid #ccc;}
#quick_menu ul li#call {display: none;}
#quick_menu ul li:first-child {display: none;}
#quick_menu ul li#top {display: none;}
}

@media screen and (max-width: 480px){
#quick_menu li:not(:first-child) a {padding: 10px 0; font-size: 12px; height: 80px;}
#quick_menu img {height: 30px;}
}
