body{
    /*background-color: #222c41;*/
}

p, h1, h2, h3, h4 {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-footer {
    width: 100%;
    background-color: #212c42;
    color: #cecece;
    padding:0;
    box-sizing: border-box;
    font-family: "Noto Sans", "Noto Sans KR", Pretendard, "NanumGothic", "나눔고딕", Arial, "맑은 고딕", "굴림", Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.common-footer * {
	box-sizing: content-box;
}
.common-footer img {
	vertical-align: top;
}
.common-footer a {
	text-decoration: none;
}

.common-footer .common-footer__inner {
    width: 980px;
    margin: 0 auto;
    height: 330px;
    display: flex;
    justify-content: space-between;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
}

.common-footer__inner--title {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}

.common-footer__inner .box1 > img {
    width: 140px;
    margin-top: 8px;
}

.common-footer__inner .box1 p {
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
}

.common-footer__inner .box1 p:nth-child(2) {
    margin: 17px 0 10px;
}

.common-footer__inner .box1 .right-logo {
    width: 60px;
    height: auto;
    margin-top: 20px;
}

.common-footer__inner .box2 {
    width: 170px;
    border-left: 1px solid #414b5e;
    height: 215px;
    margin-top: 20px;
    padding-left: 30px;
}

.common-footer__inner .box2 p:nth-child(2) {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 23px 0 10px;
}

.common-footer__inner .box2 p:nth-child(3) {
    font-size: 24px;
    line-height: 0.85;
    margin: 15px 0;
}

.common-footer__inner .box2 p:nth-child(4) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}
.common-footer__inner .box2 p:nth-child(3).email {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 0;
}

.common-footer__inner .box2 .box2__btn-wrapper {
    margin-top: 20px;
}

.common-footer__inner .box2 .box2__btn-wrapper a {
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0;
    border: solid 1px #cecece;
    background: none;
    font-size: 12px;
	color: #cecece;
}

.common-footer__inner .box2 .box2__btn-wrapper .remote-btn {
    margin-left: 8px;
}

.common-footer .box3 {
    width: 170px;
    border-left: 1px solid #414b5e;
    height: 215px;
    margin-top: 20px;
    padding-left: 30px;
}

.common-footer .box3 p:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 23px 0 10px;
}

.common-footer .box3 p:nth-child(3) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.common-footer__bottom {
    border-top: solid 1px #979797;
}

.common-footer .common-footer__bottom-inner {
    width: 950px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.common-footer .common-footer__bottom-inner h4 {
    font-family: NotoSansCJKkr;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #898989;
}

.common-footer .box1 {
    width: 300px;
}

.common-footer .box4 {
    width: 140px;
    border-left: 1px solid #414b5e;
    height: 215px;
    margin-top: 20px;
    padding-left: 30px;
}

.common-footer .box4 ul {
    margin-top: 23px;
}

.common-footer .box4 ul li {
    font-size: 13px;
}

.common-footer .box4 ul li a {
    color: #ffffff;
}

.common-footer__bottom-inner nav ul{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    padding:0;
    list-style: none;
}

.common-footer__bottom-inner nav ul li {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 0 8px;
}

.common-footer__bottom-inner nav ul li a {
    color: #cecece;
}

.common-footer__bottom-inner nav > ul > li:first-child {
    font-size: 13px;
}