/* grid box common */
.content_box  {
    display: flex;
    display: grid;
    gap: 2rem;
}
.content_box .con_box_desc {
    width: 100%;
    height: 19.4rem;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 8%);
    padding: 3.5rem;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.content_box {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 9rem;
}
.complete_box {
    margin-top: 8rem;
}
.complete_box .wrap {
    max-width: 50rem;
    margin: 0 auto;
}
.complete_box .txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.complete_box .txt_box .txt {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.13rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.complete_box .txt_box img {
    margin-bottom: 1.1rem;
}
.complete_box .txt_box .txt_desc {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: -0.13rem;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* grid box color */
.content_box .con_box_desc .top_box {
    margin-bottom: 2rem;
}
.con_box_desc.n1 .top_box .img_b {
    width: 5rem;
    height: 5rem;
    background: #ffdd00;
    border-radius: 1rem;
    margin-right: 1.7rem;
}
.con_box_desc.n2 .top_box .img_b {
    background: #cfe4ff;
}
.content_box .con_box_desc .tit {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: -0.13rem;
}
.content_box .con_box_desc .txt {
    font-size: 1.5rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.1rem;
    line-height: 1.73;
}
.content_box .con_box_desc.n1:hover {
    background: #ffeda7;
    box-shadow: none;
}
.content_box .con_box_desc.n1:hover .img_box,
.content_box .con_box_desc.n2:hover .img_box {
    background: #fff;
}
.content_box .con_box_desc.n2:hover {
    background: #cfe4ff;
    box-shadow: none;
}
.content_box .con_box_desc .bottom_box li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 0.6rem;
}
.content_box .con_box_desc .bottom_box li::before {
	position: absolute;
	left: 0;
	top: 0.2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 1.8rem;
	border-radius: 50%;
	background: #ffeda7;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	content: '+';
}
.content_box .con_box_desc.n2 .bottom_box li::before {
	background: #cfe4ff;
}
.content_box .con_box_desc.n1:hover .bottom_box li::before {
	color: #ffeda7;
	background: #fff;
}
.content_box .con_box_desc.n2:hover .bottom_box li::before {
	color: #cfe4ff;
	background: #fff;
}
.complete_box .main_move {
    margin-right: 1rem;
    line-height: 6.5rem;
    text-align: center;
}

.member_common .complete_box .consult_com_btn{
	display:flex;
	max-width: 24.5rem;
}

/* ÆË¾÷ */
.popup_terms_info {
    margin-top: 1.1rem;
    padding-left: 1rem;
    font-size: 1.7rem;
    line-height: 1.71;
    letter-spacing: -0.85px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    word-break: break-all;
}
.popup_terms_info .myScroll {
    margin-top: 3rem;
}
.popup_terms_info .myScroll dt,
.popup_terms_info .myScroll dd {
    margin-top: 1rem;
}
.popup_sum_info {
    margin-top: 3rem;
}
.popup_sum_info p {
    font-size: 1.5rem;
}
.popup_sum_info p .fc-blue {
    color: #1954db;
}
.popup_center_info {
    width: 100%;
    background: #f4f6f8;
    border-radius: 2rem;
    padding: 3.6rem 0 3.2rem;
    margin: 2.5rem 0;
}
.popup_center_info span {
    font-size: 1.4rem;
}
.popup_center_info .num {
    font-size: 3rem;
    letter-spacing: normal;
    margin-top: -0.2rem;
}
.popup_center_info .time {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.13rem;
    font-weight: normal;
    margin-top: 0.2rem;
}
