@charset "UTF-8";

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1280px){
	.footer_site .drop .btn_drop {height:48px;padding:0 16px}
	.footer_site .drop .btn_drop::before {right:23px}
	.footer_site .drop .btn_drop::after {right:16px}
	.footer_site .drop .drop_list {bottom:49px}
	.footer_site .drop .drop_list .site .link {padding:8px 16px}
}

@media screen and (max-width: 1080px){
	.footer_site .drop .btn_drop {padding:0 12px}
	.footer_site .drop .btn_drop::before {height:9px;right:16px}
	.footer_site .drop .btn_drop::after {width:9px;right:12px}
	.footer_site .drop .drop_list {max-height:210px}
	.footer_site .drop .drop_list .site .link {padding:8px 12px}

	#footer {padding:38px 0 40px 0;text-align:center}
	#footer .f_top {display:block;margin-bottom:32px}
	#footer .f_logo {margin-bottom:24px}
	#footer .btn_group {display:block}
	#footer .btn_top {position:absolute;right:0;top:0;z-index:1}
	#footer .f_mid .info {margin-bottom:16px}
	#footer .f_mid .info .info_txt:first-child {display:block;margin-right:0;padding-right:0}
	#footer .f_mid .info .info_txt:first-child::after {display:none}
	#footer .f_bottom {display:block;padding-top:0}
	#footer .f_bottom .list_txt_group {margin-bottom:10px}
}

@media screen and (max-width:767px){
	.footer_site .container {display:grid;grid-template-columns:auto auto;margin:0 1px;border-left:0;border-right:0}
	.footer_site .drop {border-top:1px solid var(--colorGray10)}
	.footer_site .drop:nth-child(-n+2) {border-top:0}
	.footer_site .drop .drop_list .site .link {padding:10px 12px}

	#footer {padding:30px 0}
	#footer .f_top {margin-bottom:24px}
	#footer .f_logo {margin-bottom:20px}
	#footer .f_logo img {width:200px}
	#footer .sns_list .btn {width:40px;height:40px;border-radius:100%}
	#footer .sns_list .btn .icon {width:40px}
	#footer .btn_top {width:40px;height:40px;font-size:16px;top:auto;bottom:0}
	#footer .f_mid .info .info_txt {margin-bottom:3px}
	#footer .f_mid .info .info_txt:last-child {margin-bottom:0}
	#footer .f_bottom .list_txt_group {margin-bottom:16px}
	#footer .f_bottom .list_txt_group .list_txt {display:block;margin:0 0 5px 0}
	#footer .f_bottom .copy {font-size:0.9375em;opacity:0.6}
}

@media screen and (max-width:480px){
	.footer_site .drop .btn_drop {height:45px}
	.footer_site .drop .drop_list {max-height:200px;bottom:46px}
	.footer_site .drop .drop_list .site .link {word-break:break-word;font-size:0.9375em}
	.footer_site .drop .drop_list .site .link::before {font-size:12px}

	#footer {font-size:0.9375em}
	#footer .f_logo img {width:180px}
	#footer .f_mid .info .info_txt {margin-right:4px;padding-right:8px}
	#footer .f_mid .info .info_txt::after {height:13px}
	#footer .f_bottom .copy {padding:0 45px}
}