.l_pop.alert {
    width: 328px;
    padding: 0;
    padding-top:20px;
}
.pop_con.alert {
    padding: 20px 0 0 0;
}
.pop_con.use {
    padding: 30px 0;
}
.alert-wrapper {
    display: flex;
    justify-content: space-between;
    background: #3c3f4b;
    padding: 10px 20px;
    color: white;
}
p.title_pop {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 800;
    color: #3c3f4b;
    font-size: 22px;
    text-align: center;
}
.info-place .title {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 800;
    font-size: 14px;
}
.info-place .sub {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 400;
    font-size: 16px;
}
.info-number .title {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 800;
    font-size: 14px;
}
.info-number .sub {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 400;
    font-size: 16px;
}
.alert-wrapper .sub {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
#spnKeepNo {
    display: inline-block;
}
.a_cen-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
}
.a_left-alert {
    display: flex;
    padding: 10px 12px;
    text-align: left;
}
strong.alert-content {
    font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
    font-weight: 600;
    font-size: 16px;
    color: #3c3f4b;
}
strong.alert-content.line-height {
	line-height:120%;
}
.alert_button-wrapper {
    background: #ededee;
    padding: 20px 30px;
}
.l_pop.alert .small {
    display: flex;
    justify-content: space-between;
}
.l_pop.alert .small li {
    width: 128px;
    margin: 0 5px;
}
.l_pop.alert .small li a {
    border-left: 0;
    font-size: 18px;
}
.l_pop.alert .small li a.bc_sub {
    background: white;
    color: #3c3f4b;
    border: 1px solid #3c3f4b;
}
