@charset "utf-8";

/*  */
.coolfix-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    /* height: 100vh; */
    box-sizing: border-box;
    text-align: center;
}

.technician-img {
    width: 192px;
    height: 226px;
}

.logo-img {
    width: 262px;
    height: 82px;
}

.cta-button {
    background-color: #0074e4;
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 20px;
    padding: 20px 82px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #005bbf;
}

/*  */

.my_prop_custom .btn {
    display: block;
    height: 32px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    box-sizing: border-box;
    padding: 0px 15px;
    /* width: 80px; */
}

.detail .btn {
    width: 80px !important;
}

.my_prop_custom .btn_complete {
    border: 1px solid #116ad4;
    color: #116ad4;
    height: 45px;
    flex: 1;
}

.my_prop_custom .btn_complete.btn-disabled {
    color: #fff;
}

/* mypage common */
.mypage_layout {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 100px;
}

.mypage_layout .mypage_nav {
    width: 240px;
    min-width: 240px;
    margin-right: 40px;
}

.mypage_layout .content_box {
    width: calc(100% - 280px);
    min-width: 960px;
}

.mypage_layout .content_box .cont {
    padding-top: 52px;
}

/* snb_profile */
.snb_profile {
    padding-top: 7px;
}

.snb_profile .thumb {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.snb_profile .thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

.snb_profile .name {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.snb_profile .profile_util {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-top: 36px;
    background: #116ad4;
    border-radius: 20px;
    box-sizing: border-box;
}

.snb_profile .profile_util .profile_modify {
    width: 100%;
    text-align: center;
}

.snb_profile .profile_util .profile_modify span {
    display: inline-block;
    padding-left: 27px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: url(../img/ico/profile_modify.png) left center no-repeat;
}

.snb_profile .profile_util .grade {
    position: relative;
    width: 100%;
    /* width: 76px; */
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    flex: 0 0 auto;
}

.snb_profile .profile_util .grade::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #92bbeb;
    content: '';
    display: none;
}

/* mypage_nav */
.mypage_nav .nav_ttl {
    margin-top: 45px;
    padding-bottom: 14px;
}

.mypage_nav .nav_ttl.spe {
    margin-top: 30px;
}

.mypage_nav .snb_list01 {
    border-top: 2px solid #333333;
    padding-top: 10px;
}

.mypage_nav .snb_list01 > li > a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/snb_nav_arrow.png);
}

.mypage_nav .snb_list01 > li > a.on {
    background-image: url(../img/ico/snb_nav_arrow_on.png);
}

.mypage_nav .snb_list01 > li > a.arrow_none {
    background: none;
}

.mypage_nav .snb_list02 {
    display: none;
}

.mypage_nav .snb_list02.on {
    display: block;
}

.mypage_nav .snb_list02 > ul {
    margin: 6px 0 20px;
    padding: 19px 26px;
    background: #f3f4f8;
    border-radius: 5px;
}

.mypage_nav .snb_list02 > ul > li > a {
    display: block;
    padding: 6px 0;
}

.mypage_nav .snb_list02 > ul > li > a > span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    color: #919191;
}

.mypage_nav .snb_list02 > ul > li > a.on > span {
    color: #333333;
    border-color: #333333;
}

/* my_status_row */
.my_status_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    /* padding-right: 30px; */
}

.my_status_row .status_box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 650px;
    padding-top: 10px;
    gap: 50px;
}

.my_status_row .status_item {
    display: flex;
    align-items: flex-start;
    /* flex: 1; */
    /* padding-left: 15px; */
}

.my_status_row .status_item .label {
    /* width: 40px; */
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.my_status_row .status_item .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.my_status_row .status_item .ico img {
    display: block;
}

.my_status_row .status_item .label span {
    display: block;
    margin-top: 8px;
    /* text-align: center; */
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.my_status_row .status_item .data {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.my_status_row .status_item .data strong {
    font-size: 24px;
    color: #000;
}

.my_status_row .cash_status {
    display: block;
    padding-right: 62px;
    background: url(../img/ico/cash_status.png) right 0 bottom no-repeat;
}

.my_status_row .register_btn {
    padding: 15px 20px;
    border-radius: 16px;
    background-color: #116ad4;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.my_status_row .cash_status .label {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.my_status_row .cash_status .data {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

/* mp_ttl_row */
.mp_ttl_row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-left: 4px;
}

.mp_ttl_row .link_lgbox {
    margin-left: auto;
    display: flex;
}

.mp_ttl_row .link_lgbox button + button {
    margin-left: 10px;

}

.mp_ttl_row .link_lgbox .google_iflk {
    width: 175px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
    padding: 8px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.mp_ttl_row .link_lgbox .google_iflk img {
    width: 20px;
}

.mp_ttl_row.reve_row {
    display: block;
}

.reve_row .review_tab {
    display: flex;
    margin: 20px 0;
}

.reve_row .review_tab li {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    z-index: 1;
    background: #f9f9f9;
    border: solid 1px #d9d9d9;
    border-bottom: 2px solid #3b71dd;
}

.reve_row .review_tab li.on {
    border: 2px solid #3b71dd;
    border-bottom: none;
    background: #fff;
    z-index: 2;
}

.reve_row .review_tab li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #333;
}

.mp_ttl_row.reve_row .right {
    justify-content: flex-end;
}

.reve_row .review_tab li.on a {
    color: #116ad4;
}

.mp_ttl_row .mp_ttl {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.mp_ttl_row .mp_ttl span {
    display: inline-block;
    font-size: 18px;
    font-weight: 350;
    color: #555555;
}

.mp_ttl_row .right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.mp_ttl_row .sale_add_btn {
    display: block;
    width: 78px;
    height: 32px;
    margin-left: 20px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 350;
    color: #fff;
    background: #116ad4;
}

.mp_search_box form {
    display: flex;
    align-items: center;
}

.mp_search_box input {
    display: block;
    width: 150px;
    height: 32px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.cu_search input {
    width: 200px;
    background: url('../img/ico/prop_searchico.png') no-repeat 95% center;
}

.mp_search_box select {
    display: block;
    width: 120px;
    height: 32px;
    margin-right: 6px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.mp_search_box .datepick_row {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.mp_search_box .datepick_row .datepick_box {
    position: relative;
}

.mp_search_box .datepick_row input {
    width: 120px;
    padding-left: 10px;
    padding-right: 38px;
    border: 1px solid #e7e7e7;
}

.mp_search_box .datepick_row .ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin: 0;
}

.mp_search_box .datepick_row span {
    display: block;
    width: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #686868;
    text-align: center;
    flex: 0 0 auto;
}

.mp_search_box .search_btn {
    display: block;
    width: 70px;
    height: 32px;
    border: 1px solid #e6e6e6;
    margin-left: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    box-sizing: border-box;
}

.mp_search_box .search_input {
    display: flex;
    align-items: center;
}

.employment_container .employ_data {
    margin-top: 40px;
}

.employment_container .employ_data .no_data {
    text-align: center;
    margin: 20px auto;
}

.employment_container .employ_data .employ_form {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 15px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #edf2f7;
}

.employment_container .employ_data .employ_form + .employ_form {
    margin-top: 20px;
}

.employment_container .employ_data .employ_form .employ_left .list_info {
    display: flex;
    margin: 20px 0;
}

.employment_container .employ_data .employ_form .employ_left .list_info .txt_new {
    padding-right: 15px;
}

.employment_container .employ_data .employ_form .employ_left .list_info .gray {
    color: #e0dbdb;
    position: relative;
    padding-left: 15px;
}

.employment_container .employ_data .employ_form .employ_left .list_info .gray::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 2px;
    left: 0;
    background-color: #e0dbdb;
}

.employment_container .employ_data .employ_form .employ_left .location {
    display: flex;
    align-items: center;
    gap: 15px;
}

.employment_container .employ_data .employ_form .employ_left .location .truncate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.employment_container .employ_data .employ_form .employ_left .location .truncate i {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/sub/pin.png) no-repeat center;
    background-size: 14px 14px;
}

.employment_container .employ_data .employ_form .employ_left .txt_title {
    display: flex;
    align-items: center;
    gap: 5px;
}


.employment_container .employ_data .employ_form .employ_left .txt_title i {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/sub/pin.png) no-repeat center;
    background-size: 14px 14px;
}

.employment_container .employ_data .employ_form .employ_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.employment_container .employ_data .employ_form .employ_right .spe_flex {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.employment_container .employ_data .employ_form .employ_right .date {
    color: #999;
}

i.fa-bookmark {
    width: 15px;
    height: 18px;
    background: url(../img/sub/bookmark.png) no-repeat center;
    display: block;
    background-size: 15px 18px;
    cursor: pointer;
}

i.fa-bookmark.on {
    width: 15px;
    height: 18px;
    background: url(../img/sub/bookmark_ed.png) no-repeat center;
    display: block;
    background-size: 15px 18px;
}

/* //mypage common */

/* mypage table - write_table custom */

.mypage_container .write_table table th {
    height: 58px;
    font-size: 14px;
    font-weight: 500;
}

/* 20220610 추가 */
.mypage_container .write_table table {
    border: 1px solid #dddddd;
}

.mypage_container .write_table table th {
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 350;
    color: #454545;
    text-align: center;
}

.mypage_container .write_table table td + td {
    border-left: 1px solid #ddd;
}

.mypage_container .write_table table td {
    padding: 15px 15px;
}

.mypage_container .write_table table th + th {
    border-left: 1px solid #ddd;
}

/* //mypage table */


/* 판매관리, 구매관리 리스트 */
.ps_list {
    border: 1px solid #dcdcdc;
    padding: 0 20px;
}

.ps_list > li {
    display: flex;
    align-items: center;
    padding: 30px 10px;
}

.ps_list > li:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc;
}

.ps_list .prd_info {
    display: flex;
    align-items: flex-start;
    max-width: 552px;
    width: 64.336%;
    /* flex: 0 0 auto; */
}

.ps_list.cust_in .prd_info {
    align-items: center;
}

.ps_list .prd_right {
    display: flex;
}

.ps_list .prd_info.review_info {
    max-width: 680px;
    width: auto;
}

.ps_list .prd_info .prd_thumb {
    width: 134px;
    height: 86px;
    margin-right: 22px;
    flex: 0 0 auto;
}

.ps_list .prd_info .prd_thumb span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ps_list .prd_info .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ps_list .prd_info .top {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 10px;
}

.ps_list .prd_info .top .zzim {
    font-size: 13px;
    font-weight: 350;
    color: #555;
    padding-left: 16px;
    margin-left: -4px;
    background: url('../img/ico/item_zzim_ico.png') no-repeat left center;
}

.ps_list .prd_util .state {
    display: block;
    width: 80px;
    /* margin-right: 14px; */
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 350;
    color: #fff;
    border-radius: 12px;
    margin: 10px auto 0;
}

.ps_list .prd_util .state.red {
    background: #f1634c;
}

.ps_list .prd_util .state.blue {
    background: #45b8e2;
}

.ps_list .prd_util .state.gray {
    background: #a3a3a3;
}

.ps_list .prd_util .state.cobalt {
    background: #4c76cb;
}

.ps_list .prd_info .order_num {
    display: block;
    margin-right: 23px;
    font-size: 14px;
    font-weight: 350;
    color: #000000;
    line-height: 24px;
    text-wrap: nowrap;
}

.ps_list .prd_info .user {
    display: flex;
    align-items: center;
    margin: 3px 0;
    margin-right: 30px;
}

.ps_list .prd_info .user_thumb {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.ps_list .prd_info .user_thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

.ps_list .prd_info .user_name {
    display: block;
    font-size: 14px;
    font-weight: 350;
    color: #000;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ps_list .prd_info .star_row {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.ps_list .prd_info .star_row .label {
    margin-right: 4px;
    font-size: 15px;
    font-weight: 350;
    color: #000;
}

.ps_list .prd_info .star_row .star_box {
    display: block;
    font-size: 15px;
    font-weight: 350;
    color: #ffa200;
}

.ps_list .prd_info .prd_desc {
    display: block;
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 450px;
}

.ps_list .prd_info .wrap_bot {
    display: flex;
    align-items: center;
}

.ps_list .prd_info .prd_opt {
    display: flex;
    align-items: flex-start;
}

.ps_list .prd_info .prd_opt .label {
    display: block;
    width: 54px;
    font-size: 13px;
    font-weight: 350;
    color: #555;
    line-height: 1.5;
    flex: 0 0 auto;
}

.ps_list .prd_info .prd_opt .data {
    font-size: 13px;
    font-weight: 350;
    color: #555;
    line-height: 1.5;
}

.ps_list .prd_info .order_date {
    display: flex;
    align-items: flex-start;
}

.ps_list .prd_info .order_date .label {
    display: block;
    width: 54px;
    font-size: 13px;
    font-weight: 350;
    color: #555;
    line-height: 1.5;
    flex: 0 0 auto;
}

.ps_list .prd_info .order_date .data {
    font-size: 13px;
    font-weight: 350;
    color: #555;
    line-height: 1.5;
}

.ps_list .prd_info .review_desc {
    display: block;
    font-size: 13px;
    font-weight: 350;
    color: #555555;
    line-height: 1.3;
}

.ps_list .prd_method {
    /* width: 100%;
    max-width: 100px; */
    margin-right: 25px;
}

.ps_list .prd_method span {
    display: block;
    font-size: 13px;
    font-weight: 350;
    color: #555;
    /* text-align: center; */
}

.ps_list .prd_method span + span {
    position: relative;
    margin-top: 9px;
    padding-top: 9px;
}

.ps_list .prd_method span + span::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background: #dcdcdc;
    content: '';
}

.ps_list .prd_util {
    width: 144px;
    margin-left: auto;
    flex: 0 0 auto;
    text-align: center;
}

.ps_list .prd_util .prd_price {
    display: block;
    font-size: 14px;
    color: #000
}

.ps_list .prd_util .prd_price strong {
    font-size: 18px;
    font-weight: 900;
}

.ps_list .prd_util .type {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 350;
    color: #333333;
}

.ps_list .ps_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ps_list .ps_btn_row button {
    display: block;
    min-width: 44px;
    height: 26px;
    margin: 2px 3px;
    padding: 0 6px;
    border: 1px solid #aaaaaa;
    font-size: 12px;
    font-weight: 350;
    color: #555555;
    border-radius: 2px;
    box-sizing: border-box;
}

.ps_list .ps_btn_row button.bg_btn {
    border-color: #333333;
    color: #fff;
    background: #333333;
}

.ps_list .ps_status {
    display: block;
    padding: 0 10px;
    margin-left: auto;
    /*    flex: 0 0 auto; */
}


.ps_list .ps_status select {
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #dddddd;
    font-size: 13px;
    font-weight: 350;
    color: #000;
    box-sizing: border-box;
}

.ps_list .ps_status select + * {
    margin-top: 5px;
}

.ps_list .ps_status button {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 350;
    text-align: center;
    color: #fff;
    background: #333;
}

.ps_list .ps_status button + button {
    margin-left: 10px;
}

.ps_list .ps_status .re_btn {
    width: 100px;
    line-height: 24px;
    border: solid 1px #aaaaaa;
    border-radius: 2px;
    color: #555;
    font-weight: 350;
    font-size: 12px;
    margin: 6px 0 0 0;
    background: #fff;
}

.ps_list .ps_status .ex_ipbtn {
    background: #333;
}

.ps_list .ps_status .detail_btn {
    width: 70px;
    background: #333;
}

.ps_list .ps_status .edit_btn {
    width: 48px;
}

.ps_list .ps_status .del_btn {
    width: 48px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    color: #555;
    margin-left: 0;
    background: #fff;
}

.review .ps_list .ps_status {
    display: block;
}

.ps_list .prd_info .reply_desc {
    margin-top: 30px;
    padding: 30px;
    box-sizing: border-box;
    background: #fafafc;
}


.ps_list .reply_desc .sl_name {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 11px;
}

.ps_list .reply_desc .reply {
    font-size: 13px;
    font-weight: 350;
    line-height: 1.5;
    color: #555;
}

.ps_list .reply_desc .rp_btn {
    margin-top: 10px;
}

.ps_list .reply_desc .rp_btn button {
    width: 44px;
    text-align: center;
    line-height: 24px;
    border: solid 1px #aaa;
    border-radius: 3px;
    color: #555;
    font-size: 12px;
    font-weight: 350;
    background: #fff;
}

.ps_list .reply_desc .rp_btn button + button {
    margin-left: 6px;
}

/* //판매관리, 구매관리 리스트 */


/*맞춤견적관리 - 제안관리*/

.tb_wrap {
    border-top: solid 1px #252525;
}

.tb_wrap table {
    width: 100%;
    table-layout: fixed;
}

.tb_wrap table thead tr {
    background: #fafafa;
    border-bottom: solid 1px #dcdcdc;
}

.tb_wrap table thead tr th {
    font-size: 14px;
    font-weight: 350;
    color: #000;
    text-align: center;
    padding: 16px 0;
    border-right: solid 1px #dcdcdc;
    box-sizing: border-box;
}

.tb_wrap table thead tr th:last-of-type {
    border-right: none;
}

.tb_wrap table tbody tr {
    border-bottom: solid 1px #dcdcdc;
}

.tb_wrap table tbody td {
    font-size: 14px;
    color: #555;
    padding: 20px 10px;
    text-align: center;
    box-sizing: border-box;
    border-right: solid 1px #dcdcdc;
    justify-items: center;
}

.tb_wrap table tbody tr td:last-of-type {
    border-right: none;
}

.tb_wrap table tbody td.tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    max-width: 470px;
}

.tb_wrap table tbody td.state {
    font-weight: 400;
    color: #333;
}

.tb_wrap .user {
    min-width: 100px;
}

.tb_wrap .date {
    min-width: 180px;
}

.tb_wrap .state {
    min-width: 100px;
}


/* 재능포인트 mypage_point */
.mypage_point .list_table table tbody td.subject {
    color: #555555;
}

.mypage_point .list_table table tbody td.subject span {
    color: #000;
}

/* //mypage_point */

/* 쿠폰 mypage_coupon */
.mypage_coupon .coupon_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    padding: 28px 38px;
}

.mypage_coupon .coupon_status .use_count {
    display: flex;
    align-items: center;
}

.mypage_coupon .coupon_status .use_count .label {
    display: block;
    margin-right: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.mypage_coupon .coupon_status .use_count .data {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.mypage_coupon .coupon_status .use_count .data strong {
    display: inline-block;
    margin-right: 5px;
    font-size: 42px;
    font-weight: 500;
    color: #116ad4;
}

.mypage_coupon .coupon_status .coupon_add {
    display: flex;
    align-items: center;
}

.mypage_coupon .coupon_status .coupon_add .label {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.mypage_coupon .coupon_status .coupon_add form {
    display: flex;
    align-items: center;
}

.mypage_coupon .coupon_status .coupon_add input {
    display: block;
    width: 200px;
    height: 40px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    box-sizing: border-box;
}

.mypage_coupon .coupon_status .coupon_add input:not(:last-of-type) {
    margin-right: 2px;
}

.mypage_coupon .coupon_status .coupon_add button {
    display: block;
    width: 78px;
    height: 40px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #116ad4;
}

.mypage_coupon .coupon_tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mypage_coupon .coupon_tab a {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #116ad4;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background: #f9f9f9;
    box-sizing: border-box;
}

.mypage_coupon .coupon_tab a + a {
    margin-left: -1px;
}

.mypage_coupon .coupon_tab a.on {
    border: 2px solid #116ad4;
    border-bottom: 0;
    color: #116ad4;
    background: #fff;
    z-index: 1;
}

/* //mypage_coupon */


/* mypage_contact 고객센터 */
.mypage_contact .mp_search_box input {
    width: 200px;
}

.mypage_contact .list_table table tbody td.date {
    color: #555555;
}

/* //mypage_contact */

/* 재능캐쉬 충전내역 mypage_cash */
.mypage_cash .list_table table tbody td {
    padding: 10px 10px;
    font-size: 14px;
}

.mypage_cash .list_table table tbody td.subject {
    padding: 10px 30px;
}

.mypage_cash .list_table table tbody td .print_btn {
    display: block;
    width: 70px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
}

/* charge_form */
.charge_form {
    border: 1px solid #dcdcdc;
}

.charge_form .charge_select {
    padding: 65px 0 50px;
    margin: 0 44px;
    border-bottom: 1px dashed #ccc;
}

.charge_form .method_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.charge_form .method_row .item_radio:not(:last-of-type) {
    margin-right: 58px;
}

.charge_form .price_row {
    display: flex;
    flex-wrap: wrap;
    max-width: 664px;
    margin: 0 auto;
}

.charge_form .price_row .price_item {
    display: block;
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.charge_form .price_row .price_item:nth-of-type(4n) {
    margin-right: 0;
}

.charge_form .price_row .price_item input {
    display: none;
}

.my_estimate div.listBottom table.listTable tbody th.input_header.input_30 {
    width: 12.5rem !important;
    text-align: center;
}

.charge_form .price_row .price_item input + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    border: 1px solid #e3e5e8;
    font-size: 20px;
    font-weight: 700;
    color: #777777;
    background: #fbfbfb;
    border-radius: 10px;
    box-sizing: border-box;
}

.charge_form .price_row .price_item input:checked + label {
    color: #fff;
    background: #116ad4;
}

.charge_form .total_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.charge_form .total_row span {
    font-size: 26px;
    font-weight: 400;
    color: #333;
}

.charge_form .total_row .total_price {
    display: block;
    margin: 0 4px;
    font-size: 36px;
    font-weight: 700;
    color: #116ad4;
}

.charge_form .total_row .total_input {
    display: none;
    margin: 0 5px;
}

.charge_form .total_row input {
    display: block;
    width: 320px;
    height: 48px;
    border: 1px solid #dbdbdb;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
}

.charge_form .payment_finish {
    padding: 60px 0 72px;
    margin: 0 44px;
}

.charge_form .agree_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.charge_form .agree_row .item_check input + label {
    font-size: 18px;
    color: #666;
}

.charge_form .agree_row .agree_more {
    display: block;
    margin-left: 4px;
    border-bottom: 1px solid #666;
    font-size: 16px;
    line-height: 1.3;
}

.charge_form .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.charge_form .btn_row button {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

.charge_form .btn_row button + button {
    margin-left: 20px;
}

.charge_form .btn_row .back_btn {
    background: #999;
}

.charge_form .btn_row .submit_btn {
    background: #116ad4;
}

.charge_form .charge_notice {
    padding: 26px 50px 30px;
    background: #f4f4f4;
}

.charge_form .charge_notice h4 {
    margin-bottom: 14px;
    padding-left: 47px;
    padding-top: 10px;
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: url(../img/ico/charge_notice.png) left top no-repeat;
}

.charge_form .charge_notice ul {
    padding-left: 15px;
}

.charge_form .charge_notice ul li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 350;
    color: #555555;
    line-height: 1.8;
    word-break: keep-all;
}

.charge_form .charge_notice ul li span {
    margin-right: 10px;
    flex: 0 0 auto;
}

/* //mypage_cash */

/* my_ad 광고신청 */
.my_ad .mp_search_box .datepick_row {
    margin-right: 0;
}

.ad_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 16px 24px 16px 32px;
    border: 1px solid #d6d6d6;
}

.ad_status .count {
    display: flex;
    align-items: center;
}

.ad_status .count .label {
    display: block;
    margin-right: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ad_status .count .data {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.ad_status .count .data strong {
    display: inline-block;
    margin-right: 4px;
    font-size: 42px;
    font-weight: 500;
    color: #116ad4;
}

.ad_status .ad_banner {
    position: relative;
    display: flex;
    padding-left: 144px;
}

.ad_status .ad_banner::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 149px;
    height: 84px;
    background: url(../img/ico/ad_banner.png) center center no-repeat;
    content: '';
}

.ad_status .ad_banner p {
    position: relative;
    font-size: 14px;
    font-weight: 350;
    color: #555555;
    line-height: 1.3;
}

.ad_status .ad_banner .ad_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #116ad4;
    border-radius: 50%;
}

.list_table {
    width: 100%;
    table-layout: fixed;
}

.my_ad .list_table table tbody td {
    padding: 10px 10px;
    font-size: 14px;
}

.my_ad .list_table table tbody td.state {
    font-size: 14px;
    font-weight: 350;
    color: #116ad4;
}

.my_ad .list_table table tbody td.subject {
    padding: 10px 30px;
    font-size: 14px;
    color: #555555;
}

.my_ad .list_table table tbody td.live_date {
    font-size: 14px;
    color: #252525;
    padding: 0;
}

.my_ad .list_table table tbody td.date {
    font-size: 14px;
    color: #757575;
}


.my_ad .list_table table tbody td .cancle {
    width: 44px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 350;
    border: solid 1px #aaaaaa;
    margin: 0 auto;
    color: #333;
}

.my_ad .list_table table tbody td .print_btn {
    display: block;
    width: 52px;
    height: 26px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #333333;
    box-sizing: border-box;
}

.my_ad .list_tttop {
    margin: 48px 0 20px;
}

.my_ad .list_tttop span {
    font-size: 20px;
    color: #252525;
}

.my_ad .list_tttop span + span {
    font-size: 15px;
    color: #555;
    margin-left: 18px;
}

.my_ad .info_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #252525;
}

.my_ad .info_table .inf_row {
    display: table-row;
}

.my_ad .info_table .inf_row * {
    display: table-cell;
    padding: 20px;
    box-sizing: border-box;
}

.my_ad .info_table .inf_row .label {
    width: 180px;
    font-size: 14px;
    font-weight: 700;
    color: #252525;
    background: #fafafa;
}

.my_ad .info_table .inf_row .conts {
    width: calc(100% - 180px);
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.my_ad .info_table .inf_row .print_btn {
    display: block;
    width: 52px;
    height: 26px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #333333;
    box-sizing: border-box;
}


.ad_order {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    padding-bottom: 56px;
}

.ad_order .ad_info_box {
    width: calc(100% - 478px);
}

.ad_order .ad_info_top {
    padding: 0 10px;
}

.ad_order .ad_info_box .ad_ttl {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.ad_order .ad_info_box .ad_desc {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 1.3;
    word-break: keep-all;
}

.ad_order .ad_summary {
    margin-top: 40px;
    padding: 38px 7px 0;
    border-top: 1px solid #d4d4d4;
}

.ad_order .ad_summary li {
    display: flex;
    align-items: flex-start;
}

.ad_order .ad_summary li:not(:last-of-type) {
    margin-bottom: 24px;
}

.ad_order .ad_summary li .label {
    display: block;
    width: 84px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    flex: 0 0 auto;
}

.ad_order .ad_summary li .data {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 1.2;
    word-break: keep-all;
}

.ad_order .ad_form {
    width: 446px;
    margin-left: 32px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.ad_order .ad_form_in {
    padding: 30px 26px 24px;
    border: 1px solid #eeeeee;
}

.ad_order .ad_form .ad_form_label {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ad_order .ad_form select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

.ad_order .ad_form select + select {
    margin-top: 8px;
}

.ad_order .ad_form .result_box {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 20px;
    background: #f5f5f5;
}

.ad_order .ad_form .ad_count {
    display: flex;
    align-items: center;
    border: 1px solid #dadada;
    background: #fff;
}

.ad_order .ad_form .ad_count button {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 21px;
    font-size: 20px;
}

.ad_order .ad_form .ad_count .btn_minus {
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 22px;
}

.ad_order .ad_form .ad_count span {
    width: 38px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

.ad_order .ad_form .ad_count .unit {
    display: block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.ad_order .ad_form .ad_price {
    margin-left: auto;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.ad_order .ad_form .del_btn {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/sub/btn_close03.png) center center no-repeat;
}

.ad_order .ad_form .use_cash_row {
    margin-top: 26px;
}

.ad_order .ad_form .cash_input {
    display: flex;
    align-items: center;
}

.ad_order .ad_form .cash_input input {
    display: block;
    width: 159px;
    height: 42px;
    margin-right: 10px;
    border: 1px solid #bbbbbb;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
}

.ad_order .ad_form .cash_input .item_check input + label {
    font-size: 14px;
    color: #555555;
}

.ad_order .ad_form .now_cash {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-right: 12px;
}

.ad_order .ad_form .now_cash strong {
    margin-right: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.ad_order .ad_form .now_cash .unit {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #ff7639;
    border-radius: 50%;
}

.ad_order .ad_form .submit_btn {
    display: block;
    width: 100%;
    height: 58px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #116ad4;
    border-radius: 5px;
}

.ad_order .ad_form .cash_input .submit_btn {
    min-width: 60px;
    height: 42px;
    margin: 0;
    border: 1px solid #116ad4;
    color: #116ad4;
    background: #fff;
    font-size: 16px;
}

.ad_notice_wrap {
    margin-top: 18px;
    padding: 45px 55px 55px;
    background: #f5f5f5;
}

.ad_notice_wrap h4 {
    padding: 4px 0 9px 56px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: url(../img/ico/ad_notice.png) left top no-repeat;
}

.ad_notice_wrap .ad_notice_box + .ad_notice_box {
    margin-top: 24px;
}

.ad_notice_wrap .ad_notice_box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
}

.ad_notice_wrap .ad_notice_box li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 1.4;
}

.ad_notice_wrap .ad_notice_box li span {
    margin-right: 4px;
    flex: 0 0 auto;
}

.ad_order .ad_form .pay_select_row {
    margin-top: 25px;
}

.pay_result_wrap {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #eee;
}

.pay_result_wrap .pay_tt_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #252525;
}

.pay_result_wrap .pay_tt_row + .pay_tt_row:not(.pay_total) {
    margin-top: 20px;
}

.pay_result_wrap .pay_tt_row .pay strong {
    color: #252525;
    font-size: 22px;
    font-weight: 700;
}

.pay_result_wrap .pay_total {
    font-size: 20px;
    margin-top: 24px;
}

.pay_result_wrap .pay_total .pay {
    font-size: 22px;
    color: #116ad4;
}

.pay_result_wrap .pay_total .pay strong {
    font-size: 26px;
    font-weight: 700;
    color: #116ad4;
}


/* 공통 라디오 */
.radio_list input {
    display: none;
}

.radio_list input + label {
    display: block;
    padding-left: 36px;
    font-size: 18px;
    color: #757575;
    line-height: 1.5;
    background: url(../img/ico/ico_radio_26x26.png) no-repeat left center;
}

.radio_list input:checked + label {
    font-weight: 500;
    color: #116ad4;
    background-image: url(../img/ico/ico_radio_26x26_on.png);
}

.pay_select_row .radio_list li + li {
    margin-top: 15px;
}


/* //my_ad */


/* my_info 내정보수정 */
.my_info .user_notice {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
}

.my_info .write_table table td input {
    display: inline-block;
    max-width: 368px;
    height: 32px;
}

.my_info .write_table table td input + button {
    display: inline-block;
    width: 90px;
    height: 32px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #252525;
}

.my_info .address .addr_btn {
    display: flex;
    align-items: center;
    max-width: 368px;
}

.my_info .address .addr_btn button {
    display: block;
    width: 90px;
    height: 32px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #252525;
    flex: 0 0 auto;
}

.my_info .address > input {
    margin-top: 10px;
}

.my_info .user_phone {
    display: flex;
    align-items: center;
    max-width: 368px;
}

.my_info .user_phone span {
    display: block;
    width: 20px;
    text-align: center;
    flex: 0 0 auto;
}

.my_info .item_check input + label {
    font-size: 14px;
}

.my_info .user_del {
    display: block;
    width: 70px;
    height: 26px;
    border: 1px solid #aaa;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 2px;
}

.user_del_popup .bottom h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.user_del_popup .bottom p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.4;
}

.user_del_popup .out_check_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.user_del_popup .out_check_row .item_check {
    display: block;
    width: 33.333%;
    margin: 5px 0;
}

.user_del_popup .bottom textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    border: 1px solid #c6c6c6;
    resize: none;
}

.my_info .write_table .cefi_wrap {
    display: flex;
}

.my_info .write_table .cefi_wrap .user_phone,
.my_info .write_table .cefi_wrap input {
    width: calc(100% - 100px);
    max-width: 268px;
}

.my_info .write_table .cefi_wrap button {
    display: block;
    width: 90px;
    height: 32px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    border: solid 1px #666;
    flex: 0 0 auto;
}

/* //my_info */

/* my_ship */
.ship_btn_row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ship_btn_row button {
    display: block;
    width: 80px;
    height: 26px;
    border: 1px solid #787878;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    background: #f6f6f6;
    border-radius: 2px;
    box-sizing: border-box;
}

.ship_btn_row button + button {
    margin-left: 10px;
}

.ship_btn_row button.shipping_normal {
    width: 120px;
    border-color: #555;
    color: #fff;
    background: #555;
}

.ship_btn_row button.shipping_add {
    margin-left: auto;
}

.my_ship .write_table table td > input {
    max-width: 150px;
}

.my_ship .write_table table td .addr_row {
    max-width: 380px;
}

.my_ship .write_table table td .phone_row {
    max-width: 380px;
}

.my_ship .item_radio input + label {
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/ico_radio_20x20.png);
}

.my_ship .item_radio input:checked + label {
    background-image: url(../img/ico/ico_radio_20x20_on.png);
}

/* //my_ship */


/* my_account */
.my_account .refound_info {
    margin-bottom: 20px;
}

.my_account .write_table table th {
    font-size: 14px;
}

.my_account .write_table table td input {
    max-width: 300px;
}

.my_account .write_table table td select {
    max-width: 160px;
}

.my_account .refound_info table th {
    height: 114px;
    font-size: 16px;
}

.my_account .refound_info table td {
    font-size: 16px;
}

/* //my_account */


/* my_sale_add .mypage_layout.my_sale_add */
.my_sale_add {
}

.my_sale_add .add_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my_sale_add .add_btn_row button {
    display: block;
    width: 100px;
    height: 42px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
}

.my_sale_add .add_btn_row button + button {
    margin-left: 10px;
}

.my_sale_add .add_btn_row .cancel_btn {
    border-color: #e0e0e0;
    color: #666666;
}

.my_sale_add .add_btn_row .save_btn {
    border-color: #4a7ce0;
    color: #3b71dd;
}

.my_sale_add .add_btn_row .ok_btn {
    border-color: #3b71dd;
    color: #fff;
    background: #3b71dd;
}

.sale_add_form_in {
    border: 1px solid #dcdcdc;
    padding: 36px 40px 32px;
}

.sale_add_form .sale_add_box + .sale_add_box {
    margin-top: 48px;
}

.sale_add_form .ship_info_box {
    display: none;
}

.sale_add_form .add_btn {
    display: block;
    width: 60px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 13px;
    font-weight: 350;
    color: #fff;
    background: #116ad4;
    flex: 0 0 auto;
}

.sale_add_form .guide_txt {
    font-size: 13px;
    font-weight: 350;
    color: #454545;
    line-height: 1.5;
    word-break: keep-all;
}

.sale_add_form .guide_txt.red {
    color: red;
}

.sale_add_form .sale_add_ttl_row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sale_add_form .sale_add_ttl_row .subject {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #252525;
}

.sale_add_form .sale_add_ttl_row p {
    margin-left: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
}

.sale_add_form .sale_add_ttl_row .add_btn {
    margin-left: auto;
}

.sale_add_form .write_table table td input {
    max-width: none;
    height: 34px;
}

.sale_add_form .write_table table td select {
    max-width: 130px;
    height: 34px;
}

.sale_add_form .write_table table td textarea {
    height: 64px;
}

.sale_add_form .radio_row {
    display: flex;
    flex-wrap: wrap;
}

.sale_add_form .radio_row .item_radio {
    margin: 5px 0;
}

.sale_add_form .radio_row .item_radio:not(:last-of-type) {
    margin-right: 16px;
}

.sale_add_form .category_row {
    display: flex;
}

.sale_add_form .category_row select:not(:last-of-type) {
    margin-right: 3px;
}

.sale_add_form .check_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.sale_add_form .check_row .item_check {
    margin: 5px 0;
}

.sale_add_form .check_row .item_check:not(:last-of-type) {
    margin-right: 20px;
}

.sale_add_form .write_table table td {
    padding: 10px 20px;
}

.sale_add_form .write_table table td .price_unit_box {
    display: flex;
    align-items: center;
}

.sale_add_form .write_table table td .price_unit_box input {
    max-width: 152px;
    text-align: right;
}

.sale_add_form .write_table table td .price_unit_box .unit {
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    flex: 0 0 auto;
}

.sale_add_form .delivery_fee_box {
    /*display: none;*/
    margin-top: 10px;
}


.sale_add_form .delivery_fee_box.delivery_free1 {
    display: none;
}

.sale_add_form .delivery_fee_box.delivery_free2 {
    display: none;
}

.sale_add_form .delivery_fee_box.delivery_free3 {
    display: none;
}

.sale_add_form .delivery_fee_box.delivery_free4 {
    display: none;
}


.sale_add_form .delivery_fee_box table {
    border: 1px solid #dddddd;
}

.sale_add_form .delivery_fee_box table tr {
    display: none;
    border-bottom: 1px solid #ddd;
}

.sale_add_form .delivery_fee_box table th {
    height: 46px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    font-weight: 350;
    color: #454545;
}

.sale_add_form .delivery_fee_box table td {
    padding: 6px 15px;
}

.sale_add_form .option_add_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sale_add_form .option_add_top .guide_txt {
    margin-right: 10px;
}

.sale_add_form .option_add_top .opation_add_btn {
    margin-left: auto;
}

.sale_add_form .option_add_box table {
    border: 1px solid #dddddd;
}

.sale_add_form .option_add_box table tr {
    border-bottom: 1px solid #ddd;
}

.sale_add_form .option_add_box table th {
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 350;
    color: #454545;
    text-align: center;
}

.sale_add_form .option_add_box table th + th {
    border-left: 1px solid #ddd;
}

.sale_add_form .option_add_box table td {
    padding: 5px 15px;
}

.sale_add_form .option_add_box table td + td {
    border-left: 1px solid #ddd;
}

.sale_add_form .option_add_box .option_del_btn {
    display: block;
    width: 50px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    background: #efefef;
    box-sizing: border-box;
}

.sale_add_form .img_add_row {
    padding: 16px 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #eeeeee;
}

.sale_add_form .sale_add_editor_wrap {
    border-top: 1px solid #666666;
    padding-top: 15px;
}

.sale_add_form .sale_add_editor_box + .sale_add_editor_box {
    margin-top: 30px;
}

.sale_add_form .file_row {
    display: flex;
    align-items: center;
    padding: 16px 14px 20px;
}

.sale_add_form .file_row input[type="file"] {
    display: none;
}

.sale_add_form .file_row input[type="file"] + label {
    display: block;
    width: 80px;
    height: 34px;
    margin-right: 24px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #333333;
    flex: 0 0 auto;
}

.sale_add_form .file_row .file_name {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale_add_form .file_row .file_size {
    display: block;
    margin-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    flex: 0 0 auto;
}

.sale_add_form .file_row .del_btn {
    display: block;
    width: 50px;
    height: 25px;
    margin: 0;
    margin-left: 13px;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    background: #efefef;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.sale_add_form .editor_del_btn {
    display: block;
    padding: 0 10px;
    min-width: 60px;
    height: 29px;
    border: 1px solid #cccccc;
    margin-left: auto;
    line-height: 29px;
    text-align: center;
    font-size: 13px;
    font-weight: 350;
    color: #252525;
    background: #efefef;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.sale_add_form .add_btn_row {
    margin-top: 26px;
}

/* //my_sale_add */

/* 내 프로필 my_profile */
.my_profile .profile_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.my_profile .profile_menu {
    display: flex;
    align-items: center;
}

.my_profile .profile_menu li {
    width: 240px;
}

.my_profile .profile_menu li + li {
    margin-left: -1px;
}

.my_profile .profile_menu li a {
    position: relative;
    display: block;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    box-sizing: border-box;
}

.my_profile .profile_menu li a.on {
    border-color: #222222;
    color: #222222;
    z-index: 1;
}

.my_profile .seller_change_btn {
    display: block;
    width: 160px;
    height: 40px;
    margin-left: auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #116ad4;
}

.my_profile .profile_gray_txt {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 350;
    color: #666666;
    word-break: keep-all;
    line-height: 1.3;
}

.my_profile .profile_gray_txt span {
    display: inline-block;
}

.profile_guide_box {
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #dddddd;
}

.profile_guide_box h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

.profile_guide_box h5 {
    font-size: 14px;
    font-weight: 350;
    color: #666666;
}

.profile_guide_box p {
    font-size: 14px;
    font-weight: 350;
    color: #666666;
    line-height: 1.6;
}

.profile_guide_box table {
    max-width: 640px;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #cccccc;
}

.profile_guide_box table th {
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    background: #ebf0f6;
}

.profile_guide_box table th + th {
    border-left: 1px solid #ccc;
}

.profile_guide_box table td {
    padding: 14px 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-weight: 350;
    color: #666666;
    text-align: center;
}

.profile_guide_box table td + td {
    border-left: 1px solid #ccc;
}

.profile_guide_box table td strong {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

.profile_guide_box table td .red {
    color: #df2727;
}

.profile_form .profile_img {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.wrap_file .profile_img {
    margin-bottom: 10px;
}

.profile_form .profile_img_box {
    position: relative;
    width: 102px;
    height: 102px;
    border: 1px solid #dbdbdb;
    background: #f5f6f8 url(../img/ico/img_add_basic.png) center center no-repeat;
    box-sizing: border-box;
}

.profile_address {
    margin-bottom: 20px;
}

.profile_address .info_ttl h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.profile_address .info_ttl h2 span {
    font-weight: 400;
}

.profile_address .address_info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.profile_address .address_info .item_radio {
    min-width: 140px;
}

.my_profile .item_radio input + label {
    font-size: 14px;
    background-size: 22px;
}

.profile_form .profile_img_box input {
    display: none;
}

.profile_form .profile_img_box label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.profile_form .profile_img_box .del_btn {
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8) url(../img/ico/minus_btn.png) center no-repeat;
    background-size: 50%;
    z-index: 1;
}

.profile_form .profile_img .profile_guide {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
}

.profile_form .write_table .corpWrap td input {
    max-width: 230px;
    height: 34px;
}

.profile_form .write_table .corpWrap td input[type="checkbox"] {
    max-width: 50px;
}

.profile_form .write_table td .imgpop {
    display: block;
    border: 1px solid #dbdbdb;
    /* margin-left: 97px; */
    padding: 4px 8px;
    margin-right: 30px;
}

.profile_form .write_table td .imgpop_p {
    display: block;
    border: 1px solid #dbdbdb;
    /* margin-left: 97px; */
    padding: 4px 8px;
    margin-right: 30px;
}

.profile_form .write_table table td select {
    max-width: 160px;
    height: 34px;
}

.profile_form .write_table table td .buis_num {
    display: flex;
    align-items: center;
    max-width: 320px;
}

.profile_form .write_table table td .buis_num input {
    width: 100%;
}

.profile_form .write_table table td .buis_num span {
    display: block;
    width: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    flex: 0 0 auto;
}

.profile_form .write_table table td .buis_file {
    display: flex;
    align-items: center;
    max-width: 380px;
}

.profile_form .write_table table td .buis_file input {
    max-width: none;
}

.profile_form .write_table table td .buis_file input[type="file"] {
    display: none;
}

.profile_form .write_table table td .buis_file label {
    display: block;
    width: 80px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #777777;
}

.profile_form .write_table table .corpWrap.spe {
    display: none !important;
}

.profile_form .write_table table td .no_certi {
    display: flex;
    align-items: center;
    gap: 40px;
}

.profile_form .write_table table td .no_certi div {
    display: flex;
    align-items: center;
    gap: 10px;

}

.profile_form .write_table table td .no_certi p {
    font-size: 14px;
    font-weight: 350;
    color: #252525
}

.profile_form .write_table table td .no_certi .certi_btn {
    display: block;
    width: 78px;
    height: 34px;
    margin-left: 20px;
    border: 1px solid #116ad4;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #116ad4;
}

.profile_form .write_table table td textarea {
    height: 150px;
    width: 600px;
}

.profile_form_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.profile_form_btn_row button {
    display: block;
    width: 100px;
    height: 38px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

.profile_form_btn_row button + button {
    margin-left: 10px;
}

.profile_form_btn_row .cancel_btn {
    border-color: #e0e0e0;
    color: #666666;
}

.profile_form_btn_row .submit_btn {
    border-color: #3b71dd;
    color: #fff;
    background: #116ad4;
}

.profile_form .user_type .item_radio:not(:first-child) {
    margin-left: 20px;
}

.profile_form .user_type .item_radio:nth-child(3) {
    padding-left: 20px;
    position: relative;
}

.profile_form .user_type .item_radio:nth-child(3)::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}

/* //my_profile */

/*구매/판매관리 뷰*/

.mp_cont {
    padding: 40px;
    border: solid 1px #dcdcdc;
}

.mp_cont .mp_contop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 29px;
    border-bottom: solid 1px #dbdbdb;
}

.mp_cont .mp_contop > div {
    display: flex;
}

.mp_contop .mp_thumb {
    width: 133px;
    height: 85px;
    margin-right: 23px;
    flex: 0 0 auto;
}

.mp_contop .mp_thumb span {
    display: block;
    width: 100%;
    height: 100%;
}

.mp_contop .mp_info .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mp_contop .mp_info .state {
    display: block;
    width: 60px;
    margin-right: 14px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 350;
    color: #fff;
    border-radius: 12px;
}

.mp_contop .mp_info .state.red {
    background: #f1634c;
}

.mp_contop .mp_info .state.blue {
    background: #45b8e2;
}

.mp_contop .mp_info .state.gray {
    background: #a3a3a3;
}

.mp_contop .mp_info .order_num {
    display: block;
    margin-right: 23px;
    font-size: 14px;
    font-weight: 350;
    color: #000000;
    line-height: 24px;
}

.mp_contop .mp_info .mp_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #252525;
}

.mp_contop .mp_info .mp_optbox {
    margin-top: 12px;
}

.mp_contop .mp_info .order_date {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #555;
    margin-top: 15px;
    position: relative;
}

.mp_contop .mp_info .sel_date {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #555;
    margin-top: 15px;
}

.mp_contop .mp_info .mp_opt {
    font-size: 14px;
    width: 90%;
    color: #555;
}

.mp_contop .mp_info .mp_opt .data {
    line-height: 1.3;
}

.mp_contop .go_contact {
    width: 120px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #116ad4;
    flex: 0 0 auto;
    margin-left: 10px;
}

.mp_disc h3 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin: 40px 0 20px;
}

.mp_disc > div:not(:first-of-type) h3 {
    margin-top: 46px;
}

.mp_disc .row_wrap {
    border-top: solid 1px #252525;
}

.mp_disc .row_wrap .disc_row {
    display: table;
    width: 100%;
    border-bottom: solid 1px #eee;
}

.mp_disc .row_wrap .disc_row .label {
    display: table-cell;
    width: 180px;
    padding: 23px 0 23px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    background: #fafafa;
    vertical-align: middle;
}

.mp_disc .row_wrap .disc_row .data {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #252525;
    padding: 23px 20px;
    vertical-align: middle;
}

.mp_disc .row_wrap .disc_row .data .pay_state {
    font-weight: 400;
    color: #ff3333;
}

.mp_disc .row_wrap .disc_row .data .ac_info {
    font-weight: 400;
    color: #757575;
}

.mp_disc .row_wrap .disc_row .data .check_btn {
    width: 64px;
    height: 29px;
    font-size: 13px;
    font-weight: 350;
    color: #555;
    line-height: 27px;
    text-align: center;
    border: solid 1px #aaa;
    box-sizing: border-box;
}

.mp_cont .mp_btn {
    display: block;
    width: 160px;
    height: 41px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    border: solid 1px #dbdbdb;
    margin: 40px auto 0;
}

/*알림 list*/

.contact_cont {
    padding: 20px 0 30px;
}

.contact_cont * {
    box-sizing: border-box;
}

.contact_cont .cont_ttl {
    font-size: 20px;
    color: #252525;
    margin-bottom: 10px;
}

.al_wrap {
    display: flex;
    border: solid 1px #dbdbdb;
}

.al_wrap > div:not(:last-of-type) {
    border-right: solid 1px #dbdbdb;
}

.al_wrap .al_list {
    width: 26%;
    max-width: 310px;
}

.al_list .search_top {
    padding: 20px 10px;
    position: relative;
    border-bottom: solid 1px #dbdbdb;
}

.al_list .search_top input {
    width: 100%;
    height: 40px;
    border: solid 1px #dbdbdb;
    border-radius: 20px;
    padding: 0 20px;
}

.al_list .search_top input::placeholder {
    font-size: 14px;
    color: #999;
}

.al_list .search_top button {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/btn/al_searchbtn.png') no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.al_list .al_box {
    max-height: 720px;
    overflow-y: auto;
}

.al_list .al_box::-webkit-scrollbar {
    width: 5px;
}

.al_list .al_box::-webkit-scrollbar-track {
    background: #fff;
}

.al_list .al_box::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 5px;
}

.al_list .al_row {
    width: 100%;
    padding: 10px 19px;
    background: #f8f8f8;
    box-sizing: border-box;
    position: relative;
    border-bottom: solid 1px #dbdbdb;
}

.al_list .al_row.on {
    background: #fff;
}

.al_list .al_row > div:not(.date) {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.al_list .al_row .al_prof {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 19px;
}

.al_list .al_row .al_prof span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.al_list .al_row .al_info {
    width: calc(100% - 80px);
}

.al_list .al_row .al_info .user_name {
    font-size: 14px;
    color: #252525;
    margin-bottom: 5px;
}

.al_list .al_row .al_info .user_mail {
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size: 14px;
    color: #757575;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.al_list .al_row .al_info .user_mail .msg_thumb {
    width: 100%;

}

.al_list .al_row .date {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.al_wrap .al_msgbox {
    width: 54%;
    position: relative;
    padding-bottom: 160px;
    box-sizing: content-box;
}

.al_msgbox .user_msg {
    height: 100%;
    overflow-y: scroll;
}

.al_msgbox .user_msg::-webkit-scrollbar {
    width: 15px;
}

.al_msgbox .user_msg::-webkit-scrollbar-track {
    background: #fff;

}

.al_msgbox .user_msg::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.al_wrap .comp_info {
    width: 20%;
    max-width: 245px;
    overflow-y: auto;
}

.al_msgbox .user_msg p {
    padding: 50px 0 30px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #999;
}

.al_msgbox .user_msg p span {
    color: #0077e7;
}

.al_msgbox .chat_bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid 1px #dbdbdb;
    background: #fff;
}

.al_msgbox .wirtebox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    padding: 16px 14px;
}

.al_msgbox .wirtebox .send_box {
    width: calc(100% - 90px);
    border-radius: 18px;
    overflow: hidden;
    background: #f8f8f8;
}

.al_msgbox .wirtebox textarea {
    width: 100%;
    padding: 10px 24px 36px;
    border-radius: 18px 18px 0 0;
    max-height: 84px;
    margin-right: 10px;
    border: none;
    border-bottom: solid 1px #e4e4e4;
    resize: none;
    background: transparent;
    overflow-y: scroll;
}

.al_msgbox .wirtebox textarea::placeholder {
    font-size: 14px;
    color: #999;
}

.al_msgbox .wirtebox textarea::-webkit-scrollbar {
    width: 13px;
}

.al_msgbox .wirtebox textarea::-webkit-scrollbar-track {
    background: #f8f8f8;

}

.al_msgbox .wirtebox textarea::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    background-clip: padding-box;
    border-top: 5px solid transparent;
    border-right: 10px solid transparent;
}

.al_msgbox .wirtebox .file_box {
    padding: 14px 24px 15px;
    box-sizing: border-box;
    max-height: 40px;
}

.al_msgbox .wirtebox .file_box input[type="file"] {
    display: none;
}

.al_msgbox .wirtebox .file_box input[type="file"] + label {
    font-size: 14px;
    color: #757575;
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 21px;
    background: url('../img/ico/send_file_ico.png') no-repeat left center;
}

.al_msgbox .wirtebox .file_box {
    display: flex;
    align-items: center;
}

.al_msgbox .wirtebox .file_input {
    display: none;
}

.al_msgbox .wirtebox .file_box #al_filename {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
    color: #252525;
}

.al_msgbox .wirtebox .file_box .file_delbtn {
    width: 11px;
    height: 10px;
    background: url('../img/ico/al_file_del.png') no-repeat center center;
}


.al_msgbox .wirtebox .send_btn {
    width: 80px;
    font-size: 15px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    background: #116ad4;
}

.al_msgbox .chat_bot .pay_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 16px;
}

.al_msgbox .chat_bot .msg_ttl {
    color: #020202;
    font-size: 18px;
    font-weight: 500;
}

.al_msgbox .chat_bot .msg_ttl span {
    display: inline-block;
    font-size: 12px;
    margin-left: 12px;
}

.al_msgbox .chat_bot .pay_top button {
    display: inline-block;
    width: 27px;
    height: 13px;
    background: url('../img/btn/openbtn_chatbot.png') no-repeat center center/cover;
    transform: rotate(180deg);
}

.al_msgbox .chat_bot .pay_top button.open {
    transform: rotate(0deg);
}

.al_msgbox .chat_box {
    padding: 20px 30px;
}

.al_msgbox .chat_box .chat {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.al_msgbox .chat_box .chat:not(:last-child) {
    margin-bottom: 10px;
}


.al_msgbox .chat_box .chat_infobox .declaration {
    font-size: 12px;
    margin-left: 6px;
    color: #ff0000;
}

.al_msgbox .chat_box .chat .chat_time {
    font-size: 12px;
    color: #999;
    margin-right: 6px;
}

.al_msgbox .chat_box .chat .chat_txt {
    max-width: 425px;
    padding: 20px;
    border-radius: 10px 0 10px 10px;
    background: #ddecfc;
    font-size: 15px;
    line-height: 1.3;
    color: #454545;
    display: flex;
}

.al_msgbox .chat_box .cht_subttl {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.cgbtn {
    display: inline-block;
    float: right;
    border: solid 1px #666;
    color: #666;
    padding: 1px 10px;
    border-radius: 4px;
}

.cgbtn01 {
    border-color: #116ad4;
    color: #116ad4
}

.cgbtn02 {
    border-color: #f96b6b;
    color: #f96b6b;
}

.cgbtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.cgbtn_wrap .cgbtn {
    float: none;
}

.cgbtn_wrap .cgbtn + .cgbtn {
    margin-left: 10px;
}

.al_msgbox .chat_box .chat .warning_txt {
    align-items: center;
}

.al_msgbox .chat_box .chat .warning_txt .w_ico {
    margin-right: 11px;
}

.al_msgbox .chat_box .chat .chat_txt .chatimg {
    display: block;
    width: 100px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 11px;
}


.al_msgbox .chat_box .chat .chat_txt .chat_disc {
    width: calc(100% - 111px);
}

.al_msgbox .chat_box .chat .chat_txt .chat_disc .price {
    font-size: 20px;
    font-weight: 400;
    color: #454545;
}

.al_msgbox .chat_box .chat .chat_txt .chat_disc .suject {
    display: block;
    font-size: 15px;
    color: #454545;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.4em;
}

.al_msgbox .chat_box .chat .chat_txt .chat_disc .price strong {
    font-weight: 700;
}

.al_msgbox .chat_box .chat.from {
    flex-direction: row-reverse;
}

.al_msgbox .chat_box .chat.from .chat_txt {
    border-radius: 10px 10px 10px 0;
    background: #f5f5f8;
}

.al_msgbox .chat_box .chat.from .chat_time {
    margin-left: 6px;
    margin-right: 0;
}


.comp_info .comp_top {
    padding-top: 51px;
}

.comp_info .comp_top .prof {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #dbdbdb;
    margin: 0 auto 11px;
}

.comp_info .comp_top .prof span {
    display: block;
    width: 100%;
    height: 100%;
}

.comp_info .comp_top .subject {
    font-size: 16px;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    color: #252525;
    margin: 0 auto 40px;
}

.comp_info .com_disc {
    padding: 0 20px;
}

.comp_info .com_disc .disc_row {
    display: flex;
    justify-content: space-between;
}

.comp_info .com_disc .disc_row:not(:last-of-type) {
    margin-bottom: 15px;
}

.comp_info .com_disc .disc_row .label {
    font-size: 14px;
    color: #666;
}

.comp_info .com_disc .disc_row .info {
    font-size: 14px;
    color: #252525;
}

.comp_info .com_disc .disc_row .info .star {
    display: inline-flex;
    flex: 0 0 auto;
}

.comp_info .com_disc .disc_row .info .star i {
    display: block;
    width: 15px;
    height: 14px;
    background: url('../img/ico/al_compstar.png') no-repeat center center;
}

.comp_info .com_disc .disc_row .info .rev_num {
    font-size: 13px;
    color: #999;
    margin-left: 6px;
}

.al_msgbox .chat_box .chat .chat_txt .file_ico {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 9px;
    background: url('../img/ico/al_file_ico.png') no-repeat center center;
}

.al_msgbox .chat_box .chat .chat_txt a {
    display: block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #454545;
}

.comp_info .item_box {
    margin-top: 40px;
    padding: 0 20px;
}

.comp_info .item_box .it_ttl {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.comp_info .item_box .item_disc {
    display: flex;
    margin-top: 10px;
}

.comp_info .item_box .item_img {
    width: 45%;
    margin-right: 11px;
}

.comp_info .item_box .item_img span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.comp_info .item_box .item_txt {
    width: calc(55% - 11px);
}

.comp_info .item_box .item_txt .name {
    font-size: 14px;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.4em;
    margin-bottom: 6px;
}

.comp_info .item_box .item_txt .price {
    font-size: 16px;
    color: #454545;
}

.comp_info .item_box .item_txt .price strong {
    font-size: 20px;
    font-weight: 500;
}

.comp_info button {
    display: block;
    width: calc(100% - 40px);
    padding: 13px 0;
    margin: 20px auto 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #116ad4;
    border: solid 1px #116ad4;
    border-radius: 10px;
}

.comp_info button.cuschat {
    color: #f96b6b;
    border-color: #f96b6b;
}

.comp_info button.deliv_btn {
    border-color: #ef4242;
    color: #ef4242;
}

.comp_info button + button {
    margin-top: 10px;
}

/* 신고하기 팝업 */

.msgpop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111;
    background: rgba(67, 67, 67, 0.5);
}

.msgpop .popup_box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msgpop.del_popup .popup_box {
    width: 390px;
    max-height: 390px;
}

.msgpop .pop_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #555;
}

.msgpop .pop_top h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 22px;
}

.msgpop .close_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/btn/close_del.png) center center no-repeat;
}

.msgpop .pop_bot {
    padding: 23px 22px 47px;
    background: #fff;
}

.msgpop .pop_bot p {
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    margin-bottom: 15px;
}

.msgpop .pop_bot textarea {
    width: 100%;
    height: 165px;
    resize: none;
    border: solid 1px #dbdbdb;
}

.msgpop .delbtn {
    display: block;
    width: 128px;
    padding: 12px 0;
    font-size: 15px;
    color: #fff;
    background: #0965d1;
    margin: 23px auto 0;
}

/* 결제요청하기팝업 */

.pay_pop .popup_box {
    width: 550px;
}

.pay_pop .pop_top {
    background: #3a3a3c;
}

.pay_pop .pop_top h3 {
    margin: 0 auto;
}

.pay_pop .pop_bot {
    padding: 30px;
    max-height: 443px;
    overflow-y: auto;
}

.pay_pop .pay_box {
    width: 100%;
    justify-content: space-between;
    flex: 0 0 auto;
}

.pay_pop .pay_box .pay_infobox select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #aaaaaa;
}

.pay_pop .pay_box .pay_infobox select + select {
    margin: 10px 0;
}

.pay_pop .pay_box .pay_infobox .input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay_pop .pay_box .pay_infobox .input_wrap input {
    width: 95%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #aaaaaa;
}

.pay_pop .pay_box .pay_infobox .input_wrap span {
    font-size: 12px;
    color: #020202;
}

.pay_pop .pop_bot p {
    font-size: 16px;
    color: #252525;
}

.msgpop .pabtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.msgpop .pabtn_wrap button {
    width: calc(50% - 100px);
    height: 42px;
    max-width: 160px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: solid 1px #ccc;
}

.msgpop .pabtn_wrap .send_btn {
    margin-left: 10px;
    color: #fff;
    border: none;
    background: #116ad4;
}

.msgpop .pabtn_wrap .send_btn.cusbtn {
    margin-left: 10px;
    color: #fff;
    border: none;
    background: #f96b6b;
}

.msgpop .p_tb {
    border-top: solid 2px #888;
}

.msgpop .p_tbrow {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
}

.msgpop .p_tbrow .label {
    display: flex;
    align-items: center;
    width: 120px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    padding: 10px 20px;
}

.msgpop .p_tbrow .cont {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    padding: 10px 20px;
}

.msgpop .p_tbrow .cont textarea {
    width: 100%;
    height: 140px;
    resize: none;
    border: solid 1px #ccc;
}

.msgpop .item_radio + .item_radio {
    margin-left: 40px;
}

.msgpop .item_radio input + label {
    padding-left: 31px;
    background-size: 20px 20px;
    font-size: 14px;
    color: #333;
}

/* 사유입력팝업 */

.sapop .pop_bot {
    padding: 30px;
}

.sapop .popup_box {
    width: 740px;
}

.sapop .pop_top {
    background: #3a3a3c;
}

.sapop .pop_top h3 {
    padding-left: 60px;
    margin: 0 auto;
}

.sapop .close_btn {
    width: 60px;
    height: 60px;
}

.sapop .piece_wrap {
    display: none;
}

.sapop .p_tbrow .cont .input_wrap {
    width: 100%;
}

.sapop .p_tbrow .cont input[type="text"] {
    width: 80%;
    height: 32px;
}

.sapop .p_tbrow .cont .input_wrap span {
    font-size: 14px;
    color: #252525;
}

/* 주문배송선택 */

.deliv_pop .popup_box {
    width: 550px;
}

.deliv_pop .pop_top {
    padding: 5px 0;
    background: #3a3a3c;
}

.deliv_pop .pop_top h3 {
    margin: 0 auto;
    padding-left: 20px;
}

.deliv_pop .pop_bot {
    padding: 30px;
    max-height: 450px;
    overflow-y: auto;
}

.deliv_pop .deliv_list li {
    padding: 20px;
    border: solid 1px #eee;
}

.deliv_pop .deliv_list li + li {
    margin-top: 10px;
}

.deliv_pop .deliv_list input {
    display: none;
}

.deliv_pop .deliv_list input + label {
    display: flex;
}

.deliv_pop .deliv_list input + label .ico {
    width: 26px;
    height: 26px;
    margin-right: 14px;
    background: url('../img/ico/check_pt_rightoff.png') no-repeat center center/cover;
}

.deliv_pop .deliv_list input:checked + label .ico {
    background-image: url('../img/ico/check_pt_right.png');
}

.deliv_pop .deliv_list .deliv_info {
    width: calc(100% - 40px);
    padding-top: 4px;
}

.deliv_pop .deliv_list .deliv_info .price {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}

.deliv_pop .deliv_list .deliv_info .info_txt {
    margin-top: 10px;
}

.deliv_pop .deliv_list .deliv_info .info_txt span {
    font-size: 12px;
    font-weight: 350;
    color: #757575;
}

.deliv_pop .deliv_list .deliv_info .info_txt span + span {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.deliv_pop .deliv_list .deliv_info .info_txt span + span::before {
    content: '|';
    font-size: 11px;
    font-weight: 350;
    color: #dbdbdb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.deliv_pop .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.deliv_pop .btn_wrap button {
    width: 160px;
    height: 42px;
    border: solid 1px #ccc;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.deliv_pop .btn_wrap button + button {
    color: #fff;
    background: #116ad4;
    border: none;
    margin-left: 10px;
}

/*맞춤재능메세지*/

.custom .al_msgbox .user_msg p span {
    color: #ff3333;
}

.custom .al_msgbox .chat_box .chat .chat_txt {
    background: #fae4e4;
}

.custom .al_msgbox .wirtebox .send_btn,
.custom .al_msgbox .pay_box .send_btn {
    background: #f96b6b;
}


/* quotation_manager */

div.listWrap {
    clear: both;
    border-top: 1px solid #999;
}


.quotation_container div.listTop {
    width: 100%;
    height: 20px;
    margin: 25px 0 10px;
}

.quotation_container div.listTop div.left {
    float: left;
}

.quotation_container div.listBottom {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.quotation_container div.listBottom table.listTable {
    width: 100%;
}

.quotation_container div.listBottom table.listTable thead th {
    background: #fafafa;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}

.quotation_container div.listBottom table.listTable tbody th {
    background: #fafafa;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.quotation_container div.listBottom table.listTable tbody td {
    height: 35px;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0;
    font-size: 12px;
    color: #7d7d7d;
    text-align: center;
    letter-spacing: -0.2px;
    padding: 0 20px
}

.quotation_container div.listBottom table.listTable tbody .edit_flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quotation_container div.listBottom table.listTable tbody .edit_flex button {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.quotation_container div.listBottom table.listTable tbody td .view_des {
    cursor: pointer;
}

.quotation_container div.listBottom table.listTable tbody td.tac a {
    max-width: 700px;
    /* word-wrap: break-word; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quotation_container div.listBottom table.listTable tbody td .view_des img {
    width: 27px;
}

.quotation_container div.listBottom table.listTable tbody td button {
    display: inline-block;
    width: 70px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid rgb(204, 204, 204);
}

.quotation_container .ps_list {
    border: none;
    padding: 0;
}


/* popup */

.popup_wraps.popup_wrap_cus_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .padding {
    padding-inline: 60px;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .form_input {
    margin-top: 30px;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .form_input label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #252525;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .form_input input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background-color: #209e80 !important;
    border-radius: 5px 5px 0 0;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 68px;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_box .close {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    background: none;
    position: absolute;
    opacity: 1;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_box .pop_input {
    margin-top: 98px;
    display: block;
    height: unset;
    background-color: #fff;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_footer {
    margin-top: 40px;
    display: flex;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .policy {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 142px;
    overflow: auto;
    padding: 5px;
}

.popup_wraps.popup_wrap_cus_1 .pop_box .pop_footer button {
    border-radius: 4px;
    color: #454545;
    font-size: 18px;
    height: 62px;
    background-color: rgb(242, 242, 242);
    color: #252525;
    font-weight: 500;
    margin-left: 12px;
}

.wrap_invoice_important {
    width: 100%;
    height: 100%;
}

.popup_wraps.popup_wrap_cus_1 .pop_box .pop_footer button:first-child {
    background-color: #209e80 !important;
    box-shadow: 0px 16px 15.04px 0.96px rgba(46, 62, 146, 0.28);
    color: #fff;
    margin-left: 0;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .pop_box {
    width: 600px;
    position: relative;
    background: white;
    height: 460px;
    border-radius: 5px;
}

.popup_wraps.popup_wrap_cus_1.send_mail_pop .padding {
    padding-inline: 60px;
}


/* popup_invoice */
.popup_invoice {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.popup_invoice .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup_invoice .popup_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 840px;
    height: 640px;
    z-index: 2;
}

.popup_invoice .popup_wrap .top {
    height: 30px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 12px 12px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    box-sizing: unset;
}

.popup_invoice .popup_wrap .top .close {
    padding: unset;
    background-color: unset;
}

.popup_invoice .popup_wrap .top .close img {
    display: block;
    width: 23px;
    vertical-align: middle;
}

.popup_invoice .popup_wrap .content {
    height: calc(100% - 35px);
    background: #fff;
    padding: 15px;
}

.popup_invoice .popup_wrap .content {
    height: 680px;
    overflow-y: auto;
}

.popup_invoice .popup_wrap .content .cont_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
}

.popup_invoice .popup_wrap .content .cont_top h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.popup_invoice .content #estimate_date {
    font-weight: 800;
    font-size: 13px;
}

.popup_invoice .popup_wrap .content .cont_top .cont_date {
    font-weight: 600;
}

.popup_invoice .popup_wrap .content .head_des {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}

.popup_invoice .popup_wrap table {
    margin: 4px 0;
}

.popup_invoice .popup_wrap .content .head_des .left,
.popup_invoice .popup_wrap .content .head_des .right {
    width: 50%;
}

.popup_invoice .popup_wrap .content .head_des .left {
    padding-right: 20px;
    border-right: 1px solid #dbdbdb;
}

.popup_invoice .popup_wrap .content .head_des .ttl {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    line-height: 1.6;
}

.popup_invoice .popup_wrap .content .head_des .ttl.last-child {
    border-bottom: 2px solid #000;
}

.popup_invoice .popup_wrap .content .table {
    margin: 0;
}

.popup_invoice .popup_wrap .content .sum_num {
    font-weight: 800;
    font-size: 22px;
}

.popup_invoice .popup_wrap .content .head_des .des_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    height: 67%;
}

.popup_invoice .popup_wrap .content .head_des .des_list.border-bottom {
    border-bottom: 2px solid #000;
}

.popup_invoice .popup_wrap .content .head_des .des_list .txt_list:last-child span {
    color: #0E5FBA !important;
    text-decoration: underline;
}

.popup_invoice .popup_wrap .content .head_des .des_list p {
    font-size: 12px;
    color: #252525;
    font-weight: 500;
}

.popup_invoice .popup_wrap .content .head_des .des_list span {
    text-align: left;
    font-size: 12px;
    color: #454545;
    font-weight: 600;
}

.popup_invoice .popup_wrap .head_des .des_list_flex {
    display: flex;
}

.popup_invoice .popup_wrap .head_des .label-left-des {
    width: 70px;
}

.popup_invoice .popup_wrap .head_des .cus-des-right {
    width: 295px;
}

.popup_invoice .popup_wrap .head_des .label-left {
    min-width: 70px;
}

.popup_invoice .popup_wrap .head_des .des_list_cus_it {
    display: flex;
}

.popup_invoice .popup_wrap .content .head_des .right {
    padding-left: 40px;
}

.popup_invoice .popup_wrap .content .head_des .right .des_list .txt_list {
    display: flex;
}

.popup_invoice .popup_wrap .content .head_des .right .des_list .txt_list p {
    color: #757575;
    min-width: 70px;
    font-weight: 500;
}

.popup_invoice .popup_wrap .content .head_des .right .des_list .txt_list span {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
}

.popup_invoice .popup_wrap .content .txt_gray {
    background-color: #E8E8E8;
    padding: 15px 30px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.popup_invoice .popup_wrap .content .txt_gray p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.popup_invoice .popup_wrap .content .txt_gray h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.popup_invoice .popup_wrap .content .table_invoice th {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding: 10px;
    font-weight: 700;
    color: #252525;
    font-size: 14px;
}

.popup_invoice .popup_wrap .content .table_invoice th:not(:first-child) {
    text-align: right;
}

.popup_invoice .popup_wrap .content .table_invoice td {
    border-bottom: 1px solid #252525;
    padding: 5px;
    font-weight: 500;
    color: #454545;
}

.popup_invoice .popup_wrap .content .table_invoice td:not(:first-child) {
    text-align: right;
}

.popup_invoice .popup_wrap .content .total_invoice {
    padding: 12px 12px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_invoice .popup_wrap .content .total_invoice.bg-gray-invoice {
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
}

.popup_invoice .popup_wrap .content .total_invoice.bg-gray-invoice .red.sum_num {
    font-size: 16px;
}

.popup_invoice .popup_wrap .content .total_invoice p {
    font-weight: 700;
    color: #252525;
}

.popup_invoice .popup_wrap .content .total_invoice p.red {
    color: red;
}

.popup_invoice .popup_wrap .content .condition {
    padding: 15px 15px 15px 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}

.popup_invoice .popup_wrap .content .commission_num {
    font-weight: 700;
}

.popup_invoice .popup_wrap .content .condition img {
    width: 27px;
    margin-left: -4px;
}

.popup_invoice .popup_wrap .content .txt_des {
    padding: 10px 0;
}

.popup_invoice .popup_wrap .content .txt_des p {
    position: relative;
    font-weight: 500;
    color: #252525;
    padding-left: 10px;
    line-height: 1.3;
}

.popup_invoice .popup_wrap .content .txt_des p + p {
    margin-top: 5px;
}

.popup_invoice .popup_wrap .content .info_invoice {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #252525;
    border-bottom: 3px solid #252525;
}

.popup_invoice .popup_wrap .content .info_invoice .info {
    display: flex;
    gap: 30px;
    position: relative;
}

.popup_invoice .popup_wrap .content .info_invoice .info .invoice_logo-custom-css {
    position: absolute;
    top: -33px;
    right: -40px;
}

.popup_invoice .popup_wrap .content .info_invoice .info p {
    font-size: 14px;
    font-weight: bold;
    color: #252525;
}

.popup_invoice .popup_wrap .content .info_invoice .info span {
    font-size: 12px;
    font-weight: bold;
}

.popup_invoice .popup_wrap .content .info_invoice .info .spe {
    position: relative;
    z-index: 1;
}

.popup_invoice .popup_wrap.popup_wrap_cus_2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.popup_invoice .popup_wrap.popup_wrap_cus_2 .popup_iframe {
    flex: 1;
}

.top-left-header {
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-left-header button:first-child {
    background-color: #209e80 !important;
    color: white;
    margin-left: 0;
    padding: 4px 10px !important;
    font-size: 16px;
    border-radius: 4px;
}

.top-left-header button:last-child {
    background-color: white !important;
    color: #209e80;
    margin-left: 0;
    padding: 4px 10px !important;
    font-size: 16px;
    border: 1px solid #209e80;
    border-radius: 5px;
}

.table_est_summary {
    width: 100%;
    table-layout: fixed;
}

.table_est_summary .styled-text {
}

.table_est_summary .total_amt_txt {
    color: #fff;
    background-color: #209e80;
    padding: 10px;
    /* display: block; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.my_estimate .sum {
    font-weight: bold;
    color: #333;
    width: 100%;
    height: 54px;
    text-align: center;
    padding: 16px;
    font-size: 0.9rem;
    box-sizing: border-box;
    margin-top: -1px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    gap: 50px;
}

.my_estimate .sum .sum_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50%;
     border-right: 2px solid #dbdbdb;
}

.my_estimate .est_ttl {
    margin-bottom: 10px;
}

.my_estimate .btn_update {
    color: #fff;
    background-color: #209e80;
    padding: 11px 12px;
}

.my_estimate .btn_default {
    color: #fff;
    background-color: #3b71dd;
    border-color: #ccc;
    padding: 11px 12px;
}

.input_header {
    width: 90%;
    border: 1px solid #dcdcdc;
    height: 42px;
    font-weight: bold;
    text-align: center;
}

.se2_input_wysiwyg {
    background: #fff;
}

.w-45 {
    width: calc((100% - 30px) / 2);
}

.w-100 {
    width: 100%
}

tr.color_9 th {
    color: #999999 !important;
}

div#container.ad_write {
    width: 100%;
}

a.btn span.txt {
    padding-left: 8px;
}

.input_txt {
    font-family: 'Nanum Gothic';
    height: 27px;
    line-height: 27px;
    border: 1px solid #bbbbbb;
    padding-left: 10px;
}

.input_select {
    font-family: 'Nanum Gothic';
    height: 31px;
    line-height: 31px;
    border: 1px solid #bbbbbb;
    padding-left: 10px;
}

header#headerContainer {
    width: 100%;
    height: 82px;
    border-bottom: 2px solid #252525;
    background: #fff;
    width: 100%;
}

.header_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_contact .contact_data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_contact .contact_data select {
    display: block;
    width: 200px;
    height: 42px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.header_contact .contact_data button {
    display: block;
    width: 120px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #666;
    box-sizing: border-box;
}

.header_contact .contact_data button.point_bg {
    background-color: #3b71dd;
}

.header_contact .contact_data button.btn_exit {
    background-color: #209e80;
}

div#contents {
    width: 96%;
    margin: 0 auto;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
}

header#headerContents {
    height: 30px;
    margin: 0 0 12px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

header#headerContents p {
    margin: 0 20px;
}

header#headerContents p span.tit {
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    margin-right: 15px;
}

header#headerContents .input_txt {
    width: 150px;
}

div.listWrap {
    clear: both;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    min-height: 400px;
    padding-bottom: 15px;
}

div.listWrap_noline {
    clear: both;
    border-top: 0px solid #000;
    /* border-bottom: 2px solid #000; */
    padding-bottom: 15px;
}

div.listWrap_noline_all {
    clear: both;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    padding-bottom: 50px;
}

div.listTop {
    width: 100%;
    height: 20px;
    margin: 25px 0 10px;
}

div.listTop div.left {
    float: left;
}

div.listTop div.left p.schTxt {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-left: 3px;
}

div.listTop div.right_btn {
    float: right;
    display: flex;
    gap: 10px;
    /* margin-right: 200px; */
}

div.listTop div.right_btn .btn_filter {
    color: #333;
    background-color: #fff;
    border: 1px solid #adadad;
    font-size: 12px;
    padding: 6px 12px;
    text-align: center;
}

div.listTop div.right_btn .btn_filter img {
    margin-right: 5px;
    width: 18px;
    height: 14px;
}

div.listTop dIv.right {
    float: right;
}

div.listTop dIv.right ul {
}

div.listTop dIv.right ul li {
    float: left;
    border-right: 1px solid #b2b2b2;
}

div.listTop dIv.right ul.type {
    height: 35px;
}

div.listTop dIv.right ul.type li {
    border-right: 0;
    padding: 0 1px;
}

div.listTop dIv.right ul li.last {
    border: 0
}

div.listTop dIv.right ul li a {
    display: block;
    font-size: 15px;
    color: #464646;
    padding: 0 20px
}

div.listTop dIv.right ul li.on a {
    font-weight: bold;
}

div.listBottom {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.my_estimate div.listBottom table.listTable {
    width: 100%;
    margin-top: 10px;
}

div.listBottom table.listTable thead {
}

.my_estimate div.listBottom table.listTable th,
.my_estimate div.listBottom table.listTable td {
    background: #fff;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
}

.my_estimate div.listBottom table.listTable th {
    font-size: 15px;
}

.my_estimate div.listBottom table.listTable th {
    padding: 20px 10px;
}

.my_estimate div.listBottom table.listTable td {
    padding: 10px;
}

.my_estimate div.listBottom table.listTable tbody th {
    background: #fff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.amt_flex {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.amt_flex input{
    height: 42px;
} 

.my_estimate div.listBottom table.listTable tbody td.tac a {
    max-width: 700px;
    /* word-wrap: break-word; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.my_estimate div.listBottom table.listTable tbody td.td_type .td_type_tit {
    width: 100%;
    height: 100px;
}

.my_estimate div.listBottom table.listTable tbody td.td_type .td_type_tit img {
    width: 130px;
    height: 100%;
    object-fit: cover;
}

.my_estimate div.listBottom table.listTable tbody td.tal {
    padding-left: 15px;
}

.my_estimate div.listBottom table.listTable tbody td span.edit_btn {
    padding: 4px 6px;
    color: #fff;
    background-color: #999;
    border: 1px solid #666;
    cursor: pointer;
}

.my_estimate div.listBottom table.listTable tbody td p.categore {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.my_estimate div.listBottom table.listTable tbody td p.product_view span {
    margin-top: 5px;
    padding: 2px 10px;
    color: #4f728a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.my_estimate div.listBottom table.listTable tbody td.images {
    padding: 0;
}

.my_estimate div.listBottom table.listTable tbody td.images img {
    display: block;
}

.my_estimate div.listBottom table.listTable tbody td.product_name {
    text-align: left;
    padding: 20px 0 20px 20px;
}

.my_estimate div.listBottom table.listTable tbody td.product_name p strong {
    font-size: 13px;
    font-weight: 600;
}

.my_estimate div.listBottom table.listTable tbody td.product_name ul.detail_ex li {
    display: inline-block;
    margin: 10px 4px 0 0;
    padding: 2px 5px;
    border: 1px solid #2b3f4c;
    border-radius: 5px;
    line-height: 16px
}


/* ====================== */
.my_estimate div#container {
    width: 86%;
    margin-top: 60px;
    display: block;
    margin: 0 auto;
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
}

.my_estimate .mypage_layout .content_box .cont {
    padding-top: 0;
}

.ps_list {
    border: none;
    padding: 0;
}

#smart_editor2 .se2_input_area {
    position: relative;
    z-index: 22;
    height: 386px;
    margin: 0;
    padding: 0;
}

.my_estimate.mypage_layout .content_box {
    width: 100%;
}

/* div.listBottom table.listTable tbody td {
        border: 1px solid #dddddd;
        padding: 0px 0;
        font-size: 12px;
        color: #7d7d7d;
        text-align: left;
        padding-left: 20px;
        letter-spacing: -0.2px;
    } */

.my_estimate div.listBottom table.listTable tbody td input,
.my_estimate div.listBottom table.listTable tbody td select {
    height: 42px;
}

.my_estimate .find_address {
    /* width: calc((100% - 30px) / 2); */
    width: 100%;
}

.my_estimate .find_address .search_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.my_estimate .find_address .search_box input {
    width: 100%;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    font-size: 16px;
}

.my_estimate #sample2_postcode,
.my_estimate #sample2_postcode_product {
    width: 186px;
}

.my_estimate .find_address .search_box input {
    width: 100%;
    height: 42px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    font-size: 16px;
}

.my_estimate .find_address .search_box .btn_zip {
    height: 42px;
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: #fff;
}

.my_estimate .find_address .address_input {
    width: 100%;
    display: flex;
}

.my_estimate .find_address .address_input input {
    width: 100%;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 0px 20px;
    font-size: 16px;
    margin-top: 8px;
}

.my_estimate #sample2_address,
.my_estimate #sample2_address_product {
    width: 50%;
}

.my_estimate #sample2_detailAddress,
.my_estimate #sample2_detailAddress_product {
    width: 50%;
    margin-left: 10px;
}

#smart_editor2 .se2_input_area {
    position: relative;
    z-index: 22;
    height: 380px !important;
    margin: 0;
    padding: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.my_estimate .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.my_estimate .btn-default {
    color: #333;
    /* background-color: #fff; */
    border-color: #ccc;
}

.my_estimate .btn_default {
    color: #fff;
    background-color: #3b71dd;
    border-color: #ccc;
    padding: 11px 12px;
}

.my_estimate .btn_update {
    color: #fff;
    background-color: #209e80;
    padding: 11px 12px;
}

.my_estimate .btn_update.saveRow {
    background-color: unset;
    padding: 11px 5px;
}

.my_estimate .btn_update.none {
    display: none;
}

.my_estimate .btn_delete {
    color: #fff;
    background-color: #ce303e;
    padding: 11px 12px;
}
.my_estimate .btn_delete.delRow {
    background-color: unset;
    padding: 11px 5px;
}

.my_estimate div.tail_menu li.right_sub {
    text-align: right;
    width: 100%;
}

.my_estimate div.tail_menu li.right_sub .btn img {
    width: 12px;
    margin-top: 2px;
}

.my_estimate .term_ttl {
    font-size: 15pt;
    margin: 20px 0;
}

.my_estimate .top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_estimate .top_flex .status_flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.my_estimate .top_flex .estimate_status {
    gap: 10px;
}

.my_estimate .top_flex .estimate_status select {
    display: block;
    width: 100px;
    height: 32px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.my_estimate .top_flex .estimate_status button {
    display: block;
    width: 70px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #666;
    box-sizing: border-box;
}

.my_estimate .top_flex .btn_flex {
    gap: 5px;
    display: flex;
}

.my_estimate .top_flex .btn_flex button {
    display: block;
    width: 70px;
    height: 32px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    box-sizing: border-box;
}

.my_estimate .top_flex .btn_flex .btn_copy {
    color: #fff;
    background-color: #666;
}

.my_estimate .box_table_log {
    margin-top: 50px;
}

.my_estimate .ttl_big {
    font-size: 15pt;
    margin-bottom: 20px;
    margin-top: 20px
}

.my_estimate .ttl_big.spe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_estimate .ttl_big.spe select {
    display: block;
    height: 32px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.my_estimate .img_add {
    gap: 15px;
    flex-wrap: wrap;
}

.my_estimate .img_add_group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.my_estimate .img_add .file_input {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    background: #f5f6f8 url(/img/ico/img_add_basic_mem.png) center no-repeat;
    border-radius: 4px;
}

.img_add .file_input input[type="file"] {
    display: none;
    width: 0;
    height: 0;
}

.my_estimate .remove_btn_mem {
    position: absolute;
    top: -12px;
    right: -3px;
    padding: 3px 7px;
    font-size: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.my_estimate .img_add .file_input input[type="file"] + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.my_estimate .flex_input {
    display: flex;
    gap: 15px;
    align-items: center;
}

.my_estimate .est_flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.est_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

#city-checkbox-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#city-checkbox-group label {
    width: 145px;
}

#district-container label {
    width: 145px;
}

.input_select_city input[type="checkbox"] {
    display: none;
}

.input_select_city input + label {
    font-size: 13px;
    line-height: 1.5;
}

.input_select_city input + label {
    display: block;
    padding-left: 26px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #252525;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_check.png);
    cursor: pointer;
}

.input_select_city input:checked + label {
    background-image: url(../img/ico/ico_check_on.png);
}

.input_box .select_city {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.expert_form input[type="text"] {
    width: 375px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    max-width: 410px;
}

.file_select {
    display: flex;
    gap: 10px;
    align-items: center;
    /* padding-top: 24px; */
}

.profile_img > img {
    width: 120px;
}

.file_select input {
    height: 50px !important;
    width: 350px !important;
}

.file_select input[type="file"] {
    display: none !important;
}

.file_select input[type="file"] + label {
    padding: 12px 22px;
    border: 1px solid #252525;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: -1px;
    color: #252525;
}


@media screen and (max-width: 1200px) {
    .sale_add_form_in {
        padding: 30px 24px;
    }

    .al_msgbox .chat_box .chat .chat_txt {
        max-width: 85%;
    }

    .comp_info .item_box .item_txt .price {
        font-size: 12px;
    }

    .comp_info .item_box .item_txt .price strong {
        font-size: 16px;
    }

    .ps_list .prd_info .prd_desc {
        max-width: 350px;
    }

}

@media screen and (max-width: 1120px) {
    .ps_list .prd_info .prd_desc {
        max-width: 280px;
    }
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .al_msgbox .chat_box .chat .chat_txt .chat_disc .suject {
        position: relative;
        width: calc(100% - 0.2em);
        margin-right: -0.4em;
        padding-right: 0.4em;
    }

    .al_msgbox .chat_box .chat .chat_txt .chat_disc .suject::before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .al_msgbox .chat_box .chat .chat_txt .chat_disc .suject:after {
        content: '';
        position: absolute;
        right: 0;
        width: 0.2em;
        height: 0.2em;
        background: #ddecfc;
    }
}

@media screen and (max-width: 850px) {

    * {
        box-sizing: border-box;
    }

    .my_status_row {
        display: none;
    }

    .mypage_layout {
        display: block;
        align-items: flex-start;
        padding-top: 0.769rem;
        padding-bottom: 3.846rem;
        flex-direction: column;
    }

    .my1depth {
        width: 100%;
    }

    .my1depth ul {
        display: flex;
        padding: 0 0 0.038rem 0.577rem;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        position: relative;
    }

    .my1depth ul::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #eee;
    }

    .my1depth ul::-webkit-scrollbar {
        display: none;
    }

    .my1depth ul li a {
        display: inline-block;
        margin: 0px 0.8rem;
        font-size: 1rem;
        line-height: 2;
        color: #999;
        position: relative;
    }

    .my1depth ul li:first-child a {
        margin-left: 0;
    }

    .my1depth ul li a.on {
        color: #167edd;
    }

    .my1depth ul li a.on::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #167edd;
        position: absolute;
        left: 0;
        bottom: 1px;
        z-index: 3;
    }

    .my2depth {
        padding: 0.6rem 0.769rem;
        margin-top: -1px;
        background: #f3f4f8;
    }

    .my2depth ul {
        display: none;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: visible;
    }

    .my2depth ul::-webkit-scrollbar {
        display: none;
    }

    .my2depth ul.on {
        display: flex;
    }

    .my2depth ul li:not(:last-of-type) {
        margin-right: 0.385rem;
    }

    .my2depth ul li a {
        display: inline-block;
        padding: 0.577rem 0;
        font-size: 0.8rem;
        line-height: 1.4;
        text-align: center;
        padding: 0.5rem 0.77rem;
        border-radius: 1.654rem;
        border: solid 1px #e9ecef;
        color: #454545;
        background: #fff;
        min-width: 4.5rem;
    }

    .my2depth ul li a.on {
        background: #006fff;
        color: #fff;
    }

    .mypage_layout .content_box .cont {
        padding-top: 2rem;
        overflow: hidden;
    }

    .calc_mid .calcc_box {
        padding: 0.962rem 0;
        margin-bottom: 0.769rem;
    }

    .list_calculate {
        flex-direction: column;
        gap: 0.769rem;
    }

    .list_calculate .sabtn_wrap {
        padding: 0 1.5rem;
    }

    .list_calculate .date_box {
        justify-content: center;
    }

    .mp_search_box .list_calculate input {
        width: 11rem;
        height: 2rem;
    }

    .sarh01 .contact_btn {
        display: inline-block;
        margin-right: 0.185rem;
        width: 4rem;
        height: 2rem;
        border: solid 0.038rem #dbdbdb;
        background-color: #ffffff;
        outline: none;
        line-height: 1.154rem;
        color: #555555;
        font-size: 0.8rem;
    }

    .sarh01 .datepick_box .ui-datepicker-trigger {
        position: absolute;
        top: 50%;
        right: 0.385rem;
        transform: translateY(-50%);
        margin: 0;
        width: 0.8rem;
    }

    .calcc_box .sarh02 input {
        width: 16rem;
        height: 2rem;
        margin-left: 0.385rem;
    }

    .calcc_box .sarh02 {
        margin-top: 0.769rem;
    }

    .calcc_box .sarh02 select {
        width: 3.846rem;
        height: 2rem;
        padding: 0 0.385rem;
        color: #555;
        background-color: #fff;
        font-size: 0.8rem;
        border-radius: 0.077rem;
        margin-right: 0.192rem;
        margin-left: 0.3rem;
    }

    .calcc_box .sarh02 .search_btn {
        width: 2.508rem;
        height: 2rem;
        margin-left: 0.6rem;
        line-height: 2rem;
        color: #fff;
        background: #116ad4;
        font-size: 0.8rem;
    }

    .mypage_cash .cal_list {
        margin: 1.154rem 0 0.962rem;
        flex-wrap: wrap;
        gap: 0.615rem;
    }

    .mypage_cash .cal_list li {
        width: calc(50% - 0.308rem);
        text-align: center;
        border-radius: 0.192rem;
        padding: 0.577rem 0.385rem;
    }

    .mypage_cash .cal_list li span {
        font-size: 0.923rem;
    }

    .mypage_cash .cal_list li + li {
        margin-left: 0px;
    }

    .mp_search_box select {
        display: block;
        width: 5rem;
        height: 2.308rem;
        margin-right: 0.231rem;
        border: 0.038rem solid #e6e6e6;
        font-size: 0.846rem;
        font-weight: 400;
        color: #252525;
        box-sizing: border-box;
    }

    .employment_container .employ_data {
        margin-top: 1.538rem;
    }

    .employment_container .employ_data .employ_form {
        background-color: rgba(255, 255, 255, 1);
        padding: 0.577rem 0.577rem;
        border-radius: 0.269rem;
        display: flex;
        justify-content: space-between;
        border: 0.038rem solid #edf2f7;
        flex-wrap: wrap;
        gap: 0.769rem;
    }

    .employment_container .employ_data .employ_form .employ_left {
        font-size: 1rem;
    }

    .employment_container .employ_data .employ_form .employ_left .txt_title i {
        content: "";
        display: block;
        width: 0.692rem;
        height: 0.692rem;
        background: url(../img/sub/pin.png) no-repeat center;
        background-size: 0.692rem 0.692rem;
    }

    .employment_container .employ_data .employ_form .employ_left .location {
        display: flex;
        align-items: center;
        gap: 0.577rem;
    }

    .employment_container .employ_data .employ_form .employ_left .list_info {
        margin: 0.769rem 0;
    }

    .employment_container .employ_data .employ_form .employ_left .list_info .txt_new {
        padding-right: 0.577rem;
        font-size: 1rem;
    }

    .employment_container .employ_data .employ_form .employ_left .list_info .gray {
        color: #e0dbdb;
        position: relative;
        padding-left: 0.577rem;
    }

    .employment_container .employ_data .employ_form .employ_left .list_info .gray::before {
        content: '';
        position: absolute;
        width: 0.038rem;
        height: 0.577rem;
        top: 0.2rem;
        left: 0;
        background-color: #e0dbdb;
    }

    .employment_container .employ_data .employ_form .employ_left .list_info .txt_new {
        padding-right: 0.577rem;
    }

    .employment_container .employ_data .employ_form .employ_left .location_des i {
        content: "";
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        background: url(../img/sub/pin.png) no-repeat center;
        background-size: 0.8rem 0.8rem;
    }

    .employment_container .employ_data .employ_form .employ_right .date {
        color: #999;
        font-size: 1rem;
    }

    .ship_btn_row button + button {
        margin-left: 0.385rem;
    }

    .mp_ttl_row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.3692rem;
        padding-left: 0.154rem;
        gap: 1.154rem;
    }

    .my_info .write_table table td input {
        display: inline-block;
        max-width: 14.154rem;
        height: 2.5rem;
        font-size: 0.8rem;
    }

    .my_info .write_table table td input.input_small {
        max-width: 12rem;
    }

    .my_info .write_table table td input.input_small.dif {
        width: 16.3rem;
        max-width: 16.3rem;
    }

    .my_info .write_table table td input + button {
        display: inline-block;
        width: 4rem;
        height: 2.5rem;
        margin-left: 0.385rem;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        background: #252525;
    }

    .my_info .address .addr_btn button {
        display: inline-block;
        width: 4rem;
        height: 2.5rem;
        margin-left: 0.385rem;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
        background: #252525;
    }

    .my_info .user_notice {
        margin-top: 0.385rem;
        font-size: 0.6rem;
        font-weight: 300;
    }

    .write_table .write_btn_row {
        margin-top: 1.154rem;
    }

    .mp_ttl_row .mp_ttl {
        font-size: 1.154rem;
        font-weight: 500;
        color: #000;
    }

    .write_table .write_btn_row button {
        display: block;
        width: 100%;
        max-width: 10rem;
        height: 2.308rem;
        border: 1px solid #ccc;
        color: #333;
        font-size: 1rem;
        font-weight: 400;
        box-sizing: border-box;
    }

    .my_account .refound_info {
        margin-bottom: 0.769rem;
    }

    .my_account .refound_info colgroup col:first-of-type {
        width: 7.692rem !important;
    }

    .write_table colgroup col:first-of-type {
        width: 7.692rem !important;
    }

    .my_account .refound_info table td {
        font-size: 0.7rem;
    }

    .my_account .write_table table td input {
        max-width: 15.385rem;
    }

    .my_account .write_table table td select {
        max-width: 15.385rem;
    }

    .my_account .write_table table td input {
        max-width: 15.385rem;
    }

    .mp_ttl_row .mp_ttl span {
        font-size: 1rem;
    }

    .mp_ttl_row .right {
        margin-left: 0;
    }

    .list_table table .data_none {
        padding: 2.692rem 0;
        font-size: 0.923rem;
        font-size: 0.8rem;
    }

    .mypage_layout .list_table table .data_none img {
        display: block;
        margin: 0 auto 0.615rem;
        width: 2.038rem;
    }

    .mp_search_box form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.385rem;
    }

    .manager_box .mp_search_box form {
        flex-wrap: nowrap;
    }

    .mp_ttl_row .manager_box .sale_add_btn {
        display: block;
        width: 5rem;
        height: 2.3rem;
        margin-left: 0.769rem;
        line-height: 2.3rem;
        text-align: center;
        font-size: 0.885rem;
        font-weight: 350;
        color: #fff;
        background: #116ad4;
    }

    .mp_search_box .datepick_row {
        display: flex;
        align-items: center;
        margin-right: 0;
    }

    .mp_search_box .datepick_row input {
        width: 12.4rem;
        padding-left: 0.385rem;
        padding-right: 1.462rem;
        border: 1px solid #e7e7e7;
        height: 2.308rem;
        font-size: 0.846rem;
    }

    .mp_search_box input {
        display: block;
        width: 20rem;
        height: 2.308rem;
        border: 1px solid #e6e6e6;
        font-size: 0.846rem;
        font-weight: 400;
        color: #252525;
        box-sizing: border-box;
    }

    .contact_new .mp_search_box input {
        width: 14.4rem;
    }

    .board_view .subject {
        padding: 0.577rem 0.769rem;
        font-size: 0.885rem;
    }

    .board_view .view_info {
        padding: 0.577rem 0.769rem;
    }

    .board_view .view_info .view_info_item {
        font-size: 0.885rem;
    }

    .board_view .desc {
        padding: 1.154rem 0.769rem 1.923rem;
        border-bottom: 1px solid #dbdbdb;
        font-size: 0.885rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .board_view .view_btn_row {
        margin-top: 1.154rem;
    }

    .board_view .view_btn_row button {
        max-width: 10rem;
        height: 2.385rem;
        color: #333;
        font-size: 1rem;
        font-weight: 400;
    }

    .mp_ttl_row .sale_add_btn {
        display: block;
        width: 5rem;
        height: 3rem;
        margin-left: 0.769rem;
        line-height: 3rem;
        text-align: center;
        font-size: 0.885rem;
        font-weight: 350;
        color: #fff;
        background: #116ad4;
    }

    .mp_search_box .search_btn {
        display: block;
        width: 5.1rem;
        height: 2.308rem;
        border: 1px solid #e6e6e6;
        margin-left: 0;
        font-size: 0.885rem;
        font-weight: 500;
        color: #333333;
        box-sizing: border-box;
    }

    .mp_ttl_row .right button {
        padding: 0.231rem 0.538rem;
        font-size: 0.9rem;
        font-weight: 500;
        margin-left: 0.5rem;
    }

    .mp_ttl_row .right .btn_history {
        margin-left: 0;
    }

    .mp_search_box .datepick_row span {
        display: block;
        width: 0.769rem;
        font-size: 0.885rem;
        font-weight: 400;
        color: #686868;
        text-align: center;
        flex: 0 0 auto;
    }

    .mp_search_box .datepick_row .ui-datepicker-trigger {
        position: absolute;
        top: 50%;
        right: 0.385rem;
        transform: translateY(-50%);
        margin: 0;
        width: 1rem;
        height: 1rem;

    }

    .mypage_layout .content_box {
        min-width: 100%;
        width: 100%;
    }

    /* 판매관리, 구매관리 리스트 */
    /* .ps_list {
        border: 0.038rem solid #dcdcdc;
        padding: 0 0.769rem 2rem;
    } */
    .ps_list > li {
        display: flex;
        align-items: center;
        padding: 1.154rem 0.385rem;
        flex-wrap: wrap;
    }

    .ps_list > li:not(:last-of-type) {
        border-bottom: 0.038rem solid #dcdcdc;
    }

    .ps_list .prd_info {
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
        /* flex-wrap: wrap; */
        /* flex: 0 0 auto; */
    }

    /* .ps_list .prd_info.my_sale_detail {
        align-items: flex-start;
    } */
    .ps_list.list_purchase .prd_info .prd_thumb {
        width: 9.154rem;
        height: 8.308rem;
        margin-right: 0;
        flex: 0 0 auto;
        /* margin: auto; */
    }

    .ps_list.list_purchase .prd_info {
        /* flex-wrap: wrap; */
        gap: 0.769rem;
        align-items: flex-start;
    }

    .ps_list.cust_in .prd_info {
        align-items: center;
    }

    .ps_list .prd_right {
        display: flex;
    }

    .ps_list .prd_info.review_info {
        max-width: 26.154rem;
        width: auto;
    }

    .ps_list .prd_info .prd_thumb {
        width: 6.154rem;
        height: 4.308rem;
        margin-right: 0;
        flex: 0 0 auto;
        margin: 0 1rem 0 0;
    }

    .ps_list .my_sale_detail .prd_thumb {
        width: 9.154rem;
        height: 8.308rem;
    }

    .ps_list .prd_info .prd_thumb span {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ps_list .prd_info .prd_thumb a {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ps_list .prd_info .top {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0.385rem;
    }

    .ps_list .prd_info.my_sale_detail .top {
        gap: 0.2rem;
    }

    .ps_list .prd_info .top .zzim {
        font-size: 0.885rem;
        font-weight: 350;
        color: #555;
        padding-left: 1rem;
        margin-left: 0.3rem;
        background: url('../img/ico/item_zzim_ico.png') no-repeat left center;
        background-size: 0.769rem 0.769rem;
    }

    .ps_list .prd_info .state {
        display: block;
        width: 4.077rem;
        margin-right: 0.538rem;
        line-height: 1.923rem;
        text-align: center;
        font-size: 0.846rem;
        font-weight: 350;
        color: #fff;
        border-radius: 1.462rem;
    }

    .ps_list .prd_info .order_num {
        display: block;
        margin-right: 1.5rem;
        font-size: 0.923rem;
        font-weight: 350;
        color: #000000;
        line-height: 0.923rem;
    }

    .ps_list.list_purchase .prd_info .order_num,
    .ps_list .prd_info.my_sale_detail .order_num {
        margin-right: 0;
        margin-left: 0;
    }

    .ps_list .prd_info .user {
        display: flex;
        align-items: center;
        margin: 0rem 0.3rem 0.115rem;
    }

    .ps_list .prd_info .user_thumb {
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 0.385rem;
        flex: 0 0 auto;
    }

    .ps_list .prd_info .user_thumb span {
        display: block;
        width: 100%;
        height: 100%;
        border: 0.038rem solid #dcdcdc;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .ps_list .prd_info .user_name {
        display: block;
        font-size: 0.923rem;
        font-weight: 600;
        color: #757575;
        max-width: 14.846rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ps_list .prd_info .star_row {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .ps_list .prd_info .star_row .label {
        margin-right: 0.154rem;
        font-size: 0.962rem;
        font-weight: 350;
        color: #000;
    }

    .ps_list .prd_info .star_row .star_box {
        display: block;
        font-size: 0.962rem;
        font-weight: 350;
        color: #ffa200;
    }

    .ps_list .prd_info .prd_desc {
        display: block;
        font-size: 1rem;
        color: #252525;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 15.308rem;
    }

    .ps_list .prd_info .prd_opt {
        display: flex;
        align-items: flex-start;
        margin-top: 0.4rem;
    }

    .ps_list .prd_info .prd_opt .label {
        display: block;
        width: 2.5rem;
        font-size: 0.885rem;
        font-weight: 400;
        color: #555;
        line-height: 1.5;
        flex: 0 0 auto;
    }

    .ps_list .prd_info .prd_opt .data {
        font-size: 0.885rem;
        font-weight: 400;
        color: #555;
        line-height: 1.5;
        max-width: 13.846rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ps_list .prd_info .order_date {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .ps_list .prd_info.my_sale_detail .order_date {
        margin-bottom: 0.5rem;
    }

    .ps_list.list_purchase .order_date .label {
        display: none !important;
    }

    .ps_list .prd_info .order_date .label {
        display: block;
        width: 5.077rem;
        font-size: 0.885rem;
        font-weight: 350;
        color: #555;
        line-height: 1.5;
        flex: 0 0 auto;
        font-weight: 600;
    }

    .ps_list .prd_info .order_date .data {
        font-size: 0.885rem;
        font-weight: 350;
        color: #555;
        line-height: 1.5;
    }

    .ps_list .prd_util {
        width: 100%;
    }

    .ps_list .prd_info .review_desc {
        display: block;
        font-size: 0.885rem;
        font-weight: 350;
        color: #555555;
        line-height: 1.3;
    }

    .ps_list .prd_method {
        width: 100%;
        max-width: 100%;
        display: flex;
        margin: 0.769rem 0;
    }

    .ps_list .prd_method span {
        display: block;
        font-size: 0.885rem;
        font-weight: 350;
        color: #333333;
        text-align: center;
    }

    .ps_list .prd_method span + span {
        position: relative;
        margin-top: 0;
        padding-top: 0;
        margin-left: 0.346rem;
        padding-left: 0.346rem;
    }

    .ps_list .prd_method span + span::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(0%) translateY(-50%);
        height: 0.692rem;
        width: 0.038rem;
        background: #dcdcdc;
        content: '';
    }

    .ps_list .prd_util {
        /* width: 100%; */
        margin-left: 0;
        flex: unset;
        text-align: left;
        position: relative;
    }

    .ps_list .prd_util.new {
        margin-left: 2rem;
        margin-top: 1.5rem;
    }

    .ps_list .prd_util .prd_price {
        display: block;
        font-size: 0.923rem;
        color: #000
    }

    .ps_list.list_purchase .prd_util .prd_price {
        margin-left: 1rem;
        margin-top: 2rem;
    }

    .ps_list .prd_util .state {
        position: absolute;
        top: 0;
        right: 1rem;
    }

    .ps_list .prd_util .state {
        display: block;
        width: 7.8rem;
        /* margin-right: 0.538rem; */
        line-height: 1.923rem;
        text-align: center;
        font-size: 0.846rem;
        font-weight: 350;
        color: #fff;
        border-radius: 1rem;
        margin: 0.85rem 0;
    }

    .ps_list .prd_util .prd_price strong {
        font-size: 1.2rem;
        font-weight: 900;
    }

    .ps_list .prd_util .type {
        display: block;
        margin-top: 0.385rem;
        font-size: 0.885rem;
        font-weight: 350;
        color: #333333;
    }

    .ps_list .ps_btn_row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0.385rem;
    }

    .ps_list .ps_btn_row button {
        display: block;
        min-width: 7.692rem;
        height: 2.5rem;
        margin: 0.077rem 0.115rem;
        padding: 0 0.231rem;
        border: 0.038rem solid #aaaaaa;
        font-size: 0.846rem;
        font-weight: 350;
        color: #555555;
        border-radius: 0.077rem;
        box-sizing: border-box;
    }

    .ps_list .ps_btn_row button.bg_btn {
        border-color: #333333;
        color: #fff;
        background: #333333;
    }

    .ps_list .ps_status {
        display: block;
        padding: 0 0.385rem;
        margin-left: auto;
        /*    flex: 0 0 auto; */
    }

    .ps_list .ps_status.item_detail,
    .ps_list .ps_status.sale_btn {
        margin-top: -3.2rem;
    }

    .ps_list .ps_status.sale_btn {
        display: flex;
        gap: 0.577rem;
    }

    .ps_list .ps_status.sale_btn select {
        display: inline-block;
        height: 2.154rem;
        margin-top: 0.192rem;
        width: 4.846rem;
        background: url(/img/sub/arr-down.png) no-repeat right 0.1385rem center;
    }

    .ps_list .ps_status.sale_btn .ex_ipbtn {
        padding: 0 0.5rem;
    }


    .ps_list .ps_status select {
        display: block;
        width: 3.846rem;
        height: 1.154rem;
        border: 0.038rem solid #dddddd;
        font-size: 0.885rem;
        font-weight: 350;
        color: #000;
        box-sizing: border-box;
    }

    .ps_list .ps_status select + * {
        margin-top: 0.192rem;
    }

    .ps_list .ps_status button {
        display: inline-block;
        width: 100%;
        height: 2.154rem;
        line-height: 2.154rem;
        font-size: 0.846rem;
        font-weight: 350;
        text-align: center;
        color: #fff;
        background: #333;
    }

    .ps_list .ps_status button + button {
        margin-left: 0.385rem;
    }

    .ps_list .ps_status .re_btn {
        width: 3.846rem;
        line-height: 0.923rem;
        border: solid 0.038rem #aaaaaa;
        border-radius: 0.077rem;
        color: #555;
        font-weight: 350;
        font-size: 0.846rem;
        margin: 0.231rem 0 0 0;
        background: #fff;
    }

    .ps_list .ps_status .ex_ipbtn {
        background: #333;
    }

    .ps_list .ps_status .detail_btn {
        width: 4.692rem;
        background: #333;
    }

    .ps_list .ps_status .edit_btn {
        width: 2.846rem;
    }

    .ps_list .ps_status .del_btn {
        width: 2.846rem;
        border: solid 0.038rem #aaa;
        box-sizing: border-box;
        color: #555;
        margin-left: 0;
        background: #fff;
    }

    .mp_ttl_row .link_lgbox {
        flex-wrap: wrap;
        margin-left: 0;
        gap: 0.769rem;
        justify-content: space-between;
    }

    .mp_ttl_row .link_lgbox button {
        width: 8rem;
    }

    .mp_ttl_row .link_lgbox button img {
        width: 100%;
    }

    .mp_ttl_row .link_lgbox button + button {
        margin-left: 0;
    }

    .mp_ttl_row .link_lgbox .google_iflk {
        width: 8rem;
        height: 2rem;
        background-color: #fff;
        border: 0.038rem solid #dbdbdb;
        color: #000;
        padding: 0.308rem 0.577rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        gap: 0.385rem;
    }

    .mp_ttl_row .link_lgbox .google_iflk img {
        width: 1.154rem;
    }

    .mp_ttl_row .link_lgbox .google_iflk span {
        font-size: 0.65rem;
    }

    .mp_cont {
        padding: 1.538rem;
    }

    .mp_cont .mp_contop {
        padding-bottom: 1.115rem;
        border-bottom: solid 1px #dbdbdb;
        flex-wrap: wrap;
    }

    .mp_contop .mp_thumb {
        width: 6.538rem;
        height: 6.423rem;
        margin-right: 0.885rem;
        flex: 0 0 auto;
    }

    .mp_contop .mp_info .top {
        margin-bottom: 0.385rem;
    }

    .mp_contop .mp_info .mp_desc {
        font-size: 0.9rem;
    }

    .mp_contop .mp_info .order_num {
        display: block;
        margin-right: 0.885rem;
        font-size: 0.846rem;
        font-weight: 400;
        color: #000000;
        line-height: 1.4;
    }

    .mp_contop .mp_info .state {
        display: block;
        width: 3.5rem;
        margin-right: 0.538rem;
        line-height: 1.5rem;
        text-align: center;
        font-size: 0.769rem;
        font-weight: 400;
        color: #fff;
        border-radius: 0.62rem;
    }

    .mp_contop .go_contact {
        width: 7.692rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        font-size: 0.923rem;
        font-weight: 500;
        color: #fff;
        background: #116ad4;
        flex: 0 0 auto;
        margin-left: 0.385rem;
        margin-top: 0.5rem;
    }

    .mp_contop .mp_info .mp_optbox {
        margin-top: 0.462rem;
    }

    .mp_contop .mp_info .mp_opt {
        font-size: 0.8rem;
    }

    .mp_contop .mp_info .order_date {
        font-size: 0.8rem;
        margin-top: 0.577rem;
        position: relative;
    }

    .mp_disc h3 {
        font-size: 0.8rem;
        font-weight: 500;
        color: #252525;
        margin: 1.538rem 0 0.769rem;
    }

    .mp_disc .row_wrap .disc_row .label {
        display: table-cell;
        width: 9.615rem;
        padding: 0.885rem 0 0.885rem 0.769rem;
        font-size: 0.846rem;
        font-weight: 500;
    }

    .mp_disc .row_wrap .disc_row .data {
        font-size: 0.846rem;
        font-weight: 500;
        line-height: 1.3;
        color: #252525;
        padding: 0.885rem 0.769rem;
        vertical-align: middle;
    }

    .mp_cont .mp_btn {
        display: block;
        width: 9.615rem;
        height: 2.308rem;
        line-height: 2.308rem;
        font-size: 0.923rem;
        font-weight: 500;
        color: #252525;
        text-align: center;
        border: solid 1px #dbdbdb;
        margin: 1.538rem auto 0;
    }

    .review .ps_list .ps_status {
        display: block;
    }

    .ps_list .prd_info .reply_desc {
        margin-top: 1.154rem;
        padding: 1.154rem;
        box-sizing: border-box;
        background: #fafafc;
    }


    .ps_list .reply_desc .sl_name {
        font-size: 0.923rem;
        font-weight: 500;
        color: #252525;
        margin-bottom: 0.423rem;
    }

    .ps_list .reply_desc .reply {
        font-size: 0.885rem;
        font-weight: 350;
        line-height: 1.5;
        color: #555;
    }

    .ps_list .reply_desc .rp_btn {
        margin-top: 0.385rem;
    }

    .ps_list .reply_desc .rp_btn button {
        width: 1.692rem;
        text-align: center;
        line-height: 0.923rem;
        border: solid 0.038rem #aaa;
        border-radius: 0.115rem;
        color: #555;
        font-size: 0.846rem;
        font-weight: 350;
        background: #fff;
    }

    .ps_list .reply_desc .rp_btn button + button {
        margin-left: 0.231rem;
    }

    .tb_wrap {
        width: 100%;
    }

    .tb_wrap colgroup {
        display: none;
    }

    .tb_wrap thead {
        display: none;
    }

    .tb_wrap tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .tb_wrap .num {
        display: none;
    }

    .tb_wrap table tbody td {
        font-size: 0.923rem;
        color: #555;
        padding: 0.385rem;
        text-align: left;
        box-sizing: border-box;
        border-right: unset;
        justify-items: flex-start;
    }

    .tb_wrap .category {
        order: 0;
        width: 100%;
    }

    .tb_wrap .city {
        width: 30%;
    }

    .tb_wrap .detail {
        width: 70%;
        display: flex;
        align-items: center;
        gap: 0.385rem;
    }

    .tb_wrap .date {
        width: 40%;
        min-width: 40%;
    }

    .tb_wrap .situation {
        display: flex;
        align-items: center;
        /*flex-direction: column;*/
        gap: 0.385rem;
        width: 60%;
        /*padding-left: calc(30% + 0.385rem);*/
    }

    .tb_wrap .situation p {
        font-size: 0.692rem !important;
    }

    .cu_search input {
        background: url(../img/ico/prop_searchico.png) no-repeat 95% center;
        background-size: 0.923rem 0.923rem;
    }

    .my_prop_custom .btn {
        display: block;
        /*height: 2rem;*/
        border: 1px solid #e6e6e6;
        font-size: 0.769rem;
        font-weight: 500;
        color: #333333;
        box-sizing: border-box;
        padding: 0px 0.577rem;
    }

    /* quotation_manager */
    .quotation_container div.listTop {
        width: 100%;
        height: 100%;
        margin: 0.962rem 0 4.5rem;
    }

    .quotation_container div.listTop div.left {
        float: left;
    }

    .quotation_container div.listTop div.left p {
        font-size: 1.154rem;
    }

    .quotation_container div.listBottom {
        clear: both;
        width: 100%;
        margin-bottom: 1.538rem;
    }

    .quotation_container div.listBottom table.listTable {
        width: 100%;
        border-top: 0.115rem solid #000;
    }

    .quotation_container div.listBottom table.listTable thead {
        display: none;
    }

    .quotation_container div.listBottom table.listTable colgroup {
        display: none;
    }

    .quotation_container div.listBottom table.listTable tbody tr {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
        width: 100%;
        border-bottom: 1px solid #ddd;
        align-items: center;
        padding: 0.5rem 0;
    }

    .quotation_container div.listBottom table.listTable tbody td {
        height: 100%;
        border-bottom: unset;
        padding: 0.385rem 0.577rem;
        font-size: 0.946rem;
        color: #7d7d7d;
        text-align: center;
        letter-spacing: -0.2px;
        position: relative;
        display: flex;
        gap: 0.385rem;
        align-items: center;
    }

    .quotation_container div.listBottom table.listTable tbody td .view_des {
        cursor: pointer;
    }

    .quotation_container div.listBottom table.listTable tbody .detail {
        order: 0;
        width: 100%;
        text-align: left;
        font-size: 1rem;
        color: #454545;
        font-weight: 700;
    }

    .quotation_container div.listBottom table.listTable tbody .num {
        order: 1;
        margin-right: 1.1462rem;
    }

    .quotation_container div.listBottom table.listTable tbody .cust {
        order: 2;
    }

    .quotation_container div.listBottom table.listTable tbody .des {
        order: 3;
        margin-right: 1.1462rem;
    }

    .quotation_container div.listBottom table.listTable tbody .btn_pop {
        order: 4;
    }

    .contact_container div.listBottom table.listTable tbody .btn_pop {
        order: 4;
        margin-right: 1.1462rem;
    }

    .quotation_container div.listBottom table.listTable tbody .r_date {
        order: 5;
        margin-right: 1.1462rem;
    }

    .quotation_container div.listBottom table.listTable tbody .status {
        order: 6;
        margin-right: 1.1462rem;
    }

    .quotation_container div.listBottom table.listTable tbody .edit {
        order: 7;
    }

    .quotation_container div.listBottom table.listTable tbody .num::after,
    .quotation_container div.listBottom table.listTable tbody .des::after,
    .quotation_container div.listBottom table.listTable tbody .r_date::after,
    .quotation_container div.listBottom table.listTable tbody .status::after {
        content: '';
        position: absolute;
        width: 0.0385rem;
        height: 0.9615rem;
        background-color: #ddd;
        top: 0.5rem;
        left: calc(100% + 0.5769rem);
    }

    .contact_container div.listBottom table.listTable tbody .btn_pop::after
        /* ,.contact_container div.listBottom table.listTable tbody .r_date::after  */
    {
        display: none;
    }

    .contact_container div.listBottom table.listTable tbody .des::after {
        content: '';
        position: absolute;
        width: 0.0385rem;
        height: 0.9615rem;
        background-color: #ddd;
        top: 0.5rem;
        left: calc(100% + 0.5769rem);
    }

    .quotation_container div.listBottom table.listTable tbody .num::before {
        content: '인보이스번호 : ';
        color: #454545;
    }

    .quotation_container div.listBottom table.listTable tbody .cust::before {
        content: '고객명 : ';
        color: #454545;
    }

    .quotation_container div.listBottom table.listTable tbody .des::before {
        content: '미리보기 : ';
        color: #454545;
    }

    /* .quotation_container div.listBottom table.listTable tbody .btn_pop::before {
        content: '메일발송 : ';
        color: #454545;
    } */
    .quotation_container div.listBottom table.listTable tbody .status::before {
        content: '상태 : ';
        color: #454545;
    }

    .quotation_container div.listBottom table.listTable tbody .edit::before {
        content: '관리 : ';
        color: #454545;
    }

    .quotation_container div.listBottom table.listTable tbody td.tac a {
        max-width: 25.385rem;
        /* word-wrap: break-word; */
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .quotation_container div.listBottom table.listTable tbody td .view_des img {
        width: 1.38rem;
    }

    .quotation_container div.listBottom table.listTable tbody td button {
        display: inline-block;
        width: 4.692rem;
        height: 1.7rem;
        margin: 0 auto;
        border: 0.038rem solid rgb(204, 204, 204);
        font-size: 0.8rem;
    }

    .quotation_container .ps_list {
        border: none;
        padding: 0;
    }

    .my_estimate div#container {
        width: 100%;
        margin-top: 2.308rem;
        display: block;
        margin: 0 auto;
        min-height: calc(100vh - 2.308rem);
        box-sizing: border-box;
    }

    .my_estimate header#headerContainer {
        width: 100%;
        height: 3.154rem;
        border-bottom: 0.077rem solid #252525;
        position: relative;
    }

    .header_contact .contact_data button.point_bg {
        position: absolute;
        right: 7rem;
        top: -0.5rem;
    }

    .header_contact .contact_data button.btn_exit {
        position: absolute;
        right: 0rem;
        top: -0.5rem;
    }

    .my_estimate header#headerContainer h2 {
        font-size: 1.231rem;
    }

    .header_contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.4rem;
        padding-bottom: 0.577rem;
        height: 100% !important;
    }

    .header_contact .contact_data {
        display: flex;
        align-items: center;
        gap: 0.577rem;
    }

    .header_contact .contact_data select {
        display: block;
        width: 18.692rem;
        height: 2.315rem;
        border: 0.038rem solid #e6e6e6;
        font-size: 0.8rem;
        font-weight: 400;
        color: #252525;
        box-sizing: border-box;
    }

    .header_contact .contact_data button {
        display: block;
        width: 6.615rem;
        height: 2.315rem;
        font-size: 0.8rem;
        font-weight: 500;
        color: #fff;
        background-color: #666;
        box-sizing: border-box;
    }

    .my_estimate .top_flex.new {
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .my_estimate .top_flex .status_flex {
        display: flex;
        gap: 0.769rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .my_estimate .top_flex .status_flex .top_ttl {
        font-size: 0.923rem !important;
        margin-top: 0.962rem !important;
        margin-bottom: 0 !important;
    }

    .my_estimate .top_flex .estimate_status {
        gap: 0.385rem;
    }

    .my_estimate .top_flex .estimate_status select {
        display: block;
        width: 8.846rem;
        height: 2.231rem;
        border: 0.038rem solid #e6e6e6;
        font-size: 0.8rem;
        font-weight: 400;
        color: #252525;
        box-sizing: border-box;
    }

    .my_estimate .term_ttl {
        font-size: 0.923rem;
        margin: 0.769rem 0;
        font-weight: bold;
    }

    .my_estimate .top_flex .estimate_status button {
        display: block;
        width: 2.692rem;
        height: 2.231rem;
        font-size: 0.8rem;
        font-weight: 500;
        color: #fff;
        background-color: #666;
        box-sizing: border-box;
    }


    .my_estimate div#contents {
        padding-top: 0.577rem;
    }

    .my_estimate div.listWrap_noline {
        padding-bottom: 0.577rem;
    }

    .my_estimate div.listBottom {
        margin-bottom: 1.538rem;
    }

    .my_estimate div.listBottom .top_flex .top_ttl {
        font-size: 0.923rem !important;
        margin-top: 0.769rem !important;
        margin-left: 0 !important;
    }

    .my_estimate .top_flex .btn_flex {
        gap: 0.192rem;
        display: flex;
    }

    .my_estimate .top_flex .btn_flex button {
        display: block;
        width: 4.846rem;
        height: 2.231rem;
        border: 1px solid #e0e0e0;
        font-size: 0.923rem;
        font-weight: 500;
        color: #666666;
        box-sizing: border-box;
    }

    .my_estimate .flex_new {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .my_estimate .flex_new .minus {
        display: none;
    }

    .my_estimate .flex_new input {
        width: 100% !important;
    }

    .my_estimate .find_address {
        width: 100%;
    }

    .my_estimate .find_address .search_box {
        display: flex;
        align-items: center;
        gap: 0.385rem;
    }

    .my_estimate .find_address .search_box input {
        width: 100%;
        height: 2.385rem;
        border: 1px solid #dbdbdb;
        padding: 0 0.769rem;
        font-size: 0.923rem;
    }

    .my_estimate #sample2_postcode,
    .my_estimate #sample2_postcode_product {
        width: 8.846rem;
    }

    .my_estimate .find_address .search_box input {
        width: 100%;
        height: 2.385rem;
        border: 1px solid #dbdbdb;
        padding: 0 0.769rem;
        font-size: 0.923rem;
    }

    .my_estimate .find_address .search_box .btn_zip {
        height: 2.385rem;
        width: 4.462rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        color: #fff;
        font-size: 0.8rem;
    }

    .my_estimate .find_address .address_input {
        width: 100%;
        display: flex;
    }

    .my_estimate .find_address .address_input input {
        width: 100%;
        height: 2.385rem;
        border: 1px solid #dbdbdb;
        padding: 0px 0.769rem;
        font-size: 0.923rem;
        margin-top: 0.308rem;
    }

    .my_estimate #sample2_address,
    .my_estimate #sample2_address_product {
        width: 49%;
    }

    .my_estimate #sample2_detailAddress,
    .my_estimate #sample2_detailAddress_product {
        width: 49%;
        margin-left: 0.385rem;
    }

    .my_estimate div.listBottom table.listTable {
        margin-top: 0.385rem;
        padding-bottom: 0.769rem;
        border-bottom: 1px solid #dbdbdb;
    }

    .my_estimate div.listBottom table.listTable colgroup {
        display: none;
    }

    .my_estimate div.listBottom table.listTable tr {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .my_estimate div.listBottom table.listTable th,
    .my_estimate div.listBottom table.listTable td {
        background: unset;
        border: unset;
        font-size: 0.923rem;
        font-weight: 400;
        color: #464646;
    }

    .my_estimate div.listBottom table.listTable tbody th {
        padding: 0.385rem;
        padding-left: 0;
        background: unset;
        border: unset;
        font-size: 0.962rem;
        text-align: left;
        font-weight: bold;
    }

    .my_estimate div.listBottom table.total_table tbody th {
        width: 12.5rem;
    }

    .my_estimate div.listBottom table.listTable td {
        padding: 0.385rem;
        padding-left: 0;
    }

    #smart_editor2 {
        min-width: unset !important;
    }

    .my_estimate div.listBottom table.table_new tr {
        flex-direction: row;
        align-items: center;
    }

    #section_table_log table tr {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #section_table_log table tr {
        /* background-color: #fafafa; */
        padding: 0.577rem 0;
        padding-left: 0.385rem;
    }

    #section_table_log table tr:nth-child(even) {
        background-color: aliceblue;
    }

    #section_table_log table tr input {
        width: 10.8rem !important;
    }

    .my_estimate div.listBottom table.table_new tbody td {
        font-weight: bold;
    }

    .my_estimate div.listBottom table.listTable tbody tr:last-of-type {
        padding-bottom: 0.769rem;
    }

    .my_estimate .only_mo.spe {
        display: inline-block !important;
    }

    .ttl_big {
        font-size: 1.1rem;
        margin-bottom: 0.769rem;
        margin-top: 0.769rem;
        font-weight: 700;
    }

    .my_estimate .ttl_big {
        font-size: 1.1rem;
        margin-bottom: 0.769rem;
        margin-top: 0.769rem;
        font-weight: 700;
    }

    .my_estimate .ttl_big.spe select {
        height: 2.231rem;
        border: 0.038rem solid #e6e6e6;
        font-size: 0.8rem;
    }

    .amt_flex {
        display: flex;
        gap: 0.5rem;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 0.5rem;
        width: 50%;
    }

    .my_estimate .sum_responsive tr th {
        width: 35% !important;
    }

    .my_estimate .sum_responsive tr td {
        width: 65% !important;
    }

     .my_estimate .sum_responsive tr div {
        width: 100%;
        display: flex;
        align-items: center;
     }

    .my_estimate .sum .sum_flex {
        gap: 0.3846rem;
        width: 48%;
        border-right: 0.0769rem solid #dbdbdb;
    }

    .flex_input {
        gap: 0.577rem;
    }

    .my_estimate div.listBottom table.listTable tbody td input,
    .my_estimate div.listBottom table.listTable tbody td select {
        height: 2.5rem;
        font-size: 0.8rem;

    }

    #vat_total1,
    #vat_total2,
    #trim_amt {
        width: 15rem !important;
        height: 2.5rem;
    }


    .table_est_summary .styled-text {
        color: #fff;
        background-color: #209e80;
        padding: 0.769rem;
        display: block;
        text-align: center;
        font-size: 1rem;
        line-height: 1.4;
    }

    .my_estimate div.listBottom table.total_table {
        background-color: unset;
    }

    .my_estimate div.listBottom table.total_table tbody tr {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .input_100 {
        width: 100%;
    }

    .input_50 {
        width: 50%;
    }

    .input_30 {
        width: 33.33% !important;
    }

    .input_header {
        width: 100%;
        height: 2.5rem;
    }

    .box_table_log {
        margin-top: 1.923rem;
    }

    .my_estimate .est_ttl {
        margin-bottom: 0.385rem;
    }

    .my_estimate .est_ttl table.listTable td:last-of-type {
        width: 50%;
        padding-left: 1.5rem;
        text-align: left !important;
    }

    .est_flex {
        display: flex;
        align-items: center;
        margin-top: 0.769rem;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.577rem;
        padding-bottom: 1rem;
    }

    .my_estimate .est_flex {
        display: flex;
        align-items: center;
        margin-top: 0.769rem;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.577rem;
        padding-bottom: 1rem;
        position: relative;
    }

    .est_flex > div {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        gap: 0.7692rem;
    }

    .box_table_log .est_flex .title_log {
        width: 13rem !important;
        height: 2.5rem !important;
        margin-right: 0 !important;
        min-width: 13rem;
    }

    .box_table_log:first-of-type .est_flex .title_log {
        width: 16.4rem !important;
        height: 2.5rem !important;
        margin-right: 0.577rem !important;
        min-width: unset;
    }

    .table_est_summary .total_amt_txt {
        color: #fff;
        background-color: #209e80;
        padding: 1rem;
        /* display: block; */
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0.5769rem;
    }

    .table_est_summary .total_amt_txt p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-weight: 500;
        font-size: 1rem;
    }

    .my_estimate .btn_delete.delRow
    {
        background-color: unset;
        padding: 0.4231rem 0.1923rem;
    }

    .my_estimate .btn_delete.delRow img {
        width: 1.2rem;
    }

    .my_estimate .btn_update.saveRow
    {
        background-color: unset;
        padding: 0.4231rem 0.1923rem;
    }

    .my_estimate .btn_update.saveRow img {
        width: 1.2rem;
    }

    .est_flex .title {
        width: 100% !important;
        height: 2.5rem !important;
        margin-right: 0 !important;
    }

    .my_estimate .btn_update {
        padding: 0.577rem 1rem;
        font-size: 0.846rem;
    }

    .my_estimate .btn_delete {
        padding: 0.577rem 1rem;
        font-size: 0.846rem;
    }

    .est_flex li {
        font-size: 0.923rem !important;
        margin-left: auto;
    }

    .est_flex.news li {
        position: absolute;
        right: 0;
        bottom: 1rem;
    }

    .est_flex.news li .btn {
        height: 2.55rem;
    }

    .my_estimate .btn_default {
        border-color: #ccc;
        padding: 0.577rem 1rem;
        font-size: 0.846rem;
    }

    .my_estimate .sum {
        height: 100%;
        padding: 0.615rem;
        font-size: 1rem;
        gap: 0.154rem;
        margin-top: 1.923rem !important;
        line-height: 2rem;
    }

    .custom_write_btn_row {
        margin-top: 2.308rem;
        width: 100%;
        gap: 0.769rem;
    }


    .custom_write_btn_row button {
        display: block;
        width: calc(50% - 0.385rem);
        height: 3rem;
        border: 1px solid #e0e0e0;
        font-size: 0.923rem;
        font-weight: 500;
        color: #666666;
        box-sizing: border-box;
    }

    .custom_write_btn_row button + button {
        margin-left: 0;
    }

    .est_detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.769rem;
    }

    .est_detail input {
        width: 15rem !important;
        height: 2.5rem !important;
        margin-right: 0.577rem !important;
    }

    .info_contact_detail {
        margin-top: 0.769rem !important;
    }

    .popup_invoice .popup_wrap.popup_wrap_cus_2 .popup_iframe {
        flex: 1;
        width: 35rem;
    }

    .list_table table colgroup {
        display: none;
    }

    .list_table table thead {
        display: none;
    }

    .list_table table tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0.385rem 0;
    }

    .mypage_contact .list_table table tbody tr {
        justify-content: flex-start;
    }

    .list_table.table_point table tbody tr {
        justify-content: flex-start;
    }

    .mypage_coupon .coupon_status {
        margin-bottom: 0.769rem;
        border: 1px solid #d6d6d6;
        padding: 1.077rem 1.462rem;
        flex-wrap: wrap;
        gap: 0.769rem;
    }

    .mypage_coupon .coupon_status .use_count .data strong {
        margin-right: 0.192rem;
        font-size: 1.615rem;
    }

    .mypage_coupon .coupon_status .use_count .data {
        font-size: 1rem;
    }

    .mypage_coupon .coupon_status .use_count .label {
        display: block;
        margin-right: 1.385rem;
        font-size: 1rem;
    }

    .mypage_coupon .coupon_status .coupon_add .label {
        margin-right: 0.577rem;
        font-size: 0.923rem;
    }

    .mypage_coupon .coupon_status .coupon_add input {
        display: block;
        width: 11.692rem;
        height: 2.308rem;
        border: 1px solid #dddddd;
        font-size: 0.923rem;
    }

    .mypage_coupon .coupon_status .coupon_add button {
        display: block;
        width: 4rem;
        height: 2.308rem;
        margin-left: 0.231rem;
        font-size: 0.923rem;
    }

    .mypage_coupon .coupon_tab {
        margin-bottom: 0.769rem;
    }

    .mypage_coupon .coupon_tab a {
        width: 100%;
        height: 3rem;
        border-bottom: 0.077rem solid #116ad4;
        line-height: 3rem;
        text-align: center;
        font-size: 0.923rem;
    }

    .mypage_coupon .coupon_tab a.on {
        border: 0.077rem solid #116ad4;
        border-bottom: 0;
    }


    .list_table table tbody td {
        height: 100%;
        padding: 0.192rem 0.462rem;
        font-size: 0.885rem;
        position: relative;
    }

    .list_table table tbody td.subject {
        order: 0;
        width: 100%;
        font-weight: 700;
        font-size: 1rem;
    }

    .list_table table tbody td.num {
        display: none;
    }

    .list_table table tbody td.contact_news_date {
        text-align: left;
        width: 100%;
    }

    .item_check input + label {
        display: block;
        padding-left: 1.385rem;
        line-height: 1.154rem;
        font-size: 0.923rem;
        font-weight: 400;
        color: #252525;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/ico/ico_check.png);
        background-size: 1.154rem;
        cursor: pointer;
    }

    .my_info .item_check input + label {
        font-size: 0.846rem;
    }

    .my_info .user_del {
        display: block;
        width: 4rem;
        height: 1.8rem;
        border: 0.038rem solid #aaa;
        font-size: 0.67rem;
        font-weight: 400;
        color: #333;
        line-height: 0.923rem;
        text-align: center;
        background: #f6f6f6;
        border-radius: 0.077rem;
    }

    .list_table table tbody td.r_date {
        order: 1;
    }


    .list_table table tbody td.status {
        order: 2;
    }

    .list_table table tbody td.status::before {
        content: '구분:';
        color: #757575;
    }

    .list_table table tbody td.point {
        order: 3;
    }

    .list_table table tbody td.point::before {
        content: '포인트내역:';
        color: #757575;
    }

    .list_table table tbody td.point_left {
        order: 4;
    }

    .list_table table tbody td.point_left::before {
        content: '잔여포인트:';
        color: #757575;
    }

    .charge_form .charge_select {
        padding: 3rem 0 2rem;
        margin: 0 2rem;
        border-bottom: 1px dashed #ccc;
    }

    .charge_form .method_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .charge_form .method_row .item_radio:not(:last-of-type) {
        margin-right: unset;
    }

    .item_radio input + label {
        display: block;
        padding-left: 1.7rem;
        line-height: 1.4;
        font-size: 1rem;
        font-weight: 400;
        color: #252525;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/ico/ico_radio.png);
        background-size: 1.3rem;
    }

    .charge_form .price_row {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
    }

    .charge_form .price_row .price_item {
        display: block;
        width: calc(50% - 0.5rem);
        margin-right: 0px;
        margin-bottom: 0;
    }

    .charge_form .price_row {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
        gap: 1rem;
    }

    .charge_form .price_row .price_item input + label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 4rem;
        border: 1px solid #e3e5e8;
        font-size: 1.2rem;
        font-weight: 700;
        color: #777777;
        background: #fbfbfb;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .charge_form .total_row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.5385rem;
    }

    .charge_form .total_row span {
        font-size: 1.3846rem;
        font-weight: 400;
        color: #333;
    }

    .charge_form .total_row .total_price {
        display: block;
        margin: 0 0.3846rem;
        font-size: 1.7692rem;
        font-weight: 700;
        color: #116ad4;
    }

    .charge_form .payment_finish {
        padding: 2.6923rem 0 3.1538rem;
        margin: 0 1.9231rem;
    }

    .charge_form .agree_row .item_check input + label {
        font-size: 1.0769rem;
        color: #666;
    }

    .charge_form .agree_row .agree_more {
        display: block;
        margin-left: 0.3846rem;
        border-bottom: 1px solid #666;
        font-size: 1rem;
        line-height: 1.3;
    }

    .charge_form .btn_row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.9231rem;
    }

    .charge_form .btn_row button {
        display: block;
        width: 100%;
        max-width: 200px;
        height: 2.8rem;
        font-size: 1.1538rem;
        font-weight: 400;
        color: #fff;
        border-radius: 5px;
    }

    .charge_form .charge_notice {
        padding: 1.3846rem 2.3077rem 1.5385rem;
        background: #f4f4f4;
    }

    .charge_form .charge_notice h4 {
        margin-bottom: 0.9231rem;
        padding-left: 2.323rem;
        padding-top: 0.7692rem;
        padding-bottom: 1rem;
        font-size: 1.1538rem;
        font-weight: 400;
        color: #000;
        background: url(../img/ico/charge_notice.png) left center no-repeat;
        background-size: 1.7692rem;

    }

    .charge_form .charge_notice ul {
        padding-left: 0.9615rem;
    }

    .charge_form .charge_notice ul li {
        display: flex;
        align-items: flex-start;
        font-size: 0.9231rem;
        font-weight: 350;
        color: #555555;
        line-height: 1.8;
        word-break: keep-all;
    }

    .charge_form .charge_notice ul li span {
        margin-right: 0.7692rem;
        flex: 0 0 auto;
    }

    .ad_status {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.1538rem;
        padding: 1rem 1.3077rem 1rem 1.6154rem;
        border: 1px solid #d6d6d6;
    }

    .ad_status .count .label {
        display: block;
        margin-right: 1.3846rem;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    .ad_status .count .data {
        font-size: 1.0769rem;
        font-weight: 400;
        color: #333333;
    }

    .ad_status .ad_banner {
        position: relative;
        display: flex;
        padding-left: 5.5385rem;


    }

    .ad_status .ad_banner p {
        position: relative;
        font-size: 0.9231rem;
        font-weight: 350;
        color: #555555;
        line-height: 1.3;
    }

    .ad_status .count {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ad_status .ad_banner {
        position: relative;
        display: flex;
        padding-left: 6.5385rem;
        width: 100%;
        justify-content: space-between;
    }

    .ad_status .ad_banner .ad_link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        margin-left: 1.1538rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background: #116ad4;
        border-radius: 50%;
    }

    .ad_status .ad_banner::before {
        position: absolute;
        top: 0px;
        left: 0;
        width: 6.7308rem;
        height: 4.2308rem;
        background: url(../img/ico/ad_banner.png) center center no-repeat;
        content: '';
        background-size: 7rem;
    }

    .ad_order {
        display: flex;
        align-items: flex-start;
        margin-top: 0.5385rem;
        padding-bottom: 2.5385rem;
        flex-direction: column;
    }

    .ad_order .ad_info_box {
        width: 100%;
    }

    .ad_order .ad_info_top {
        padding: 0 0.7692rem;
    }

    .ad_order .ad_info_box .ad_ttl {
        display: block;
        margin-bottom: 1.1538rem;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    .ad_order .ad_info_box .ad_desc {
        display: block;
        font-size: 0.9615rem;
        font-weight: 400;
        color: #777777;
        line-height: 1.3;
        word-break: keep-all;
    }

    .ad_order .ad_summary {
        margin-top: 1.9231rem;
        padding: 1.9231rem 0.3846rem 0;
        border-top: 1px solid #d4d4d4;
    }

    .ad_order .ad_summary li:not(:last-of-type) {
        margin-bottom: 1.3077rem;
    }

    .ad_order .ad_summary li .label {
        display: block;
        width: 5.8462rem;
        margin-right: 0.6154rem;
        font-size: 1rem;
        font-weight: 500;
        color: #000000;
        flex: 0 0 auto;
    }

    .ad_order .ad_summary li .data {
        font-size: 1rem;
        font-weight: 400;
        color: #777777;
        line-height: 1.2;
        word-break: keep-all;
        flex: 1;
    }

    .ad_order .ad_form .use_cash_row {
        margin-top: 1.2308rem;
    }

    .ad_order .ad_form .cash_input input {
        display: block;
        width: 10rem;
        height: 3rem;
        margin-right: 0.5rem;
        border: 1px solid #bbbbbb;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
        box-sizing: border-box;
    }

    .ad_order .ad_form .cash_input .submit_btn {
        min-width: 5.769rem;
        height: 3rem;
        margin: 0;
        border: 1px solid #116ad4;
        color: #116ad4;
        background: #fff;
        font-size: 1rem;
    }

    .ad_order .ad_form .now_cash {
        padding-right: 0.462rem;
    }

    .ad_order .ad_form .now_cash strong {
        margin-right: 0.462rem;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    .radio_list input + label {
        display: block;
        padding-left: 1.769rem;
        font-size: 1rem;
        background-size: 1.231rem 1.231rem !important;
    }

    .pay_select_row .radio_list li + li {
        margin-top: 0.577rem;
    }

    .pay_result_wrap {
        margin-top: 1.154rem;
        padding-top: 1.154rem;
        border-top: solid 0.038rem #eee;
    }

    .pay_result_wrap .pay_tt_row .pay span {
        font-size: 1rem;
    }

    .pay_result_wrap .pay_tt_row .pay strong {
        color: #252525;
        font-size: 1.154rem;
        font-weight: 700;
    }

    .ad_order .ad_form .submit_btn {
        display: block;
        width: 100%;
        height: 3rem;
        margin-top: 0.462rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        background: #116ad4;
        border-radius: 0.192rem;
    }

    .ad_status .count .data strong {
        display: inline-block;
        margin-right: 0.154rem;
        font-size: 1.615rem;
        font-weight: 500;
        color: #116ad4;
    }

    .mypage_contact .mp_search_box input {
        width: 13.9rem;
    }

    .list_table .write_btn {
        width: 9.615rem;
        height: 2.308rem;
        font-size: 1rem;
        font-weight: 350;
        line-height: 2.308rem;
    }

    .ad_order .ad_form .now_cash .unit {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
        font-size: 1.077rem;
        font-weight: 400;
        color: #fff;
        background: #ff7639;
        border-radius: 50%;
    }

    .ad_order .ad_form {
        width: 100%;
        margin-left: 0;
        padding-top: 2rem;
        margin-top: 2rem;
        flex: 0 0 auto;
        box-sizing: border-box;
        border-top: 1px dashed #dbdbdb;
    }

    .ad_order .ad_form_in {
        padding: 1.5385rem 1.3846rem 1.3077rem;
        border: 1px solid #eeeeee;
    }

    .ad_order .ad_form .ad_form_label {
        display: block;
        margin-bottom: 0.7231rem;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    .ad_order .ad_form select {
        display: block;
        width: 100%;
        height: 3rem;
        border: 1px solid #bbbbbb;
        font-size: 0.9231rem;
        font-weight: 400;
        box-sizing: border-box;
    }

    .ad_order .ad_form select + select {
        margin-top: 0.4615rem;
    }

    .ad_order .ad_form .result_box {
        display: flex;
        align-items: center;
        margin-top: 0.7692rem;
        padding: 1.2615rem;
        background: #f5f5f5;
    }

    .ad_order .ad_form .ad_count button {
        display: block;
        width: 2.1538rem;
        height: 2.1538rem;
        line-height: 2.1538rem;
        font-size: 1.1538rem;
    }

    .ad_order .ad_form .ad_count span {
        width: 2.8462rem;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        text-align: center;
        line-height: 2.1538rem;
        font-size: 0.8846rem;
    }

    .ad_order .ad_form .unit {
        font-size: 1rem;
        margin-left: 0.4rem;
    }

    .ad_order .ad_form .ad_price {
        margin-left: auto;
        margin-right: 0.7692rem;
        font-size: 1.1538rem;
        font-weight: 500;
        color: #000000;
    }

    .my_profile .profile_top {
        display: flex;
        align-items: center;
        margin-bottom: 1.1538rem;
        width: 100%;

    }

    .my_profile .profile_menu {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .my_profile .profile_menu li {
        width: 50%;
    }

    .my_profile .profile_menu li a {
        position: relative;
        display: block;
        height: 2.3077rem;
        border: 1px solid #dddddd;
        line-height: 2.3077rem;
        text-align: center;
        font-size: 0.9231rem;
        font-weight: 500;
        color: #666666;
        box-sizing: border-box;
    }

    .my_profile .seller_change_btn {
        display: block;
        width: 45%;
        height: 2.3077rem;
        margin-left: 1rem;
        text-align: center;
        line-height: 2.3077rem;
        font-size: 0.9231rem;
        font-weight: 700;
        color: #fff;
        background: #116ad4;
    }

    .my_profile .profile_gray_txt {
        margin-bottom: 20px;
        font-size: 0.9231rem;
        font-weight: 350;
        color: #666666;
        word-break: keep-all;
        line-height: 1.3;
    }

    .mypage_container .write_table table th {
        height: 2.3077rem;
        padding: 0;
        font-size: 0.75rem;
        font-weight: 350;
        color: #454545;
        text-align: center;
    }

    .mypage_container .profile_form .write_table table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 26rem;
    }

    .mypage_container .profile_form .write_table table tr th {
        width: 100%;
        font-weight: 700;
        text-align: left;
        margin-bottom: 0rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        font-size: 1rem;
        padding-left: 1rem;
    }

    .mypage_container .write_table table td {
        padding: 0.8rem 0.577rem;
    }

    .profile_form .profile_img_box {
        position: relative;
        width: 4.923rem;
        height: 4.923rem;
        border: 1px solid #dbdbdb;
        background: #f5f6f8 url(../img/ico/img_add_basic.png) center center no-repeat;
        box-sizing: border-box;
        background-size: 1.923rem;
    }

    .profile_form .profile_img .profile_guide {
        margin-left: 0.385rem;
        font-size: 0.846rem;
        font-weight: 400;
        color: #454545;
    }

    .write_table table td {
        padding: 0.6154rem 0.7692rem;
        font-size: 0.8846rem;
        vertical-align: middle;
    }

    .write_table table td input,
    .write_table table td select {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 2.3rem;
        border: 1px solid #dcdcdc;
    }

    .profile_form .write_table table td .buis_file {
        display: flex;
        align-items: center;
        max-width: 22.615rem;
    }

    .profile_form .write_table table td .buis_file label {
        display: block;
        width: 4.615rem;
        line-height: 2.3rem;
        text-align: center;
        font-size: 0.846rem;
        font-weight: 400;
        color: #fff;
        background: #777777;
    }

    .profile_form .write_table table td .no_certi {
        gap: 1rem 1.538rem;
        flex-wrap: wrap;

    }

    .profile_form .write_table table td .no_certi p {
        font-size: 0.846rem;
    }

    .profile_form .write_table td .imgpop {
        display: block;
        border: 1px solid #dbdbdb;
        /* margin-left: 97px; */
        padding: 0.454rem 0.5rem;
        margin-right: 1.154rem;
    }

    .profile_form .write_table table td .no_certi div {
        gap: 0.385rem;
    }

    .profile_form .write_table .corpWrap td input {
        max-width: 22.615rem;
        height: 2.3rem;
        font-size: 0.846rem;
    }

    .profile_form_btn_row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5385rem;
    }


    .profile_form .write_table table td .no_certi .certi_btn {
        display: block;
        width: 6rem;
        height: 2.3rem;
        margin-left: 0.769rem;
        line-height: 2.3rem;
        font-size: 0.846rem;
    }

    .profile_form_btn_row button {
        display: block;
        width: 8.7692rem;
        height: 2.8rem;
        border: 1px solid transparent;
        font-size: 0.9231rem;
        font-weight: 700;
        box-sizing: border-box;
    }

    .my_profile .item_radio input + label {
        font-size: 0.846rem;
        background-size: 1.1rem;
    }

    .profile_address .address_info .item_radio {
        min-width: 7.385rem;
    }

    .profile_address .info_ttl h2 {
        margin-bottom: 0.769rem;
        font-size: 1.154rem;
    }

    .profile_address {
        margin-bottom: 0.769rem;
    }

    .profile_guide_box table th {
        padding: 0.538rem 0.385rem;
        font-size: 0.846rem;
    }

    .profile_guide_box table td {
        padding: 0.538rem 0.385rem;
        border-top: 1px solid #ccc;
        font-size: 0.846rem;
    }

    .profile_guide_box table {
        max-width: 100%;
        width: 100%;
        margin: 0.769rem 0;
        border: 1px solid #cccccc;
    }

    .profile_guide_box {
        margin-bottom: 0.769rem;
        padding: 1.154rem;
        border: 1px solid #dddddd;
    }

    .profile_guide_box h4 {
        margin-bottom: 0.769rem;
        font-size: 1rem;
    }

    .profile_guide_box h5 {
        font-size: 0.846rem;
        font-weight: 350;
        color: #666666;
    }

    .profile_guide_box p {
        font-size: 0.846rem;
    }

    .ship_btn_row {
        display: flex;
        align-items: center;
        margin-top: 0.769rem;
    }

    .ship_btn_row button {
        display: block;
        width: 5rem;
        height: 2rem;
        border: 1px solid #787878;
        line-height: 2rem;
        font-size: 0.769rem;
        color: #333;
        background: #f6f6f6;
        border-radius: 0.077rem;
        box-sizing: border-box;
    }

    .ship_btn_row button.shipping_normal {
        width: 6.5rem;
    }

    .file_select input {
        height: 3.3846rem !important;
        width: 17rem !important;
    }

    .profile_form .write_table table td textarea {
        height: 5rem;
        width: 100%;
    }

    .profile_form .write_table table td .buis_num {
        display: flex;
        align-items: center;
        max-width: 22.615rem;
    }

    .write_table table td input,
    .write_table table td select {
        font-size: 0.7rem;
    }

    .btn {
        font-size: 0.846rem;
        height: 2.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.btn span.txt {
        padding-left: 0;
        display: block;
        line-height: 2;
    }

    a.btn span.txt {
        line-height: 3;
    }

    .input_select_city input + label {
        display: block;
        padding-left: 1.385rem;
        line-height: 1.154rem;
        font-size: 0.923rem;
        font-weight: 400;
        color: #252525;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/ico/ico_check.png);
        cursor: pointer;
        background-size: 1rem 1rem;
    }

    #district-container label {
        width: 4.923rem;
    }

    #city-checkbox-group label {
        width: 7.692rem;
    }

    .file_select input[type="file"] + label {
        line-height: 2.3rem;
        padding: 0.9rem 1.2rem;
        border: 1px solid #252525;
        border-radius: 2px;
        font-size: 1rem;
        letter-spacing: -1px;
        color: #252525;
    }

    .profile_form .profile_img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.6154rem;
    }

    /*알림 list*/
    .contact_cont {
        padding: 0.769rem 0 1.154rem;
    }

    .contact_cont * {
        box-sizing: border-box;
    }

    .contact_cont .cont_ttl {
        font-size: 1.154rem;
        color: #252525;
        margin-bottom: 0.385rem;
    }

    .al_wrap {
        display: flex;
        border: solid 1px #dbdbdb;
        height: 100% !important;
        flex-direction: column;
    }

    .al_wrap > div:not(:last-of-type) {
        border-right: solid 1px #dbdbdb;
    }

    .al_wrap .al_list {
        width: 100%;
        max-width: 100%;
    }

    .al_list .search_top {
        padding: 0.769rem 0.385rem;
        position: relative;
        border-bottom: solid 1px #dbdbdb;
    }

    .al_list .search_top input {
        width: 100%;
        height: 2.538rem;
        border: solid 0.038rem #dbdbdb;
        border-radius: 1.2rem;
        padding: 0 0.769rem;
    }

    .al_list .search_top input::placeholder {
        font-size: 0.923rem;
        color: #999;
    }

    .al_list .search_top button {
        display: block;
        width: 0.923rem;
        height: 0.923rem;
        background: url('../img/btn/al_searchbtn.png') no-repeat center center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.154rem;
        background-size: 0.923rem 0.923rem;
    }

    .al_list .al_box {
        max-height: 10.692rem;
        overflow-y: auto;
    }

    .al_list .al_box::-webkit-scrollbar {
        width: 0.192rem;
    }

    .al_list .al_box::-webkit-scrollbar-track {
        background: #fff;
    }

    .al_list .al_box::-webkit-scrollbar-thumb {
        background-color: #dbdbdb;
        border-radius: 0.192rem;
    }

    .al_list .al_row {
        width: 100%;
        padding: 0.5rem 0.731rem;
        background: #f8f8f8;
        box-sizing: border-box;
        position: relative;
        border-bottom: solid 1px #dbdbdb;
    }

    .al_list .al_row.on {
        background: #fff;
    }

    .al_list .al_row > div:not(.date) {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .al_list .al_row .al_prof {
        width: 3.346rem;
        height: 3.346rem;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 0.731rem;
    }

    .al_list .al_row .al_prof span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .al_list .al_row .al_info {
        width: calc(100% - 4rem);
    }

    .al_list .al_row .al_info .user_name {
        font-size: 1.1rem;
        color: #252525;
        margin-bottom: 0.192rem;
    }

    .al_list .al_row .al_info .user_mail {
        display: block;
        width: 100%;
        line-height: 1.4;
        font-size: 0.9rem;
        color: #757575;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .al_list .al_row .al_info .user_mail .msg_thumb {
        width: 100%;

    }

    .al_list .al_row .date {
        font-size: 0.846rem;
        color: #999;
        margin-top: 0.115rem;
    }

    .al_wrap .al_msgbox {
        width: 100%;
        position: relative;
        padding-bottom: 10.154rem;
        box-sizing: content-box;
    }

    .al_msgbox .user_msg {
        height: 100%;
    }

    .al_msgbox .user_msg::-webkit-scrollbar {
        width: 0.577rem;
    }

    .al_msgbox .user_msg::-webkit-scrollbar-track {
        background: #fff;

    }

    .al_msgbox .user_msg::-webkit-scrollbar-thumb {
        background-color: #dbdbdb;
        border-radius: 0.385rem;
        background-clip: padding-box;
        border: 5px solid transparent;
    }

    .al_wrap .comp_info {
        width: 100%;
        max-width: 100%;
        overflow-y: unset;
    }

    .al_msgbox .user_msg p {
        padding: 1.923rem 0 0.5rem;
        font-size: 0.923rem;
        line-height: 1.5;
        text-align: center;
        color: #999;
    }

    .al_msgbox .user_msg p span {
        color: #0077e7;
    }

    .al_msgbox .chat_bot {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: solid 1px #dbdbdb;
        background: #fff;
    }

    .al_msgbox .wirtebox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex: 0 0 auto;
        padding: 0.615rem 0.538rem;
        flex-direction: column;
        gap: 1rem;
    }

    .al_msgbox .wirtebox .send_box {
        width: 100%;
        border-radius: 0.692rem;
        overflow: hidden;
        background: #f8f8f8;
    }

    .al_msgbox .wirtebox textarea {
        width: 100%;
        padding: 0.5rem 0.923rem 1.385rem;
        border-radius: 0.692rem 0.692rem 0 0;
        max-height: 3.846rem;
        margin-right: 0.385rem;
        border: none;
        border-bottom: solid 1px #e4e4e4;
        resize: none;
        background: transparent;
        overflow-y: scroll;
    }

    .al_msgbox .wirtebox textarea::placeholder {
        font-size: 0.923rem;
        color: #999;
    }

    .al_msgbox .wirtebox textarea::-webkit-scrollbar {
        width: 0.5rem;
    }

    .al_msgbox .wirtebox textarea::-webkit-scrollbar-track {
        background: #f8f8f8;

    }

    .al_msgbox .wirtebox textarea::-webkit-scrollbar-thumb {
        background: #dbdbdb;
        background-clip: padding-box;
        border-top: 0.192rem solid transparent;
        border-right: 0.385rem solid transparent;
    }

    .al_msgbox .wirtebox .file_box {
        padding: 0.538rem 0.923rem 0.577rem;
        box-sizing: border-box;
        max-height: 1.538rem;
    }

    .al_msgbox .wirtebox .file_box input[type="file"] {
        display: none;
    }

    .al_msgbox .wirtebox .file_box input[type="file"] + label {
        font-size: 0.923rem;
        color: #757575;
        padding-left: 0.769rem;
        box-sizing: border-box;
        margin-right: 0.808rem;
        background: url('../img/ico/send_file_ico.png') no-repeat left center;
    }

    .al_msgbox .wirtebox .file_box {
        display: flex;
        align-items: center;
    }

    .al_msgbox .wirtebox .file_input {
        display: none;
    }

    .al_msgbox .wirtebox .file_box #al_filename {
        display: inline-block;
        font-size: 0.923rem;
        line-height: 1;
        margin-right: 0.577rem;
        color: #252525;
    }

    .al_msgbox .wirtebox .file_box .file_delbtn {
        width: 0.423rem;
        height: 0.385rem;
        background: url('../img/ico/al_file_del.png') no-repeat center center;
    }


    .al_msgbox .wirtebox .send_btn {
        width: 100%;
        font-size: 0.923rem;
        font-weight: 500;
        line-height: 3rem;
        text-align: center;
        color: #fff;
        border-radius: 0.692rem;
        background: #116ad4;
    }

    .al_msgbox .chat_bot .pay_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.538rem 0.615rem;
    }

    .al_msgbox .chat_bot .msg_ttl {
        color: #020202;
        font-size: 1rem;
        font-weight: 500;
    }

    .al_msgbox .chat_bot .msg_ttl span {
        display: inline-block;
        font-size: 0.846rem;
        margin-left: 0.462rem;
    }

    .al_msgbox .chat_bot .pay_top button {
        display: inline-block;
        width: 1.038rem;
        height: 0.5rem;
        background: url('../img/btn/openbtn_chatbot.png') no-repeat center center/cover;
        transform: rotate(180deg);
    }

    .al_msgbox .chat_bot .pay_top button.open {
        transform: rotate(0deg);
    }

    .al_msgbox .chat_box {
        padding: 0.769rem 1.154rem;
    }

    .al_msgbox .chat_box .chat {
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0.5rem !important;
    }

    .al_msgbox .chat_box .chat:last-of-type {
        padding-bottom: 2rem;
    }

    .al_msgbox .chat_box .chat:not(:last-child) {
        margin-bottom: 0.385rem;
    }


    .al_msgbox .chat_box .chat_infobox .declaration {
        font-size: 0.846rem;
        margin-left: 0.231rem;
        color: #ff0000;
    }

    .al_msgbox .chat_box .chat .chat_time {
        font-size: 0.846rem;
        color: #999;
        margin-right: 0.231rem;
    }

    .al_msgbox .chat_box .chat .chat_txt {
        max-width: 16.346rem;
        padding: 0.769rem;
        border-radius: 0.385rem 0 0.385rem 0.385rem;
        background: #ddecfc;
        font-size: 0.962rem;
        line-height: 1.3;
        color: #454545;
        display: flex;
    }

    .al_msgbox .chat_box .cht_subttl {
        display: block;
        font-size: 1.077rem;
        text-align: center;
        margin-bottom: 0.385rem;
    }

    .cgbtn {
        display: inline-block;
        float: right;
        border: solid 1px #666;
        color: #666;
        padding: 1px 0.385rem;
        border-radius: 0.154rem;
    }

    .cgbtn01 {
        border-color: #116ad4;
        color: #116ad4
    }

    .cgbtn02 {
        border-color: #f96b6b;
        color: #f96b6b;
    }

    .cgbtn_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.308rem;
    }

    .cgbtn_wrap .cgbtn {
        float: none;
    }

    .cgbtn_wrap .cgbtn + .cgbtn {
        margin-left: 0.385rem;
    }

    .al_msgbox .chat_box .chat .warning_txt {
        align-items: center;
    }

    .al_msgbox .chat_box .chat .warning_txt .w_ico {
        margin-right: 0.423rem;
    }

    .al_msgbox .chat_box .chat .chat_txt .chatimg {
        display: block;
        width: 3.846rem;
        height: 2.692rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 0.423rem;
    }


    .al_msgbox .chat_box .chat .chat_txt .chat_disc {
        width: calc(100% - 4.269rem);
    }

    .al_msgbox .chat_box .chat .chat_txt .chat_disc .price {
        font-size: 1.077rem;
        font-weight: 400;
        color: #454545;
    }

    .al_msgbox .chat_box .chat .chat_txt .chat_disc .suject {
        display: block;
        font-size: 0.923rem;
        color: #454545;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.2em;
        max-height: 2.4em;
    }

    .al_msgbox .chat_box .chat .chat_txt .chat_disc .price strong {
        font-weight: 700;
    }

    .al_msgbox .chat_box .chat.from {
        flex-direction: row-reverse;
    }

    .al_msgbox .chat_box .chat.from .chat_txt {
        border-radius: 0.385rem 0.385rem 0.385rem 0;
        background: #f5f5f8;
    }

    .al_msgbox .chat_box .chat.from .chat_time {
        margin-left: 0.231rem;
        margin-right: 0;
    }


    .comp_info .comp_top {
        padding-top: 1.962rem;
    }

    .comp_info .comp_top .prof {
        width: 3.846rem;
        height: 3.846rem;
        border-radius: 50%;
        overflow: hidden;
        border: solid 1px #dbdbdb;
        margin: 0 auto 0.423rem;
    }

    .comp_info .comp_top .prof span {
        display: block;
        width: 100%;
        height: 100%;
    }

    .comp_info .comp_top .subject {
        font-size: 1rem;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        white-space: nowrap;
        color: #252525;
        margin: 0 auto 1.538rem;
    }

    .comp_info .com_disc {
        padding: 0 0.769rem;
    }

    .comp_info .com_disc .disc_row {
        display: flex;
        justify-content: space-between;
    }

    .comp_info .com_disc .disc_row:not(:last-of-type) {
        margin-bottom: 0.577rem;
    }

    .comp_info .com_disc .disc_row .label {
        font-size: 0.923rem;
        color: #666;
    }

    .comp_info .com_disc .disc_row .info {
        font-size: 0.923rem;
        color: #252525;
    }

    .comp_info .com_disc .disc_row .info .star {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .comp_info .com_disc .disc_row .info .star i {
        display: block;
        width: 0.577rem;
        height: 0.538rem;
        background: url('../img/ico/al_compstar.png') no-repeat center center;
    }

    .comp_info .com_disc .disc_row .info .rev_num {
        font-size: 0.885rem;
        color: #999;
        margin-left: 0.231rem;
    }

    .al_msgbox .chat_box .chat .chat_txt .file_ico {
        display: inline-block;
        width: 0.846rem;
        height: 0.769rem;
        margin-right: 0.346rem;
        background: url('../img/ico/al_file_ico.png') no-repeat center center;
    }

    .al_msgbox .chat_box .chat .chat_txt a {
        display: block;
        max-width: calc(100% - 1.154rem);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
        color: #454545;
    }

    .comp_info .item_box {
        margin-top: 1.538rem;
        padding: 0 0.769rem;
    }

    .comp_info .item_box .it_ttl {
        font-size: 0.923rem;
        font-weight: 500;
        color: #252525;
    }

    .comp_info .item_box .item_disc {
        display: flex;
        margin-top: 0.385rem;
        min-height: 8rem;
    }

    .comp_info .item_box .item_img {
        width: 45%;
        margin-right: 0.423rem;
    }

    .comp_info .item_box .item_img span {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .comp_info .item_box .item_txt {
        width: calc(55% - 0.423rem);
    }

    .comp_info .item_box .item_txt .name {
        font-size: 0.923rem;
        color: #454545;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.2em;
        max-height: 2.4em;
        margin-bottom: 0.231rem;
    }

    .comp_info .item_box .item_txt .price {
        font-size: 1rem;
        color: #454545;
    }

    .comp_info .item_box .item_txt .price strong {
        font-size: 1.077rem;
        font-weight: 500;
    }

    .comp_info button {
        display: block;
        width: calc(100% - 1.538rem);
        padding: 0.5rem 0;
        margin: 0.769rem auto 0;
        font-size: 0.923rem;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        color: #116ad4;
        border: solid 1px #116ad4;
        border-radius: 0.385rem;
    }

    .comp_info button.cuschat {
        color: #f96b6b;
        border-color: #f96b6b;
    }

    .comp_info button.deliv_btn {
        border-color: #ef4242;
        color: #ef4242;
    }

    .comp_info button + button {
        margin-top: 0.385rem;
    }

    .sale_add_form .radio_row .item_radio {
        margin: 0.192rem 0;
    }


    .sale_add_form .radio_row .item_radio:not(:last-of-type) {
        margin-right: 0.615rem;
    }

    .item_radio.size20 input + label {
        padding-left: 1.7rem;
        font-size: 0.8rem;
        color: #454545;
        line-height: 1.4;
        background-size: 1.1rem 1.1rem !important;
    }

    .sale_add_form .write_table table td select {
        max-width: 100%;
        height: 2.3rem;
    }

    .sale_add_form .category_row {
        flex-direction: column;
    }

    .sale_add_form .category_row select:not(:last-of-type) {
        margin-right: 0px;
        margin-bottom: 0.385rem;
    }

    .sale_add_form .write_table table td input {
        max-width: none;
        height: 2.3rem;
    }

    .sale_add_form .write_table table td textarea {
        height: 4rem;
    }

    .sale_add_form .write_table table td input.spend_day {
        max-width: none;
        height: 2.3rem;
        width: 90% !important;
        margin-right: 0.385rem !important;
    }

    .sale_add_form .guide_txt {
        font-size: 0.746rem;
    }

    .write_table table td > p {
        margin-top: 0.385rem;
    }

    .sale_add_form .option_add_top {
        margin-bottom: 0.385rem;
        flex-direction: column;
    }

    .sale_add_form .option_add_top .guide_txt {
        margin-right: 0px;
    }

    .sale_add_form .add_btn {
        display: block;
        width: 3.846rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        font-size: 0.885rem;
        font-weight: 350;
        color: #fff;
        background: #116ad4;
        flex: 0 0 auto;
    }

    .option_add_box table {
        width: 100%;
        table-layout: fixed;
    }

    .option_add_box table colgroup {
        display: none;
    }

    .option_add_box table tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 0.385rem 0;
    }

    .option_add_box table thead {
        display: none;
    }

    .option_add_box table tbody tr td {
        width: 100%;
        padding: 0.4rem 0.5rem !important;
    }

    .option_add_box table tbody tr td .label {
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 0.577rem;
    }

    .sale_add_form .option_add_box .option_del_btn {
        display: block;
        width: 3.462rem;
        height: 1.731rem;
        margin: 0;
        border: 1px solid #cccccc;
        font-size: 0.846rem;
        font-weight: 400;
        color: #252525;
        background: #efefef;
        box-sizing: border-box;
    }

    .sale_add_form .sale_add_box + .sale_add_box {
        margin-top: 1.846rem;
    }

    .sale_add_form .sale_add_ttl_row {
        margin-bottom: 0.615rem;
        flex-wrap: wrap;
        gap: 0.577rem;
    }

    .sale_add_form .sale_add_ttl_row .subject {
        font-size: 1.077rem;
    }

    .sale_add_form .sale_add_ttl_row p {
        margin-left: 0px;
        font-size: 0.846rem;
    }

    .sale_add_form .img_add_row {
        padding: 0.615rem 0;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .img_add_box:not(:last-of-type) {
        margin-right: 0.308rem;
    }

    .img_add_box label {
        width: 7rem;
    }

    .img_add_box span {
        display: block;
        margin-top: 0.385rem;
        text-align: center;
        font-size: 0.846rem;
    }

    .img_add_box {
        position: relative;
        flex: 0;
        width: 7rem;
    }

    .img_add_box .del_btn {
        position: absolute;
        display: block;
        top: -0.385rem;
        right: -0.385rem;
        width: 1.154rem;
        height: 1.154rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, .8) url(../img/ico/minus_btn.png) center no-repeat;
        background-size: 50%;
        z-index: 1;
    }

    .sale_add_form_in {
        padding: 1.154rem 0.923rem;
    }

    .sale_add_form .sale_add_editor_wrap {
        padding-top: 0.577rem;
    }

    .sale_add_form .file_row {
        padding: 0.615rem 0.538rem 0.769rem;
    }

    .sale_add_form .file_row input[type="file"] + label {
        display: block;
        width: 3.077rem;
        height: 1.8rem;
        margin-right: 0.923rem;
        line-height: 1.8rem;
        text-align: center;
        font-size: 0.7rem;
        font-weight: 500;
        color: #fff;
        background: #333333;
        flex: 0 0 auto;
    }

    .sale_add_form .file_row .file_size {
        margin-left: 0.923rem;
        font-size: 0.885rem;
        font-weight: 400;
    }

    .sale_add_form .editor_del_btn {
        display: block;
        padding: 0 0.385rem;
        min-width: 2.308rem;
        height: 1.8rem;
        border: 0.038rem solid #cccccc;
        margin-left: auto;
        line-height: 1.8rem;
        text-align: center;
        font-size: 0.885rem;
        font-weight: 350;
    }

    .my_sale_add .add_btn_row button {
        display: block;
        width: 5.769rem;
        height: 2.385rem;
        border: 1px solid transparent;
        font-size: 0.846rem;
        font-weight: 500;
        box-sizing: border-box;
    }

    .sale_add_form .add_btn_row {
        margin-top: 1rem;
    }

    .my_sale_add .add_btn_row button + button {
        margin-left: 0.385rem;
    }

    .mytit {
        margin: 1.5rem 0;
        padding-left: 1rem;
    }

    .cg_wrap {
        border: 1px solid #dcdcdc;
    }

    .cg_wrap .charge_box {
        padding: 3rem 0 2rem;
        border-bottom: 1px dashed #ccc;
    }

    .cg_wrap .charge_box .radio_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .cg_wrap .charge_box .radio_wrap .item_radio:not(:last-of-type) {
        margin-right: 58px;
    }

    .cg_wrap .charge_box .radio_wrap .item_radio:not(:last-of-type) {
        margin-right: unset;
    }

    .cg_wrap .charge_box p {
        display: none;
    }

    .cg_wrap .price_box p {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0.769rem 0 1.5rem;
        line-height: 1.3;
    }

    .cg_wrap .price_row {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
        gap: 1rem;
    }

    .cg_wrap .price_row li {
        display: block;
        width: calc(50% - 0.5rem);
        margin-right: 0px;
        margin-bottom: 0;
    }

    .cg_wrap .price_row li input {
        display: none;
    }

    .cg_wrap .price_row li input + label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 4rem;
        border: 1px solid #e3e5e8;
        font-size: 1.2rem;
        font-weight: 700;
        color: #777777;
        background: #fbfbfb;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .cg_wrap .price_row li input:checked + label {
        color: #fff;
        background: #116ad4;
    }

    .cg_wrap .total_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.5385rem;
    }

    .cg_wrap .total_box p {
        font-size: 1.3846rem;
        font-weight: 400;
        color: #333;
    }

    .cg_wrap .total_box .total_price {
        display: block;
        margin: 0 0.3846rem;
        font-size: 1.7692rem;
        font-weight: 700;
        color: #116ad4;
    }

    .cg_wrap .paya_box {
        padding: 2.6923rem 0 3.1538rem;
        margin: 0 1.9231rem;
    }

    .cg_wrap .agree_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cg_wrap .agree_box input {
        display: none !important;
    }

    .cg_wrap .agree_box input + label {
        display: block;
        padding-left: 1.385rem;
        line-height: 1.154rem;
        font-size: 0.923rem;
        font-weight: 400;
        color: #252525;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/ico/ico_check.png);
        background-size: 1.154rem;
        cursor: pointer;
    }

    .cg_wrap .agree_box input:checked + label {
        background-image: url(../img/ico/ico_check_on.png);
    }

    .cg_wrap .agree_box input + label {
        font-size: 1.0769rem;
        color: #666;
    }

    .cg_wrap .agree_box a {
        display: block;
        margin-left: 0.3846rem;
        border-bottom: 1px solid #666;
        font-size: 1rem;
        line-height: 1.3;
    }

    .cg_wrap .pay_btn {
        margin-top: 1.9231rem;
        display: block;
        width: 100%;
        max-width: 200px;
        height: 2.8rem;
        font-size: 1.1538rem;
        font-weight: 400;
        color: #fff;
        border-radius: 5px;
        background: #116ad4;
        margin: 1.9231rem auto 0;
    }

    .cg_wrap .charge_notice {
        padding: 1.3846rem 2.3077rem 1.5385rem;
        background: #f4f4f4;
    }

    .cg_wrap .charge_notice button {
        margin-bottom: 0.9231rem;
        padding-left: 2.323rem;
        padding-top: 0.7692rem;
        padding-bottom: 1rem;
        font-size: 1.1538rem;
        font-weight: 400;
        color: #000;
        background: url(../img/ico/charge_notice.png) left center no-repeat;
        background-size: 1.7692rem;
    }

    .cg_wrap .charge_notice .notice_txt {
        padding-left: 0.9615rem;
    }

    .cg_wrap .charge_notice .notice_txt p {
        display: flex;
        align-items: flex-start;
        font-size: 0.9231rem;
        font-weight: 350;
        color: #555555;
        line-height: 1.8;
        word-break: keep-all;
    }

    .com_popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11111;
    }

    .com_popup .popup_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        width: 25.538rem;
        max-height: 80vh;
        padding: 1.538rem 1.538rem 1.923rem;
        background: #fff;
        z-index: 2;
        box-sizing: border-box;
    }

    .com_popup .popup_wrap .pop_header {
        margin-bottom: 0.769rem;
        flex: 0 0 auto;
    }

    .com_popup .popup_wrap .pop_header div {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    .com_popup .popup_wrap .popup_closebtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 62px;
        height: 62px;
    }

    .com_popup .popup_wrap .input_paybox {
        padding: 1rem 0;
        display: flex;
        align-items: center;
        gap: 0.385rem;
        margin-bottom: 1rem;
    }

    .com_popup .popup_wrap .input_paybox input {
        width: 94%;
        height: 2.3rem;
        font-size: 0.8rem;
    }

    .com_popup .popup_wrap .pbtn_wrap {
        display: flex;
        align-items: center;
        gap: 0.385rem;
    }

    .com_popup .popup_wrap .pbtn_wrap button {
        width: calc(50% - 0.192rem);
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
    }

    .com_popup .dim {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .mypage_cash .list_table table tbody td.subject {
        padding: 0.385rem 0px;
    }

    .mypage_cash .list_table table tbody td {
        padding: 0.385rem 0.577rem;
        font-size: 0.923rem;
    }

    .mypage_cash .list_table table tbody td:first-of-type,
    .mypage_cash .list_table table tbody td:nth-of-type(3) {
        padding-left: 0;
    }

    .mypage_cash .list_table table tbody td .print_btn {
        display: block;
        width: 3.846rem;
        height: 2.3rem;
        margin: 0 auto;
        border: 1px solid #e6e6e6;
        font-size: 0.885rem;
        font-weight: 400;
        color: #333333;
        box-sizing: border-box;
    }

    .pp_pop .pp_box {
        position: relative;
        width: 26.231rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .pp_pop .pp_box .pop_btn button {
        line-height: 1.4;
    }

    #container.hs01 {
        margin-top: 4.115rem;
    }

    .mem_container .mem_box {
        max-width: 25.692rem;
        margin: 0 auto;
    }

    .my_estimate .remove_btn_mem {
        right: 0px;
    }

    .profile_zip {
        height: 2.3rem;
    }

    .profile_zip span.txt {
        line-height: 1.2rem !important;
    }

    .wrap_invoice_important {
        height: 100%;
        width: 94vw !important;
        overflow-x: auto;
    }


}