/* ==================== 제휴사 상담 신청 양식 ==================== */
/* 상담 신청 FORM */
.partner-counsel-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
    padding: 96px 44px;
}

.partner-counsel-wrap[data-type="member"]{
    row-gap: 120px;
    padding: 120px 44px 96px;
}

.partner-counsel-wrap.type2 {
    padding: 0 44px 44px;
}

/* 상담 신청 FROM - 상단 영역 */
.partner-counsel-wrap .partner-counsel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.partner-counsel-header h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.partner-counsel-header h4 {
    font-size: 30px;
    font-weight: 500;
    color: #656565;
}

.partner-counsel-header h4 strong {
    color: #6C56E6;
}

/* 상담 신청 FROM - 중간 이미지 영역 */
.partner-counsel-image {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
}

.partner-counsel-image img {
    height: inherit;
}

/* 상담 신청 FROM - 정보 입력 영역 */
.partner-counsel-inputs {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

/* input 영역 wrap */
.input-cover-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.input-cover {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 1px auto 0;
    font-size: 15px;
    line-height: 20px;
    color: #8d8d8d;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgb(0 27 55 / 10%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    transition: background .2s ease,color .1s ease,box-shadow .2s ease;
}

.input-cover input {
    height: inherit;
    padding: 0 32px;
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    background: #F8F8F8;
    border: none;
    border-radius: 16px;
}

.input-cover input::placeholder{
    font-size: 32px;
    font-weight: 300;
    color: #8D8D8D;
}

/* 상담 신청 약관 동의 영역 */
.checkbox-cover-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.checkbox-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    position: relative;
}

.checkbox-cover label {
    max-width: 100%;
    min-height: 40px;
    display: flex;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 56px;
    color: #656565;
    background: url(/m/@resources/images/icon/ico-uncheck-terms.svg) no-repeat top 0 left 0 / contain;
    transition: background .1s ease;
    user-select: none;
    cursor: pointer;
}

.checkbox-cover input[type="checkbox"]:checked + label {
    background: url(/m/@resources/images/icon/ico-check-terms.svg) no-repeat top 0 left 0 / contain;
}

.checkbox-cover .checkable-bold {
    font-size: 26px;
    color: #FF333A;
}

button.btn-pop-terms {
    width: 40px;
    height: 40px;
    display: block;
    padding : 0;
    background: url(/m/@resources/images/nav/arrow-shortcut-right.svg) no-repeat top 50% right 50%;
}

/* 상담 신청 버튼 */
/* .partner-counsel-button button{
    width: 100%;
    height: 136px;
    padding: 45px 114px;
    font-weight: 500;
    font-size: 37px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: left;
    background: url(/m/@resources/images/icon/purple-right-arrow-circle.svg) no-repeat top 46px right 115px #6631FF;
    border-radius: 24px;
} */

.partner-counsel-button {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.partner-counsel-button button[data-type="member"],
.partner-counsel-button button[data-type="non-member"] {
    width:100%; 
    height:132px;
    display:block;
    background: url(/m/@resources/images/button/btn-purple-promotion-counsel.png) no-repeat center / contain;
}

.partner-counsel-wrap.type2 .partner-counsel-button button{
    height: 148px;
    background: url(/m/@resources/images/icon/purple-right-arrow-circle.svg) no-repeat top 50px right 115px #6631FF;
}

/* 상담 신청 유의 문구 */
.partner-counsel-caution {
    display: flex;
    flex-flow: nowrap row;
    align-items: flex-start;
    column-gap: 8px;
}

.partner-counsel-caution p {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #909090;
    text-align: left;
    letter-spacing: 0;
    word-break: keep-all;
}

/* ==================== 제휴사 상담 플로팅 버튼 ==================== */
.btn-float-counsel {
    display: none;
    width: 720px;
    position: fixed;
    bottom: -3px;
    padding: 32px 28px 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.41%, rgba(255, 255, 255, 0.7) 50.29%, #FFFFFF 71.16%);
    z-index: 10;
}

.btn-float-counsel.active {
    display: block;
}

.btn-float-counsel button {
    width: 100%;
    height: 132px;
    display: block;
    background: url(/m/@resources/images/button/btn-purple-promotion-counsel.png) no-repeat center / contain;
}

/* ==================== 제휴사 상세 내용 팝업 ==================== */
.detail-content-popup {
    width: 672px;
    background: #ffffff;
    border-radius: 25px;
}
.detail-content-popup .popup-header {    
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 25px 25px 0 0;
    z-index: 2;
}
.detail-content-popup .popup-header > h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    color: #000000;
}

.detail-content-popup .popup-header .btn-close {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/m/@resources/images/nav/top_close.svg) no-repeat;
}

.detail-content-popup .popup-content {
    display: flex;
    flex-flow: nowrap column;
    padding: 24px;
    overflow-y: scroll;
    max-height: 80vh;
}
.detail-content-popup .popup-content::-webkit-scrollbar {
    display: none;
}