@charset "UTF-8";

/* 약관페이지 리뉴얼 작업 (2025-04-03 홍선기) */
.new-agreement-content {
	padding: 32px 20px 0;
	background: #f5f6f8;
	height: 100%;
	box-sizing: border-box;
}
.new-agreement-content .title-logo {
	text-align: center;
}
.new-agreement-content .title-logo img {
	width: 200px;
}
.new-agreement-content .agreement-listbox {
	margin-top: 48px;
}
.new-agreement-content .list-item {
	background: #fff;
    padding: 16px 24px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    margin-bottom: 16px;
}
.new-agreement-content .list-item:last-child {
	margin-bottom: 0;
}
.new-agreement-content .list-item a {
	display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.64px;
}
.new-agreement-content .section,
.new-agreement-content .agreement-infobox,
.agreement-infobox-type1 {
	display: none;
}
.new-agreement-content .agreement-infobox,
.agreement-infobox-type1 {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 21;
    padding: 0 20px 20px;
}
.new-agreement-content .agreement-infobox .close-btn,
.agreement-infobox-type1 .close-btn {
	position: absolute;
    top: 13px;
    right: 20px;
    width: 20px;
}
.new-agreement-content .agreement-infobox .poptitle-txtarea,
.agreement-infobox-type1 .poptitle-txtarea {
	margin: 9px 0;
    text-align: center;
    color: var(--main-black);
    font-size: 20px;
    font-weight: 600;
}
.new-agreement-content .agreement-infobox .info-detail,
.agreement-infobox-type1 .info-detail {
	height: 100%;
    overflow-y: scroll;
    padding-top: 24px;
}
.new-agreement-content .agreement-infobox .section {
	padding-bottom: 75px;
}

.back-scroll-lock {
	height:100%;
    min-height:100%;
    overflow:hidden !important;
    touch-action:none;
}

/* 약관페이지 테이블 overflow 대응 (2025-07-22 홍선기) */
.new-agreement-content .agreement-infobox .section table {
	width: 100%;
	table-layout: fixed;
}


