@charset "utf-8";

/* base */
* {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, img, input, textarea, blockquote, th, td, p, header, hgroup, nav, section, article, aside {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', serif;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

legend {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
}

button {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    border: none;
    outline: none;
    cursor: pointer;
}

button span {
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

ol, ul {
    list-style: none;
}

caption {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

label {
    cursor: pointer;
}

img, select, input, textarea, select, button {
    vertical-align: top;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

iframe {
    border: none;
}

a {
    border: none;
    text-decoration: none;
}

a:link, a:active {
}

.hide, caption {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.cboth, .clear {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

html, body {
    height: 100%;
}

body, button, a, input, textarea, select {
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
}
/* 여백 */
.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 7px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-19 {
    margin-top: 19px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-21 {
    margin-top: 21px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mt-23 {
    margin-top: 23px !important;
}


.mt-24 {
    margin-top: 22px !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mt-29 {
    margin-top: 29px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-31 {
    margin-top: 31px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-36 {
    margin-top: 36px !important;
}

.mt-37 {
    margin-top: 37px !important;
}

.mt-38 {
    margin-top: 38px !important;
}

.mt-39 {
    margin-top: 39px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-42 {
    margin-top: 42px !important;
}

.mt-43 {
    margin-top: 43px !important;
}

.mt-46 {
    margin-top: 46px !important;
}

.mt-51 {
    margin-top: 51px !important;
}

.mt-54 {
    margin-top: 54px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.mobile_only {
    display: none;
}
#wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.limit_wrapper {
    width: 480px;
}

.disabled_link {
    background: #B0DFDC !important;
    pointer-events: none;
    cursor: default;
}

.text_link {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #757575;
}

.back_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/btn_back.svg) no-repeat center center / cover;
    font-size: 0;
    line-height: 0;
}

/* header */
#header.membership {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 1px solid #42B7AE;
}

#header.membership h1 {
    width: 128px;
    height: 20px;
    background: url(../img/logo_ucfactory.svg) no-repeat center center;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
}

#header.membership h1 a {
    display: block;
    height: 100%;
}

/* footer */
#footer.membership {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 26px 0 28px;
    background: #666;
}

#footer .logo {
    margin: 0 auto;
    width: 98px;
    height: 15px;
    background: url(../img/logo_ucfactory2.svg) no-repeat center center;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
}

#footer .logo a {
    display: block;
    height: 100%;
}

#footer .service {
    display: flex;
    justify-content: center;
    margin: 27px auto 0;
    width: auto;
    height: auto;
}

#footer .service li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#footer .service li + li:before {
    content: '|';
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .service a {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
    color: #fff;
}

#footer .info_wrap {
    flex: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #fff;
}

#footer .info_wrap article {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 458px;
    font-size: 12px;
    line-height: 20px;
}

#footer .info_wrap article:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#footer .info_wrap article span {
    float: left;
    white-space: nowrap;
}

#footer .info_wrap article span:nth-of-type(2):before,
#footer .info_wrap article span:nth-of-type(4):before,
#footer .info_wrap article span:nth-of-type(5):before,
#footer .info_wrap article span:nth-of-type(7):before,
#footer .info_wrap article span:nth-of-type(8):before,
#footer .info_wrap article span:nth-of-type(9):before {
    content: '|';
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
}


#footer .info_wrap article span.nbf {
    clear: both;
}

#footer .info_wrap article span.nbf:before {
    display: none;
}

#footer .info_wrap article a {
    color: #fff;
}

#footer .info_wrap address {
    margin-top: 60px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.03em;
    text-align: center;
}

/* 팝업 */
.popup_dim {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.popup_membership {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 28px 20px 29px;
    width: 320px;
    height: 190px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.popup_membership .text {
    overflow: hidden;
    max-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #141516;
}

.popup_membership .popup_confirm_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
    width: 100%;
    height: 44px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.popup_membership .popup_close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #DDDDDD url(../img/btn_close5.svg) no-repeat center center / cover;
}

.popup_membership .popup_close_btn span {
    font-size: 0;
    line-height: 0;
}

.popup_dim .popup_confirm_btn {
    margin-top: 0;
}

.main_wrapper {
    display: flex;
    justify-content: center;
    flex: 1;
    min-height: calc(100% - 61px - 268px);
}

.main_wrapper h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

/* 회원가입 */
.join_wrapper {
    margin: 0 auto;
    padding: 28px 0 60px;
    width: 320px;
}

.join_header {
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.join_body {
    margin-top: 39px;
    padding: 0 5px;
}

.join_body h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_links {
    margin-top: 10px;
}

.join_links .join_move_btn {
    margin-top: 16px;
    padding-left: 88px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 3px solid #DDDDDD;
}

.join_links .join_move_btn#kakao img {
    margin-top: 4px;
}

.join_links .join_move_btn:first-child {
    margin-top: 0;
}

.join_links .join_move_btn a {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #757575;
}

.join_links .join_move_btn img {
    margin-right: 10px;
}

.join_submit {
    margin-top: 39px;
}

.join_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.join_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 39px;
    padding: 0 5px;
}

.join_footer h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_footer button {
    margin-left: 8px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

/* 회원가입 form : 이메일로 가입하기 */
.join_form_wrapper {
    margin: 0 auto;
    padding: 28px 0 60px;
    width: 350px;
}

.join_form_header {

}

.join_form_body {

}

.join_form_footer {

}

/* input */
input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.06em;
    color: #757575;
}
input::-moz-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

.emphasis {
    color: #FF263C;
}

.icon_eye {
    width: 34px;
    height: 34px;
    background: url(../img/btn_password_hide.svg) no-repeat center center / 20px 20px;
}

.icon_eye.show {
    background-image: url(../img/btn_password_show.svg);
}

.guide_text {
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.03em;
    word-break: keep-all;
    color: #00978A;
}

.guide_text.error {
    color: #FF263C;
}

.input_wrap.focus {
    border: 1px solid #000000 !important;
}

input:disabled {
    background: #F1F1F1;
}

.default_input_wrap {

}
.selectbox_input_wrap .input_wrap {
    position: relative;
}

.selectbox_input_wrap .selectbox_toggle_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;
    padding-left: 10px;
    width: 100%;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #757575;
}

.selectbox_input_wrap .selectbox_toggle_btn.on {
    color: #000000;
    border-color: #000000;
}

.selectbox_input_wrap .selectbox_toggle_btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/bl_arrow13.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.selectbox_input_wrap .selectbox_toggle_btn.button_rotate:after {
    transform: rotate(180deg) translateY(50%);
}

.selectbox_input_wrap .input_wrap.disabled .selectbox_toggle_btn {
    background: #F1F1F1;
    cursor: default;
}

.selectbox_input_wrap .input_wrap.disabled .selectbox_toggle_btn:after {
    content: none;
}

.selectbox_input_wrap ul {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    z-index: 1;
}

.selectbox_input_wrap ul.show {
    display: block;
}

.selectbox_input_wrap ul li {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: calc(135px / 4);
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    cursor: pointer;
}

.selectbox_input_wrap ul li:first-child {
    /*margin-top: 0;*/
}

.selectbox_input_wrap ul li:hover {
    font-weight: 700;
    color: #000000;
}

.selectbox_input_wrap > label {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.default_input_wrap > label {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.default_input_wrap.birth  > .input_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    height: 48px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.default_input_wrap.birth  > .input_wrap input[type="number"] {
    height: 100%;
    border: 1px solid #DDDDDD;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000000;
    outline: none;
}

.default_input_wrap.birth  > .input_wrap input[type="number"].pass,
.default_input_wrap.birth  > .input_wrap input[type="number"]:focus {
    border-color: #000000;
}

.default_input_wrap.birth  > .input_wrap input[type="number"]:disabled {
    opacity: 1;
    background-color: #F1F1F1;
    font-weight: 400;
    color: #757575;
    -webkit-appearance: none;
    -webkit-text-fill-color: #757575;
}

.default_input_wrap > .input_wrap .birth_year {
    width: 126px;
}

.default_input_wrap > .input_wrap .birth_month {
    width: 102px;
}

.default_input_wrap > .input_wrap .birth_day {
    width: 102px;
}

.button_input_wrap {

}

.button_input_wrap > label {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.button_input_wrap > .input_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding-left: 10px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.button_input_wrap > .input_wrap.pass {
    border-color: #000000
}

.button_input_wrap > .input_wrap input {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    outline: none;
}

.button_input_wrap > .input_wrap.disabled {
    background: #F1F1F1;
}

.button_input_wrap > .input_wrap .button_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.button_input_wrap > .input_wrap .timer {
    width: 41px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: right;
    color: #FF263C;
}

.button_input_wrap > .input_wrap .button_wrap button {
    width: 68px;
    height: 100%;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.button_input_wrap > .input_wrap .button_wrap button.verifying {
    text-decoration-line: underline;
    color: #00A79C;
}

.button_input_wrap > .input_wrap .button_wrap button.disabled {
    color: #757575;
    cursor: default;
}
.button_input_wrap > .input_wrap.disabled .button_wrap button {
    background: #F1F1F1;
}

.button_toggle_wrap {

}

.button_toggle_wrap > label {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.button_toggle_wrap .button_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.button_toggle_wrap .button_wrap > .radio_wrap {
    width: calc( (100% - 10px) / 2 );
    height: 48px;
    border: solid 1px #DDDDDD;
    box-sizing: border-box;
    text-align: center;
}

.button_toggle_wrap .button_wrap > .radio_wrap.on {
    background: #42B7AE;
    border-color: #42B7AE;
}

.button_toggle_wrap .button_wrap > .radio_wrap.on.disabled {
    background: #F1F1F1;
    border-color: #DDDDDD;
    cursor: default;
}

.button_toggle_wrap .button_wrap > .radio_wrap.on.disabled > label {
    font-weight: 400;
    color: #757575;
    cursor: default;
}

.button_toggle_wrap .button_wrap > .radio_wrap > label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.button_toggle_wrap .button_wrap > .radio_wrap > label {
    display: block;
    font-size: 14px;
    line-height: 48px;
    color: #000000;
    cursor: pointer;
}

.button_toggle_wrap .button_wrap > .radio_wrap.disabled > label {
    color: #757575;
    cursor: default;

}

.button_toggle_wrap .button_wrap > .radio_wrap.on > label {
    font-weight: 700;
    color: #FFFFFF;
}

.checkbox_wrap {

}

.join_checkbox_wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.join_checkbox_wrap.all_checkbox {
    padding-bottom: 20px;
}

.join_checkbox_wrap.all_checkbox:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #CCCCCC;
}

.join_checkbox_wrap .cb_wrap {
    margin-right: 10px;
    /* 체크박스가 체크되면 변경 이벤트 */
}
.join_checkbox_wrap .cb_wrap .cb_div {
    width: 24px;
    height: 24px;
    background: url(../img/bl_checkbox2Off.svg) no-repeat center center / cover;
}

.join_checkbox_wrap .cb_wrap .cb_input:checked + label > .cb_div {
    background-image: url(../img/bl_checkbox2On.svg);
}

.join_checkbox_wrap .lb_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.1em;
}

.join_checkbox_wrap .lb_wrap label {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_checkbox_wrap .lb_wrap label .terms_no {
    color: #757575;
}

.join_checkbox_wrap .lb_wrap span > a {
    display: block;
    width: 50px;
    margin-top: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

.join_checkbox_wrap .guide_text {
    position: absolute;
    top: 24px;
    left: 34px;
    margin-top: 5px;
}

.join_submit .join_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    height: 60px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.join_submit .join_submit_btn.disabled_link {
    background: #B0DFDC;
    pointer-events: none;
    cursor: default;
}

/* 회원가입 form : 소셜계정 가입하기 */
.social_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_wrap span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.social_wrap span img {
    margin-right: 7px;
    width: 28px;
    height: 28px;
}

/* 회원가입 완료 */
.join_success_wrapper {
    margin: 0 auto;
    padding: 29px 0 48px;
    width: 350px;
}

.join_form_header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30px;
}

.join_success_body {
    margin-top: 55px;
}

.join_success_body .comment_wrap {
    text-align: center;
}


.join_success_body .comment_wrap .comment_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_success_body .comment_wrap .comment_text strong {
    color: #00978A;
}

.join_success_body .comment_wrap .comment_text span {
    font-weight: 400;
}

.join_success_body .info_list_wrap {
    margin-top: 27px;
}

.join_success_body .info_list_wrap ul {
    padding: 28px 20px 34px;
    border: 2px solid #42B7AE;
}

.join_success_body .info_list_wrap ul li {
    display: flex;
}

.join_success_body .info_list_wrap ul li:after {

}

.join_success_body .info_list_wrap ul li + li {
    margin-top: 38px;
}

.join_success_body .info_list_wrap ul li .title_wrap {
    
}

.join_success_body .info_list_wrap ul li .text_wrap {
    margin-left: 8px;
}

.join_success_body .info_list_wrap ul li .title {
    display: block;
    position: relative;
    width: max-content;
    padding-left: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_success_body .info_list_wrap ul li .title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #42B7AE;
}

.join_success_body .info_list_wrap ul li .platform_title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_success_body .info_list_wrap ul li .text {
    display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    word-break: break-all;
    color: #000000;
}

.join_success_body .info_list_wrap ul li .text.join_date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_success_body .info_list_wrap ul li .platform_title + .text {
    margin-top: 10px;
}

.join_success_body .info_list_wrap ul li .platform_title.sns {
    display: flex;
    align-items: center;
    margin-top: -4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #000000;
}

.join_success_body .info_list_wrap ul li .platform_title.sns img {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.join_success_footer {
    margin-top: 14px;
}

.join_success_footer .comment_wrap {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #000000;
}

/* 로그인 */
.login_wrapper {
    margin: 0 auto;
    padding: 28px 0 138px;
    width: 350px;
}

.login_function_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_function_wrap.login_link_wrap {
    justify-content: center;
}

.login_function_wrap .link_wrap {
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

.login_function_wrap .link_wrap + .link_wrap {
    margin-left: 32px;
}

.login_checkbox_wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.login_checkbox_wrap.all_checkbox {
    padding-bottom: 20px;
}

.login_checkbox_wrap.all_checkbox:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #CCCCCC;
}

.login_checkbox_wrap .cb_wrap {
    margin-right: 10px;
    /* 체크박스가 체크되면 변경 이벤트 */
}
.login_checkbox_wrap .cb_wrap .cb_div {
    width: 24px;
    height: 24px;
    background: url(../img/bl_checkbox2Off.svg) no-repeat center center / cover;
}

.login_checkbox_wrap .cb_wrap .cb_input:checked + label > .cb_div {
    background-image: url(../img/bl_checkbox2On.svg);
}

.login_checkbox_wrap .lb_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.1em;
}

.login_checkbox_wrap .lb_wrap label {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.login_checkbox_wrap .lb_wrap label .terms_no {
    color: #757575;
}

.login_checkbox_wrap .lb_wrap span > a {
    display: block;
    width: 50px;
    margin-top: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

.sns_link_wrap {
    text-align: center;
}
.sns_link_wrap .title {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #757575;
}
.sns_link_wrap .sns_link {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 10px;
}

.sns_link_wrap .sns_link ul {
    display: flex;
    justify-content: center;
}

.sns_link_wrap .sns_link ul li {
    width: 60px;
    height: 60px;
}

.sns_link_wrap .sns_link ul li + li {
    margin-left: 3px;
}

.sns_link_wrap .sns_link ul li a {
    display: block;
}

.sns_link_wrap .sns_link ul li a span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 3px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
}

.sns_link_wrap .sns_link ul li.last_login {
    position: relative;
}

.sns_link_wrap .sns_link ul li.last_login:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #42B7AE;
}

.down_speech_bubble {
    display: none;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 186px;
}

.down_speech_bubble .pull {
    height: 30px;
    line-height: 30px;
    background-color: #42B7AE;
}

.down_speech_bubble p {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.down_speech_bubble p strong {
    font-weight: 400;
}

.down_speech_bubble.show {
    display: block;
}

/* 비밀번호 설정 */
.password_change_wrapper {
    margin: 0 auto;
    padding: 28px 0 60px;
    width: 350px;
}

.password_change_header {
    display: flex;
    justify-content: center;
}

.password_change_body {
    margin-top: 39px;
}

.password_change_body .comment_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
    word-break: keep-all;
}

.password_change_body .comment_text strong {
    color: #00A79C;
}
.password_change_body .comment_text + .comment_text {
    margin-top: 9px;
}

.password_change_body .button_input_wrap  {
    border-top: 1px solid #DDDDDD;
}

.password_change_body .button_input_wrap > label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.password_change_body .button_input_wrap > .input_wrap {
    margin-top: 11px;
}

.password_change_body .login_submit {
    margin-top: 10px;
}

.password_change_body .login_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.password_change_body .login_submit .login_submit_btn.disabled_link {
    background: #B0DFDC;
    pointer-events: none;
    cursor: default;
}

.auth_link_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
    padding: 0 5px;
}

.auth_link_wrap + .auth_link_wrap {
    margin-top: 30px;
}

.auth_link_wrap h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}
.auth_link_wrap a {
    margin-left: 8px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

.password_rotation_wrapper {
    margin: 0 auto;
    padding: 28px 0 40px;
    width: 350px;
}

.password_rotation_header {
    display: flex;
    justify-content: center;
}

.password_rotation_body .comment_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.password_rotation_body .comment_text + .comment_text {
    margin-top: 10px;
}

.password_rotation_body .comment_text strong {
    color: #00A79C;
}

.password_rotation_body .password_change_info_wrap {
    padding: 16px 10px 17px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.password_rotation_body .password_change_info_wrap .info_list_title {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #757575;
}

.password_rotation_body .password_change_info_wrap ul {

}

.password_rotation_body .password_change_info_wrap ul li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #757575;
}

.password_rotation_body .password_change_info_wrap ul li:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #757575;

}
.password_rotation_body .password_change_info_wrap ul li + li {
    margin-top: 8px;
}

.password_rotation_body .button_input_wrap > label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;

}


.password_rotation_footer {
    display: flex;
    justify-content: space-between;
}

.password_rotation_footer .confirm_btn_wrap {
    width: calc( (100% - 6px ) / 2 );
}

.password_rotation_footer .confirm_btn_wrap .login_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.password_rotation_footer .confirm_btn_wrap .login_submit .change_after_password_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #42B7AE;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #42B7AE;
}

.password_rotation_footer .confirm_btn_wrap .login_submit .login_submit_btn.disabled_link {
    background: #B0DFDC;
    pointer-events: none;
    cursor: default;
}

.reactivate_password_wrapper {
    margin: 0 auto;
    padding: 28px 0 60px;
    width: 350px;
}

.reactivate_password_wrapper .reactivate_password_header {
    display: flex;
    justify-content: center;
}

.reactivate_password_body .button_input_wrap > label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.reactivate_password_footer {
    display: flex;
    justify-content: space-between;
}

.reactivate_password_footer .confirm_btn_wrap {
    width: calc( (100% - 6px ) / 2 );
}

.reactivate_password_footer .confirm_btn_wrap .login_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.reactivate_password_footer .confirm_btn_wrap .login_submit .cancel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #42B7AE;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #42B7AE;
}

.password_expire_wrapper {
    margin: 0 auto;
    padding: 28px 0 113px;
    width: 350px;
}

.password_expire_header {
    display: flex;
    justify-content: center;
}

.password_expire_body {

}

.password_expire_body .comment_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
    word-break: keep-all;
}

.password_expire_body .comment_text strong {
    color: #00A79C;
}

.password_expire_footer .login_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.sleeper_wrapper {
    padding: 28px 0 40px;

}

.sleeper_body {

}

.join_success_body.sleeper_body .comment_wrap .comment_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-align: left;;
    color: #000000;
}

.join_success_body.sleeper_body .comment_wrap .comment_text + .comment_text {
    margin-top: 9px;
}

.sleep_footer .join_submit .join_submit_btn {
    height: 48px;
}

.withdrawal_body .withdrawal_content_wrap {
    padding: 16px 20px 23px;
    border: 2px solid #DDDDDD;
}

.withdrawal_body .comment_wrap .comment_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000000;
}

.withdrawal_body .withdrawal_content_wrap .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.withdrawal_body .withdrawal_content_wrap .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.withdrawal_body .withdrawal_content_wrap .join_checkbox_wrap .cb_wrap {
    margin-right: 5px;
}

.withdrawal_body .withdrawal_content_wrap .join_checkbox_wrap .cb_wrap .cb_div {
    width: 20px;
    height: 20px;
}

.withdrawal_body .withdrawal_content_wrap .join_checkbox_wrap .lb_wrap label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.text-area-container {
    height: 116px;
    overflow: hidden;
    width: 100%;
}

.text-area-container textarea {
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
    resize: none;
    outline: none;
    overflow-y: auto;
}


.radio_list_wrap li + li {
    margin-top: 20px;
}

.radio_list_wrap input[type="radio"] {
    display:none;
}

.radio_list_wrap input[type="radio"] + label {
    display: flex;
    align-items: center;
}

.radio_list_wrap input[type="radio"] + label span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}
.radio_list_wrap input[type="radio"] + label span.round{
    display:inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/bl_radio2Off.svg) no-repeat;cursor:pointer;
    font-size: 0;
}

.radio_list_wrap input[type="radio"]:checked + label span.round {
    background: url(../img/bl_radio2On.svg) no-repeat;
}

.withdrawal_footer {
    margin-top: 0;
}

.withdrawal_footer .join_submit {
    margin-top: 0;
}

.withdrawal_footer .join_submit .join_submit_btn {
    margin-top: 0;
    height: 48px;
}

.mypage_wrapper {
    margin: 0 auto;
    padding: 28px 0 43px;
    width: 350px;
}

.mypage_header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30px;
}

.mypage_body {

}

.mypage_body .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .profile_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 20px 29px;
    border: 1px solid #DDDDDD;
}

.mypage_body .profile_wrap .content_wrap {
    display: flex;
    align-items: center;
}

.mypage_body .profile_wrap .content_wrap .info_img_wrap {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.mypage_body .profile_wrap .content_wrap .info_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mypage_body .profile_wrap .content_wrap .info_img_wrap img {

}

.mypage_body .profile_wrap .content_wrap .info_text_wrap {
    margin-left: 10px;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap .sns_login_wrap {
    display: flex;
    align-items: center;
    margin-left: -3px;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap .sns_login_wrap .sns_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #EEEEEE;
    border-radius: 50%;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap .sns_login_wrap .sns_icon img {
    width: 10px;
    height: 10px;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap .sns_login_wrap .text {
    margin-left: 3px;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap span.login_state {
    position: relative;
    padding-left: 13px;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap span.login_state:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #8CEC09;
    border: 1px solid #79D701;
    box-sizing: border-box;
    border-radius: 50%;
}

.mypage_body .setting_wrap {

}

.mypage_body .setting_wrap .text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .connection_list_wrap {

}

.mypage_body .connection_list_wrap .connection_list {

}

.mypage_body .connection_list_wrap ul .list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 12px 19px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.mypage_body .connection_list_wrap ul .list_item + .list_item {
    border-top: 0;
}

.mypage_body .connection_list_wrap ul .list_item span {
    position: relative;
    padding-left: 39px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .connection_list_wrap ul .list_item span:after {
    content:'';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mypage_body .connection_list_wrap ul .list_item span.naver:after {
    width: 20px;
    height: 18px;
    background-image: url(../img/logo_naver.svg);
}

.mypage_body .connection_list_wrap ul .list_item span.kakao:after {
    width: 22px;
    height: 22px;
    background-image: url(../img/logo_kakao.svg);

}

.mypage_body .connection_list_wrap ul .list_item span.google:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/logo_google.svg);

}

.mypage_body .connection_list_wrap ul .list_item span img {

}

.mypage_body .connection_list_wrap ul .list_item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #00A79C;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #00A79C;
}

.mypage_body .connection_list_wrap ul .list_item button.active {
    background: #42B7AE;
    border: 0;
    color: #FFFFFF;
}

.mypage_body .connection_list_wrap ul .list_item button.disabled {
    background: #B0DFDC;
    border: 0;
    color: #FFFFFF;
}

.mypage_footer {

}

.mypage_footer .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_footer .agree_list {

}

.mypage_footer .agree_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage_footer .agree_list li + li {
    margin-top: 10px;
}

.mypage_footer .agree_list li .text_wrap {

}

.mypage_footer .agree_list li .text_wrap span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_footer .agree_list li .text_wrap a {
    display: block;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #757575;
}

.switch_wrap .toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch_wrap .toggle-switch input {
    display: none;
}

.switch_wrap .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F7F8FB;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 999px;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_wrap .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #DDDDDD;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_wrap input:checked + .slider {
    background-color: #42B7AE;
    border-color: #42B7AE;
}

.switch_wrap input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch_wrap input:checked + .slider:before {
    background-color: #FFFFFF;
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.login_fail_wrapper {
    margin: 0 auto;
    padding: 28px 0 67px;
    width: 350px;
}

.login_fail_wrapper .login_fail_body {

}

.login_fail_wrapper .login_fail_body .text {
    margin: 0 auto;
    width: 214px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #000000;
}

.login_fail_wrapper .login_fail_body .home_link {
    height: 48px;
}

.login_fail_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_fail_footer h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.login_fail_footer a {
    margin-left: 8px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #000000;
}

.my_info_wrapper {
    margin: 0 auto;
    padding: 28px 0 33px;
    width: 350px;
}

.my_info_header {

}

.my_info_body {

}

.my_info_body .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

.my_info_body .button_input_wrap > .input_wrap input {
    flex: 1;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    outline: none;
}

.my_info_body .button_input_wrap > .input_wrap.disabled input {
    color: #757575;
}

.my_info_body .button_input_wrap > .input_wrap.disabled input:disabled {
    opacity: 1;
    -webkit-appearance: none;
    -webkit-text-fill-color: #757575;
}

.mypage_body.my_info_body .profile_wrap {
    padding: 0 0 15px 0;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
}

.my_info_body.edit .profile_wrap {
    padding: 0 0 8px 0;
    border: 0;
}

.mypage_body .profile_wrap .content_wrap .info_text_wrap span.join_type {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.mypage_body .profile_wrap .change_img_wrap {
    display: flex;
}

.mypage_body .profile_wrap .change_img_wrap .upload_function_wrap {
    margin-right: 10px;
}

.mypage_body .profile_wrap .change_img_wrap label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #42B7AE;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #00A79C;
}

.mypage_body .profile_wrap .change_img_wrap input[type="file"] {
    display: none;
}

.mypage_body .profile_wrap .change_img_wrap .img_delete_btn {
    width: 70px;
    height: 33px;
    background: #DDDDDD;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    cursor: default;
}

.mypage_body .profile_wrap .change_img_wrap .img_delete_btn.active {
    background: #FFFFFF;
    border: 1px solid #42B7AE;
    color: #00A79C;
    cursor: pointer;
}

.my_info_footer {

}

.my_info_footer .join_submit .join_submit_btn {
    height: 48px;
}

.my_info_footer.edit {
    display: flex;
    justify-content: space-between;

}

.my_info_footer.edit .confirm_btn_wrap {
    width: calc( (100% - 6px ) / 2 );
}

.my_info_footer.edit .confirm_btn_wrap .login_submit .cancel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #42B7AE;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #42B7AE;
}

.my_info_footer.edit .confirm_btn_wrap .login_submit .login_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #42B7AE;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}


.my_info_footer.edit .confirm_btn_wrap .login_submit .login_submit_btn.disabled_link {
    background: #B0DFDC;
    pointer-events: none;
    cursor: default;
}

/* 프로모션/뉴스레터 수신동의 */
.terms_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 46px 0 45px;
}

.terms_wrap header {
    padding: 0 64px;
    text-align: center;
}

.terms_wrap header h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #141414;
}

.terms_wrap header a {
    position: absolute;
    top: 21px;
    left: 25px;
}

.terms_wrap main {
    margin-top: 54px;
    padding: 0 16px;
}

.terms_wrap .contents_header .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -1px;
    color: #141414;
}

.terms_wrap span,
.terms_wrap p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #797A7B;
    word-break: keep-all;
}

.terms_wrap .contents_body {
    margin-top: 15px;
}

.terms_wrap .contents_body ol > li + li {
    margin-top: 20px;
}

.terms_wrap .contents_body ol > li ul {
    margin-left: 12px
}

.terms_wrap .contents_footer {
    margin-top: 15px;
}

@media only screen and (max-width: 374px) {
    /* 회원가입 form : 이메일로 가입하기 */
    .join_form_wrapper {
        width: 310px;
    }

    /* 회원가입 완료 */
    .join_success_wrapper {
        width: 310px;
    }

    .join_success_body .info_list_wrap ul li .platform_title.sns {
        align-items: flex-start;
    }

    .join_success_body .info_list_wrap ul li .platform_title.sns img {
        margin-top: 3px;
    }

    .login_wrapper {
        width: 310px;
    }

    .password_change_wrapper {
        width: 310px;
    }

    .password_rotation_wrapper {
        width: 310px;
    }

    .password_expire_wrapper {
        width: 310px;
    }

    .mypage_wrapper {
        width: 310px;
    }

    .join_checkbox_wrap .lb_wrap label {
        letter-spacing: -0.08em;
    }

    .default_input_wrap > .input_wrap .birth_year {
        width: 114px;
    }

    .default_input_wrap > .input_wrap .birth_month {
        width: 88px;
    }

    .default_input_wrap > .input_wrap .birth_day {
        width: 88px;
    }

    #footer.membership .limit_wrapper {
        width: 310px;
    }
}

@media only screen and (max-width: 375px) {
    .mobile_only {
        display: block;
    }

    .terms_wrap {
        padding: 76px 0 24px;
    }

    .terms_wrap main {
        margin-top: 22px;
    }

    .terms_wrap .contents_body {
        margin-top: 10px;
    }

    .terms_wrap .contents_footer {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #footer .info_wrap article span:nth-of-type(2):before,
    #footer .info_wrap article span:nth-of-type(4):before,
    #footer .info_wrap article span:nth-of-type(9):before {
        content: none;
        padding: 0;
        color: transparent;
    }

    #footer .info_wrap article span:nth-of-type(3):before {
        content: '|';
        padding: 0 5px;
        color: rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (max-width: 769px) {
    .limit_wrapper {
        width: 350px;
    }

    /* footer */
    #footer .info_wrap article {
        width: 311px;
    }

    #footer .info_wrap address {
        margin-top: 20px;
    }

}