@charset "utf-8";

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

/* 프로필 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.profile-base {
    width: 1024px;
    height: 100%;
    border: 1px solid #d4d4d8;
    border-radius: 20px;
    box-sizing: content-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    margin: 0 auto;
}
.profile-container {
    padding: 32px 32px;
}
.title-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #222222;
    text-align: center;
    margin-bottom: 32px;
}
.subtitle-item {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #222222;
    text-align: left;
}
.subtitle-highlight-item {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #222222;
    text-align: left;
}
.column-base {
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d8;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    margin: 0 auto 20px auto;
    padding: 20px;
}
.column-title-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.column-title-container img {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
}
.column-content-container {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    border: 1px solid #d4d4d8;
    border-radius: 12px;
    background: #F8F9F9;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.empty-item {
    margin-bottom: 10px;
}
.column-content02-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.column-content-number-item {
    width: 25px;
}
.column-content-text-item {
    width: 999px;
}
.column-content02-sub-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.column-content02-sub-item .column-content-number-item {
    width: 25px;
}
.column-content02-sub-item .column-content-text-item {
    width: 910px;
}
.column-content08-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 48px 0 32px 0;
}
.signup-button-item {
    width: 240px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(to bottom, #55B6C3 0%, #1E7F8C 100%);
    margin: 12px auto 0 auto;
    cursor: pointer;
}

.column-text-item {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
    text-align: left;
    margin-bottom: 8px;
}
.column-spotlight {
    color: #1E92C0;
}
/* 프로필 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 모달 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 모달 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */