@import url(/m/@resources/css/style.css);

.hidden {
    display: none !important;
}

/* 제휴사 이벤트 상단 */
.partner-event-title {
    width: 720px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    margin: 0 auto;
    padding: 17px 20px;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 10;
}
.partner-event-title.type2 {
    height: 72px;
    justify-content: flex-end;
    border-bottom: 1px solid #f9f9f9;
}

.partner-event-title.type3 {
    justify-content: space-between;
}

.partner-event-title h2 { 
    font-size: 32px;
    font-weight: 700;
    line-height: 66px;
    color: #404650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partner-event-title a.btn-prev { 
    display: block;
    width: 50px; 
    height: 50px; 
    background: url(/m/@resources/images/nav/nav-previous.svg) 50% 50% no-repeat; 
    background-size: auto; 
    cursor: pointer; 
}
.partner-event-title a.btn-close { 
    display: block;
    width: 50px; 
    height: 50px; 
    background: url(/m/@resources/images/nav/nav-close.svg) 50% 50% no-repeat; 
    background-size: auto; 
    cursor: pointer; 
}


/* 제휴사 이벤트 본문 */
.partner-event-contents * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.partner-event-contents {
    padding-top: 100px;
}

.partner-event-contents.type2 {
    padding-top: 72px;
}
.partner-event-contents .partner-event-wrap{
    margin-top: -4px;
}

.partner-event-wrap .event-banner{

}

.partner-counsel-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
    padding: 64px 44px 97px;
}

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

.partner-counsel-header {
    text-align: center;
}

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

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

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

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

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

.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;
}

.input-cover {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    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 {
    color: #000000;
    padding: 0 32px;
    height: inherit;
    font-size: 32px;
    font-weight: 300;
    background: #F8F8F8;
    border: none;
    border-radius: 16px;
}
.input-cover input::placeholder{
    font-size: 32px;
    font-weight: 300;
    color: #8D8D8D;
}

.input-cover .input.input-field {}

.checkbox-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px 0;
    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;
}

.btn-pop-terms {
    display: block;
    width: 40px;
    height: 40px;
    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-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-event-footer {
    margin-top: -4px;
}

/* 플로팅 상담신청 */
.consult-box { 
    display: none; 
}
.consult-box * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.consult-box.active { 
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.consult-box-type2 {
    width: 720px;
    position: fixed;
    bottom: 0;
    padding: 32px 28px 40px;
    z-index: 10;
    background: #ffffff;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -10px 45px 2px rgba(0,0,0,.15);
}
.consult-box-type2 .heading {
    margin-bottom: 20px;
}
.consult-box-type2 .heading span {
    padding-left: 32px;
    font-size: 28px;
    font-weight: 400;
    color: #222222;
    background: url("/m/@resources/images/icon/phone.png") no-repeat left center / 24px;
}
.consult-box-type2 .input-area {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}
.consult-box-type2 input {
    height: 104px;
    padding: 0 24px;
    font-size: 32px;
    font-weight: 400;
    color:#000000;
    border: 2px solid #F1F1F1;
    border-radius: 16px;
}
.consult-box-type2 input::placeholder {
    font-size: 32px;
    font-weight: 400;
    color: #8D8D8D;
}
.consult-box-type2 input.name {
    width: 168px;
    padding-right: 0;
}
.consult-box-type2 input.hp {
    width: 280px;
}
.consult-box-type2 button.submit {
    width: 200px;
    padding: 0 31px;
    font-size: 28px;
    font-weight: 500;
    line-height: 64px;
    text-align: right;
    color: #ffff;
    background: url(/m/@resources/images/icon/ico-phone-white.svg) no-repeat top 39px left 31px #6631FF;
    border-radius: 16px
}
.consult-box-type2 button.submit.active {
    background-color: #ed8219
}
.checkbox-cover #consent:checked + label{
    background: url(/m/@resources/images/icon/ico-check-terms.svg) no-repeat top 0 left 0 / contain;
}