@charset "utf-8";

.center .w1230 > div.cs dl dt{display:none !important;}
.center .w1230 > div.cs dl dd{padding-left:0px !important;}

#footer .foot_bottom {display:flex;justify-content:space-between;}
#footer .foot_bottom .copy{width:65%;}
#footer .foot_bottom .foot_info {width:30%;}
#footer .foot_bottom .foot_info h2 {font-size:18px;color:#fff; margin-bottom:10px;}
#footer .foot_bottom .foot_info p {font-size:12px;color:#fff; opacity:0.7;background-size:16px auto !important; margin-bottom:4px;}
#footer .foot_bottom .foot_info .fi_channel {font-weight:600;padding-left:25px;font-size:15px;opacity:1;background:url('/html/images/common/ficon_io.png') 0% 50% no-repeat;}
#footer .foot_bottom .foot_info .fi_mail {font-weight:600;padding-left:25px;font-size:15px;opacity:1;background:url('/html/images/common/ficon_mail.png') 0% 50% no-repeat;}

#footer .foot_bottom .foot_info .fi_sns {display: flex;justify-content: flex-start; gap: 30px; margin-top:30px;}
#footer .foot_bottom .foot_info .fi_sns li {width:30px;height:30px;}
#footer .foot_bottom .foot_info .fi_sns li a {display:block;width:100%;height:30px; background-size:cover !important;}
#footer .foot_bottom .foot_info .fi_sns li a.fsns_yt{background:url('/html/images/common/fsns_yt.png') 50% 50% no-repeat;}
#footer .foot_bottom .foot_info .fi_sns li a.fsns_ig {background:url('/html/images/common/fsns_ig.png') 50% 50% no-repeat;}
#footer .foot_bottom .foot_info .fi_sns li a.fsns_kakao {background:url('/html/images/common/fsns_kakao.png') 50% 50% no-repeat;}
#footer .foot_bottom .foot_info .fi_sns li a.fsns_blog {background:url('/html/images/common/fsns_blog.png') 50% 50% no-repeat;}

.quick {right: 40px !important;bottom: 120px !important;}
.quick_kakao {position: fixed; right: 45px; bottom: 40px;z-index: 9999; width:60px;height:60px; background:url('/html/images/common/kakao.png') 50% 50% no-repeat; background-size:cover !important; border-radius:40%; box-shadow:0px 5px 10px rgba(0,0,0,0.1); overflow:hidden;}
.quick_kakao a {display:block;width:100%;height:100%;}

@media (max-width: 1500px) {
	.quick {width: 97px !important;}
}
@media (max-width: 980px) {
	#footer .foot_bottom {flex-wrap:wrap;justify-content:flex-start;}
	#footer .foot_bottom .copy{width:100%;}
	#footer .foot_bottom .foot_info {width:100%; margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.2);}

	.quick {right:30px !important;}

}
@media (max-width: 680px) {
	#footer .foot_bottom .foot_info h2 {font-size:16px;}
	#footer .foot_bottom .foot_info .fi_channel,
	#footer .foot_bottom .foot_info .fi_mail {font-size:14px;}
	#footer .foot_bottom .foot_info .fi_sns {gap:25px; margin-top:25px;}
	#footer .foot_bottom .foot_info .fi_sns li {width:25px;height:25px;}
	#footer .foot_bottom .foot_info .fi_sns li a {height:25px;} 

	.quick {right:10px !important;bottom:80px !important;}
	.quick_kakao {right:40px; bottom:30px;width:40px;height:40px; }
}
