@charset "utf-8";

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

/* 프로필 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.profile-base {
    width: 512px;
    height: 1030px;
    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;
    margin-bottom: 16px;
}
.column-title01-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.column-title01-container div:nth-child(1) {
    width: 468px;
    margin-right: 24px;
}
.column-title01-container div:nth-child(2) {
    width: 221px;
}
.column-content01-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.column-content01-container div:nth-child(1) {
    width: 348px;
    height: 36px;
    margin-right: 8px;
}
.column-content01-container div:nth-child(2) {
    width: 112px;
    height: 36px;
    line-height: 36px;
    color: #505050;
    font-size: 14px;
    border: 1px solid #505050;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.column-title02-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.column-title02-container div:nth-child(1) {
    width: 468px;
    margin-right: 24px;
}
.column-title02-container div:nth-child(2) {
    width: 468px;
}
.column-content02-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.column-content02-container div:nth-child(1) {
    width: 468px;
    height: 36px;
    margin-right: 24px;
}
.column-content02-container div:nth-child(2) {
    width: 468px;
    height: 36px;
}

.column-title03-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.column-title03-container div:nth-child(1) {
    width: 468px;
}
.column-content03-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.column-content03-container div:nth-child(1) {
    width: 100%;
    height: 36px;
}

.column-title04-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.column-title04-container div:nth-child(1) {
    width: 468px;
}
.column-content04-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.column-content04-container div:nth-child(1) {
    width: 100%;
    height: 36px;
}

.column-title05-container {
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.column-title05-container div:nth-child(1) {
    width: 468px;
}
.column-content05-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.column-content05-container div:nth-child(1) {
    width: 100%;
    height: 36px;
}

.column-content06-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.checkbox-base {
    height: 34px;
}
.checkbox-base label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}
.checkbox-base label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d4d4d8;
    border-radius: 3px;
    background: #ffffff;
    box-sizing: content-box;
}

.column-content07-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, #86C6DF 0%, #1E92C0 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;
}
.column-content-item input[type="text"] {
    width: 100% !important;
    height: 36px !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    background: #ffffff !important;
    padding: 0 12px;
}
.column-content-item input[type="text"]:focus {
    border-color: #1E92C0 !important;
}
.column-content-item input[type="password"] {
    width: 100% !important;
    height: 36px !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    background: #ffffff !important;
    padding: 0 12px;
}
.column-content-item input[type="password"]:focus {
    border-color: #1E92C0 !important;
}
.profile-container ::-webkit-input-placeholder, /* WebKit, Blink, Edge */
.sattlement-account-modal ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
}
.profile-container :-moz-placeholder, /* Mozilla Firefox 4 to 18 */
.sattlement-account-modal :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
    opacity: 1;
}
.profile-container ::-moz-placeholder, /* Mozilla Firefox 19+ */
.sattlement-account-modal ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
    opacity: 1;
}
.profile-container :-ms-input-placeholder, /* Internet Explorer 10-11 */
.sattlement-account-modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
}
/* 프로필 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 모달 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.modal.material-dialog .material-signup-close-button {
    width: 170px !important;
    height: 46px !important;
    line-height: 46px !important;
    border: 1px solid #D4D4D8;
    border-radius: 6px;
    box-sizing: border-box;
    color: #505050;
    background: #ffffff !important;
}
.modal.material-dialog .material-signup-confirm-button {
    width: 170px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E92C0 !important;
    border-radius: 6px;
    margin-left: 12px !important;
    color: #ffffff;
}
/* 모달 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */