@charset "utf-8";

/* 컨텐츠 전체 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.contents-base {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 컨텐츠 전체 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 입찰등록 절차안내 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.request-guide-base {
    height: 408px;
}
.request-guide-base-inner {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.request-guide-base-title-text {
    height: 108px;
    line-height: 54px;
    font-size: 40px;
    margin-top: 160px;
}
.request-guide-base-subtitle-text {
    height: 52px;
    line-height: 26px;
    font-size: 18px;
    margin: 24px 0 48px 0;
}
.request-guide-base-button-item {
    width: 240px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(to bottom, #76C1DE 0%, #1E92C0 100%);
}
/* 버턴효과 : 차후에 적용 */
/*
.request-guide-base-button-item:hover {
    filter: brightness(1.03);
}
.request-guide-base-button-item:active {
    transform: translateY(1px);
}
*/
.request-guide-base-button-arrow-item {
    width: 24px;
    height: 24px;
    background: url('/auction/resource/static/image/desktop/main/arrow-narrow-right.png') no-repeat left center;
    background-size: cover;
    margin-left: 10px;
}
.request-guide-base-background-text-item {
    height: 132px;
    font-size: 120px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #f1f6f9;
}
/* 입찰등록 절차안내 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 원형 백그라운드 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.cycle-background-base {
    position: absolute;
    top: 227px;
    right: 0;
    width: 409px;
    height: 420px;
    z-index: 1;
}
.cycle-background-item {
    width: 409px;
    height: 420px;
    background: url('/auction/resource/static/image/desktop/guide/customer/cycle.svg') no-repeat left center;
    background-size: contain;
    background-color: transparent;
}
/* 원형 백그라운드 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 입찰등록 절차진행안내 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.request-process-guide-base {
    height: 2580px;
    background: linear-gradient(to bottom, #ffffff 0%, #e5f1f9 100%);
}
.request-process-guide-simple-container {
    position: absolute;
    top: 408px;
    left: 0;
    width: 94%;
    height: 346px;
    background: #F1F6F9;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    z-index: 2;
}
.request-process-guide-simple-icon-item {
    position: absolute;
    top: 408px;
    width: 100%;
    height: 346px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.request-process-guide-simple-item {
    width: 1308px;
    height: 214px;
    background: url('/auction/resource/static/image/desktop/guide/customer/process.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
}
.request-process-guide-base-inner {
    margin: 498px 0 0 0;
}
.request-process-guide-base-inner-item {
    width: 1200px;
    height: 1880px;
    background: url('/auction/resource/static/image/desktop/guide/customer/step.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 auto;
}
.info03-base {
    margin: 104px 0 0 0;
    text-align: center;
}
.info03-logo-item {
    width: 386px;
    height: 148px;
    background: url('/auction/resource/static/image/desktop/guide/customer/logo.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 auto;
}
.info03-title-item {
    line-height: 48px;
    font-size: 36px;
    margin-top: 112px;
    color: #222222;
}
.info03-subtitle-item {
    line-height: 30px;
    font-size: 20px;
    margin: 20px 0 40px 0;
    color: #222222;
}
.info03-button-item {
    width: 280px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(to bottom, #76C1DE 0%, #1E92C0 100%);
}
/* 버턴효과 : 차후에 적용 */
/*
.info03-button-item:hover {
    filter: brightness(1.03);
}
.info03-button-item:active {
    transform: translateY(1px);
}
*/
.info03-button-arrow-item {
    width: 24px;
    height: 24px;
    background: url('/auction/resource/static/image/desktop/main/arrow-narrow-right.png') no-repeat left center;
    background-size: cover;
    margin-left: 10px;
}
/* 입찰등록 절차진행안내 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */