@charset "utf-8";

/* 타이틀 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.title-base {
    height: 480px;
    background: url('/auction/resource/static/image/desktop/about/title_base_background.svg') no-repeat center center;
    background-size: cover;
    background-color: transparent;
    margin-top: 80px;
}
.title-base-inner {
    width: 1268px;
    height: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.title-base-title-text {
    height: 154px;
    line-height: 60px;
    font-size: 48px;
}
.title-base-subtitle-text {
    height: 74px;
    color: #505050;
    font-size: 24px;
    padding: 0 0 0 0;
}
/* 타이틀 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 소개01 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info01-base {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1241px;
}
.count-background-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 240px;
    background: #1E92C0;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    z-index: 1;
}
.count-text-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    z-index: 2;
}
.count-item {
    width: 340px;
    text-align: center;
}
.count-title-item {
    font-size: 64px;
}
.count-text-item {
    font-size: 24px;
    opacity: 0.8;
}
.count-bar {
    width: 2px;
    height: 96px;
    background: url('/auction/resource/static/image/desktop/about/count_bar.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 28px;
}
.info01-empty-item {
    height: 120px;
}
.info01-container {
    width: 100%;
    height: 1121px;
    background: #F1F6F9;
    border-top-right-radius: 120px;
    text-align: center;
    padding-top: 226px;
}
.info01-color-item {
    width: 120px;
    height: 26px;
    background: url('/auction/resource/static/image/desktop/about/the_problem.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 auto;
}
.info01-title-item {
    line-height: 52px;
    font-size: 40px;
    padding: 8px 0 12px 0;
}
.info01-subtitle-item {
    font-size: 18px;
}
.info01-image-item {
    width: 1100px;
    height: 430px;
    background: url('/auction/resource/static/image/desktop/about/info01_image.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 98px auto 0 auto;
}
/* 소개01 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 소개02 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info02-base {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1014px;
    text-align: left;
}
.info02-container {
    padding: 146px 0 44px 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.info02-background-base {
    width: 96%;
    height: 722px;
    background: #fafafa;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}
.info02-base-background-text-item {
    position: relative;
    left: -2px;
    width: 100%;
    color: #F1F6F9;
    font-size: 100px;
    text-align: left;
}
.info02-image-item {
    width: 1415px;
    height: 543px;
    background: url('/auction/resource/static/image/desktop/about/info02_image.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 90px auto 89px auto;
}
/* 소개02 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 소개03 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info03-base {
    width: 100%;
    height: 770px;
}
.info03-base-inner {
    width: 100%;
    height: 770px;
    background: #F1F6F9;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info03-color-item {
    width: 120px;
    height: 26px;
    background: url('/auction/resource/static/image/desktop/about/how_mint_works.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 auto;
}
.info03-title-item {
    line-height: 52px;
    font-size: 40px;
    padding: 8px 0 12px 0;
}
.info03-subtitle-item {
    font-size: 18px;
}
.info03-image-item {
    width: 1308px;
    height: 270px;
    background: url('/auction/resource/static/image/desktop/about/info03_image.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 48px auto 0 auto;
}
/* 소개03 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 소개04 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info04-base {
    width: 100%;
    height: 1137px;
}
.info04-base-inner {
    width: 100%;
    height: 1137px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info04-color-item {
    width: 162px;
    height: 26px;
    background: url('/auction/resource/static/image/desktop/about/mint_safe_system.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 0 auto;
}
.info04-title01-item {
    line-height: 52px;
    font-size: 40px;
    padding: 8px 0 12px 0;
}
.info04-subtitle01-item {
    font-size: 18px;
}
.info04-image01-item {
    width: 1280px;
    height: 280px;
    background: url('/auction/resource/static/image/desktop/about/info04_image_01.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 44px auto 0 auto;
}
.info04-image02-item {
    width: 209px;
    height: 80px;
    background: url('/auction/resource/static/image/desktop/about/info04_image_02.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin: 120px auto 0 auto;
}
.info04-title02-item {
    line-height: 48px;
    font-size: 36px;
    padding: 33px 0 20px 0;
    color: #1E92C0;
}
.info04-subtitle02-item {
    font-size: 20px;
    color: #222222;
}
/* 소개04 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 소개05 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info05-base {
    width: 100%;
    height: 354px;
}
.info05-base-inner {
    width: 100%;
    height: 354px;
    background: #1E92C0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info05-title-item {
    line-height: 48px;
    font-size: 36px;
    color: #ffffff;
}
.info05-subtitle-item {
    font-size: 18px;
    color: #ffffff;
    padding-top: 16px;
}
.info05-app-base {
    width: 412px;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0 auto;
}
.info05-app01-item {
    width: 200px;
    height: 56px;
    background: url('/auction/resource/static/image/desktop/about/app_store.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    margin-right: 12px;
}
.info05-app02-item {
    width: 200px;
    height: 56px;
    background: url('/auction/resource/static/image/desktop/about/google_play.svg') no-repeat center center;
    background-size: contain;
    background-color: transparent;
}
/* 소개05 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */