footer * {
    font-size: 1.7rem;
}
footer img {
    vertical-align: middle;
    height: 48px;
}
#footer {
    background-color: #f4f5f6;
    color: var(--gray90);
    line-height: 1.5;
    font-size: 1.7rem;
}
#footer .footer_wrap {
    width: 128rem;
    max-width: calc(100% - 3.2rem);
    margin: 0 auto;
    position: relative;
    padding: 4rem 0 2.4rem;
}
#footer .footer_top {
    margin-bottom: 4rem;
}
#footer .footer_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#footer .footer_info .addr {
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
}
#footer .footer_info .link_area {
    width: 30rem;
}
#footer .link_lst a {
    display: inline-block;
    line-height: 2rem;
    padding: 1rem;
    font-weight: 500;
}
#footer .link_lst .ico-new-window:after {
	margin: 0 0 0.3rem 0.2rem;
}
.footer_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 0.5rem;
    gap: 3rem;
    border-top: 1px solid var(--gray30);
}
#fnb {
    position: relative;
    z-index: 0;
    margin-bottom: .8rem;
}
#fnb .fnb_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#fnb .fnb_lst li a {
    display: flex;
    height: 4rem;
    align-items: center;
    position: relative;
    transition: all .2s;
}
#fnb .fnb_lst li.point_color_blue .ico-new-window:after {
    font-weight: 700;
    color: #003ba9;
}
.r_arrow_icon:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -.2rem;
    margin-left: .4rem;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    background: url(../../images/publicPage/icon_gnb_rightArrow.png) no-repeat center;;
    background-size: 1.6rem auto;
}
.copyright {
	color: #464c53
}
.txt_small {
	font-size: 1.5rem;
    font-weight: 400;
}
.identifier {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    min-height: 4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    background-color: var(--white);
}
.identifier .logo img {
    width: 5rem;
    height: 2.4rem;
    margin-right: 1rem;
}
.ban-txt {
	font-size: 1.5rem;
}
.ico-new-window:after {
    content: '';
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 0.2rem;
    vertical-align: middle;
    background-size: contain;
    background: url(../../images/publicPage/ico-new-window.svg) no-repeat center / 2rem 2rem;
}


@media screen and (max-width: 900px) {
	#footer .footer_info {
		flex-direction: column; 
	}
	#footer .link_lst a {
		padding: 3rem 0 0 0;
	}
	footer *, .txt_small, .ban-txt {
	    font-size: 1.2rem;
	}
	.identifier .ban-txt {
		font-size: 1.1rem;
	}
	footer img {
	    height: 35px;
	}
	#footer .footer_top {
	    margin-bottom: 2rem;
	}
    #footer .link_lst a {
	        padding: 1.5rem 0 0 0;
	    }
	#footer .footer_wrap {
	    padding: 2.5rem 0 1.4rem;
	}
	#footer .footer_info {
	    margin-bottom: 1rem;
	}
	.footer_bottom {
	    gap: 0.5rem;
	}
}

@media screen and (max-width: 390px) {
	#footer .footer_info .addr .tel_num {
	    display: flex;
    	flex-direction: column;
	}
}