@charset "utf-8";

body {
    min-height: 100vh;
}

#login {}

/* 로그인 */
.member-container {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100vh - 190px);
}

.member-container.login {
    height: auto;
    min-height: calc(100vh - 190px);
    max-height: calc(100vh);
}

.member-container.join {
    height: auto;
    justify-content: center;
}

/* 로그인 타입 선택 */
.member-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin: 48px 0;
}

.member-wrap.join {
    max-width: 375px;
    margin-top: 24px;
}

.login_page_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    height: 800px;
    max-height: calc(100vh - 200px);
    margin-left: auto;
    overflow: hidden;
}

.login_page_bg>img {
    height: 100%;
}

.login_type_title {
    width: 100%;
    max-width: 375px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 48px;
}

.other_login_wrap {
    /*display: none;*/
}

.member-button-wrap {
    width: 100%;
    max-width: 375px;
}

.member-button-wrap.join {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.member-title {
    max-width: 375px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.member-desc {
    max-width: 375px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.p20 {
    padding: 20px 0;
}

.p24 {
    padding: 24px 0;
}

.member_login_link {
    font-size: 14px;
    color: #4166B9;
    text-decoration: underline;
}

.member-input-wrap {
    max-width: 375px;
    padding-top: 20px;
}

.member-input-wrap.login {
    width: 100%;
}

.member-input-wrap.login>input.member-input {
    display: block;
    font-size: 14px;
}

.member-input-wrap.join {
    width: 100%;
}

.member-input-wrap>label {
    position: relative;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 14px;
}

.member-input {
    width: 100% !important;
    max-width: 375px;
    height: 3em;
    line-height: 3em;
    padding-left: 0.6em;
    margin-top: 0.4em;
    border: 1px solid #ddd;
}

.member-input-validate-text {
    font-size: 12px;
    color: #ea6946;
}

.member-input-validate-text.on {
    color: #4166B9;
}

.member-input-desc {
    font-size: 12px;
    color: #999;
    padding: 5px 0;
}

.login-save-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 375px;
    padding-top: 10px;
}

.login-save-wrap>label.check {
    color: #999;
}

.login-find-password {
    border: none;
    font-size: 14px;
    margin-left: auto;
    background: none;
    color: #999;
    font-weight: 300;
}

.member_button_common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s;
}

.member_button_common>img {
    height: 14px;
    margin-right: 8px;
}

.member_button_common.other_login {
    background-color: #efefef;
    margin-top: 16px;
    color: #364653;
}

.member_button_common.direct_login {
    background-color: #ea6946;
    margin-top: 16px;
    color: #fff;
}

.member_button_common.kakao_login {
    background-color: #FEE500;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.85);
}

.member_button_common.naver_login {
    background-color: #1ec800;
    margin-top: 16px;
    color: #fff;
}

.member_button_common.direct_join {
    background-color: #364653;
    color: #fff;
}

.member_button_common.apple_login {
    color: #fff;
    margin-top: 16px;
    background-color: #000;
}

.member-button-common {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s;
}

.login-button {
    background-color: #ea6946;
    margin-top: 20px;
}

.login-button:hover {
    /* #ea6946 - B-6% */
    background-color: #db6342;
}

.login-suggest-text {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.direct-join-button {
    background-color: #1cbbb4;
    margin-bottom: 15px;
}

.direct-join-button:hover {
    background-color: #4166B9;
}

.naver-join-button {
    background-color: #1ec800;
    margin-bottom: 15px;
}

.naver-join-button:hover {
    background-color: #1cb800;
}


/***************************************************************************/
/* 새로운 마이페이지 */
.page-title {
    text-align: center;
    padding: 64px 0;
    font-size: 28px;
    font-weight: 500;
}

#mypage_login {
    /*background-color: #fafafa;  */
}

.mypage_member_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 32px 0;
}

.platform_type_icon_wrap {
    width: 16px;
    height: 16px;
}

.platform_type_icon_wrap>img {
    width: 100%;
}

.mypage-member-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.mypage-member-icon-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 35px;
    overflow: hidden;
}

.profile_img {
    width: 100%;
}

.mypage_member_cont_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.mypage_member_inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.member_email {
    font-size: 12px;
    color: #acacac;
}

.mypage-member-login-desc {
    font-size: 14px;
    font-weight: 400;
}

.mypage-member-login-btn {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.mypage-member-logout-btn {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    margin-top: 16px;
}

/*.mypage_member_seller {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 112px;
    height: 32px;
    text-align: center;
    padding: 4px 16px;
    margin-left: auto;
    border-radius: 16px;
    background-color: #3281f9;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.16);
}
.mypage_member_seller_transform {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 112px;
    height: 32px;
    text-align: center;
    padding: 4px 16px;
    margin-left: auto;
    border-radius: 16px;
    background-color: #777;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.16);
}
.toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 12px;
    cursor: pointer;
}
.normal_transform_container > .toggle {
    padding: 4px 12px 4px 4px;
}
.toggle_txt {
    text-align: center;
    width: 72px;
    padding-bottom: 3px;
}
.toggle_btn {
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background-color: #fff;
}
.seller_center {
    margin-top: 4px;
}*/
.dpn {
    display: none !important;
}

#mypage_recent,
#mypage_favorite {
    /*min-height: 300px;*/
}

.mypage-theme-container {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

#mypage_favorite .mypage-theme-container {
    padding-bottom: 30px;
}

#mypage_banner {
    position: relative;
    background-color: #349DE3;
}

.mypage_banner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 12px 0;
    cursor: pointer;
}

.mypage_banner_wrap>h3 {
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    font-weight: 400;
    word-break: keep-all;
}

#mypage_payment {}

/* 내 정보 관리 */
.edit-profile-nav {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.edit-profile-nav>ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.edit-profile-nav>ul>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    padding: 1em 0;
}

.edit-profile-nav>ul>li.on {
    color: #ba252b;
    font-weight: 500;
}

.edit-profile-nav>ul>li:hover {
    color: #ba252b;
}

.edit-profile-common,
.edit-profile-password,
.edit-profile-remove {
    display: none;
}

.edit-profile-common.on,
.edit-profile-password.on,
.edit-profile-remove.on {
    display: block;
}

.edit-profile-cont-wrap {
    position: relative;
    width: 414px;
    padding: 40px 0;
    margin: 0 auto;
}

.edit-profile-input-wrap {
    padding: 10px 0;
}

.edit-profile-input-wrap>label {
    font-size: 14px;
    font-weight: 500;
}

.edit-input {
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    margin-top: 10px;
}

.edit-input.default {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
}

.edit-input.default>span {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding-left: 0.4em;
    color: #999;
    cursor: no-drop;
}

.edit_phone_button {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: 12px;
    color: #ba252b;
}

.edit-input-desc {
    color: #aaa;
    font-weight: 300;
    padding: 0.6em 0;
}

.edit-profile-btn {
    width: 100%;
    line-height: 48px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    background: #ccc;
}

.edit-profile-btn-half {
    width: 49%;
    line-height: 48px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    background: #ccc;
}

.edit-profile-btn-right {
    background: #333;
}

.edit-profile-text {
    font-size: 16px;
}

.edit-profile-text.point {
    color: #ba252b;
}

.edit-profile-remove-quest {
    font-weight: 500;
    padding-bottom: 10px;
}

/*마이페이지 공지사항*/
.unread_notice_cnt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: 4px;
    width: 8px;
    height: 8px;
    color: #fff;
    background-color: #3281f9;
    border-radius: 50%;
}

/* 회원가입 */
.join-button {
    margin-top: 20px;
    background: #ea6946;
}

.member-agree-wrap {
    padding: 5px 0;
}

.member-agree-wrap.join {
    width: 100%;
}

.policy_anchor {
    text-decoration: underline;
    color: #4166B9;
}

/* 비밀번호 찾기 */
.find-pw-button-wrap {
    margin-top: 30px;
}

#ri {
    display: inline;
}

/*주문내역*/
.order_list_title_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 0 24px;
}

.order_list_title_wrap>.page_title_link {
    margin-left: auto;
}

.order_list_cont_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    min-height: 70vh;
}

.order_list_cont_wrap .mulgun-list {
    width: 23%;
    min-width: 23%;
    flex-basis: 23%;
    margin: 24px 0;
}

.order_list_cont_wrap .mulgun-list:not(:nth-child(4n+1)) {
    margin-left: 2.6%;
}

.order_list_cont_wrap .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 8px;
}

.order_list_cont_wrap .btn_wrap>button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    padding: 8px 0;
}

.order_list_cont_wrap .btn_wrap>button.e_full_btn {
    width: 100%;
    margin-bottom: 12px;
    background-color: #f5f6fa;
}

.order_list_cont_wrap .btn_wrap>button.e_half_btn {
    width: 49%;
    font-size: 12px;
    color: #777;
    border: 1px solid #eee;
}

.order_list_cont_wrap .btn_wrap>button.disabled {
    color: #ccc;
    background-color: #fafafa;
}

.order_list_cont_wrap .btn_wrap>button.review_btn {
    background-color: rgba(255, 228, 225, 0.4);
}

.order_list_cont_wrap .btn_wrap>button.confirm_counseling {
    background-color: rgba(100, 149, 237, 0.3);
}

/*주문내역 필터*/
.order_list_filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.datepicker_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.status_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 48px;
    margin-left: 24px;
    background-color: #3281f9;
    border-radius: 4px;
}

.no_result_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 48px;
}

.no_result_wrap>img {
    width: 120px;
}

.no_result_wrap>span {
    display: block;
    font-size: 18px;
    color: #acacac;
    margin-top: 24px;
}

/***************************************************************************/

@media only screen and (max-width: 1024px) {
    #login {
        height: 100%;
    }

    .member-container {
        justify-content: center;
        height: 100%;
    }

    .member-wrap {
        width: 100%;
    }

    .login_page_bg {
        display: none;
    }

    .order_list_cont_wrap .mulgun-list {
        width: 32%;
        min-width: 32%;
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin: 24px 0;
    }

    .order_list_cont_wrap .mulgun-list:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .order_list_cont_wrap .mulgun-list:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    .order_list_cont_wrap .mulgun-list:nth-child(5) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 414px) {
    .mypage_banner_wrap {
        border-radius: 0;
    }

    .mypage_banner_wrap>h3 {
        font-size: 13px;
    }

    .mypage-member-login-desc {
        font-size: 12px;
    }

    .member-title {
        font-size: 24px;
    }

    .member-desc {
        font-size: 14px;
        font-weight: 400;
    }

    /*.mypage_member_seller {
        font-size: 14px;
    }*/
    .order_list_cont_wrap .mulgun-list {
        width: 100%;
        min-width: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }

    .order_list_cont_wrap .mulgun-list .mul-list-img-box {
        height: 241px;
    }

    .order_list_cont_wrap .mulgun-list img {
        width: 100%;
        height: 100%;
    }

    .order_list_cont_wrap .mulgun-list:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .datepicker_container {
        margin-bottom: 8px;
    }

    .status_container {
        width: 49%;
        margin-left: 0;
    }

    .no_result_wrap>img {
        width: 80px;
    }

    .order_list_cont_wrap .mulgun-list {
        width: 100%;
        min-width: 100%;
        margin: 10px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .order_list_cont_wrap .mulgun-list:nth-child(-n+5) {
        margin: 10px 0;
    }

    .order_list_cont_wrap .mulgun-list:nth-child(-n+4) {
        margin: 8px 0;
    }

    .order_list_cont_wrap .mulgun-list:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

    .order_list_cont_wrap .mulgun-list:nth-child(5) {
        margin: 10px 0;
    }
}