@media screen and (min-width: 200px) and (max-width: 920px) {
    .footer-label-dowload {
        display: none;
    }

    .footer-form-select>.dropdown>.footer-form-select-dropdown {
        display: none;
    }

    .popup-eight {
        margin-top: 80px;
       /* height: 540px;*/
    }

    .footer-form-select select {
        display: none;
    }

    .popup-eight-footer-container {
        position: relative;
    }
    
    .popup-eight-footer-container ul dl {
		height: 30px;
	}

    .popup-eight-footer-content>img {
        position: absolute;
        top: -265%;
    }

    .popup-eight ul {
        flex: 1;
        justify-content: center;
        /*margin: 0;*/
        padding: 0;
    }

    .popup-eight ul li {
        padding: 0 5px 0 5px;
        flex-direction: row;
        flex-wrap: nowrap;
        font-family: 'Time new Roman';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 28px;
        /* identical to box height, or 175% */
        text-transform: capitalize;
    }
    .main-footer {
	padding-top: 0px;
	}
/*푸터 디자인 변경으로 인한 숨김처리 
    .popup-eight ul>a>img {
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translate(-50%, -80%);
        width : 120px;
    }
*/
    .popup-eight-content-right {
        display: flex;
        flex: 1;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        text-align: center;
    }

    .popup-eight ul li:last-child {
        border: none;
    }

    .popup-eight-content-right-one {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .popup-eight-content .popup-eight-content-right p:last-child {
        margin-top: 0px;
        /*padding: 0 70px;*/
    }

    .img-left {
        position: relative;
        margin-top: 30px;
        margin-bottom: 50px;
        display: flex;
        flex: 1;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        display : none; /*230206_마케팅팀 신봉근대리 요청 */
    }

    .img-left img {
        margin: 0 5px 0 5px;
    }

    .popup-eight-content {
        display: flex;
        flex: 1;
        flex-direction: column;

    }

    .popup-eight-footer-container {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding-top: 50px;
    }
    
    .popup-eight-footer-container a {
	    margin-bottom: 20px;
    	text-align: center;
	}
	.popup-eight-content-right {
		padding-left: 20px;
		padding-right: 20px;
	}
    .popup-eight-content-right-two {
        padding: 0;
    }
    .position-relative dt {
		font-size: 12px;
		text-align: center;
	}
	.position-relative dd a {
		font-size: 20px;
	}
	.popup-eight-footer-content img {
		width: 80%;
	}
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .popup-eight ul li {
        padding: 0px 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .footer-form-select>.dropdown>.footer-form-select-dropdown {
        width: 200px;
    }

    .dropdown-toggle::after {
        margin-left: 4.255em;
    }
}