<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************/
/************ another 2023 **************************/
/************ fotter style **************************/
/****************************************************/

#footer{width:100%; background:#2E2E2E; color:#BEBEBE; font-size:16px; line-height:26px;}
#footer .link_wrap{width:100%; height:80px; border-bottom:1px solid rgba(191,191,191,0.5);}
#footer .link_wrap .flex_box{width:1420px; margin:auto; height:100%; display:flex; justify-content: space-between;}
#footer .link_wrap ul{display:flex; height:100%; align-items: center;}
#footer .link_wrap .use_info li{padding:0 31px; line-height: 13px;}
#footer .link_wrap .use_info li + li{border-left:1px solid #BEBEBE;}
#footer .link_wrap .use_info li:first-child{padding-left:0;}

#footer .sns_link{gap:30px;}
#footer .sns_link li{height:30px;}
#footer .sns_link li img{height:100%;}

#footer .footer_info{width:1420px; display:flex; margin:auto; justify-content: space-between; padding-top:35px; padding-bottom:50px;}
#footer .footer_info .info_wrap .copyright{margin-top:22px; font-size:14px;}
#footer .footer_info .info_wrap .caution{font-size:14px; color:#CF001C; margin-top:7px;}
#footer .footer_info .info_wrap p{line-height:30px;}
#footer .footer_info .info_wrap b{display:inline-block; margin-right: 10px;}
#footer .footer_info .bar{display:inline-block; width:1px; height:13px; background:#BEBEBE; margin:0 10px;}

#footer .footer_info .right_sec{width:327px; display:flex; flex-wrap: wrap; gap:60% 0%; }
#footer .footer_info .right_sec img{width:100%;}
#footer .footer_info .right_sec select{cursor:pointer; background:url(../../image/icon_arrow_down_w.png) no-repeat calc(100% - 22px) 50%/16px auto; display:block; position:relative; width:100%; height:42px;  color:#fff; padding:0 22px; font-size:16px;  -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#footer .footer_info .right_sec select::-ms-expand{display:none;/*for IE10,11*/}
#footer .footer_info .right_sec select:focus{outline: none;}
#footer .footer_info .right_sec select option{font-size:16px; background: #9B9B9B; color:#fff; cursor: pointer;}
#footer .footer_info .right_sec .select_box{background:#9B9B9B; height: fit-content;}

.m_br{display:none;}
.l_br{display: none;}
/* 1440px */
@media screen and (max-width:1440px){
	#footer .link_wrap .flex_box{width:1240px;}
	#footer .footer_info{width:1240px;}
}
/* //1440px */

/* 1260px */
@media screen and (max-width:1260px){
	.l_br{display: block;}
	#footer .link_wrap .flex_box{width:650px;}
	#footer .footer_info{width:650px;}
	#footer .link_wrap .use_info li{padding:0 20px;}
	#footer .sns_link{gap:20px;}
	#footer .footer_info{flex-direction: column; gap:30px;}
	#footer .footer_info .right_sec .select_box{margin-bottom:30px;}
	#footer .footer_info .right_sec{flex-direction: initial; width:100%; gap:30px;}
	#footer .footer_info .right_sec &gt; div{width:50%; align-items: center;}
	#footer .footer_info .right_sec &gt; .footer_logo{display:flex;align-items: center; height:42px;}
	#footer .footer_info .right_sec .select_box{margin-bottom:0;}


	.product_resize #footer .link_wrap .use_info li:first-child{padding-left:0;}
	.product_resize .l_br{display: none;}
	.product_resize #footer .link_wrap .flex_box{width:100%;}
	.product_resize #footer .footer_info{width:1240px;}
	.product_resize #footer .link_wrap .use_info li{padding:0 31px;}
	.product_resize #footer .sns_link{gap:30px;}
	.product_resize #footer .footer_info{flex-direction:initial; gap:0px;}
	.product_resize #footer .footer_info .right_sec .select_box{margin-bottom:0px;}
	.product_resize #footer .footer_info .right_sec{flex-direction: initial; width:327px; gap:60% 0%;}
	.product_resize #footer .footer_info .right_sec &gt; div{width:100%; align-items: center;}
	.product_resize #footer .footer_info .right_sec &gt; .footer_logo{display:flex;align-items: center; height:42px;}
	.product_resize #footer .footer_info .right_sec .select_box{margin-bottom:0;}

}
/* //1260px */

@media screen and (max-width:1240px){
	.product_resize #footer{width:1240px;}
}

/* 670px */
@media screen and (max-width:670px){
	#footer .footer_info{width:100%;}
	.l_br{display: block;}
	.m_br{display: block;}
	#footer .link_wrap{padding:20px 10px; height:auto;}
	#footer .link_wrap .flex_box{flex-direction: column; gap:20px;}
	#footer .footer_info{padding:20px;}
	#footer .footer_info .info_wrap p{line-height:28px;}
	#footer .footer_info .right_sec{flex-direction: column;}

	.product_resize #footer .footer_info{width:1240px;}
	.product_resize .l_br{display: none;}
	.product_resize .m_br{display: none;}
	.product_resize #footer .link_wrap{height:auto;}
	.product_resize #footer .link_wrap .flex_box{flex-direction: initial; gap:0px;}
	.product_resize #footer .footer_info{padding-top:35px; padding-bottom:50px;}
	.product_resize #footer .footer_info .info_wrap p{line-height:30px;}
	.product_resize #footer .footer_info .right_sec{flex-direction: initial;}

	
}
/* //670px */
</pre></body></html>