@charset "utf-8";

.renewal-content.service_content,
.renewal-content.adv-bnr{ 
	width: 950px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.renewal-content.service_content .section .cont .service_inner .title{
	border-bottom: 1px dashed var(--border-light);
}
.renewal-content.service_content .section .cont .service_inner .title h3,
.renewal-content.adv-bnr .section .cont .box-cont h3.tit{
	color: var(--text-default);
	font-size: 22px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: -.88px;
}
.renewal-content.adv-bnr .section .cont .title{
	margin:40px 0 24px;
}
.renewal-content.service_content .section .cont .box_list h4,
.renewal-content.adv-bnr .section .cont .title h4{
	text-align: left;
    font-size: 20px;
    color: var(--text-default);
    font-weight: 600;
    position: relative;
    margin-left: 4px;
    padding: 0 0 0 8px;
}
.renewal-content.service_content .section .cont .bottom_flexbox{
	gap: 20px;
}
.renewal-content.service_content .section .cont .bottom_flexbox .flex_list_box{
	height: 84px;
	gap: 4px;
	border: 1px solid var(--border-light);
	background: var(--background-white);
}
.renewal-content.service_content .section .cont .bottom_flexbox .flex_list_box h5{
	color: var(--text-default);
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -.56px;
}
.renewal-content.service_content .section .cont .bottom_flexbox .flex_list_box p{
	color: var(--text-sub);
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -.64px;
}
.renewal-content.service_content .section .cont .adbox_middle .middle_inner .go_adinfo{
	width: 320px;
	height: 40px;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--border-light);
	background: var(--background-white);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.64px;
}
.renewal-content.service_content .section .cont .adbox_bottom .bottom_inner .right{
	width: 340px;
}

.renewal-content.adv-bnr .section .cont .title h4::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--brand-primary-red);
    border-radius: 99px;
}
.renewal-content.adv-bnr .section .cont .tbl-list th{
	height: 60px;
}
.renewal-content.adv-bnr .section .cont .tbl-list th:last-child{
	border: none;
}
.renewal-content.adv-bnr .section .cont .btn.minimal{
	display: inline-flex;
	padding: 8px 0;
	min-width: 96px;
	width: 96px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--border-light);
	background: var(--background-white);
	color: var(--text-default);
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -.56px;
}
.renewal-content.adv-bnr .section .cont a.link{
	color: #0081dc;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -.56px;
	text-decoration: underline;
	text-underline-position: from-font;
}



