@media screen and (max-width: 1400px){
	#aside {right:15px;bottom:30px}
	#aside .btn {width:140px;height:140px}
	#aside .btn .img {width:62px;margin:0 auto}
	#aside .btn .text {font-size:1.05em}
	#aside .btn .text .s_txt {font-size:0.85em}
}

@media screen and (max-width: 1280px){
	#aside {right:10px;bottom:20px}
	#aside .icon_arrow {width:18px;height:18px}
	#aside .btn {width:130px;height:130px}
	#aside .btn .img {width:56px}
	#aside .btn .text {font-size:1em}
	
	/* 각 지역 별도 */
	.boryeong #footer .f_mid .f_txt {max-width:340px}
	.hongseong #footer .f_mid {display:block}
	.hongseong #footer .f_mid .f_txt {max-width:inherit}
	.hongseong #footer .f_mid .f_logo_box {justify-content:left;column-gap:24px;margin-top:30px}
	.hongseong #footer .f_mid .f_logo_box .logo_box {flex:inherit}
}

@media screen and (max-width: 1080px){
	#footer {padding:32px 0}
	#footer .logo {width:220px}
	#footer .f_mid {margin-top:32px}
	#footer .f_logo_box {column-gap:18px;transform:translateY(-5px)}
	#footer .f_bottom {margin-top:21px;padding-top:21px}

	/* 각 지역 별도 */
	.boryeong #footer .f_mid {display:block}
	.boryeong #footer .f_mid .f_txt {max-width:inherit}
	.boryeong #footer .f_mid .f_logo_box {justify-content:left;column-gap:24px;margin-top:30px;transform:translateY(0)}
	.boryeong #footer .f_mid .f_logo_box .logo_box {flex:inherit}
}

@media screen and (max-width:767px){
	#aside {bottom:15px}
	#aside .icon_arrow {width:16px;height:16px;font-size:12px}
	#aside .btn {width:110px;height:110px}
	#aside .btn .img {width:48px}
	#aside .btn .text {font-size:0.9375em}
	#aside .btn:hover, 
	#aside .btn:focus {box-shadow:0 0 12px rgba(0,0,0,0.15);outline-offset:2px;transform:translateY(-5px)}

	#footer {}
	#footer .f_mid {display:block}
	#footer .f_logo_box {margin-top:30px;transform:translateY(0)}
	#footer .footer_site {width:240px}

	/* 각 지역 별도 */
	.boryeong  #footer .f_mid .f_logo_box {column-gap:16px}
	.hongseong #footer .f_mid .f_logo_box {gap:16px 20px;flex-wrap:wrap;max-width:600px}
	.hongseong #footer .f_mid .f_logo_box .logo_box {height:29px;max-width:188px}
	.hongseong #footer .f_mid .f_logo_box .logo_box img {max-height:100%}
}

@media screen and (max-width:480px){
	#aside {right:8px;bottom:15px}
	#aside .btn {width:105px;height:105px}
	#aside .btn .img {width:44px}
	
	#footer .container {padding-top:73px}
	#footer .f_family_site {width:100%;right:auto;left:0;top:0}
	#footer .footer_site {width:100%}
	#footer .f_txt .list_txt_group {display:block}
	#footer .f_txt .list_txt_group .list_txt, 
	#footer .f_txt .list_txt_group .list_txt.line {display:block;margin:0 0 3px 0;padding-right:0}
	#footer .f_txt .list_txt_group .list_txt::before, 
	#footer .f_txt .list_txt_group .list_txt::after {display:none}
	#footer .f_logo_box {margin-top:27px}
	#footer .f_bottom {display:block;margin-top:30px}
	#footer .copy {margin-top:24px;font-size:0.9375em}

	/* 각 지역 별도 */
	.boryeong #footer .f_mid .f_logo_box {gap:10px 14px;flex-wrap:wrap}
	.boryeong #footer .f_mid .f_logo_box .logo_box {height:25px;max-width:124px}
	.boryeong #footer .f_mid .f_logo_box .logo_box img {max-height:100%}
	.hongseong #footer .f_mid .f_logo_box {gap:10px 14px}
	.hongseong #footer .f_mid .f_logo_box .logo_box {height:25px;max-width:124px}
}