@charset "utf-8";

footer {position:relative; overflow:hidden; min-height:245px; padding:35px 50px; border-top:1px solid #e7e6e6; background:#fff; color:#222; box-sizing:border-box; z-index:501;}
footer .footer__inner {position:relative; max-width:1600px; margin:0 auto; box-sizing:border-box;}
footer .footer-toggle {display:none;}
footer .footer__sns {display:flex; margin-bottom:35px;}
footer .footer__sns li {margin:0 12px;}
footer .footer__sns li:first-child {margin-left:0;}
footer .footer__sns li a {overflow:hidden; display:block; width:37px; height:33px; background-repeat:no-repeat; background-position:center center; color:transparent; font-size:1px; text-indent:-100px;}
footer .footer__sns li.icon_facebook a {background-image:url('/int/en/resource/images/footer/icon_facebook.png');}
footer .footer__sns li.icon_instagram a {background-image:url('/int/en/resource/images/footer/icon_instagram.png');}
footer .footer__sns li.icon_youtube a {background-image:url('/int/en/resource/images/footer/icon_youtube.png');}
footer .footer__language {margin-left:45px;}
footer .footer__language select {width:200px; height:35px; padding:0 30px 0 20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; border:1px solid #000; background:#fff url('/int/en/resource/images/footer/icon_select.png') no-repeat right center; background-size:30px auto; border-radius:0px; font-size:15px; cursor:pointer; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
footer .footer__language select::-ms-expand {display:none}
footer .footer__section {display:flex; justify-content:space-between;}
footer .footer__fnb {position:relative; overflow:hidden;}
footer .footer__fnb .wa-mark {position:absolute; right:0; top:40px; width:55px; height:39px;}
footer .footer__fnb .wa-mark img {width:100%; height:100%;}
footer .footer__fnb--list {display:flex; flex-wrap:wrap; margin-left:-13px;}
footer .footer__fnb--list li a {position:relative; display:block; padding:0 13px; font-size:15px; font-weight:600;}
footer .footer__fnb--list li a:after {content:''; position:absolute; left:0; top:50%; width:1px; height:7px; transform: translateY(-55%); background:#727272;}
footer .footer__fnb--list li.bd a {font-weight:bold;}
footer .footer__fnb--list li:last-child a {padding-right:0;}
footer .footer__fnb--info {margin-top:10px; font-size:13px;}
footer .footer__copyright {margin-top:22px; font-size:13px;}
footer .footer__copyright .footer__logo {position:absolute; left:0; top:5px; width:157px; height:15px; background-repeat:no-repeat; background-size:100% 100%; background-image:url('/int/en/resource/images/footer/f_logo.png');}


@media all and (max-width:1023px) {
	footer .footer__sns,
	footer .footer__language,
	footer .footer__copyright {display:none;}
	footer {min-height:auto; padding:0; border:none;}
	footer .footer-toggle {position:relative; display:block; width:100%; height:50px; padding:0 25px; margin:0; border:1px solid #ddd6d1; border-left:none; border-right:none; font-size:12px; text-align:left; box-sizing:border-box;}
	footer .footer-toggle:after {content:''; position:absolute; right:14px; top:50%; width:9px; height:5px; background:url('/int/en/resource/images/footer/icon_footer_toggle.png') no-repeat; background-size:100% 100%; transform:translateY(-40%) rotate(0); transition: transform 0.3s;}
	footer.selected .footer-toggle:after {transform:translateY(-40%) rotate(180deg);}
	footer .footer__section {display:none; padding:15px 25px 35px;}
	footer .footer__fnb--info {float:left; margin:0; font-size:11px; line-height:17px;}
	footer .footer__fnb .wa-mark {position:static; float:right; width:40px; height:28px; margin-top:3px;}
	footer .footer__fnb--list {margin:0 0 8px -10px;}
	footer .footer__fnb--list li a {font-size:12px; padding:6px 10px;}
	footer .footer__fnb--list li a:after {height:9px;}
}

@media all and (min-width:1024px) {
	footer .footer__section {display:flex !important;}
}