@charset "utf-8";
@import url("/front/assets/css-pc/cm/cm-policy-popup.css");

/* 하단 정보 */
.footer {
    width: 1920px;
    height: 205px;
    margin: 26px auto 0px;
    background-color: #ebebeb;
}
.footer-nav {
    position: relative;
    height:68px;
    margin-left: 114px;
}
.footer-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-list {
    margin-top:27px;
}
.footer-menu-list li {
    list-style-type: none;
    display: inline;
}
.footer-menu-list li a {
    text-decoration: none;        
    font-family: 'NotoSansCJKkr', sans-serif;
	font-size: 0.88em;
	font-weight: 700;
    line-height: 1.429;
}
.footer-menu-list li a.black{
    color: #333333;
}
.footer-menu-list li a.blue{
    color: #172f56;
}
.footer-menu-list li img {
    padding: 0 3px 0px 9px;
}
/***** FOOTER INFO *****/
.footer-info {
    width: 100%;
    height: 136px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f3f3f3;
}
.footer-info > .footer-logo {
    margin-left: 114px;
    margin-right: 47px;
}
.footer-info > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 66px;
}
.footer-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer-address > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-address > div:first-child {
    margin-bottom: 6px;
}
.footer-address > div > p,
.footer-address > div > .btn-business-info {
    height: 14px;
    line-height: 14px;
    font-family: 'NotoSansCJKkr', sans-serif;
    color: #868686;
    text-align: left;
    font-size: 0.75em;
    font-weight: 500;
}
.footer-address > div > .btn-business-info {
    cursor: pointer;
}
.footer-address > div > p:not(:last-child)::after {
    content: '';
    height: 12px;
    border-right: 1px solid #868686;
    margin: 0px 4px;
}
.footer-legal {
    font-family: '굴림', Gulim, Arial, sans-serif;
	color: rgba(134, 134, 134, 0.66);
	font-size: 0.69em;
	font-weight: 400;
    line-height: 1.818;
    width: 964px;
}

.policy-popup-container {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    font-size: 11px;
	line-height: 1.5em;
	font-family: "맑은 고딕", Malgun Gothic, "돋움", Dotum, Helvetica, AppleGothic, Sans-serif;
	color: #666;
}