@charset "utf-8";
/*common*/

input::placeholder {
    color: #BDBDBD;
}

select,
input {
    outline: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*공통*/
body {
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.w_bg {
    background-color: #fff !important;
}

.wrap_contents.w_bg {
    background-color: #fff !important;
    /*padding-bottom: 120px;
*/
}

.wrap_contents.w_bg:has(.normal_b) {
    padding-bottom: 0;
}

.footer_menu.footer_btn {
    height: auto;
    background-color: transparent;
    border-top: 0;
}

.f_group_btn {
    width: 100%;
    display: flex;
    gap: 1%;
    background-color: #fff;
}

.footer_btn .f_group_btn button {
    height: 52px;
    border-radius: 8px;
}

.footer_btn .f_group_btn button {
    width: calc(99% - 50px);
}

.footer_btn .f_group_btn button.w_100 {
    width: 100%;
}

.footer_btn .f_group_btn .btn_save {
    width: 50px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.btn_save .ico_save {
    cursor: pointer;
    border: 0;
    font-size: 0;
    display: block;
}

.btn_save .ico_save.on {
    background: url(../images/icon/iconamoon_heart-fill.svg);
    animation: beating .5s 1 alternate;
}


@keyframes beating {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/*select*/
.select_group select {
    border: 1px solid #CCCCCC;
    padding: 16px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icon/down.svg') no-repeat 95% 50%/15px auto;
    background-color: #fff;
    padding-right: 20px;
}

/*btn-color*/
button.btn_main {
    background-color: #306FE1;
    border: 1px solid #306FE1;
    color: #fff;
}

button.done {
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
}

button.more_btn {
    font-weight: 500;
    font-size: 14px;
    color: #828282;

}

button.btn_line {
    background-color: #fff;
    color: #306FE1;
    border: 1px solid #306FE1;
    font-weight: 500;
}

.ico_g_down {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/g-down.svg);
    margin-left: 7px;
    background-position: center;

}

.ico_g_up {
    transform: rotate(180deg);
}

button.btn_b_line {
    background-color: #fff;
    border: 1px solid #3B3B3B;
    color: #3B3B3B;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
}

button.btn_w_line {
    border: 1px solid #fff;
    border-radius: 8px;
}

button.btn_w {
    background-color: #fff;
    border-radius: 8px;
    color: #306FE1;
    font-weight: 600;
}

button.btn_kakao {
    background-color: #FDE500;
    color: #3B1F1E;
    width: 100%;
    border-radius: 6px;
    height: 52px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn_kakao .ico_kakao {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 4px;
}

button.btn_sub_line {
    color: #717171;
    border-bottom: 1px solid #717171;
}

.option_btn {
    display: flex;
    align-items: center;
    gap: 1%;
}

.option_btn butto {
    width: 49.5%;
    height: 48px;
}

.option_btn {
    width: 100%;
    margin-top: 8px;
}

.option_btn button {
    border: 1px solid #306FE1;
    background-color: #F2F6FF;
    color: #306FE1;
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.option_btn button i {
    display: inline-block;
    position: inherit;
    left: 0;
}

.ico_save {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/save.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*btn_style*/
.accordion_btn {
    border: 0;
    border-top: 1px solid #EBEBEB;
    font-size: 12px;
    font-weight: 400;
    color: #959595;
}

.accordion_btn button {
    width: 100%;
    border: 0;
}

.ico_next {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/next.svg);
}

/*text-color*/
.main_color {
    color: #306FE1;
    display: inline-block;
    margin-left: 2px;
}

.g_txt {
    color: #757575;
}

.r_font {
    color: #F36471 !important;
}

.g_font {
    color: #17867D !important;
}

/*text-style*/
.page_sub_title {
    font-weight: 600;
    font-size: 20px;
}

.con_sub_title {
    font-weight: 700;
    font-size: 18px;
}

.sub_txt {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.strong_txt {
    font-size: 22px;
    font-weight: 500;
}

.total_txt lable {
    font-size: 14px;
    color: #828282;
}

.total_txt.sec_txt lable {
    color: #2B2B2B;
}

.total_txt.sec_txt .price {
    color: #1F1F1F !important;
    font-size: 16px;
}

.total_txt .price {
    font-size: 16px !important;
    color: #306FE1 !important;
    font-weight: 500;
}

.txt {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
}

.s_txt {
    color: #282828;
    font-size: 12px;
    font-weight: 400;
}

.option_g_line {
    background-color: #EDFAF7;
    border-radius: 8px;
    font-weight: 700;
    color: #17867D;
    font-size: 14px;
    padding: 16px;
    text-align: center;
    ;
}

.title_sub {
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}

h4 {
    color: #2F2F2F;
    font-size: 14px;
}

.check_title {
    margin-bottom: 20px;
}

.check_title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.list_head .title_guide {
    font-size: 14px;
    color: #85898F;
    width: 100%;
    margin-top: 2px;
}

.sub_name {
    font-size: 14px;
    font-weight: 500;
}

.sub_t_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    gap: 1%;
    margin-top: 8px;
    color: #3B3B3B;
    font-weight: 400;
}

.sub_t_wrap .sub_txt {
    margin-bottom: 2px;
    color: #3B3B3B;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*badge*/
.badge_r {
    background-color: #F06653;
}

.badge_y {
    background-color: #F6984C;
}

.badge_b {
    background-color: #4FAEA6;
}

.badge_m {
    background-color: #306FE1;
}

.badge_p {
    background-color: #5A4CF6;
}

.badge_pi {
    background-color: #F947A7;
}

.badge_pro {
    background-color: #ff364d;
}

.badge_r_line {
    border: 1px solid #F06653;
    color: #F06653;
}

.badge_b_line {
    border: 1px solid #306FE1;
    color: #306FE1;
}

.badge_b_f {
    color: #306FE1;
    background-color: #EBF2FE;
}

.badge_p_f {
    color: #7068E5;
    background-color: #F2F1FF;
}

.badge_y_f {
    color: #FF9226;
    background-color: #FDF7E5;
}

.badge_r_f {
    color: #FF5C6A;
    background-color: #FFF4F5;
}

.badge_g_f {
    color: #32BF72;
    background-color: #F4FFF9;
}

.badge_s_f {
    color: #32BFB6;
    background-color: #F4FFFF;
}

.badge_pi_f {
    color: #F947A7;
    background-color: #FFF4F9;
}

.badge.cr_b {
    background-color: #306FE1;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    padding: 0;
    margin-right: 4px;
}

.c_title .badge_l_main {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    color: #306FE1;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #306FE1;
    position: relative;
    top: -1px;
    width: 60px;
    margin-left: auto;
    float: right;
}

/*check box*/
.checkbox_group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}

.checkbox_group p {
    width: 100%;
    word-break: keep-all;
}

.checkbox_group input[type="checkbox"] {
    display: none;
}

.checkbox_group input[type="checkbox"] + label {
    display: flex;
    background-color: #fff;
    cursor: pointer;
    padding: 15px 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border: 1px solid #E7E8EC;
    color: #A3A3A3;
    font-weight: 400;
    border-radius: 8px;
    flex-wrap: wrap;
}

.checkbox_group input[type="checkbox"]:checked + label {
    background-color: #fff;
    color: #306FE1;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #306FE1;
}

.mb_chat {
    margin-bottom: 10px;
}

.ico_check_o {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    background-image: url(../images/icon/g_check.svg);
    margin-right: 8px;
}

.con_release .radio_form input[type=radio]:checked + label i {
    background-image: url(../images/icon/b_check.svg);
}

/*padding*/
.p_20 {
    padding: 20px;
}

.p_b_54 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px !important;
}

/*margin*/
.mt_10 {
    margin-top: 10px;
}

/*line*/
.line_y {
    border: 1px solid #F6984C;
}

.line_r {
    border: 1px solid #F06653;
}

/*icon*/
i.ico_main_logo {
    display: inline-block;
    width: 76px;
    height: 20px;
    background-image: url(../images/common/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

i.ico_next_arrow {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/ico_next_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

i.ico_main_sub {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.ico_sub1 {
    background-image: url(../images/icon/ico_main_sub1.svg);
}

.ico_sub2 {
    background-image: url(../images/icon/ico_main_sub2.svg);
}

.ico_sub3 {
    background-image: url(../images/icon/ico_main_sub3.svg);
}

i.ico_main_up {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/ico_main_up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mypage .ico_save {
    width: 20px;
    height: 20px;
}

.ico_headset {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/ico_headset.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_send_b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/ico_send_pro.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_not {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_not.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_l_youtube {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_youtube.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_navercafe {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_navercafe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_link {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_event {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_event.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_posting {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/ico_posting.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_logout {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_logout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_kakao_bubble {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/ico_kakao_bubble.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ico_warning {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon/ico_warning.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.c_area {
    cursor: pointer;
}

/*width*/
.check_100 {
    width: 100% !important;
}

/*txt*/
.n_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #828282;
    justify-content: center;
    height: 300px;
    font-size: 16px;
}

.n_txt i {
    margin-bottom: 10px;
    opacity: .6;
}

/*border*/
.t_line {
    border-top: 1px dotted #dcdde1 !important;
    border-radius: 0 !important;
    padding-top: 6px !important;
    margin-top: 6px;
}
