/* mypage 전체 */
#container.mypage_container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 150px;
    font-size: 13px;
}
#container.contact_container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
}

#container.mall_sub {
    padding-top: 0;
}

.mypage_container:after {
    content: "";
    display: block;
    clear: both;
}

.mypage_container .mypage_nav {
    padding: 0 0 20px;
    font-size: 12px;
    color: #666;
    display: flex;
}

.mypage_container .mypage_nav li {
    /* float: left; */
    margin: 0 4px;
}

.mypage_container .mypage_nav li a {
    display: inline-block;
    margin: 0 6px 0 2px;
    color: #666;
}


/* 왼쪽 메뉴 */
#snb {
    width: 180px;
    float: left;
}

#snb h2 {
    height: 100px;
    /* line-height: 100px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    color: #484848;
    font-weight: normal;
    text-align: center;
}

#snb h2 span.seller_id {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5;
}

#snb h2.mybonto {
    text-align: center;
    height: 120px;
    color: #fff;
    background-color: #3a3a3c;
    padding: 20px 10px;
}

#snb>ul {
    margin-bottom: 30px;
    border: solid 1px #dbdbdb;
    border-top: none;
}

#snb>ul>li {}

#snb>ul>li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
}

#snb>ul>li>a {
    padding: 15px 20px;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
}
/* 
#snb.contact_snb>ul>li>a {
    border-bottom: none;
} */

#snb>ul>li ul {
    padding: 20px 0;
}

.web_menu {
    display: block;
}

.moblie_menu {
    display: none;
}


/* 모바일 메뉴 */
.sub_nav {
    display: none;
}

.web_menu {
    display: block;
}

.moblie_menu {
    display: none;
}

#snb>.submenu_01,
#snb>.submenu_02,
#snb>.submenu_03,
#snb>.submenu_04 {
    display: none;
}

#snb .snb_adzone {
    margin: 20px 0;
    height: 167px;
    background: #efefef url("../img/mypage/ad_01.png");
    text-indent: -99999px;
}

#snb .snb_adzone.snb_ad_1 {
    background: #efefef url("../img/mypage/ad_01.png") no-repeat;
    background-size: cover;
}

#snb .snb_adzone.snb_ad_2 {
    background: #efefef url("../img/mypage/ad_02.png") no-repeat;
    background-size: cover;
}

#snb .contact_phone_number {
    
    padding: 18px 0px 0 22px;
    height: 80px;
    border: solid 1px #dbdbdb;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

#snb .contact_phone_number img {
    margin-right: 5px;
}

#snb .contact_phone_number span {
    display: block;
    margin-top: 10px;
    color: var(--pt-c);
    font-size: 22px;
    font-weight: 600;
}

/* 배송중, 할인쿠폰, 본토캐쉬, 찜한상품 */
.mypage_info {
    float: right;
    width: calc(100% - 200px);
    border: solid 1px #dbdbdb;
    
}

.mypage_info ul {
    display: flex;
}

.mypage_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
    min-height: 100px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-right: solid 1px #dbdbdb;
    font-weight: bold;
    
    flex-shrink: 0;
    flex-grow: 0;
}

.mypage_info ul li em {
    flex-shrink: 0;
    flex-grow: 0;
    padding-right: 15px;
}

.mypage_info ul li:last-child {
    border: none;
}

.mypage_info ul li>p {
    position: relative;
    float: right;
    margin-right: 15px;
    font-size: 15px;
    color: #555;
}

.mypage_info ul li>p span:first-child {
    font-size: 32px;
    color: var(--pt-c);
    word-break: break-all;
}

.mypage_info ul li>p span:last-child {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    margin-left: 5px;
    font-weight: 400;
}

.mypage_info>div {
    height: 45px;
    border-top: solid 1px #dbdbdb;
    display: flex;
    align-items: center;
}

.mypage_info div p {
    padding: 0 15px;
    font-size: 16px;
    color: #555555;
    line-height: 45px;
    display: inline-block;
}

.mypage_info div p .seller {
    color: var(--pt-c);
    margin-right: 6px;
}

.mypage_info div p img {
    margin: 0 6px 3px 15px;
    width: 30px;
    vertical-align: middle;
}

.mypage_info div.recommender .link {
    color: #fff;
    background: var(--pt-c);
    padding: 4.5px 12px;
    font-size: 12px;
}

.mypage_info div.recommender .kakao_btn {
    margin-left: 6px;
    width: 76px;
    height: 26px;
    background: url(../img/ico/kakao_btn.png) no-repeat center;
}

.mypage_info div div {
    margin: 0 14px 0;
}

.mypage_info div div.remove {
    margin-left: auto;
}

.mypage_info div div a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    
    background-color: #3a3a3c;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.mypage_info div div a.my_info {
    width: 64px;
    margin-right: 6px;
}

.mypage_info div div a.my_benefits {
    width: 84px;
}

/* 주문목록 */
.order_list {
    float: right;
    width: calc(100% - 200px);
}

.order_list h2 {
    padding: 20px 0 20px;
    font-size: 26px;
    font-weight: normal;
}

.order_list h2.contact_title {
    padding: 20px 0 20px;
}

.order_list h2.shipping_title {
    padding: 20px 0 0px;
    margin-bottom: -10px;
}

.order_list h2.reser_title {
    padding: 40px 0 20px;
}

.order_list .btn_st05 {
    margin-top: 5px;
}

.order_list .ol_list tbody td.ol_item {
    padding: 20px 18px 30px;
}

.order_list .ol_list thead th {
    background-color: #fafafa;
}

.seller_list thead th {
    background-color: #fafafa;
}

/* 셀러 */

/* .seller  .order_list {
    float: right;
    width: calc(100% - 200px);
}

.seller .order_list h2 {
    padding: 20px 0 20px;
    font-size: 26px;
    font-weight: normal;
}

.seller .order_list h2.contact_title {
    padding: 20px 0 20px;
}

.seller .order_list h2.shipping_title {
    padding: 20px 0 0px;
    margin-bottom: -10px;
}

.seller .order_list h2.reser_title {
    padding: 40px 0 20px;
}

.seller .order_list .btn_st05 {
    margin-top: 5px;
}

.seller .order_list .ol_list tbody td.ol_item {
    padding: 20px 18px 30px;
}

.seller .order_list .ol_list thead th {
    background-color: #fafafa;
} */

.my_level .img_wrap {
    margin: 30px auto 0;
}

.seller .order_list .ol_list tbody td.ol_item {
    padding: 15px 10px;
}

.seller .date_form {
    background: none
}

.seller .date_form .date_wrap {
    display: flex;
}

.seller_h .sell_search {
    padding: 10px 20px 20px;
}
/* 1:1 문의 날짜 모음 칸 마이페이지 */
.contact_btn_box {
    padding: 10px 0;
    background-color: ;
}

.contact_btn_box:after {
    content: "";
    display: block;
    clear: both;
}

.contact_btn_box>div {
    display: flex;
    padding: 12px 20px 0;
    justify-content: center;
    align-items: center;
}

.sell_top .contact_btn_box .btn_wrap {
    display: flex;
}

/* contact_container btn 2022 05 24 */
.contact_container .btn_wrap {
    margin-top: 60px;
}

.contact_container .btn_wrap >a,
.contact_container .btn_wrap >button {
   flex:1;
   max-width: 320px;
   display: block;
   height: 62px;
   font-size: 18px;
   font-weight: 500;
}
.contact_container .btn_wrap > *+*{
    margin-left: 10px;
}
.btn_wrap .line_btn {
    border: 1px solid #dbdbdb;
}

.btn_wrap .full_btn {
    background: var(--pt-c);
    color: #fff;
}

.contact_btn_box .btn_wrap .contact_btn {
    display: block;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    border: solid 1px #cdcdcd;
    background-color: #ffffff;
    outline: none;
    line-height: 30px;
    color: #555555;
    font-size: 13px;
}

.contact_btn_box .btn_wrap .contact_btn.active {
    background-color: var(--pt-c);
    color: #fff;
    border: none;
}

.contact_btn_box input,
.contact_btn_box select {
    height: 30px;
    background-color: #fff;
}

.contact_btn_box span {
    float: left;
    line-height: 30px;
}

.contact_btn_box input[type="text"] {
    float: left;
    padding: 0 10px;
    width: 116px;
    margin: 0 5px;
    background-color: #fff;
    
    background-image: url(../img/ico/ico_calander.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.cal_co_wrap {
    padding: 0 0 30px;
    
}

.cal_co_wrap .cal_colist {
    width: 100%;
}

.cal_co_wrap .cal_colist ul {
    display: flex;
}

.cal_co_wrap .cal_colist ul li {
    
    display: flex;
    justify-content: space-between;
    padding: 19px 20px 18px;
    border-radius: 6px;
    background: #ebf4ff;
    border: solid 1px #d1e6ff;
}

.cal_co_wrap .cal_colist.pro_list ul li {
    width: calc(100%/3 - 20px/3);
}

.cal_co_wrap .cal_colist ul li div {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
}

.cal_co_wrap .cal_colist ul li:not(:last-of-type) {
    margin-right: 11px;
}

.sell_top {
    background: #fafafa;
    margin-bottom: 30px;
}

.sell_search {
    padding: 20px;
}

.sell_search .inbox,
.sell_search .inbox div {
    display: flex;
}

.sell_search select {
    height: 30px;
    background-color: #fff;
}

.sell_search select+select {
    margin-left: 10px;

}

.sell_search input[type=text] {
    height: 30px;
    margin: 0 10px;
}

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

.seller_h .sell_search .search_top {
    margin-left: -7px;
}

.od_more_view div {
    cursor: pointer;
}

/* .sell_search .search_top  .radio_box {
    display: flex;
    margin-left: 15px;
} */
.sell_search .search_top .radio_wrap {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.seller_t select.cut_y {
    width: 100px
}

.seller_t select.cut_m {
    width: 80px
}

.sell_search .search_top .radio_wrap input[type=radio] {
    margin-right: 10px;
    display: none;
}

.sell_search .sell_btn {
    width: 80px;
    margin-left: 12px;
    line-height: 28px;
    border: 1px solid var(--pt-c);
    
    display: block;
    /* margin: 20px auto 10px; */
    text-align: center;
    color: #fff;
    background: var(--pt-c);
}

.seller .popup_content {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: auto;
}

.seller .popup_body table td.ol_user_name {
    border-right: 1px solid #dbdbdb;
    padding: 10px 20px;

}

.seller .popup_content .popup_body {
    max-height: 550px;
    overflow: auto;
}

.seller .popup_content .popup_body table td {
    text-align: center;
    padding: 10PX 0;
}




/* 주문목록 팝업 */
.request_popup {
    display: none;
    position: fixed;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

.request_popup>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    /* height:410px;  */
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.request_popup div h2 {
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #3a3a3c;
    color: #fff;
    font-size: 18px;
}

.request_popup table {
    width: calc(100% - 30px);
    max-width: 640px;
    margin:30px auto 0;
    
}

.order_request .request_popup table tr th:first-child {
    width: 140px;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    
    background: #fafafa;
    
}
.order_request .request_popup>div table tbody th {
    border-top: 1px solid #757575;
    padding: 15px 0 15px 20px;
}

.order_request .request_popup>div table tbody td {
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #757575;
}

.order_request .request_popup>div table tbody td textarea {
    width: 100%;
    height: 100px;
    resize: none;
    outline: none;
    border-radius: 0;
}

.order_request .request_popup>div table input[type="text"] {
    width: 158px;
    border-color: #bbb;
}

.order_request .request_popup>div table th,
.contact.order_request .request_popup>div table td {
    vertical-align: -webkit-baseline-middle;
}

.order_request .request_popup>div table input,
.contact.order_request .request_popup>div table select {
    vertical-align: -webkit-baseline-middle;
}

.order_request .request_popup>div table select {
    margin: 0 0 0 5px;
    width: 60px;
}

.order_request .request_popup>div table .request_popup_phone1 input {
    width: 60px;
    padding-right: 10px;
}

.order_request .request_popup>div table .request_popup_phone1 button {
    
    float: none;
    margin: 0px 0 0 10px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a6a6a6;
    border-radius: 2px;
    font-size: 12px;
}

.order_request .request_popup>div table .request_popup_phone2 {
    display: none;
}

.order_request .request_popup>div table .request_popup_adr input[type="text"]:nth-of-type(2) {
    margin: 5px 0 0 5px;
    width: 380px;
}

.order_request .request_popup>div table .request_popup_adr input[type="text"]:nth-of-type(3) {
    margin: 5px 0 0 5px;
    width: 380px;
}

.order_request .request_popup>div table .request_popup_adr button {
    
    float: none;
    margin: 5px 5px 0 5px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a6a6a6;
    font-size: 13px;
    color: #333;
}

.order_request .request_popup>div div {
    display: table;
    margin: 20px auto 20px;
}

.order_request .request_popup>div div button {
    
    float: none;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}

.order_request .request_popup .request_popup_close {
    margin-right: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    color: #333;
}

.order_request .request_popup .request_popup_sub {
    background-color: var(--pt-c);
    color: #fff;
}

.order_request .request_popup a.request_popup_close_top {
    position: absolute;
    top: 16px;
    right: 20px;
}

/* .order_list .od_border { border-right: solid 1px #ddd;} */
.order_list .ol_money p {
    font-size: 14px;
    font-weight: 300;
    margin: 7px 0;
}

.order_list .ol_save ul.shipping_condi li:nth-child(3) {
    font-size: 12px;
    line-height: 1.5;
}

.order_list .ol_total p {
    font-weight: bold;
    padding: 0px 0 5px;
    color: #333;
}

.order_list .ol_total span {
    display: block;
    padding: 2px 0;
    color: #333;
}

.order_list .shipping_ready {
    color: var(--pt-c);
    font-weight: 400;
}

.order_list .shipping_ing {
    color: var(--pt-c);
    font-weight: 400;
}

.order_list .shipping_finish {
    color: #333;
    font-weight: 400;
}

.order_list .od_btn_del {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #a4a4a4;
    background-color: #f6f6f6;
    color: #333;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-
    -moz-
    
}

.od_btn_change,
.od_btn_review {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #a4a4a4;
    background-color: #f6f6f6;
    color: #333;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-
    -moz-
    
}

.od_btn_sav {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

/* 후기리뷰 */
.contact_rev h2.rev_tit {
    padding: 60px 0;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.contact_rev table tbody tr th a.review_img {
    width: 46px;
    height: 46px;
    text-align: center;
    display: inline-block;
}

.contact_rev table tbody tr th a.review_img img {
    width: 100%;
}

/* 하단 페이지이동 버튼 */

/* 배송상품 주문상태 안내 */
.shipping_item {
    float: right;
    width: calc(100% - 200px);
}

.shipping_item h2 {
    padding: 0px 30px 40px 0;
    font-size: 26px;
    color: #333;
    font-weight: normal;
}

.shipping_item ul {}

.shipping_item ul li {
    position: relative;
    float: left;
    margin: 0px 40px 0 40px;
}

.shipping_item ul li:last-child {
    margin: 0px 0px 0 40px;
}

/* 이미지옆 화살표 */
.shipping_item ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 12px;
    height: 22px;
    background: url("../img/mypage/shipping_next.png");
    transform: translateY(-50%);
}

.shipping_item ul li:last-child:after {
    display: none;
}

.shipping_item ul li p {
    padding: 10px 0;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 1.4em;
}

/*  이미지 아래 텍스트 */
.shipping_item h3 {
    padding: 50px 0 30px;
    font-size: 16px;
    color: #333;
}

.shipping_item>p {
    color: #333;
    line-height: 1.3em;
}

.shipping_item>p span {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
}

/* 텝 메뉴 */
.cancle_refund {
    width: 100%;
    margin: 30px 0 40px 0;
}

.cancle_refund:after {
    content: "";
    display: block;
    clear: both;
}

.cancle_refund a {
    
    float: left;
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border: solid 1px #dbdbdb;
}

.cancle_refund .tab_menu_01 {
    color: #555;
    border-right: 0;
}

.cancle_refund .tab_menu_01.active {
    background-color: var(--pt-c);
    color: #fff;
    border: solid 1px var(--pt-c);
}

.cancle_refund .tab_menu_02 {
    color: #555;
}

.cancle_refund .tab_menu_02.active {
    background-color: var(--pt-c);
    color: #fff;
    border: solid 1px var(--pt-c);
}

.mypage_cancle>p {
    font-size: 14px;
    line-height: 1.3em;
}

.mypage_cancle>p:last-of-type {
    margin: 0 0 0px;
}

.mypage_cancle>p.edit_padding {
    padding-bottom: 20px;
}

/* 취소환불 */
/* 취소 */
.mypage_cancle {
    float: right;
    width: calc(100% - 200px);
}

.mypage_cancle h2 {
    padding: 20px 0;
    font-size: 26px;
    font-weight: 400;
}

.mypage_cancle table th {
    border-bottom: solid 1px #dcdcdc;
}

.mypage_cancle table thead th:last-child {
    border-right: none;
}

.mypage_cancle table tbody .ol_cancle_date {
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 300;
}

.mypage_cancle table tbody .ol_total_money {
    font-size: 14px;
}

.mypage_cancle table tbody .ol_total_money strong {
    font-size: 18px;
    font-weight: 900;
}

.mypage_cancle table.ol_list tbody td.ol_money p.cancle_moblie_txt {
    display: none;
}

.mypage_cancle table.ol_list tbody td.ol_total_money p.cancle_moblie_txt {
    display: none;
}

/* 환불 */
.mypage_refound .refound_info {
    border-top: solid 1px #888888;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 60px;
}

.mypage_refound .refound_info:after {
    content: "";
    display: block;
    clear: both;
}

.mypage_refound .refound_info>div {
    float: left;
    height: 114px;
}

.mypage_refound .refound_info>div:first-child {
    width: 190px;
    background-color: #fafafa;
    line-height: 114px;
    border-left: none;
    text-align: center;
}

.mypage_refound .refound_info>div:last-child {
    
    padding: 0 40px;
    width: 770px;
}

.mypage_refound .refound_info>div:last-child p {
    display: inline-block;
    padding: 30px 0px 10px;
}

.mypage_refound .refound_info>div:last-child button {
    display: block;
    width: 80px;
    height: 26px;
    border: solid 1px #aaaaaa;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-size: 12px;
}

.mypage_refound .ol_save p span {
    display: block;
}

.refound_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.refound_popup>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 300px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.refound_popup>div h2 {
    background-color: #3a3a3c;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.refound_popup>div>a.close_popup {
    position: absolute;
    top: 15px;
    right: 20px;
}

.refound_popup>div table {
    margin: 30px auto 0;
    width: calc(100% - 60px);
    border-top: solid 1px #888888;
}

.refound_popup>div table tr {
    border: solid 1px #dcdcdc;
    border-left: none;
    border-right: none;
}

.refound_popup>div table th {
    
    background-color: #fafafa;
    border-right: none;
    padding: 15px 0 15px 20px;
    width: 140px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.refound_popup>div table td {
    padding: 0 15px;
}

.refound_popup>div table tr:nth-child(1) td input {
    width: 160px;
    height: 24px;
}

.refound_popup>div table tr:nth-child(2) td select {
    width: 160px;
    height: 24px;
}

.refound_popup>div table tr:nth-child(3) td input {
    width: 240px;
    height: 24px;
}

.refound_popup>div div {
    display: table;
    margin: 20px auto;
}

.refound_popup>div div button {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.refound_popup>div div .close_popup {
    border: solid 1px #cccccc;
    margin-right: 10px;
}

.refound_popup>div div .refound_ok {
    background-color: #d21c55;
    color: #fff;
}

/* 계좌관리 추가 180413 */
.mypage_account .refound_info {
    border-top: solid 1px #252525;
    border-bottom: solid 1px #dbdbdb;
    display: flex;
    /* 수정 20180413 margin-bottom:60px; */
}

.mypage_account .refound_info>div {
    display: flex;
    align-items: center;
    min-height: 100px;
    font-size: 14px;
}
.mypage_account .refound_info>div p{
    line-height: 1.5;
    width: 100%;
}
.mypage_account .refound_info>div:first-child {
    width: 190px;
    background-color: #fafafa;
    border-left: none;
    padding-left: 30px;
}
.mypage_account .radio_box input[type="radio"] {
    opacity: 0;
    font-size: 0;
    position: absolute;
    width: 0;

}
.mypage_account .radio_box{
    margin-bottom: 20px;
}
.mypage_account .radio_box label{
 margin-right: 10px;
}
.mypage_account .refound_info>div:last-child {
    
    padding:30px;
    width: calc(100% - 190px);
}

.mypage_account .refound_info>div:last-child button {
    display: block;
    width: 80px;
    height: 26px;
    border: solid 1px #aaaaaa;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-size: 12px;
}

.mypage_account .ol_save p span {
    display: block;
}

.mypage_account table.account_change {
    width: 100%;
    text-align: left;
    /* color: #666; */
    border-top: solid 1px #252525;
}

.mypage_account form {}

.mypage_account table.account_change th {
    padding-left: 30px;
    width: 190px;
    background-color: #fafafa;
    border-bottom: solid 1px #dbdbdb;
    font-size: 14px;
    font-weight: 400;
}

.mypage_account table.account_change th p {
    display: block;
    margin: 12px 0;
}

.mypage_account table.account_change th p span {
    color: #0185e1;
}

.mypage_account table.account_change td {
    border-bottom: solid 1px #dbdbdb;
    padding: 15px 30px;
    font-size: 14px;
}

.mypage_account table.account_change td input {
    width: 300px;
    height: 28px;
    outline: none;
}

.mypage_account table.account_change td select {
    width: 160px;
    height: 28px;
}

.mypage_account table.account_change td p {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
}

.mypage_account div.btn_warp {
    margin: 20px auto;
    width: auto;
    text-align: center;
}

.mypage_account .refound_ok {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: none;
    background-color: var(--pt-c);
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
}

.mypage_account .close_return {
    display: inline-block;
    margin-right: 18px;
    width: 160px;
    height: 40px;
    border: solid 1px #cccccc;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    cursor: pointer;
}


/* 찜한상품 */
.mypage_book {}

.mypage_book .ol_item_box .item_tit {
    padding-top: 16px;
}

.mypage_book .ol_list tbody td.ol_item {
    padding: 20px 60px 20px 15px;
}

/* 쿠폰 */
.mypage_coupon .coupon_border {
    padding: 10px 0;
    background-color: #fafafa;
    border-bottom: solid 1px #dbdbdb;
    font-size: 13px;
    font-weight: normal;
}

.mypage_coupon .coupon_border:last-child {
    border-right: none;
}

.mypage_coupon .mypage_cancle .ol_list tbody td {
    padding: 0;
    font-weight: normal;
    color: #666;
}

.mypage_coupon .ol_item .item_tit.coupon_name {
    padding: 30px 0px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.mypage_coupon .ol_list tbody td.ol_money.coupon_persent {}

/* 본토캐쉬 */
.contact.bonto_cash table {
    width: 100%;
    table-layout: fixed;
    margin-top: 0;
}

.contact.bonto_cash table thead th {
    font-weight: 500;
}

.contact.bonto_cash table tbody th {
    padding: 15px 0;
    font-weight: 300;
}

.contact.bonto_cash table tbody td {
    font-weight: 300;
}

.contact.bonto_cash table tbody td span {
    font-weight: 500;
}

.boton_cash_tit {
    text-align: left;
    padding: 0 0 0 20px;
}

.boton_cash_history {
    text-align: right;
}

.boton_cash_residual {
    text-align: right;
}

/* 예약리스트 */
.reser_select_box {
    float: right;
    display: inline-block;
    margin: -40px 0 10px;
}

.reser_check_box {
    padding: 0 10px 0 0px;
    border-bottom: solid 1px #dcdcdc;
}

.reser_check_box input {
    width: 15px;
    height: 15px;
}

.reser_list.order_list .ol_list tbody td.ol_item {
    padding: 20px 0px 10px;
}

.reser_list.order_list .ol_item_box {
    padding-left: 100px;
}

.ol_total input {
    width: 40px;
}

.ol_total .reser_change {
    margin-top: 5px;
    width: 40px;
    height: 24px;
    background-color: #f6f6f6;
    border: solid 1px #787878;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
}

.reser_list .ol_list tbody td.ol_money strong span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.reser_del {
    margin-top: 15px;
    margin-bottom: 15px;
}

.reser_del input[type="checkbox"] {
    margin-left: 7px;
    width: 15px;
    height: 15px;
}

.reser_del p {
    display: inline-block;
    margin: 0 20px 0 10px;
    font-size: 13px;
    color: #333333;
}

.reser_del button {
    width: 80px;
    height: 26px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a4a4a4;
    border-radius: 2px;
    font-size: 12px;
}

.reser_del button.visit_btn01 {
    text-align: center;
    width: 90px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #a4a4a4;
    background-color: #f6f6f6;
    color: #333;
}

.visit_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.visit_box .visit_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 300px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.visit_box .visit_popup #search_store {
    width: 240px;
    height: 26px;
}

.visit_box h2 {
    padding: 0;
    margin: 0 0 30px 0;
    height: 46px;
    line-height: 46px;
    background-color: #3a3a3c;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.visit_box table {
    margin: 0 auto;
    width: 90.625%;
    border-top: solid 1px #888888;
}

.visit_box table tr {
    border-bottom: solid 1px #dcdcdc;
}

.visit_box table th {
    
    padding: 15px 0px 15px 30px;
    width: 167px;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.visit_box table td {
    padding: 0 0 0 10px;
}

.visit_box table td input {
    height: 26px;
}

.visit_box table tr:first-child td input {
    float: left;
    width: 240px;
    margin-right: 10px;
}

.visit_box table tr:first-child td button {
    float: left;
    width: 70px;
    height: 26px;
    line-height: 24px;
    background-color: #f6f6f6;
    border: solid 1px #aaaaaa;
    border-radius: 2px;
}

.visit_box table tr:nth-child(2) td input {
    width: 100px;
}

.visit_box table tr:last-child td select {
    width: 100px;
    height: 26px;
    margin-right: 7px;
}

.visit_box .btn_box {
    display: table;
    margin: 20px auto;
}

.visit_box .btn_visit01 {
    margin-right: 10px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #cccccc;
    background-color: #fff;
    color: #333333;
    font-size: 18px;
}

.visit_box .btn_visit02 {
    width: 160px;
    height: 42px;
    line-height: 42px;
    background-color: #d21c55;
    color: #fff;
    font-size: 18px;
}

.visit_box_close {
    position: absolute;
    top: 16px;
    right: 20px;
}


.reser_finish_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.reser_finish_popup div {
    position: absolute;
    position: relative;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 360px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.reser_finish_popup div h2 {
    padding: 0;
    margin: 0 0 40px 0;
    height: 58px;
    line-height: 58px;
    background-color: #3a3a3c;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.reser_finish_popup div a {
    position: absolute;
    top: 22px;
    right: 20px;
}

.reser_finish_popup div p {
    position: relative;
    margin: 0 0 0 30px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    letter-spacing: -1px;
}

.reser_finish_popup div p:before {
    content: "-";
    position: absolute;
    top: 0;
    left: -10px;
}

.reser_finish_popup div p .block {
    display: block;
}

.reser_finish_popup div p .color_pointer {
    font-weight: 500;
}

.reser_finish_popup div button {
    display: table;
    margin: 50px auto 0;
    width: 160px;
    height: 42px;
    line-height: 42px;
    background-color: #d21c55;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.reser_list.order_list .ol_list .ol_save li {
    font-size: 13px;
    color: #d21c55;
    font-weight: 500;
}

.reser_list.order_list .ol_list .ol_save li.reser_finish {
    color: #333;
}

.reser_list.order_list .ol_list .ol_money p {
    font-weight: 400;
    font-size: 14px;
}

.ol_item.visit_01 {
    width: 300px;
}

.ol_money.visit_01 {
    width: 180px;
}

.visit_txt {
    
    width: 320px;
}

.visit_txt ul li {
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 20px;
    font-size: 13px;
    color: #888888;
}

.order_list table.ol_list td.visit_txt.visit_txt02 {
    padding: 18px 0;
    padding-left: 0;
    padding-right: 0;
}

.visit_txt.visit_txt02 ul {
    padding-left: 20px;
}

.visit_txt.visit_txt02 ul li {
    padding: 0;
}

.visit_txt.visit_txt02 ul li strong {}

.visit_txt.visit_txt02 ul li .visit_btn01 {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 90px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #a4a4a4;
    background-color: #f6f6f6;
    color: #333;
}

.visit_txt ul li strong {
    color: #333333;
}

.ol_save.visit_01 {
    width: 120px;
}


/* 개인정보 확인 / 수정 */
.mypage_user_info {}

.mypage_user_info h2 {
    padding: 20px 0 20px;
    margin-bottom: 0px;
}

.mypage_user_info .member-container {
    padding: 0px;
    width: 100%;
    outline: none;
}

.mypage_user_info .form-box2 .password td {}

.mypage_user_info .form-box2 .password td span {
    margin: 0px 10px 7px -30px;
}

.mypage_user_info .form-box2 .password td .caution2 {
    margin-left: 100px;
}

.mypage_user_info .form-box2 .shipping_address td {
    padding: 14px 32px;
}

.mypage_user_info .form-box2 .shipping_address td a {
    color: #333;
    font-weight: 500;
}

.mypage_user_info .form-box2 .member_delete {}

.mypage_user_info .form-box2 .member_delete p {
    display: inline-block;
    margin: 10px 5px 40px 500px;
    height: 24px;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
}

.mypage_user_info .form-box2 .member_delete button {
    display: inline-block;
    width: 70px;
    height: 26px;
    border-radius: 2px;
    border: solid 1px #aaaaaa;
    background-color: #f6f6f6;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

/*
.mypage_user_info .form-box2 input[type="submit"] { display:inline-block; margin:10px; margin-right:18px; width:112px; height:54px; background-color:#069ee9; border:solid 1px #0185da; color:#fff;}
.mypage_user_info .form-box2 input[type="button"] { display:inline-block; margin:10px; width:112px; height:54px; border:solid 1px #828282; background-color:#a3a6b3; color:#fff; font-size: 18px;}
*/

.mypage_user_info .form-box2 .fn_sub {
    display: inline-block;
    margin: 30px 0;
    width: 150px;
    border: none;
    height: 40px;
    background: var(--pt-c);
    color: #fff;
    font-size: 16px;
}

.mypage_user_info .form-box2 .fn_btn {
    display: inline-block;
    margin: 30px 10px;
    width: 150px;
    height: 40px;
    border: solid 1px #cccccc;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.shipping_popup.user_del_popup {
    display: none;
}

.mypage_user_info .shipping_popup>div>div {
    width: 100%;
}

.mypage_user_info .shipping_popup>div form fieldset>div {
    padding: 20px 20px 0;
    text-align: left;
}

.mypage_user_info .shipping_popup>div form fieldset>div:nth-of-type(2) h4 {
    padding: 0px 0 20px;
}

.mypage_user_info .shipping_popup>div form fieldset>div:last-of-type {
    display: table;
    margin: 0 auto;
    padding-bottom: 20px;
}

.mypage_user_info .shipping_popup>div form fieldset>div h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.mypage_user_info .shipping_popup>div form fieldset>div p {
    margin: 5px 0 20px;
    font-size: 13px;
    font-weight: 300;
}

.mypage_user_info .shipping_popup>div form fieldset>div>div {
    padding: 10px 0px;
}

.mypage_user_info .shipping_popup>div form fieldset>div>div:after {
    content: "";
    display: block;
    clear: both;
}

.mypage_user_info .shipping_popup>div form fieldset>div>div div {
    float: left;
    margin: 5px 0;
    width: 33.3%;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    text-align: left;
}

.mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(2),
.mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(5),
.mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(8) {
    width: 30%;
    margin: 5px 0.33% 5px 3%;
}


.mypage_user_info .shipping_popup>div form fieldset>div>div div input[type="checkbox"] {
    margin-right: 5px;
    background: #fff;
}

.mypage_user_info .shipping_popup>div form fieldset>div>.user_info_textarea {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    height: 100px;
    resize: none;
}

.mypage_user_info .shipping_popup>div div button {
    
    float: none;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.mypage_user_info .shipping_popup>div div .shipping_popup_close {
    margin-right: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    color: #333;
}

.mypage_user_info .shipping_popup>div div .shipping_popup_sub {
    background-color: var(--pt-c);
    color: #fff;
}

.mypage_user_info .shipping_popup a.shipping_popup_close {
    position: absolute;
    top: 16px;
    right: 20px;
}

.mypage_user_info .form-box2 {
    text-align: center;
    margin: 0 auto;
}

.mypage_user_info .form-box2 input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.mypage_user_info .form-box2 input[type="radio"] {
    position: relative;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
}

.mypage_user_info .form-box2 h3 {
    margin: -20px 0 30px;
    width: 212px;
    height: 67px;
    background: url("/img/member/new_form_01.png") no-repeat;
    text-indent: -99999px;
}

.mypage_user_info .form-box2 table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #252525;
    font-size: 14px;
    border-collapse: separate;
}

.mypage_user_info .form-box2 table tr {
    border-top: solid 1px #dbdbdb;
}

.mypage_user_info .form-box2 table tr:last-child {
    border-bottom: solid 1px #dbdbdb;
}

.mypage_user_info .form-box2 table th {
    padding: 10px 0px 10px 20px;
    width: 160px;
    font-weight: 500;
    color: #252525;
    text-align: left;
    background-color: #fafafa;
    border-right: solid 1px #dbdbdb;
}

.mypage_user_info .form-box2 table td {
    text-align: left;
    padding: 12px 32px;
    font-weight: 300;
    border-bottom: 1px solid #dbdbdb;
}

.mypage_user_info .form-box2 table td input {
    width: 260px;
    height: 34px;
}

.mypage_user_info .form-box2 table td .user_phone {
    border: 1px solid #dcdcdc;
    width: 260px;
    height: 34px;
    
}

.mypage_user_info .form-box2 table td .user_phone::after {
    display: block;
    clear: both;
    content: '';
}

.mypage_user_info .form-box2 table td .user_phone input {
    float: left;
    border: 0;
    width: calc(33.333% - 20px);
    height: 100%;
    outline: 0;
}

.mypage_user_info .form-box2 table td .user_phone span {
    display: block;
    float: left;
    width: 30px;
    text-align: center;
    line-height: 32px;
}

.mypage_user_info .form-box2 table td p {
    margin-bottom: 0;
    text-align: left;
    word-break: keep-all;
    line-height: 1.2;
    font-size: 14px;
}

.mypage_user_info .form-box2 table td .address>div+div {
    margin-top: 10px;
}

.mypage_user_info .form-box2 table td .address input {
    float: left;
    width: calc(50% - 5px);
}

.mypage_user_info .form-box2 table td .address input+input {
    margin-left: 10px;
}

.mypage_user_info .form-box2 table td .address .zipcode {
    max-width: 260px;
    width: calc(100% - 110px);
}

.mypage_user_info .form-box2 table td .address .zipcode_box {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    margin-left: 10px;
    color: #fff;
    background: #252525;
    border-radius: 2px;
}

.mypage_user_info .form-box2 table td .button_wrap::after {
    display: block;
    clear: both;
    content: '';
}

.mypage_user_info .form-box2 table td .button_wrap>input,
.mypage_user_info .form-box2 table td .button_wrap>.user_phone {
    float: left;
    display: block;
    max-width: 260px;
    margin: 0;
    width: calc(100% - 110px);
}

.mypage_user_info .form-box2 table td .button_wrap>.user_phone input {
    margin: 0;
}

.mypage_user_info .form-box2 table td .button_wrap>button {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    background: #252525;
    border-radius: 2px;
}


/* 마이페이지 로그인 */
.mypage_login table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
    color: #666;
    border-top: solid 1px #888;
}

.mypage_login form {}

.mypage_login th {
    font-size: 14px;
}

.mypage_login th p {
    display: block;
    margin: 12px 0;
}

.mypage_login th p span {
    color: #0185e1;
}

.mypage_login .mypage_user_login {
    border: solid 1px #ddd;
    border-right: none;
    border-left: none;
    color: #252525;
}

.mypage_login .mypage_user_login th {
    padding: 15px 0px 15px 30px;
    width: 130px;
    height: 28px;
    background-color: #fafafa;
    font-size: 14px;
    text-align: left;
}

.mypage_login td {
    padding: 15px 30px;
    font-size: 14px;
}

.mypage_login td input {
    width: 300px;
    height: 28px;
    outline: none;
}

.mypage_login td p {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
}

.mypage_login div {
    display: table;
    margin: 20px auto;
}

/*
.mypage_login input[type="submit"] { }
.mypage_login input[type="submit"] { display:inline-block; margin-right:18px; width:112px; height:54px; border:none; background-color:#069ee9; font-size:18px; color:#fff;  }
.mypage_login input[type="button"] { display:inline-block; width:112px; height:54px; border:solid 1px #828282; background-color:#a3a6b3; color:#fff; font-size: 18px;}
*/


.mypage_login .fn_sub {}

.mypage_login .fn_sub {
    display: inline-block;
    width: 160px;
    height: 40px;
    border: none;
    background-color: var(--pt-c);
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.mypage_login .fn_btn {
    display: inline-block;
    margin-right: 18px;
    width: 160px;
    height: 40px;
    border: solid 1px #cccccc;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}


/* 상품평 */

/* 내가 쓴 상품평*/
.mypage_review_my {}

.mypage_review_my .ol_item_box .img_thurm {
    width: 51px;
    height: 51px;
}

.mypage_review_my .ol_item_box {
    min-height: 0;
}

.mypage_review_my .item_review_tit {
    margin-left: -40px;
    line-height: 45px;
}

.mypage_review_my .ol_save {
    width: 176px;
    margin: 0;
}

.mypage_review_my .ol_save ul {
    display: inline-block;
}

.mypage_review_my .ol_save ul li {
    display: inline-block;
}

.mypage_review_my .ol_save ul li .review_btn_del {
    display: block;
    width: 54px;
    height: 26px;
    background-color: #f6f6f6;
    border: solid 1px #787878;
    border-radius: 2px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}

.mypage_review_my .ol_save ul li:first-child .review_btn_del {
    margin-right: 4px;
}

.mypage_review_my .review_star {
    border-bottom: solid 1px #ddd;
    text-align: left;
}

.mypage_review_my .review_star th {
    padding: 10px 18px;
    font-weight: normal;
}

.mypage_review_my .review_star th ul {}

.mypage_review_my .review_star th ul li {
    float: left;
    margin-right: 3px;
}

.mypage_review_my .review_star th ul li:last-child {
    margin-left: 17px;
    font-size: 13px;
    color: #888;
    line-height: 1.4em;
}

.mypage_review_my .review_star th p {
    padding: 12px 0 18px;
}

/* 1:1 문의 */

.contact .contact_btn_box .btn_wrap {
    display: flex;
}

.contact .contact_btn {
    display: block;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    border: solid 1px #cdcdcd;
    background-color: #ffffff;
    outline: none;
    line-height: 30px;
    color: #555555;
    font-size: 13px;
}

/* .contact .contact_btn:first-child {
    margin-left: 112px;
} */

.contact .contact_btn.active {
    background-color: var(--pt-c);
    color: #fff;
    border: none;
}

.contact .contact_btn02 {
    width: 80px;
    height: 30px;
    /* border:solid 1px #a4a4a4; */
    border-radius: 2px;
    outline: none;
    background-color: #555;
    color: #fff;
}

.contact fieldset>div {
    position: relative;
    /* outline:solid 1px #ddd; */
}

.contact fieldset>div.next_prev_box {
    outline: none;
}

.contact .contact_btn_box {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.contact fieldset>div:after {
    content: "";
    display: block;
    clear: both;
}

.contact fieldset>div div {
    
}

.contact input,
.contact select {
    height: 30px;
    background-color: #fff;
}

.contact input[type="text"] {
    width: 116px;
    margin: 0 5px;
    background-color: #fff;
}
.contact .date_wrap input{
    width: 130px;
    margin: 0 5px;
    background-color: #fff;
}

.contact input[type="text"].contact_search {
    margin-right: 10px;
    width: 230px;
}

.contact input[type="button"] {
    width: 80px;
    background-color: #f6f6f6;
    border: solid 1px #a4a4a4;
    border-radius: 2px;
    color: #333333;
    font-size: 12px;
}

.contact table a {
    display: flex;
    align-items: center;
}

.contact table {
    margin-top: 30px;
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #252525;
    /*border-bottom:solid 1px #dcdcdc;*/
    text-align: center;
    font-size: 16px;
}

.contact table tr {
    /*border-top:solid 1px #dcdcdc;*/
    border-bottom: solid 1px #dbdbdb;
}
.contact table tr.on .contact_ttl{
font-weight: 500;
}
.contact table tr th,
.contact table tr td {
    vertical-align: middle;
}

.contact table tr th:first-child {
    border-left: none;
    width: 100px;
}

.contact table tr th:last-child {
    border-right: none;
}

.contact table tr td:last-child {
    border-right: none;
}


.contact_container .contact table tr td {
    color: #757575;
}
.contact table tr td.contact_ttl {
color: #252525;
}
/* .contact table th { border:solid 1px #dcdcdc;} */
/* .contact table td { border:solid 1px #dcdcdc; } */

.contact table thead th {
    padding: 15px 0;
}

.contact table thead th:nth-child(3) {
    padding: 15px 20px;
}

.contact table tbody th {
    padding: 15px 0;
    font-weight: normal;
}

.contact table tbody th.contac_number span {
    line-height: 25px;
    color: #757575;
}

.contact table tbody th.alliance_number span {
    line-height: 25px;
}

.contact table tbody .contact_tit {
    
    padding: 0 30px;
    width: 500px;
    text-align: left;
}

.contact table tbody .contact_date {
    width: 196px;
}

.contact table tbody .contact_condi {
    width: 184px;
}
.contact table tbody .contact_condi.on {

color: var(--pt-c)}
.contact_one_btn {
    margin-top: 20px;
    width: 140px;
    height: 40px;
    background-color: var(--pt-c);
    font-weight: 500;
    color: #fff;
}

/* 1:1 문의하기 보기 */

.contact_view_answer {
    background-color: #f9f9fa;
}

.contact_view_answer img {
    /* margin: 20px 0 0 0; */
}

.contact_view_answer h3 {
    font-weight: 400;
    margin: 20px 0;
    /* font-size:28px; */
}



/* 자주묻는 질문 */
.order_list.contact_pu {}

.order_list.contact_pu h2 {
    padding: 15px 0 20px;
}

.contact_search_box {
    
    padding: 15px;
    height: 120px;
    background-color: #f5f5f5;
}

.contact_search_box>div {
    
    height: 90px;
    background-color: #fff;
    padding: 30px 0;
}

.contact_search_box>div>div {
    display: table;
    margin: 0px auto;
}

.contact_search_box>div>div select,
.contact_search_box>div>div input {
    float: left;
    height: 30px;
    margin-right: 7px;
}

.contact_search_box>div>div select {
    width: 76px;
}

.contact_search_box>div>div input {
    width: 280px;
}

.contact_search_btn {
    width: 68px;
    height: 30px;
    line-height: 30px;
    background-color: #252525;
    color: #fff;
    font-size: 13px;
}



/* 회원혜택/서비스 */

.div_table {
    font-family: "Nato Sans DemiLight";
    
    width: 100%;
}

.div_table:after {
    content: "";
    display: block;
    clear: both;
}

.div_table .div_td {
    
    width: 20%;
    float: left;
    text-align: center;
}

.div_table .div_td div {}

.div_table .div_td.div_white_space {
    text-indent: -9999999px;
}

.div_table .div_td .service_condi {
    position: relative;
    margin: 0 0 15px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #ccc;
    color: #888888;
    font-size: 14px;
    
}

.div_table .div_td.div_td02 .service_condi {
    margin-top: 123px;
}

.div_table .div_td.div_td03 .service_condi {
    margin-top: 82px;
}

.div_table .div_td.div_td04 .service_condi {
    margin-top: 41px;
}

.div_table .div_td.div_td05 .service_condi {
    margin-top: 0px;
}

.div_table .div_td .service_condi:before {
    position: absolute;
    bottom: -12px;
    left: -1px;
    content: "";
    display: block;
    width: 0;
    border-width: 12px 12px 0px 0px;
    border-style: solid;
    border-color: #ccc transparent;
}

.div_table .div_td .service_condi:after {
    position: absolute;
    bottom: -10px;
    left: 0px;
    content: "";
    display: block;
    width: 0;
    border-width: 10px 10px 0px 0px;
    border-style: solid;
    border-color: #fff transparent;
}

.div_table .div_td .border_dotted {
    height: 40px;
    border-left: dotted 2px #ccc;
}

.div_table .div_td .service_class {
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.div_table .div_td.div_td02 .service_class {
    background-color: #686868;
}

.div_table .div_td.div_td03 .service_class {
    background-color: #c6ba8f;
}

.div_table .div_td.div_td04 .service_class {
    background-color: #c38282;
}

.div_table .div_td.div_td05 .service_class {
    background-color: #917dad;
}


.div_table .div_td .service_acc {
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
}

.div_table .div_td.div_td02 .service_acc {
    height: 40px;
    line-height: 40px;
    background-color: #686868;
    border-top: solid 1px #686868;
}

.div_table .div_td.div_td03 .service_acc {
    height: 81px;
    line-height: 81px;
    background-color: #c6ba8f;
    border-top: solid 1px #c6ba8f;
}

.div_table .div_td.div_td04 .service_acc {
    height: 122px;
    line-height: 122px;
    background-color: #c38282;
    border-top: solid 1px #c38282;
}

.div_table .div_td.div_td05 .service_acc {
    height: 163px;
    line-height: 163px;
    background-color: #917dad;
    border-top: solid 1px #917dad;
}

.contact.contact_service table {
    margin-bottom: 100px;
}

.contact.contact_service table tbody th {
    padding: 20px 0;
}

.contact.contact_service table tbody tr:nth-child(6) th {
    padding: 10px 0;
}

.contact.contact_service {}

.contact.contact_service th {
    width: 20%;
    font-size: 16px;
    font-weight: 600;
}

.contact.contact_service tr:first-child th {
    font-size: 18px;
}

.contact.contact_service th .color_pointer {
    display: block;
    color: #ff9999;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.contact.contact_service td {
    width: 20%;
    font-size: 16px;
    font-weight: 300;
}

.contact.contact_service td .block2 {
    display: block;
}

.contact.contact_service tr:first-child td {
    padding: 20px 0;
}

.contact.contact_service td p {
    margin-top: 10px;
}

/* 본토소식 */
/* .contact.contact_news h2.contact_title {padding: 20px 0 20px;} */
.contact.contact_news table tr th:first-child {
    width: auto;
}

.contact.contact_news table tr th:last-child {
    width: 120px;
}

.contact.contact_news table thead th {
    padding: 20px 0;
    font-weight: 500;
}

.contact.contact_news table .noti_ico {
    display: inline-block;
    /* width: 43px;
    height: 25px;
    border-radius: 4px; */
    color:var(--pt-c);
    color: #ff6b01;
    font-size: 16px;
    font-weight: 700;
}


/* .contact.contact_news table tbody th{ padding:18px 0; } */
.contact.contact_news table .contact_ttl {
    padding-left: 20px;
    text-align: left;
}

.contact table .contact_tit a {
    text-align: left;
    padding: 0 20px;
}

.contact.contact_news table .contact_new_img a {
    width: 46px;
    height: 46px;
    text-align: center;
    display: inline-block;
}

.contact.contact_news table .contact_new_img a img {
    width: 100%;
}

.contact.contact_news fieldset {
    text-align: right;
}

.contact .search_box {
    outline: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

/* .contact .search_box:after {
    content: "";
    display: block;
    clear: both;
} */

.contact .search_box div {
    display: flex;
    padding: 0;
    width: auto;
    background-color: #fff;
    border: none;
    position: relative;
}

.contact .search_box div select,
.contact .search_box div input[type="text"] {
    height: 40px;
    border: 1px solid #dbdbdb;
}

.contact .search_box div select {
    width: 120px;

}

.contact .search_box div input[type="text"] {
    width: 270px;
    margin-right: 0;
    padding-right: 40px;
}

.contact .search_box div .contact_search_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/search.png) no-repeat center;
    font-size: 0;
    color: transparent;
}

.contact.contact_news fieldset>div.review_box {
    display: inline-block;
}




/* .contact_alliance.order_list { width:100%; } */
.contact.contact_news.contact_alliance table tr th:last-child {
    width: 200px;
}

.contact.contact_news.contact_alliance table tr th:first-child {
    width: 200px;
}




.contact_news_btn_box {
    margin-top: 60px;
    display: flex;
    justify-content: center;

}

.contact_news_btn_box .contact_btn_col {
    width: 33.333%;
    min-height: 1px;
}

.contact_news_btn_box .contact_btn_col:first-child,
.contact_news_btn_box .contact_btn_col:last-child {
    width: 33.333%;
    padding: 0;
}

.contact_news_btn_box .contact_btn_col.btn {
    margin-left: auto;
}

.contact_news_btn_box .contact_btn_col.back {
    margin-left: 50%;
    transform: translateX(-50%);
}

.contact_news_btn_box .contact_btn_col button {
    display: block;
    max-width: 320px;
    width: 100%;
    height: 62px;
    font-size: 18px;
    font-weight: 500;
}

.contact_news_btn_box .contact_btn_col .contact_news_view_back {
    border: 1px solid #dbdbdb;
    margin: 0 auto;
}

.contact_news_btn_box .contact_btn_col .contact_news_view_delete {
    float: right;
    width: calc(50% - 10px);
    background: #3a3a3c;
    color: #fff;
}

.contact_news_btn_box .contact_btn_col .contact_news_view_fix {
    float: right;
    width: calc(50% - 10px);
    margin-right: 15px;
    background: var(--pt-c);
    color: #fff;
}

/* 고객센터 뷰페이지 */

.contact_news_view .view_tb {
    border-top: solid 1px #252525;
}
.contact_news_view .view_tb> div{
    
    
}
.contact_news_view .view_tb>[class^="view_"] {
    padding: 20px;
}


.contact_news_view .view_tb .subject {
    border-bottom: solid 1px #dbdbdb;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 25px;
    float: none;
}
.contact_news_view .view_tb .view_info{
    border-bottom: solid 1px #eee;
    
}
.contact_news_view .view_tb .view_info p{
    color: #757575;
    line-height: 1.5;
}

.contact_news_view .view_tb .view_info p span{
    color: #252525;
}
.contact_news_view .view_tb .view_info .state.on span{
    color: var(--pt-c);
}
.contact_news_view .view_tb .view_info p+p {
    margin-left: 16px;
}

/* 신고 */
.post_del_wrap {
    margin-left: 16px;
    position: relative;

}

.post_del_wrap.row_wrap {
    margin-left: 0;
}

.post_del_wrap .post_del_btn {
    display: flex;
    align-items: center;
    /* width: 15px;  */
}

.post_del_wrap .post_del_btn.row {
    flex-direction: row;
    width: inherit;
}

.post_del_wrap .post_del_btn strong {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}

.post_del_wrap .post_del_btn span {
    font-size: 16px;
    color: #888;
    margin-left: 0 !important;

}

.post_del_wrap ul {
    position: absolute;
    width: 100px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 10px 0;
    border-radius: 6px;
    bottom: -110px;
    right: 0px;
    display: none;
}

.post_del_wrap.row_wrap ul {
    bottom: -100px;
    left: 0;
    right: inherit;
}

.post_del_wrap ul button {
    width: 100px;
    line-height: 36px;
    display: block !important;
    color: #757575;
    font-size: 13px;
}

.post_del_wrap ul button:hover {
    background: #f9f9f9;
}

.del_list_wrap {
    padding: 0 !important
}

.del_list_wrap .del_list {
    padding: 33px 0;
    text-align: center;
    background: #f3f3f3;
    border-top: solid 1px #dcdcdc;
}

.del_list_wrap .del_list p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.del_list_wrap .del_list span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
    background: url(../img/btn/decl_ico_w.png) no-repeat center center/cover;
}

.contact_news_view .view_tb .view_box {
    padding: 30px 20px 60px;
    line-height: 1.5;
    border-bottom: 1px solid #757575;
}


.contact_news_view .view_tb .bo_list li {
    padding: 20px;
    
    border-bottom: solid 1px #dbdbdb;

}

.contact_news_view .view_tb .bo_list li span {
    width: 25px;
    height: 25px;
    background: no-repeat center/ 13px auto;
    display: block;
    margin-right: 15px;
}

.contact_news_view .view_tb .bo_list li.next_board span {
    background-image: url(../img/btn/board_view_up.png);
}

.contact_news_view .view_tb .bo_list li.prev_board span {
    background-image: url(../img/btn/board_view_down.png);
}

.contact_news_view .view_tb .bo_list li a {
    color: #888888;
    display: flex;
    align-items: center;
}

.contact_news_view .view_tb .bo_list li a div.last {
    color: #888888;
}

.contact_news_view .view_tb .bo_list li a div {
    color: #252525;
}

.contact_news_view .view_tb .reply_box{
border-bottom: 1px solid #dbdbdb;
}
.contact_news_view .view_tb .reply_box p{
    background: #fafafa;
    line-height: 1.625;
    padding: 10px 20px;
    border-bottom: 1px solid #eeee;
}
.contact_news_view .view_tb .reply_box p b{
    display: inline-block;
    margin-right:10px;
}


.contact.contact_news_view table tbody th{
    text-align: left;
}
.contact.contact_news_view table tr .contact_news_view_date{
    padding: 15px 0 15px 20px;
    width: 140px;
    text-align: left;
    box-sizing: border-box;
}
.contact.contact_news_view table tbody th {
    padding: 15px 36px;
    text-align: left;
}

.contact.contact_news_view table tr .contact_news_view_views {
    padding: 15px 20px;
    width: 200px;
    text-align: right;
}
.contact.contact_news_view table tbody tr:nth-child(2) th {
    padding: 15px 36px 50px;
    line-height: 1.5;
}









.reply_cont{
    padding: 20px;
    line-height: 1.625;
}

/* About 본토 */
.contact_review_view {
    width: 100%;
}

.about_banner {
    display: none;
    margin: 20px 0 40px;
}

/* 후기리뷰 */
.contact_review_view .contact_review_view_tit {
    padding: 60px 0 !important;
    text-align: center;
}

.contact_review_view table {
    margin: 0;
}

/* 회사소개 */

.n_map {
    width: 960px;
    height: 760px;
}

.n_map .root_daum_roughmap_landing {
    width: 100% !important;
    height: 100%;
}

.n_map .root_daum_roughmap .wrap_map {
    height: calc(100% - 280px) !important;
}


.intro_text_box,
.intro_img_box,
.intro_hesh_box,
.intro_map_box {
    
    width: 100%;
}

.intro_text_box {
    margin: 96px 0 40px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Nato Sans DemiLight";
    font-weight: 500;
}

.intro_text_box h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
    font-family: "Nato Sans DemiLight";
    font-weight: 600;
}

.intro_text_box .block {
    display: block;
}

.intro_img_box {
    height: 200px;
    background-color: #eeeeee;
}

.intro_img_box img:first-child {
    margin: 60px 0 0 170px;
    width: 240px;
    float: left;
}

.intro_img_box img:last-child {
    margin: 61px 170px 0 0px;
    width: 300px;
    float: right;
}

.intro_hesh_box {
    margin: 40px 0 100px 0;
    height: 200px;
    border: solid 10px #eeeeee;
}

.intro_hesh_box h3 {
    padding: 30px 0 10px;
    color: #d21c55;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    font-family: "Nato Sans Blod";
}

.intro_hesh_box h3:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 42px;
    background: url('../img/sub/intro_hesh.png') no-repeat;
    background-size: cover;
}

.intro_hesh_box p {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    text-align: center;
    font-family: "Nato Sans DemiLight";
    font-weight: 500;
    /* letter-spacing:-1px; */
}

.intro_hesh_box p .block {
    display: block;
}

.intro_map_box {
    font-family: "Nato Sans DemiLight";
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}

.intro_map_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.intro_map_box p {
    margin: 0 0 40px 0;
}

.intro_map_box p .block {
    display: block;
}


/* 제휴문의 */
.about_alliance {
    float: right;
    margin-bottom: 100px;
    width: 160px;
    height: 42px;
    
    background-color: var(--pt-c);
    /* border:solid 1px #cccccc; */
    outline: none;
    color: #fff;
    font-size: 16px;
}

.alliance_tit {
    text-align: left;
    padding: 15px 20px;
}


.file {
    display: inline-block;
    margin: 0px 0 -4px 10px;
    width: 16px;
    height: 16px;
    background: url('../img/ico/ico_file.png') no-repeat;
    background-size: cover;
}

.contact.alliance_view {}

.contact.alliance_view tr {}

.contact.alliance_view tr th {
    background-color: #fafafa;
    text-align: left;
}

.contact.alliance_view tr td {
    padding: 18px 16px;
    text-align: left;
}

.contact .alliance_view tr td input {
    float: left;
    margin: 0;
    height: 24px;
}

.contact.alliance_view tr th:first-child {
    
    padding: 24px 0 24px 20px;
    width: 140px;
}

.contact .alliance_view_sel {
    height: 50px;
    font-size: 16px;
    margin-right: 10px;
}

.contact input[type="text"].alliance_view-tit {
    margin: 0;
    width: 460px;
    height: 50px;
    font-size: 16px;
}

.contact.alliance_view tr td textarea {
    width: 100%;
    height: 260px;
    resize: none;
    overflow: auto;
    border: solid 1px #c6c6c6;
}

.contact.alliance_view tr td #alliance_file {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 0;
    height: 0;
    overflow: hidden;
}

.contact.alliance_view tr td label {
    display: inline-block;
    float: left;
    width: 90px;
    height: 50px;
    line-height: 50px;
    margin-left: 0px;
    background-color: var(--pt-c);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.contact.alliance_view tr td.check input {
    display: none;
}

.contact.alliance_view tr td.check input+label {
    padding-left: 26px;
    display: block;
    background: url(../img/btn/check_01.png) no-repeat center;
    width: 26px;
    height: 26px;
}

.contact.alliance_view tr td.check input:checked+label {
    background: url(../img/btn/check_01_on.png) no-repeat center;
}

.contact.alliance_view tr td .alliance_file_name {
    float: left;
    margin: 0;
    max-width: 460px;
    height: 50px;
    width: calc(100% - 68px);
}

.contact.alliance_view tr td .alliance_file_del {
    margin-left: 11px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background-color: #f6f6f6;
    border: solid 1px #787878;
    border-radius: 2px;
    color: #333333;
    font-size: 12px;
}

.contact.alliance_view td.pw input {
    height: 50px;
    max-width: 460px;
    width: 100%;
}

.contact.alliance_view .about_alliance_btnbox {
    display: flex;
    margin: 60px auto 0;
    justify-content: center;

}

.contact.alliance_view .about_alliance_btnbox button {
    width: 320px;
    height: 62px;
    font-size: 18px;
    font-weight: 500;
}
.contact.alliance_view .about_alliance_btnbox button+button{
    margin-left: 10px;
}
.contact.alliance_view .about_alliance {
    margin-bottom: 0;
    float: none;
    margin-right: 8px;
}

.contact.alliance_view .about_alliance_cancle {
    border: solid 1px #cccccc;
    color: #333333;
}

/* 달력 */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none;
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    z-index: 99999 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:before {
    position: absolute;
    top: -1px;
    left: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ddd;
    border-radius: 0px;
    border-left: solid 1px #ddd;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table {
    background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th {
    width: 32px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-right: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span {
    font-size: 10.1px;
    font-weight: 300;
    color: #999999;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td {
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    padding-right: 0px;
    background: #ffffff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a {
    display: block;
    margin: 1px;
    border-radius: 50%;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover {
    background-color: var(--pt-c);
    color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active {
    border: solid 1px var(--pt-c);
}

.ui-datepicker-title {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_left.png")no-repeat center;
    width: 6px;
    height: 10px;
    left: 10px;
    top: 6px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_right.png")no-repeat center;
    width: 6px;
    height: 10px;
    right: 10px;
    top: 6px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled {
    background: #fff;
    color: #cecece;
}

input.date_form :-ms-input-placeholder {
    color: #333333;
}

input.date_form::-webkit-input-placeholder {
    color: #333333;
}

input.date_form::-moz-placeholder {
    color: #333333;
}

button.ui-datepicker-trigger {
    display: none;
}

img.ui-datepicker-taigger {
    margin-left: 10px;
    margin-top: 1px;
}

.date_form {
    background: url("../img/ico/ico_calander.png") no-repeat;
    background-position: 90px center;
}

.date_form.date_form3 {
    background: none;
}

.ui-datepicker-trigger {
    margin-left: 10px;
}


/* 상품평_02*/
.mypage_review_02 {
    overflow: hidden;
}

.mypage_review_02 table tr {
    border-bottom: solid 1px #ccc;
}

.mypage_review_02 table tr th,
.mypage_review_02 table tr td {
    border: none;
}

.mypage_review_02 table tr th {
    
    padding: 10px;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.mypage_review_02 table tr td {
    
    width: 860px;
    text-align: left;
}

.mypage_review_02 .ol_item_box {
    padding: 0;
    border: solid 1px;
    width: 90px;
}

.mypage_review_02 .order_list .ol_list tbody td.ol_item {
    padding: 0;
}

.mypage_review_02 .item_review_tit {
    font-weight: bold;
}

.mypage_review_02 .item_tit {
    margin: 6px 0 8px;
    font-size: 16px;
    font-weight: bold;
}

.mypage_review_02 .ol_item ul li {
    line-height: 1.5em;
}

.mypage_review_02 .stars {}

.mypage_review_02 .stars ul {}

.mypage_review_02 .stars ul li {
    float: left;
    margin-right: 4px;
}

.mypage_review_02 textarea {
    width: 600px;
    max-width: 600px;
    height: 250px;
}

.mypage_review_02 .review_pyung th {
    vertical-align: top;
    padding-top: 20px;
}

.mypage_review_02 .fileBox .btn_file {
    display: inline-block;
    width: 70px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #787878;
    border-radius: 2px;
    background-color: #f6f6f6;
    text-align: center;
    vertical-align: middle;
}

.mypage_review_02 .fileBox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.mypage_review_02 .fileBox p {
    display: inline-block;
    margin-left: 15px;
}

.mypage_review_02 input[type="submit"] {
    display: block;
    margin: 40px auto;
    width: 240px;
    height: 50px;
    background-color: #069ee9;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
}

/* 영수증 */
.contact.mypage_receipt {}

.contact.mypage_receipt table thead th {
    padding: 0;
}

.contact.mypage_receipt table thead th:first-child {
    width: 188px;
}
.contact.mypage_receipt table tbody td{
    border-left: 1px solid #dbdbdb;
}
.contact.mypage_receipt.order_list .ol_total {
    font-size: 13px;
    color: #333;
}

.contact.mypage_receipt.order_list .ol_total p {
    font-weight: 500;
}

.contact.mypage_receipt.order_list .ol_total span {
    color: #888888;
    font-weight: 300;
}

.contact.mypage_receipt input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.contact.mypage_receipt .receipt_box01,
.contact.mypage_receipt .receipt_box02 {
    outline: none;
}

.contact fieldset>.receipt_box01 div,
.contact fieldset>.receipt_box02 div {
    height: auto;
}

.contact.mypage_receipt .receipt_box01 {}

.contact.mypage_receipt .receipt_box01 h2 {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Nato Sans Medium";
    display: inline-block;
    font-size: 22px;
    color: #333;
}

.contact.mypage_receipt .receipt_box01>p {
    display: inline-block;
    margin-left: 15px;
    font-size: ;
    color: #333;
}

.contact.mypage_receipt .receipt_box01>div {
    padding: 0 0 0 60px;
    border: solid 1px #dbdbdb;
}

.contact.mypage_receipt .receipt_box01>div:after {
    content: "";
    display: block;
    clear: both;
}

.contact.mypage_receipt .receipt_box01>div div {
    position: relative;
    float: left;
    padding: 0 0 30px;
    margin: 0;
    width: 33.33%;
}

.contact.mypage_receipt .receipt_box01>div div:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 17px;
    height: 32px;
    background: url('../img/btn/receipt_01.png');
    transform: translate(-50%, -50%);
}

.contact.mypage_receipt .receipt_box01>div div:nth-child(3):after {
    display: none;
}

.contact.mypage_receipt .receipt_box01>div div h3 {
    margin-top: 30px;
    font-family: "Nato Sans Medium";
    font-size: 20px;
    font-weight: 550;
    letter-spacing: -1px;
}

.contact.mypage_receipt .receipt_box01>div div h3 span {
    color: var(--pt-c);
}

.contact.mypage_receipt .receipt_box01>div div p {
    margin-top: 15px;
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.contact.mypage_receipt .receipt_box02 {}

.contact.mypage_receipt .receipt_box02 h2 {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Nato Sans Medium";
    font-size: 22px;
    color: #333;
}

.contact.mypage_receipt .receipt_box02>div {
    padding: 20px 50px;
    border: solid 1px #ddd;
    background-color: #fafafa;
}

.contact.mypage_receipt .receipt_box02>div p {
    position: relative;
    padding: 8px 0;
    color: #666666;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 17px;
}

.contact.mypage_receipt .receipt_box02>div p:before {
    content: "·";
    display: block;
    position: absolute;
    top: 8px;
    left: -15px;
    font-size: 24px;
    color: var(--pt-c);
}

/* 05/30 수정 */

.mypage_receipt .ol_item_box .img_thurm{
    min-width: 80px;
    margin-right: 10px;
}
.mypage_receipt .ol_item_box .item_tit {
    width:calc(100% - 90px);
}

/* 배송지 수정 */
.mypage_user_shipping {}

.contact.shipping table tr th:first-child {
    width: 62px;
}

.contact.shipping table thead th {
    font-weight: 500;
}

.contact.shipping table tbody th {
    padding: 20px 0;
}

.contact.shipping table tr .shipping_adr {
    width: 120px;
}

.contact.shipping table tr .shipping_user {
    width: 100px;
}

.contact.shipping table tr .shipping_adr2 {
    line-height: 20px;
    padding: 0 0 0 15px;
}

.contact.shipping table tr .shipping_adr2 div {
    display: none;
}

.contact.shipping table tr .shipping_phone1 {
    width: 155px;
}

.contact.shipping table tr .shipping_phone2 {
    width: 155px;
}

.contact.shipping table tbody .shipping_adr2 {
    text-align: left;
}

.contact.shipping div {
    margin: 20px 0 0;
    outline: none;
}

.contact.shipping div:after {
    content: "";
    display: block;
    clear: both;
}

.contact.shipping div button {
    float: left;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    font-size: 12px;
    
}

.contact.shipping div button:last-of-type {
    font-family: "Noto Sans KR";
    float: right;
    margin-right: 0;
    /* font-weight:500; */
}

.contact.shipping div .shipping_normal {
    width: 120px;
    background-color: #555555;
    color: #fff;
    border: solid 1px #555555;
}

.contact.shipping div .shipping_fix {
    width: 80px;
    background-color: #f6f6f6;
    color: #333333;
    border: solid 1px #787878;
}

.contact.shipping div .shipping_del {
    width: 80px;
    background-color: #f6f6f6;
    color: #333333;
    border: solid 1px #787878;
}

.contact.shipping div .shipping_add {
    width: 80px;
    background-color: #f6f6f6;
    color: #333333;
    border: solid 1px #787878;
}

/* 배송지 수정 팝업 */

.shipping_popup {
    display: none;
    position: fixed;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

.shipping_popup>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    /* height:410px;  */
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.shipping_popup>div h2 {
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #3a3a3c;
    color: #fff;
    font-size: 18px;
}

.shipping_popup>div table {
    width: 580px;
    margin: 30px auto 0px;
}

.contact.shipping .shipping_popup>div table tr th:first-child {
    width: 140px;
    background-color: #fafafa;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

.contact.shipping .shipping_popup>div table tbody th {
    padding: 15px 0 15px 20px;
}

.contact.shipping .shipping_popup>div table tbody td {
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
}

.contact.shipping .shipping_popup>div table input[type="text"] {
    width: 158px;
    border-color: #bbb;
}

.contact.shipping .shipping_popup>div table th,
.contact.shipping .shipping_popup>div table td {
    vertical-align: -webkit-baseline-middle;
}

.contact.shipping .shipping_popup>div table input,
.contact.shipping .shipping_popup>div table select {
    vertical-align: -webkit-baseline-middle;
}

.contact.shipping .shipping_popup>div table select {
    margin: 0 0 0 5px;
    width: 60px;
}

.contact.shipping .shipping_popup>div table .shipping_popup_phone1 input {
    width: 60px;
    padding-right: 10px;
}

.contact.shipping .shipping_popup>div table .shipping_popup_phone1 button {
    
    float: none;
    margin: 0px 0 0 10px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a6a6a6;
    border-radius: 2px;
    font-size: 12px;
}

.contact.shipping .shipping_popup>div table .shipping_popup_phone2 {
    display: none;
}

.contact.shipping .shipping_popup>div table .shipping_popup_adr input[type="text"]:nth-of-type(2) {
    margin: 5px 0 0 5px;
    width: 380px;
}

.contact.shipping .shipping_popup>div table .shipping_popup_adr input[type="text"]:nth-of-type(3) {
    margin: 5px 0 0 5px;
    width: 380px;
}

.contact.shipping .shipping_popup>div table .shipping_popup_adr button {
    
    float: none;
    margin: 5px 5px 0 5px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a6a6a6;
    font-size: 13px;
    color: #333;
}

.contact.shipping .shipping_popup>div div {
    display: table;
    margin: 20px auto 40px;
}

.contact.shipping .shipping_popup>div div button {
    
    float: none;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}

.contact.shipping .shipping_popup>div div .shipping_popup_close {
    margin-right: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    color: #333;
}

.contact.shipping .shipping_popup>div div .shipping_popup_sub {
    background-color: var(--pt-c);
    color: #fff;
}

.contact.shipping .shipping_popup a.shipping_popup_close {
    position: absolute;
    top: 16px;
    right: 20px;
}

/* 구매하기 */




.ord_list .pay_lmlist {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.ord_list .pay_lmlist li {
    width: calc(100%/3);
    margin-left: -1px;
}

.ord_list .pay_lmlist li input {
    display: none;
}

.ord_list .pay_lmlist li input+label {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background: #f9f9fa;
    color: #999999;
    position: relative;
    text-align: center;
    
    padding-left: 0;
}

.ord_list .pay_lmlist li+li input+label {
    border-left: solid 1px #ececec;
}

.ord_list .pay_lmlist li input:checked+label {
    border: solid 1px var(--pt-c);
    line-height: 58px;
    color: var(--pt-c);
    background: #fff;
    z-index: 1;
}


/* 배송지 관리 */
.cart_order .shipping_popup {
    z-index: 99999;
}

.cart_order .shipping_popup>div {
    width: 730px;
}

.mypage_user_info .shipping_popup>div h2 {
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #3a3a3c;
    color: #fff;
    font-size: 18px;
}

.shipping_popup>div table {
    width: 670px;
    margin: 31px auto 0px;
    border-top: solid 1px #888888;
}

.cart_order .shipping_popup>div table thead {
    background-color: #fafafa;
    color: #333333;
}

.cart_order .shipping_popup>div table thead tr {}

.cart_order .shipping_popup>div table thead th {
    font-weight: 500;
    height: 40px;
    border-right: solid 1px #eeeeee;
    font-size: 13px;
}

.cart_order .shipping_popup>div table thead th:nth-child(1) {
    width: 60px;
}

.cart_order .shipping_popup>div table thead th:last-of-type {
    border-right: none;
}

.cart_order .shipping_popup>div table tr {
    border-bottom: solid 1px #eeeeee;
}

.cart_order .shipping_popup>div table tbody th {
    padding: 15px 0 15px 0px;
    border-right: solid 1px #eeeeee;
}

.cart_order .shipping_popup>div table tbody td {
    padding: 10px 15px;
    text-align: left;
    border-right: solid 1px #eeeeee;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.cart_order .shipping_popup>div table tbody td:last-of-type {
    border-right: none;
}

.cart_order .shipping_popup>div table .shipping_popup_adr button {
    
    float: none;
    margin: 0px 5px 0 5px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    background-color: #f6f6f6;
    border: solid 1px #a6a6a6;
    font-size: 13px;
    color: #333;
}

.cart_order .shipping_popup>div button.shipping_normal {
    margin: 20px 0 0 30px;
    color: #fff;
    background-color: #555555;
    width: 120px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
}

.cart_order .shipping_popup>div div {
    display: table;
    margin: 20px auto 40px;
}

.cart_order .shipping_popup>div div button {
    
    float: none;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}

.cart_order .shipping_popup>div div .shipping_popup_close {
    margin-right: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    color: #333;
}

.cart_order .shipping_popup>div div .shipping_popup_sub {
    background-color: var(--pt-c);
    color: #fff;
}

.cart_order .shipping_popup a.shipping_popup_close {
    position: absolute;
    top: 16px;
    right: 20px;
}



/* 이용약관 */
.trems_tab_menu {
    
    width: 100%;
    margin: 15px 0 0;
}
.trems_tab_menu::after {
    display: block;
    content: '';
    clear: both;
}

.trems_tab_menu li {
    float: left;
    position: relative;
    
    width: 33.333333%;
    z-index: 1;
    border-bottom: 1px solid var(--pt-c);
}

.trems_tab_menu li.selected {
    border-bottom: none;
    z-index: 2;
}

.trems_tab_menu li.selected a {
    height: 37px;
    border: 1px solid var(--pt-c);
    border-bottom: none;
    background: #fff;
    color: var(--pt-c);
}

.trems_tab_menu li a {
    display: block;
    height: 36px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f8f8f8;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
	
}

.trems_con {
    padding: 20px;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
	border-top:none;
}


/* 회원가입 선택 */

.member-container.member_new {
    margin-top: 20px;
}

.members {
    width: 28%;
    margin-right: 8%;
    height: 180px;
}

.members p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    color: #333;
    transform: translate(-50%, -50%);
}

.members.active p {
    color: #fff;
}

.members.on p {
    color: #fff;
}

.members p .block {
    display: block;
}

.members.members_new {
    background: none;
}

.members.members_new.active {
    background: var(--pt-c);
}

.members.members_new.on {
    background: var(--pt-c);
}

.members.members_old {
    background: none;
}

.members.members_old.active {
    background: var(--pt-c);
}

.members.members_old.on {
    background: var(--pt-c);
}

.members.members_facebook {
    background: none;
}

.members.members_facebook.active {
    background: var(--pt-c);
}

.members.members_facebook.on {
    background: var(--pt-c);
}

.member-container.member_new input[type="radio"] {
    width: 0;
    height: 0;
    bottom: -100%;
    left: -100%;
}

.members_new p:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    width: 39px;
    height: 35px;
    background: url('../img/member/member_new01.png') center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.members_new.active p:before {
    background: url('../img/member/member_new02.png') center;
    background-size: cover;
}

.members_new.on p:before {
    background: url('../img/member/member_new02.png') center;
    background-size: cover;
}

.members_old p:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    width: 55px;
    height: 38px;
    background: url('../img/member/member_old01.png') center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.members_old.active p:before {
    background: url('../img/member/member_old02.png') center;
    background-size: cover;
}

.members_old.on p:before {
    background: url('../img/member/member_old02.png') center;
    background-size: cover;
}

.members_facebook p:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    width: 55px;
    height: 55px;
    background: url('../img/member/member_kakao01.png') center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.members_facebook.active p:before {
    background: url('../img/member/member_kakao01.png') center;
    background-size: cover;
}

.members_facebook.on p:before {
    background: url('../img/member/member_kakao01.png') center;
    background-size: cover;
}

.member input[type="button"] {
    background-color: #d21c55;
}

/* 회원가입 양식 */
.member-container.member-form {
    margin-top: 20px;
    padding-bottom: 20px;
}

.member-container .form-box2 .form_btn {
    background: var(--pt-c);
}

/* .form-box2 input[type="radio"] { border: solid 1px #ddd; border-radius: 50%; outline:none;} */
.form-box2 table td input {
    width: 232px;
}

.form-box2 table .phone div:last-child input {
    width: 232px;
}

.form-box2 .terms {
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
    
    text-align: -webkit-auto;
}

.member-container.member-form .agree input[type="checkbox"] {
    margin: -2px 10px 0 0;
}

/* 메일링 */
/* #mailing_wrap { width:770px; margin:0px auto; border:solid 20px #f2f2f2; background-color:#f2f2f2; box-sizing:border-box; }
#mailing_wrap header {  height:126px; background-color: #3a3a3c; overflow:hidden;}
#mailing_wrap header img { float:left; vertical-align:middle; line-height:126px; margin:35px 30px; }
#mailing_wrap header h2 { float:right; margin-right:30px; line-height:126px; color:#fff; font-size:24px; font-weight:400;}

#mailing_wrap .mailing_container { box-sizing:border-box; padding:90px 0 70px 0; text-align:center; background-color:#fff; }
#mailing_wrap .mailing_container > img { display:block; margin:0px auto;  }
#mailing_wrap .mailing_container h3 { padding:30px 0 20px; font-size:26px; }
#mailing_wrap .mailing_container h3 span { color:#d21c55; }

#mailing_wrap .mailing_container p { line-height:22px; }
#mailing_wrap .mailing_container p span { font-weight:bold; }

#mailing_wrap .mailing_container2 { padding:30px 0 30px 43px; margin:30px 0 0 0; background-color:#fff; }
#mailing_wrap .mailing_container2 p { text-align:left; line-height:22px; font-family:'돋움','dotum';  color:#959595; font-size:13px; font-weight:300;  letter-spacing:-1px;}

#mailing_wrap #footer.mailing_footer .footer_bot { padding:60px 0 40px; background:none;}
#mailing_wrap #footer.mailing_footer .footer_bot .wrap_layout { padding: 0 43px; width:100%;}
#mailing_wrap #footer.mailing_footer .footer_bot address,
#mailing_wrap #footer.mailing_footer .footer_bot p,
#mailing_wrap #footer.mailing_footer .footer_bot .copy { font-family:'돋움','dotum'; font-size:12px; color:#959595; font-weight:300; } */

/* 고객센터 */


.cont_ttl {
    font-size: 30px;
    font-weight: 700;
    margin: 80px 0 40px;
}

.user_acc .mypage_account .refound_info + .refound_info {
    margin-top: 20px;
}
.user_acc .mypage_account .ra_wrap {
    margin-top: 30px;
    display: flex;
}
.user_acc .mypage_account .ra_wrap .radio_box + .radio_box{
    margin-left: 10px;
}

@media screen and (max-width: 1100px) {
    .contact .contact_btn:first-child {
        margin-left: 0;
    }

    .contact .contact_btn {
        width: 50px;
        margin-right: 5px;
        font-size: 12px;
    }

    .contact .contact_btn_box input[type="text"] {
        width: 100px;
        margin: 0 5px;
        background-color: #fff;
        font-size: 12px;
        background-position: right 5px center;
        padding-left: 10px;
    }
}


@media screen and (max-width: 990px) {
    .mypage_info ul li {
        padding: 10px 10px;
    }

    .mypage_info ul li>p span:first-child {
        font-size: 24px;
    }

    .cal_co_wrap .cal_colist ul li {
        padding: 19px 10px 18px;
    }
}

@media screen and (max-width: 921px) {

    .seller .contact_btn_box>div {
        flex-direction: column;
    }

    .seller .contact_btn_box .date_wrap {
        margin-top: 10px;
        margin-left: -10px;
    }

    .seller .contact_btn_box .btn_wrap .contact_btn {
        width: 85px;
    }

    .seller .sell_search .inbox input[type=text] {
        width: 80% !important;
    }

    .seller .contact_btn_box input[type="text"] {
        width: 273px;
    }

    .seller .cal_co_wrap .cal_colist ul li div {
        font-size: 12px;
    }
    


    
}






/* mobile */
@media screen and (max-width: 850px) {

    #container.mypage_container {
        width: 100%;
        padding-top: 0;
    }

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

 
    /* 모바일 메뉴 */
    .sub_nav {
        position: relative;
        width: calc(100% - 36px);
        margin: 30px auto 0;
        border: 0;
        display: block;
    }

    .sub_nav .now_btn {
        display: block;
        padding: 0 18px;
        width: 100%;
        height: 48px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: var(--pt-c) url(../img/ico/sub_nav_arrow.png) right 18px center no-repeat;
        background-size: 7.5px;
        text-align: left;
        
        outline: 0;
    }

    .sub_nav .now_btn.on {
        background: var(--pt-c) url(../img/ico/sub_nav_arrow_on.png) right 18px center no-repeat;
        background-size: 7.5px;
    }

    .sub_nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #dbdbdb;
        border-top: 0;
        width: 100%;
        
        z-index: 1;
    }

    .sub_nav ul li {}

    .sub_nav ul li a {
        padding: 0 18px;
        width: 100% !important;
        height: 46px;
        line-height: 46px;
        text-align: left;
        background: #fff;
        
        font-weight: 500;
        display: block;
        color: #757575;
    }

    .sub_nav ul li a.on {
        color: var(--pt-c);
    }

    /* side 메뉴 */
    .mypage_nav {
        display: none !important;
    }

    #snb {
        /* display:none; */
        position: relative;
        float: none;
        width: auto;
    }

    #snb h2.mybonto {
        height: 42px;
        line-height: 42px;
        background-color: #fff;
        color: #000000;
        font-size: 15px;
        border-top: 1px solid #dbdbdb;
    }

    #snb>ul {
        position: relative;
        margin-bottom: 0;
    }

    #snb>ul>li {
        /* float: left; */
        width: 25%;
    }

    #snb>ul>li>a {
        display: block;
        position: relative;
        padding: 0;
        height: 40px;
        border-bottom: none;
        line-height: 40px;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    #snb>ul.moblie_menu>li:not(:last-of-type)>a:after {
        content: "";
        display: block;
        position: absolute;
        right: -1px;
        top: 15px;
        width: 2px;
        height: 10px;
        background-color: #e8e8e8;
    }

    #snb>ul>li>ul.snb_submenu {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        height: 46px;
        background: #ddd;
        z-index: 999;
    }

    #snb>ul>li>ul.snb_submenu li {
        float: left;
    }

    #snb.contact_snb {}

    #snb.contact_snb ul {
        margin: 0 15px;
        
        flex-wrap: wrap;
    }

    #snb.contact_snb ul li {
        /* width: 25%; */
        
    }

    #snb.contact_snb ul li:nth-child(n+3) a {
        border-top: none;
    }

    #snb.contact_snb ul li:nth-child(2n) {
        border-right: 0;
    }

    /* #snb.contact_snb ul li:nth-child(1) {width:22%;}
	#snb.contact_snb ul li:nth-child(2) {width:33%;}
	#snb.contact_snb ul li:nth-child(3) {width:15%;}
	#snb.contact_snb ul li:nth-child(4) {width:15%;}
	#snb.contact_snb ul li:nth-child(5) {width:15%;} */
    #snb.contact_snb ul li a {
        font-size: 12px;
        white-space: nowrap;
        line-height: 40px;
    }



    .web_menu {
        display: none;
    }

    #snb .moblie_menu {
        display: block;
        border-left: none;
        border-right: none;
    }

    #snb .moblie_menu::after {
        display: block;
        content: '';
        clear: both;
    }

    #snb .moblie_menu li a.active {
        color: var(--pt-c);
    }

    #snb>.moblie_sub_menu::after {
        content: '';
        display: block;
        clear: both;
    }

    #snb>.moblie_sub_menu {
        display: none;
        width: 100%;
        height: auto;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 0;
        padding: 10px 10px 0;
        
    }

    #snb>.moblie_sub_menu li {
        float: left;
        display: inline-block;
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #snb>.moblie_sub_menu li:nth-of-type(2n) {
        margin-right: 0;
    }

    #snb>.moblie_sub_menu li a {
        display: block;
        border: 1px solid #dbdbdb;
        width: 100%;
        height: 42px;
        line-height: 38px;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        color: #333;
        background: none;
        
    }

    #snb>.moblie_sub_menu li a.active {
        border: 1px solid var(--pt-c);
        color: var(--pt-c);
    }

    /* #snb > .moblie_sub_menu li a:hover { color:#d21c55;}
	#snb > .moblie_sub_menu li a:hover:after { position:absolute; bottom:0; left:15%; content:""; display:block; clear:both; width:70%; height:3px; background-color:#d21c55;} */
    /* #snb > .moblie_sub_menu li a.active:after { position:absolute; bottom:0; left:20%; right:20%;content:""; display:block; clear:both; width:60%; height:3px; background-color:#d21c55;}
	#snb > .moblie_sub_menu li a.moblie_nav01.active:after { position:absolute; top: auto; bottom:0; left:0%; right:0%; content:""; display:block; clear:both; width:100%; height:3px; background-color:#d21c55;}
	#snb > .moblie_sub_menu li a.moblie_nav02.active:after { position:absolute; top: auto; bottom:0; left:7.5%; right:7.5%; content:""; display:block; clear:both; width:85%; height:3px; background-color:#d21c55;}
	#snb > .moblie_sub_menu li a.moblie_nav03.active:after { position:absolute; top: auto; bottom:0; left:30%; right:30%; content:""; display:block; clear:both; width:40%; height:3px; background-color:#d21c55;} */

    #snb .snb_adzone.snb_ad_1,
    #snb .snb_adzone.snb_ad_2 {
        display: none;
    }

    /* 달력 */

    .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
        display: none;
        position: absolute;
        top: 548px !important;
    }

    .visit_box {}

    .mypage_info {
        float: none;
        width: 100%;
        border: none;
    }

    .mypage_info ul {
        flex-wrap: wrap;
    }

    .mypage_info ul li {
        padding: 0 30px 0 20px;
        width: 50%;
        min-height: 50px;
        border-bottom: solid 1px #ddd;
        font-size: 12px;
        font-weight: 500;
    }

    .mypage_info ul li:nth-of-type(2n+0) {
        border-right: none;
    }

    .mypage_info ul li>p {
        margin-right: -5px;
    }

    .mypage_info ul li>p span:first-child {
        font-size: 15px;
    }

    .mypage_info ul li>p span:last-child {
        right: -12px;
        font-size: 10px;
    }

    .mypage_info ul li.cash>p span:last-child {
        right: -9px;
    }

    .mypage_info>div {
        height: 40px;
        border-bottom: 1px solid #dbdbdb;
    }

    .mypage_info div p {
        font-size: 13px;
        color: #555555;
        line-height: 40px;
        display: inline-block;
        padding: 0 0 0 15px;
    }

    .mypage_info div p img {
        margin: 0 6px 3px 20px;
        width: 26px;
        vertical-align: middle;
    }

    .mypage_info div div {
        /* display: inline-block; */
        /* float: right; */
        margin: 0 0 0 7px;
        line-height: 40px;
    }

    .mypage_info div div a {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        
        background-color: #3a3a3c;
        color: #fff;
        font-size: 11px;
        text-align: center;
    }

    .mypage_info div div a.my_info {
        width: 58px;
        margin-right: 6px;
    }

    .mypage_info div.recommender .link {
        font-size: 11px;
    }

    .mypage_info div div a.my_benefits {
        width: 80px;
    }

    .order_list h2.contact_title {
        padding: 20px 20px;
        font-weight: 500;
    }

    .order_list h2.reser_title {
        padding: 0px 20px;
    }

    .reser_select_box {
        margin: -20px 20px 0px;
    }

    /* 주문목록 */
    .mypage_info ul li.cash {
        border-bottom: none;
    }

    .order_list {
        float: none;
        width: 100%;
    }

    .order_list h2 {
        font-size: 16px;
        padding: 20px 20px;
        font-weight: 500;
    }

    .order_list table.ol_list {
        padding: 0 20px;
        border: none;
    }

    .order_list tbody tr {
        padding: 15px;
        position: relative;
        margin-bottom: 16px;
    }

    .ol_item_box .item_img_wrap {
        margin-right:0;
    }

    .order_list .ol_item_box .img_thurm {
        /* width: 100px;
        height: 100px; */
        margin-right: 15px;
    }

    .ol_item_box .item_info_wrap {
        margin-top: 0;
    }
    .order_list .ol_item_box .item_tit {
        font-size: 13px;
        line-height: 1.5;
        width: calc(100% - 105px);
    }
    .my_shopping  .order_list .ol_item_box .item_tit,
    .mypage_cancle .order_list .ol_item_box .item_tit {
        width: 100%;
    }

    .mypage_book .ol_item_box .item_tit {
        padding-top: 10px;
    }

    .mypage_book.order_list .ol_save ul {
        margin-top: 20px;
    }

    .order_list .ol_item_box .item_option li {
        font-size: 12px;
    }

    .order_list .ol_item_box .item_option li strong {
        font-size: 12px;
    }

    .order_list .btn_st05 {
        
        margin-top: 7px;
        padding: 0;
        width: 90px;
        height: 30px;
        line-height: 28px;
        text-align: center;
    }

    .order_list .ol_list tbody td.ol_money {
        margin-top: -20px;
        padding-left: 115px;
    }

    .order_list .ol_money p {
        display: inline-block;
        margin: 7px 5px;
    }

    /* .order_list .ol_list tbody td.ol_item {padding: 54px 0px 15px 18px; border-bottom: solid 1px #ddd; margin-bottom:0px; } */
    .order_list tbody td.ol_total {
        text-align: left;
        display: none;
    }

    .order_list .ol_total p {
        text-align: left;
        display: inline-block;
        margin-right: 15px;
        font-size: 16px;
    }

    .order_list .ol_total span {
        text-align: left;
        display: inline-block;
        margin: 0 5px 0 0;
        font-size: 14px;
    }

    .order_list .ol_save {
        text-align: center;
    }

    .order_list .ol_save ul {
        padding: 0px;
        margin: 10px 0 5px;
    }

    /* .order_list .ol_save ul.shipping_condi {position: absolute; top: 0; left: 0; right: 0; padding-left: 13px; margin:0; background: #f6f6f6; height: 40px; line-height: 26px; } */
    /* .order_list .ol_save li {display:inline-block;  margin-right:3.5%; width:30%;  text-align:center;  } */
    /* .order_list .ol_save ul.shipping_condi li { width:100%;}
	.order_list .ol_save li:last-child {margin-right:0px;}
    .order_list .ol_save li.shipping_btn {display:none;} */
    .order_list .ol_save li a {
        display: block;
    }

    .order_list .shipping_ready {
        /* margin-left: 12px; */
        font-size: 14px;
        text-align: left;
    }

    .order_list .shipping_ing {
        /* margin-left: 12px; */
        font-size: 14px;
        text-align: left;
    }

    .order_list .shipping_finish {
        /* margin-left: 12px; */
        font-size: 14px;
        text-align: left;
    }

    .order_list .btn_del {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .order_list .od_btn_del {
        width: 100%;
        height: 34px;
        line-height: 32px;
        font-size: 12px;
    }

    .order_list .od_btn_sav {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }

    .od_btn_change,
    .od_btn_review {
        width: 100%;
        height: 34px;
        line-height: 32px;
        font-size: 12px;
    }

    .order_list tbody tr.od_list_sum {
        border-bottom: none;
        margin-bottom: 0;
    }

    .order_list tbody tr.od_list_sum .od_list_sum_btn {
        position: absolute;
        bottom: -222px;
        left: 0;
        right: 0;
        padding: 0 20px;
    }

    .order_list tbody tr.od_list_sum2 {
        border-top: none;
        margin-top: -55px;
    }

    .order_list tbody tr.od_list_sum2 .ol_item {
        padding: 54px 0px 15px 18px;
        margin-bottom: 55px;
    }

    /*후기 리뷰 */
    .contact_rev h2.rev_tit {
        padding: 30px 0;
    }

    .contact_rev table tbody tr th a.review_img {
        width: 100%;
        height: 100%;
    }

    .contact.contact_rev table tbody tr td.contact_rev_date {
        position: static !important;
        text-align: right;
    }

    .contact_review_view .contact_review_view_tit {
        padding: 30px 0 !important;
    }

    /* 200212 modified 배송조회 버튼 */
    .order_list .ol_list tbody td.ol_item {
        padding: 44px 0px 15px 0 !important;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .order_list .ol_save ul.shipping_condi {
        position: static;
        background-color: #fff;
        padding-left: 13px;
        line-height: 26px;
        margin: 0;
    }

    .order_list .ol_save li {
        display: inline-block;
        margin-right: 3.5%;
        width: 30%;
        text-align: center;
    }

    .order_list .ol_save ul.shipping_condi li {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 13px;
        margin: 0;
        background: #f6f6f6;
        line-height: 26px;
        
        border-bottom: 1px solid #dbdbdb;
    }

    .order_list .ol_save li:last-child {
        margin-right: 0px;
    }

    .order_list .ol_save li.shipping_btn {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 13px;
        margin: 0;
        line-height: 26px;
        height: 10px;
        background: transparent;
        margin-left: -32px;
    }

    .order_list .ol_save ul.shipping_condi li:nth-child(2) {
        display: block;
        text-align: left;
        line-height: 55px;
        position: relative;
        background-color: #fff;
        margin-left: -32px;
        height: auto;
        padding: 10px 0;
    }

    .order_list .ol_save ul.shipping_condi li:nth-child(2) a {
        display: block;
        width: 100px;
        height: 30px;
        margin: 0 auto;
        line-height: 28px;
        text-align: center;
        /* position: absolute; */
        /* top: -30px; */
    }

    .order_list .ol_save ul.shipping_condi li:nth-child(3) {
        text-align: left;
        vertical-align: top;
        position: relative;
        background-color: transparent;
        top: -15px;
        left: -10px;
        height: 20px;
        
        float: left;
        margin-left: 100px;
    }

    .order_list .ol_save ul.shipping_condi li:nth-child(3) br {
        display: none;
    }


    /* //200212 modified 배송조회 버튼 */

    /* //주문목록 */


    /* 텝메뉴 */
    .cancle_refund {
        width: calc(100% - 40px);
        margin: 15px auto 20px;
    }

    /* 취소 환불 */
    .mypage_cancle h2 {
        padding: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .mypage_cancle>p {
        padding: 0 20px 0 20px;
        font-size: 10px;
        letter-spacing: -1px;
        line-height: 16px;
    }

    .mypage_cancle>p:last-child {}

    .mypage_cancle>p .block {
        display: none;
    }

    .mypage_cancle table tbody .ol_cancle_date {
        position: absolute;
        bottom: 93px;
        left: 130px;
        padding: 0;
        padding-left: 0;
        border-right: none;
        border-bottom: none;
        background: none;
        text-align: left;
        font-size: 12px;
        color: #888;
        font-weight: 300;
    }

    .mypage_cancle table tbody .ol_cancle_date:before {
        content: "반품 접수일:";
        display: inline-block;
        color: #333;
        font-weight: 500;
    }

    .mypage_cancle table.ol_list tbody td.ol_item {
        padding-bottom: 25px;
        margin-bottom: 60px;
    }

    .mypage_cancle.order_list table.ol_list th.ol_cancle_date {
        position: absolute;
        left: 138px;
        padding: 0;
        padding-left: 0;
        bottom: 80px;
        border-bottom: none;
        background: none;
        text-align: left;
        font-size: 12px;
        color: #888;
        font-weight: 300;
    }

    .mypage_cancle table th.ol_cancle_date:before {
        content: "반품 접수일:";
        display: inline-block;
        color: #333;
        font-weight: 500;
    }

    .mypage_cancle table.ol_list .ol_save {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #f6f6f6;
        text-align: left;
        border-bottom: solid 1px #dcdcdc;
    }

    .mypage_cancle table.ol_list .ol_save p {
        line-height: 37px;
        padding-left: 13px;
        font-size: 14px;
    }

    .mypage_cancle table.ol_list tbody td.ol_money {
        position: absolute;
        bottom: 50px;
        left: 0px;
        right: 0px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .mypage_cancle table.ol_list tbody td.ol_money strong {
        float: right;
        font-size: 15px;
    }

    .mypage_cancle table.ol_list tbody td.ol_money strong:after {
        content: "원";
        color: #4e4e4e;
        font-weight: 300;
    }

    .mypage_cancle table.ol_list tbody td.ol_money span {
        display: none;
    }

    .mypage_cancle table.ol_list tbody td.ol_money p {
        /*  position:relative; */
        display: inline-block;
        font-size: 15px;
        float: right;
        margin: 0 5px 0 0;
    }

    .mypage_cancle table.ol_list tbody td.ol_money p.cancle_moblie_txt {
        display: block;
        float: left;
        font-weight: 300;
    }

    .mypage_cancle table tbody .ol_total_money {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        padding: 0 10px;
        text-align: right;
    }

    .mypage_cancle table.ol_list tbody td.ol_total_money strong {
        float: right;
        font-size: 15px;
    }

    .mypage_cancle table.ol_list tbody td.ol_total_money strong:after {
        content: "원";
        color: #4e4e4e;
        font-weight: 300;
    }

    .mypage_cancle table.ol_list tbody td.ol_total_money span {
        display: none;
    }

    .mypage_cancle table.ol_list tbody td.ol_total_money p.cancle_moblie_txt {
        display: block;
        float: left;
        font-weight: 300;
    }

    /* 환불 */
    .mypage_refound .refound_info {
        width: calc(100% - 40px);
        margin: 0 auto 25px;
    }

    .refound_info:after {
        content: "";
        display: block;
        clear: both;
    }

    .mypage_refound .refound_info>div {
        float: left;
        border: none;
        height: 100px;
        font-size: 11px;
    }

    .mypage_refound .refound_info>div:first-child {
        width: 24.61%;
    }

    .mypage_refound .refound_info>div:first-child p {
        padding: 35px 0 0 15px;
        line-height: 16px;
        text-align: left;
    }

    .mypage_refound .refound_info>div:first-child p .block {
        display: block;
    }

    .mypage_refound .refound_info>div:last-child {
        padding: 15px 16px;
        width: 75.39%;
    }

    .mypage_refound .refound_info>div:last-child p {
        padding: 0;
        margin-bottom: 10px;
        font-weight: 300;
        line-height: 20px;
    }

    .mypage_refound .refound_info>div:last-child p .block {
        display: block;
    }

    .mypage_refound .order_list table.ol_list {
        padding: 0;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .mypage_refound table li.refound_moblie {
        display: none;
    }

    .mypage_refound table th.ol_cancle_date {
        margin-top: 116px;
    }

    .mypage_refound .ol_save p {
        font-size: 14px;
        font-weight: 400;
    }

    .mypage_refound .ol_save p span {
        display: none;
    }

    .mypage_cancle.mypage_refound.order_list table.ol_list th.ol_cancle_date {
        margin-top: 115px;
    }

    .refound_popup>div {
        width: calc(100% - 40px);
        height: auto;
    }

    .refound_popup>div h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .refound_popup>div table {
        margin: 20px auto 0;
        width: calc(100% - 30px);
    }

    .refound_popup>div table th {
        padding: 20px 0 20px 5px;
        width: 25%;
        font-size: 11px;
        font-weight: 400;
    }

    .refound_popup>div table tr:nth-child(1) td input {
        width: 60%;
        height: 30px;
    }

    .refound_popup>div table tr:nth-child(2) td select {
        width: 60%;
        height: 30px;
        font-size: 10px;
    }

    .refound_popup>div table tr:nth-child(3) td input {
        width: 100%;
        height: 30px;
    }

    .refound_popup>div div {
        display: block;
        width: calc(100% - 40px);
        margin: 30px auto;
        text-align: center;
    }

    .refound_popup>div div button {
        width: 33.33%;
    }


    .mypage_cancle {
        width: 100%;
    }

    .cancle_refund a {
        /*  width:100%; */
        font-size: 12px;
    }

    /* 계좌정보 관리 */
    .mypage_account .refound_info {
        /*width:calc(100% - 40px);*/
        margin: 0 auto 25px;
    }

    .refound_info:after {
        content: "";
        display: block;
        clear: both;
    }

    .mypage_account .refound_info>div {
        float: left;
        border: none;
        font-size: 11px;
        min-height: 100px;
    }
    .user_acc .mypage_account .refound_info>div {
        min-height: 80px;
    }
    .user_acc .mypage_account .refound_info {margin-bottom: 0;}
    .user_acc .mypage_account .refound_info + .refound_info {
        margin-top: 15px;
    }
    .user_acc .mypage_account .ra_wrap {
        margin-top: 20px;
    }
    .mypage_account .refound_info>div:first-child {
        width: 24.61%;
        min-width: 80px;
        text-align: left;
        padding-left: 15px;
    }

    .mypage_account .refound_info>div:first-child p .block {
        display: block;
    }
    input[type=radio]+label{
        padding-left: 23px;
    }
    .mypage_account .refound_info>div:last-child {
        padding: 15px;
        width: 75.39%;
    }

    .mypage_account .refound_info>div:last-child p {
        padding: 0;
        display: block;
        text-align: left;
        margin-bottom: 10px;
        font-weight: 300;
        line-height: 20px;
    }

    .mypage_account .refound_info>div:last-child p .block {
        display: block;
    }

    .mypage_account table.account_change {
        width: 100%;
        text-align: left;
        /* color: #666; */
    }

    .mypage_account table.account_change tr:first-child {
        border-top: solid 1px #252525;

    }
    .mypage_account table.account_change tr {
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
    }

    .mypage_account table.account_change th {
        padding: 20px 10px 20px 15px;
        width: 24.61%;
        color: #333333;
        font-size: 11px;
        min-width: 60px;
    }

    .mypage_account table.account_change td {
        border-bottom: solid 1px #cccccc;
        padding: 15px;
        font-size: 11px;
    }

    .mypage_account table.account_change td input {
        width: 95%;
        outline: none;
    }

    .mypage_account table.account_change td select {
        width: 95%;
    }

    .mypage_account table.account_change td p {
        display: inline-block;
        margin-left: 10px;
        font-size: 13px;
        font-weight: 300;
    }

    .mypage_account div.btn_warp {
        margin: 20px auto;
        width: auto;
        text-align: center;
    }

    .mypage_account button {}

    .mypage_account .refound_ok,
    .mypage_account .close_return {
        width: 48%;
    }

    .mypage_account .close_return {
        margin-right: 3%;
    }

    /* 찜한상품 */
    .mypage_book.order_list .ol_list tbody td.ol_item {
        padding: 0;
    }

    .mypage_book.order_list .ol_list tbody td.ol_money {
        /* bottom: 30px; */
        margin-top: 0;
    }


    /* 예약리스트 */
    .order_list .reser_check_box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: left;
        padding: 10px 20px;
        z-index: 9;
    }

    .order_list .ol_total br {
        display: none;
    }

    .order_list .ol_total input {
        width: 20%;
        height: 24px;
    }

    .order_list .ol_total .reser_change {
        margin-top: 0;
        margin-left: 10px;
    }

    .reser_list.order_list .ol_list tbody td.ol_item {
        padding: 50px 0 50px
    }

    .reser_list .ol_item_box .img_thurm {
        left: 0px;
    }

    .reser_list.order_list .ol_item_box {
        padding-left: 115px;
    }

    .reser_list .ol_list tbody td.ol_money {
        top: 175px;
        left: 0px;
        right: 0px;
        padding: 0 20px 0 0;
    }

    .reser_list .ol_list tbody td.ol_money strong {
        float: right;
    }

    .reser_list .ol_list tbody td.ol_money p {
        /*  position:relative; */
        float: right;
        margin: 2px 10px;
    }

    .reser_list .ol_list tbody td.ol_money p:before {
        content: "합계금액";
        display: block;
        position: absolute;
        top: 4px;
        left: 20px;
        font-size: 13px;
        font-weight: 300;
    }

    .order_list table.ol_list td.visit_txt.visit_txt02 {
        margin-bottom: 60px;
        border-bottom: solid 1px #ddd;
    }

    .visit_txt.visit_txt02 ul {
        padding-left: 0;
    }

    .visit_txt.visit_txt02 ul li strong {
        padding-left: 0;
    }

    .visit_txt.visit_txt02 ul li:last-child strong:last-child {}

    .visit_txt.visit_txt02 ul li:last-child strong:last-child:before {
        content: "";
        display: block;
    }

    .reser_list.order_list tbody td.ol_total {
        display: block;
        height: 40px;
    }

    .reser_list.order_list tbody td.ol_total input {
        float: left;
        width: 30%;
        height: 34px;
    }

    .reser_list.order_list .ol_total .reser_change {
        float: left;
        margin-top: 0;
        margin-left: 5%;
        width: 30%;
        height: 34px;
    }

    .reser_list.order_list tbody .ol_save {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        text-align: left;
        padding: 0 20px;
        white-space: nowrap;
    }

    .reser_list.order_list tbody .ol_save li {
        padding: 3px 20px;
        width: 100%;
        text-align: left;
    }

    .reser_list.order_list tbody .ol_save li a {
        position: absolute;
        top: 380px;
        width: 31%;
        left: 50%;
        /* right:20px; */
        transform: translate(-50%, -50%);
    }

    .reser_del {
        position: relative;
        padding: 0 10px;
        margin: 10px 0 20px;
    }

    .reser_del button.visit_btn01 {
        position: absolute;
        top: 0;
        right: 100px;
        margin: 0 20px 0 10px;
    }

    .reser_del button.cancelkk {
        position: absolute;
        top: 0;
        right: 20px;
    }

    /* 예약팝업 */
    .visit_box {
        /* display:block; */
    }

    .visit_box .visit_popup {
        width: calc(100% - 40px);
        height: auto;
    }

    .visit_box .btn_visit02 {
        display: block;
        float: unset;
        margin: 40px auto;
    }

    .visit_box h2 {
        padding: 15px 0px;
        height: unset;
        line-height: unset;
    }

    .visit_box table {}

    .visit_box table th {
        padding: 15px 0 15px 5px;
        width: 30%;
        font-size: 12px;
        font-weight: 400;
    }

    .visit_box table tr {
        border: solid 1px #ddd;
        border-right: none;
        border-left: none;
    }

    .visit_box .visit_popup #search_store {
        width: 100%;
    }

    .visit_box table tr:first-child td input {
        width: 45%;
    }

    .visit_box table tr:first-child td button {
        width: 45%;
    }

    .visit_box table tr:nth-child(2) td input {
        width: 70%;
        margin-right: 5%;
    }

    .visit_box table tr:last-child td select {
        width: 45%;
    }

    .visit_box .btn_box {
        display: block;
        padding: 0 20px;
        text-align: center;
    }

    .visit_box .btn_box:after {
        content: "";
        display: block;
        clear: both;
    }

    .visit_box .btn_box button {
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .visit_box .btn_visit01 {
        width: 33.84%;
    }

    .visit_box .btn_visit02 {
        display: unset;
        width: 33.84%;
        margin: 0;
    }

    .visit_box_close {}


    /* 예약완료 */
    .visit_txt ul li {
        padding: 0 0 0 0px;
    }

    .reser_list {}

    .reser_list .ol_list tbody td {
        width: 100%;
    }

    .reser_list .ol_list .ol_item.visit_01 {
        margin-bottom: 30px;
    }

    .reser_list .ol_list tbody td.ol_money.visit_02 {
        top: 140px;
    }

    .reser_list.order_list tbody tr.visit_03 {
        border-bottom: none;
    }

    .reser_list.order_list tbody tr.visit_02 {
        border-top: none;
        margin-top: -55px;
    }

    .reser_list.order_list tbody tr.visit_02 .ol_item.visit_01 {
        margin-bottom: 115px;
    }

    .reser_list.order_list tbody tr.visit_02 .ol_save.visit_01 {}

    .reser_list .ol_list tbody td.visit_txt {}


    .reser_list .ol_list tbody td.visit_txt.visit_02 ul {
        position: absolute;
        top: 375px;
        left: 0;
        right: 0;
        padding: 0 20px;
    }

    .reser_list .ol_list tbody td.ol_save.visit_02 ul {
        display: none;
        position: absolute;
        top: 454px;
        left: 0;
        right: 0;
        padding: 0 20px;
        text-align: right;
    }

    /* .reser_list.order_list tbody .ol_save  .reser_del_btn { position: absolute; top: 174px;left: 0; right: 0; text-align: right; padding: 0 20px; } */

    /* 쿠폰 사용가능 */

    .cancle_refund {}

    .my_coupon table.ol_list {
        width: calc(100% - 40px);
        margin: 0 auto;
        border: none;
    }

    .my_coupon .ol_list tbody tr {
        border-top: solid 1px #888;
        margin-top: 0;
        padding: 15px 15px 20px;
        margin-bottom: 15px;
    }

    .my_coupon .ol_list tbody tr:first-child {
        display: none;
    }

    .my_coupon .mypage_cancle table.ol_list tbody td.ol_item {
        padding: 0;
        margin-bottom: 0;
    }

    .mypage_coupon .ol_item .item_tit.coupon_name {
        text-align: left;
        padding: 35px 0 90px;
        line-height: 1.5;
    }

    .mypage_coupon .ol_item .item_tit.coupon_name p {}

    .mypage_coupon .ol_list tbody td.ol_total.coupon_term {
        position: absolute;
        bottom: 53px;
        line-height: 1.333;
        left: 0;
        right: 0;
        text-align: left;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_term p {
        padding: 0 0 0 15px;
        font-size: 12px;
        color: #888888;
        font-weight: 300;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_term p:before {
        content: "사용조건 : ";
        font-weight: 500;
        color: #333;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_date {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: left;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_date p {
        padding: 0 0 0 15px;
        font-size: 12px;
        color: #333333;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_date p:before {
        content: "유효기간 : ";
        font-weight: 500;
        color: #333;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_condi {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: left;
        background-color: #f6f6f6;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    .mypage_coupon .ol_list tbody td.ol_total.coupon_condi p {
        line-height: 37px;
        padding: 0 15px;
        font-size: 14px;
    }

    .mypage_cancle table.ol_list tbody td.ol_money.coupon_persent {
        position: absolute;
        top: auto;
        bottom: 15px;
        left: 0;
        padding: 0 15px;
        width: 100%;
    }

    .mypage_cancle table.ol_list tbody td.ol_money.coupon_persent p {
        position: relative;
        text-align: right;
        display: block;
        float: unset;
        margin: 0;
        font-size: 15px;
    }

    .mypage_cancle table.ol_list tbody td.ol_money.coupon_persent p:before {
        content: "할인액(율)";
        display: block;
        position: absolute;
        left: -0%;
        top: 0;
        font-size: 13px;
        font-weight: 300;
    }

    .cancle_refund {}


    /* 배송지 수정 */
    .shipping {
        position: relative;
    }

    .contact.shipping table {
        display: block;
    }

    .contact.shipping table tbody {
        display: block;
    }

    .contact.shipping table tr {
        border: solid 1px #dcdcdc;
        font-size: 12px;
    }

    .contact.shipping table tr.m_tr {
        display: none !important;
        height: 15px;
        border: none;
    }

    .contact.shipping table tr:after {
        content: "";
        width: 100px;
        height: 150px;
        margin-bottom: 20px;
        background: red;
    }

    .contact.shipping table td {
        border: none;
    }

    .contact.shipping table tr th.shipping_choice {
        
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        border: none;
        text-align: left;
        z-index: 9;
    }

    .contact.shipping table tr th,
    .contact.shipping table tr td {
        display: block;
    }

    .shipping_choice {}

    .shipping_choice input[type="radio"] {
        margin: 17px 20px;
        background: none;
        border-radius: 50%;
        width: 14px;
        height: 14px;
    }

    .contact.shipping table tr .shipping_adr {
        
        padding: 0 0 0 40px;
        width: 100%;
        height: 45px;
        line-height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f6f6f6;
        border: none;
        border-bottom: solid 1px #dcdcdc;
        text-align: left;
    }

    .contact.shipping table tr .shipping_user {
        
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .contact.shipping table tr .shipping_user:before {
        content: "받는사람 : ";
        display: inline-block;
        margin-right: 5px;
    }

    .contact.shipping table tbody .shipping_adr2 {
        padding: 0;
        margin: 5px 0 10px;
        width: 100%;
        /* height:500px; */
        font-size: 12px;
        letter-spacing: -1px;
    }

    .contact.shipping table tbody .shipping_adr2>div {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        
        border-top: solid 1px #dddddd;
    }

    .contact.shipping table tbody .shipping_adr2>div button {
        float: left;
        margin: 10px 5% 0 0;
        width: 30%;
        height: 30px;
        line-height: 30px;
    }

    .contact.shipping table tbody .shipping_adr2>div .shipping_btn_common {
        background-color: #555555;
        color: #fff;
    }

    .contact.shipping table tbody .shipping_adr2>div .shipping_btn_fix {
        background-color: #f6f6f6;
        color: #333333;
        border: solid 1px #a6a6a6;
    }

    .contact.shipping table tbody .shipping_adr2>div .shipping_btn_delete {
        background-color: #f6f6f6;
        color: #333333;
        border: solid 1px #a6a6a6;
        margin-right: 0;
    }

    .contact.shipping table tr .shipping_phone1 {
        
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }

    .contact.shipping table tr .shipping_phone1:before {
        content: "연락처1";
        position: absolute;
        left: 15px;
    }

    .contact.shipping table tr .shipping_phone2 {
        
        width: 100%;
        text-align: right;
    }

    .contact.shipping table tr .shipping_phone2:before {
        content: "연락처2";
        position: absolute;
        left: 15px;
    }

    .contact fieldset>div.web_shipping_btn {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .contact fieldset>div.web_shipping_btn .shipping_add {
        border: solid 1px #a6a6a6;
        font-size: 11px;
    }

    .shipping_normal,
    .shipping_fix,
    .shipping_del {
        display: none;
    }

    /* 배송지 수정 팝업 */

    .shipping_popup {
        z-index: 999;
    }

    .shipping_popup>div {
        width: calc(100% - 40px);
        max-height: 90vh;
        overflow-y: auto;
    }

    .shipping_popup>div table {
        width: calc(100% - 40px);
    }

    .contact.shipping .shipping_popup>div table tbody td {
        padding: 10px;
    }

    .contact.shipping .shipping_popup table tr th:first-child {
        position: relative;
        left: 0;
    }

    .contact.shipping .shipping_popup>div table tr {
        border-top: none;
        border-bottom: solid 1px #dcdcdc;
        border-left: none;
        border-right: none;
        padding: 0;
        margin-bottom: 0;
    }

    .contact.shipping .shipping_popup>div table tr:first-child {
        border-top: solid 1px #888;
    }

    .contact.shipping .shipping_popup>div table tr th:first-child {
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        font-size: 11px;
        
        border-bottom: 1px solid #dbdbdb;
    }

    .contact.shipping .shipping_popup>div table tbody th {
        padding: 15px 0;
    }

    .contact.shipping .shipping_popup>div table input[type="text"] {
        width: 100%;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_phone1 input {
        width: 29%;
    }

    .contact.shipping .shipping_popup>div table select {
        width: 29%;
        margin: 0;
        font-size: 11px;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_phone1 button {
        width: 29%;
        height: 30px;
        margin: 5px 0 0 0;
        font-size: 11px;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_adr input[type="text"]:nth-of-type(2) {
        width: 100%;
        margin: 0;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_adr input[type="text"]:nth-of-type(3) {
        width: 100%;
        margin: 5px 0 0;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_adr button {
        margin: 0;
        width: 29%;
        height: 30px;
        font-size: 11px;
    }

    .contact.shipping .shipping_popup>div table .shipping_popup_adr input[type="text"] {
        width: 65%;
        margin-left: 6%;
    }

    .contact.shipping .shipping_popup>div div {
        width: calc(100% - 40px);
        text-align: center;
    }

    .contact.shipping .shipping_popup>div div button {
        width: 33.84%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .contact.shipping .shipping_popup>div div .shipping_popup_close {}

    .contact.shipping .shipping_popup>div div .shipping_popup_sub {}

    /* 본토캐쉬 */
    .bonto_cash {
        padding: 0 20px;
        
    }

    .bonto_cash h2 {
        padding: 20px 0;
    }

    .contact.bonto_cash table {
        width: 100%;
        font-size: 13px;
    }

    .bonto_cash table thead {
        display: none;
    }

    .contact.bonto_cash table tr th.boton_cash_date {
        width: auto;
    }

    .contact.bonto_cash table tr th:first-child {
        width: auto;
    }

    .contact.bonto_cash table thead tr th:nth-child(3) {
        width: auto;
    }

    .contact.bonto_cash table thead tr th:nth-child(4) {
        width: auto;
    }

    .boton_cash_residual {
        padding: 0;
    }

    .boton_cash_history {
        padding: 0;
    }

    .contact.bonto_cash table {
        display: block;
    }

    .contact.bonto_cash table tbody {
        display: block;
    }

    .contact.bonto_cash table tbody tr {
        display: block;
        border: solid 1px #ddd;
        padding: 20px 15px;
    }

    .contact.bonto_cash table tbody th,
    .contact.bonto_cash table tbody td {
        display: block;
    }

    .contact.bonto_cash table tbody th.boton_cash_date {
        
        padding: 0;
        width: 100%;
        height: auto;
        vertical-align: top;
        text-align: left;
    }

    .contact.bonto_cash table tbody tr td.boton_cash_tit {
        margin-top: 10px;
        line-height: 1.5;
        padding: 0;
    }

    .contact.bonto_cash table tbody tr td.boton_cash_history {
        position: relative;
        margin-top: 20px;
        border: none;
    }

    .contact.bonto_cash table tbody tr td.boton_cash_history:before {
        content: "적립금내역";
        position: absolute;
        left: 0%;
    }

    .contact.bonto_cash table tbody tr td.boton_cash_residual {
        position: relative;
        margin-top: 10px;
        border: none;
    }

    .contact.bonto_cash table tbody tr td.boton_cash_residual:before {
        content: "잔여적립금";
        position: absolute;
        left: 0%;
    }

    #contact_title,
    .contact_search {
        float: left;
    }

    /* #contact_title { margin:5px 0 0 0; width:22.5%; } */

    /* 상품평 */
    .mypage_review>p {
        font-size: 11px;
        padding: 0 20px;
        margin-bottom: 15px;
    }

    /* 개인정보 수정 */

    .order_list.mypage_user_info {
        padding: 0 20px;
        width: 100%;
        
    }

    .mypage_login form {
        padding: 0;
    }

    .mypage_user_info h2 {
        padding: 20px 0;
        border-bottom: none;
    }

    .mypage_login div {
        display: block;
    }

    .mypage_login .fn_btn {
        float: left;
        margin-right: 4%;
        width: 48%;
    }

    .mypage_login .fn_sub {
        float: none;
        width: 48%;
    }

    .order_list.mypage_user_info tbody tr {
        position: relative;
    }

    .mypage_login th p {
        margin: 0;
        position: absolute;
        display: none;
    }
    .contact.mypage_receipt table tbody td{
        border-left: none;
    }
    .mypage_login .mypage_user_login th {
        padding: 20px 0px 20px 15px;
        width: 36%;
        font-size: 11px;
    }

    .mypage_login td {
        
        padding: 0 0 0 15px;
        color: #333333;
        font-size: 11px;
    }

    .mypage_login td input {
        margin-top: 15px;
        width: 95%;
    }

    .mypage_login td p {
        display: block;
        line-height: 16px;
        margin: 10px 0;
    }

    .mypage_user_info .form-box2 table td .address>div+div input {
        float: none;
        width: 100%;
    }

    .mypage_user_info .form-box2 table td .address input+input {
        margin: 0;
        margin-top: 10px;
    }

    /*  */
    .mypage_user_info .member-container {
        width: 100%;
    }

    .mypage_cancle.mypage_user_info {
        
        padding: 0 20px;
    }

    .mypage_user_info .form-box2 table th {
        padding: 20px 5px 20px 15px;
        width: 30%;
    }

    .mypage_user_info .form-box2 table td {
        padding: 10px 0 10px 10px;
    }

    .mypage_user_info .form-box2 table .phone input {
        width: 30%;
    }

    .mypage_user_info .form-box2 table .phone select {
        width: 30%;
    }

    .mypage_user_info .form-box2 .password td input {
        width: 100%;
    }

    .mypage_user_info .form-box2 table td input {
        width: 100%;
    }

    .mypage_user_info .form-box2 table td input[type="radio"] {
        width: 14px;
    }

    .mypage_user_info .form-box2 .shipping_address td {
        padding: 10px 5px 10px 10px;
        line-height: 16px;
    }

    .mypage_user_info .form-box2 .fn_btn {
        float: left;
        width: 40%;
        margin: 30px 0px -40px 8%;
    }

    .mypage_user_info .form-box2 .fn_sub {
        float: right;
        width: 40%;
        margin: 0 8% 0 0;
    }

    .mypage_user_info div {
        display: block;
        text-align: center;
    }
    .mypage_user_info .account_info {
        text-align: left;
    }

    .mypage_user_info div:after {
        content: "";
        display: block;
        clear: both;
    }

    .mypage_account .radio_box{
        text-align: left;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .mypage_cancle.mypage_user_info {
        
        padding: 0 20px;
    }

    .mypage_user_info .form-box2 table,
    .mypage_user_info .form-box2 table tbody {
        display: block;
    }

    .mypage_user_info .form-box2 table tr {
        display: block;
        padding: 10px;
    }

    .mypage_user_info .form-box2 table th {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        border: 0;
        height: auto;
        width: 100%;
        background: none;
    }

    .mypage_user_info .form-box2 table td {
        display: block;
        border: 0;
        padding: 0;
        width: 100%;
    }

    .mypage_user_info .form-box2 table td .user_phone {
        width: 100%;
    }


    /* 회원탈퇴 팝업 */
    .mypage_user_info .shipping_popup>div form fieldset>div {
        padding: 0px 10px 0;
        letter-spacing: -1px;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div h4 {
        font-size: 13px;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div>div {
        padding: 10px 0;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div>div div {
        width: 50%;
        font-size: 13px;
        margin: 14px 0;
        letter-spacing: -1.5px;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(2),
    .mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(5),
    .mypage_user_info .shipping_popup>div form fieldset>div>div div:nth-child(8) {
        width: 50%;
        margin: 14px 0;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div>div div input[type="checkbox"] {
        margin-right: 4px;
        margin-bottom: 2px;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div:nth-of-type(2) h4 {
        padding: 0 0 10px;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div>textarea {
        height: 75px;
        border-radius: 0;
        cursor: pointer;
    }

    .mypage_user_info .shipping_popup>div form fieldset>div:last-of-type {
        display: block;
        
        padding: 20px 35px;
    }

    .mypage_user_info .shipping_popup>div div button {
        width: 48%;
        float: left;
        font-size: 14px;
    }

    .mypage_user_info .shipping_popup>div div .shipping_popup_close {
        margin-right: 4%;
    }

    .mypage_user_info .shipping_popup>div div .shipping_popup_sub {
        border: none;
    }

    body.iosBugFixCaret.modal-open {
        position: fixed;
        width: 100%;
    }

    /* 배송지 관리 */
    .contact.shipping {
        /* padding:0px; */
        
    }

    .order_list h2.shipping_title {
        padding: 20px;
        margin-bottom: 0;
    }

    .contact.shipping.my_info table {
        border-top: none;
    }

    .contact.shipping.my_info table tr {
        display: block;
        border-top: solid 1px #888;
        padding: 60px 15px 70px;
    }

    .contact.shipping table thead {
        display: none;
    }

    .contact.shipping table {}

    /* 교환, 반품신청 팝업 */
    .request_popup>div {
        width: calc(100% - 40px);
    }

    .order_request .request_popup>div table tr th:first-child {
        width: 30%;
        text-align: center;
        font-size: 11px;
        padding-left: 0;
    }

    .order_request .request_popup>div table tbody td {
        padding: 10px;
    }

    .order_request .request_popup>div div button {
        width: 33.84%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin: 0 10px;
    }

    .order_request .request_popup>div div {
        display: block;
        font-size: 0;
        text-align: center;
    }

    #container.mypage_container {
        padding-bottom: 75px;
    }

    /* 1:1 문의 */
    .contact input[type="text"] {
        margin: 5px 0;
        width: 48%;
    }

    .contact input[type="button"] {
        margin: 5px 0 0 0;
        width: 29%;
    }

    .contact .contact_btn_box {
        
        padding: 20px 15px;
        margin: 0 auto;
        outline: none;
        border: solid 1px #ddd;
        width: calc(100% - 40px);
    }

    .contact .contact_btn {
        float: left;
        margin-bottom: 10px;
        margin-right: 2.5%;
        width: 18%;
    }

    .contact .contact_btn:first-child {
        margin-left: 0;
    }

    .contact .contact_btn:nth-child(5) {
        margin-right: 0;
    }

    .contact.contact_news fieldset>.contact_btn_box div {
        width: 100%;
        line-height: 35px;
        padding: 0;
    }

    .contact_news .contact_btn_box .date_wrap {
        width: 100%;
        margin-top: 0;
        display: flex;
        margin-left: 0 !important;
    }

    .contact_news .contact_btn_box .date_wrap input {

        width: calc(50% - 5px) !important;
    }

    .contact_news .contact_btn_box .btn_wrap .contact_btn {
        width: calc(25% - 10px) !important;
    }

    /* .contact.contact_news fieldset>.contact_btn_box div input[type="text"] {
        width: 48%;
    }

    .contact.contact_news fieldset>.contact_btn_box div input[type="text"]:first-of-type {
        float: left;
    }

    .contact.contact_news fieldset>.contact_btn_box div input[type="text"]:last-of-type {
        float: right;
    } */

    .contact.contact_news fieldset>.contact_btn_box div select {
        width: 100%;
        margin-top: 10px;
    }

   .mypage_container .contact_news_view .view_tb {
        width: calc(100% - 30px);
        margin: 30px auto;
    }

    .contact_news_view .view_tb>[class^="view_"] {
        padding: 15px 10px;
    }

    .contact_news_view .view_tb .left {
        line-height: 1.5;
        font-size: 13px;
    }

    .contact_news_view .view_tb .subject {
        font-size: 14px;
        text-align: left;
        padding: 15px 10px;
        float: none;
        line-height: 1.5;
    }

    .contact_news_view .view_tb .view_info div {
        font-size: 12px;
    }

    .contact_news_view .view_tb .view_info span+span {
        margin-left: 19px;
    }

    .contact_news_view .view_tb .view_box {
        padding: 30px 10px 40px;
        font-size: 13px
    }

    .contact_news_view .view_tb .bo_list li {
        padding: 15px 10px;
    }

    .contact_news_view .view_tb .bo_list li a {
        font-size: 13px;
    }

    .contact_news_view .view_tb .bo_list li span {
        width: 30px;
        height: 16px;
        background: no-repeat center/ 10.5px auto;
        margin-right: 9px;
    }

    .contact_news_view .view_tb .bo_list li.next_board span {
        background-image: url(../img/btn/board_view_up_m.png);
    }

    .contact_news_view .view_tb .bo_list li.prev_board span {
        background-image: url(../img/btn/board_view_down_m.png);
    }

    .contact fieldset>div div {
        height: auto;
    }

    .contact .search_box {
        width: calc(100% - 30px);
        margin: 30px auto 20px;
    }

    .contact .search_box>div {
        width: 100%;
    }

    .contact .search_box div select {
        width: 27.7%;
        margin-right: 2.8%;
        height: 36px;
    }

    .contact .search_box div input[type="text"] {
        margin: 0;
        width: calc(100% - 30.5%);
        height: 36px;
    }

    /* .contact fieldset>div div:last-child {
        width: calc(100% - 30px);
        margin: 0 auto;
        float: none;
    } */

    .date_form {
        background-position: 90% center;
    }

    .contact table {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    /* .contact.contact_news  table tbody tr:first-child { border-top:solid 1px #252525;  } */
    /* .contact table tbody th { padding: 0px 0 40px;} */
    .contact table tbody .contact_tit {
        text-align: left;
        padding: 20px 0 70px 20px;
        width: 100%;
        overflow: hidden;
    }

    .contact table tbody .contact_tit a {
        float: left;
        width: 40%;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .contact table tbody tr {
        position: relative;
    }

    .contact table tbody .contact_date {
        display: inline-block;
        width: auto;
        font-size: 12px;
        text-align: left;
    }

    .contact table tbody .contact_condi {
        display: inline-block;
        width: auto;
        font-size: 12px;
        text-align: left;
    }
    .contact.contact_news fieldset{
        text-align: center;
    }
    .contact_one_btn {
        margin: 30px auto 0;
        width: 100%;
        max-width: 330px;
        height: 40px;
        line-height: 40px;
    }

    /**/
    .contact_search_box {
        padding: 5px;
        height: auto;
    }

    .contact_search_box>div {
        padding: 10px;
        height: auto;
    }

    .contact_search_box>div>div input {
        width: 52%;
    }


    /* 1:1 문의하기 보기 */
    .contact_news_view.order_list tbody tr {
        border-top: solid 1px #dcdcdc;
        font-size: 12px;
    }

    .contact.contact_news_view table tbody th {
        padding: 15px 20px;
        font-weight: 300;
    }

    .contact.contact_news_view table tr .contact_news_view_date {
        width: 55%;
        padding: 15px 10px;
        text-align: left;
        font-size: 12px;
        white-space: nowrap;
    }

    .contact.contact_news_view table tr .contact_news_view_views {
        padding: 15px 20px;
        width: 40%;
        white-space: nowrap;
        font-size: 12px;
    }

    .contact.contact_news_view table tr .color_pointer {
        font-size: 11px;
        margin-right: 5px;
        font-weight: 400;
    }

    .contact_view_answer {
        background-color: #f9f9fa;
    }

    .contact_view_answer img {
        margin: 0px 0 0 0;
    }

    .contact_view_answer h3 {
        font-weight: 400;
        margin: 10px 0;
        /* font-size:28px; */
    }

    .contact_news_btn_box {
        margin: 30px auto 0;
        width: calc(100% - 30px);
    }

    /* .contact_news_btn_box .contact_btn_col:nth-child(1) {
        width: 0;
    } */

    .contact_news_btn_box .contact_btn_col {
        width: 33.333%;
    }

    .contact_news_btn_box .contact_btn_col:nth-child(3) {
        /* width: calc(66.666% - 5px); */
    }

    .alliance .contact_news_btn_box {
        margin: 30px auto 0;
        width: calc(100% - 30px);
    }

    .contact_news_btn_box .contact_btn_col button {
        max-width: none;
        height: 40px;
        font-size: 13px;
    }

    .contact_news_btn_box .contact_btn_col.back {
        margin-left: auto;
        transform: translateX(0);
    }

    .contact_news_btn_box .contact_btn_col.btn {
        margin-left: 20px;
    }

    .contact_news_btn_box .contact_btn_col .contact_news_view_delete {
        width: calc(50% - 5px);
    }

    .contact_news_btn_box .contact_btn_col .contact_news_view_fix {
        width: calc(50% - 5px);
        margin-right: 10px;
        ;
    }


    /* 1:1 문의하기 작성 */
    .alliance_view {
        margin-top: 30px;
    }

    .contact.alliance_view tr {
        display: block;
        border-bottom: solid 1px #dcdcdc;
        padding: 10px 0;
        margin: 0;
    }

    .contact.alliance_view tr th {
        display: block;
        font-size: 14px;
        background: #fff;
    }

    .contact.alliance_view tr th span {
        color: var(--pt-c);
    }

    .contact.alliance_view tr td {
        display: block;
        padding: 0;
        
    min-height: 40px;
    }

    .contact.alliance_view tr th:first-child {
        padding: 10px 0;
        width: 100%;
    }

    .contact .op_ttl div {
        display: flex;
    }

    .contact .op_ttl div .alliance_view-tit {
        width: calc(100% - 120px) !important;
    }

    .contact .alliance_view_sel {
        height: 40px;
        font-size: 13px;
    }

    .contact input[type="text"].alliance_view-tit {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .contact input[type="text"].alliance_view-tit {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .contact.alliance_view tr td .alliance_file_name {
        width: 75%;
        height: 40px;
    }

    .contact.alliance_view tr td label {
        width: 25%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .contact.alliance_view .about_alliance_btnbox {
        display: flex;
        text-align: center;
        margin: 30px auto 0;
        width: calc(100% - 30px);
    }

    .contact.alliance_view .about_alliance_btnbox button {
        display: block;
        height: 40px;
        font-size: 14px;
    }
  
    .contact.alliance_view .about_alliance_cancle {
        width: calc(50% - 5px) !important;
        margin-right: 0;
    }

    .contact.alliance_view .about_alliance {
        width: calc(50% - 5px) !important;
        margin: 0;
        margin-right: 10px;
    }

    .note-editor.note-frame .note-editing-area .note-editable {
        height: 200px !important;
    }

    .contact.alliance_view tr td textarea {}

    .contact.alliance_view tr td div::after {
        content: '';
        display: block;
        clear: both;
    }

    .contact.alliance_view tr td.check input+label {
        padding-left: 26px;
        display: block;
        background: url(../img/btn/check_01_m.png) no-repeat;
        background-size: 21px auto;
        width: 21px;
        height: 21px;
    }

    .contact.alliance_view tr td.check input:checked+label {
        background: url(../img/btn/check_01_on_m.png) no-repeat center;
        background-size: 21px auto;
    }

    .contact.alliance_view td.pw input {
        height: 40px;
        max-width: inherit;
    }

    /* 회사소개 */

    .intro_text_box {
        margin: 20px auto;
        width: calc(100% - 40px);
        font-size: 12px;
    }

    .intro_text_box .block {
        display: none;
    }

    .intro_img_box {
        height: auto;
        padding: 20px 0;
    }

    .intro_img_box:after {
        content: "";
        display: block;
        clear: both;
    }

    .intro_img_box img {
        float: unset;
    }

    .intro_img_box img:first-child {
        float: unset;
        margin: 20px auto;
        text-align: center;
        display: block;
    }

    .intro_img_box img:last-child {
        float: unset;
        margin: 20px auto;
        text-align: center;
        display: block;
    }

    .intro_hesh_box {
        padding: 15px;
        margin: 40px 0 40px 0;
        height: auto;
    }

    .intro_hesh_box h3 {
        padding: 10px 0 10px;
    }

    .intro_hesh_box p {
        font-size: 16px;
    }

    .intro_hesh_box p .block {
        display: none;
    }

    .intro_map_box {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .intro_map_box p {
        font-size: 12px;
    }

    /* 제휴 */
    /* .alliance #snb.contact_snb ul li:nth-child(1) {
        width: 50%;
    }

    .alliance #snb.contact_snb ul li:nth-child(2) {
        width: 50%;
    } */

    .contact.contact_news .search_box {
        float: unset;
        width: calc(100% - 30px);
        display: table;
        margin: 30px auto 20px;
    }

    .contact .search_box div .contact_search_btn {
        width: 36px;
        height: 36px;
        background: url(../img/btn/search_m.png) no-repeat center /15px auto;
    }

    .contact.contact_news .search_box div {
        width: 100%;
        padding: 0;
    }

    .contact.contact_news fieldset>div:after {
        content: "";
        display: block;
        clear: both;
    }

    .contact.contact_news fieldset>div div:after {
        content: "";
        display: block;
        clear: both;
    }

    .contact.contact_news .search_box div select {
        width: 27.7%;
        margin-right: 2.8%;
        height: 36px;
        font-size: 13px;
    }

    .contact.contact_news .search_box div input[type="text"] {
        margin: 0;
        width: calc(100% - 30.5%);
        height: 36px;
    }

    .contact_search_btn {
        width: 16.9%;
    }

    .contact.alliance_view tr td .alliance_file_del {
        margin: 10px 0 0 0;
        width: 40%;
    }

    .contact.contact_news table {
        display: block;
    }

    .contact.contact_news table tbody {
        display: block;
    }

    .contact.contact_news table thead th {
        display: none;
    }

    .contact.contact_news table tbody tr {
        display: block;
        text-align: left;
        padding: 20px 0;
        border-bottom: solid 1px #dcdcdc;
        margin-bottom: 0;
    }

    .contact.contact_news table tbody tr td {
        /* display: block; */
        width: auto;
        padding: 0;
    }

    .contact.contact_news table tbody .contact_condi {
        display: inline-block;
        margin-right: 10px;
    }

    .contact.contact_news table .contact_ttl {
        padding: 0;
        margin-bottom: 7px;
        font-size: 14px;
        display: block;
    }

    .contact.contact_news table tbody tr td.contact_condi,
    .contact.contact_news table tbody tr td.contact_write,
    .contact.contact_news table tbody tr td.contact_date,
    .contact.contact_news table tbody tr td.contact_view {
        display: inline-block;
        font-size: 12.5px;
        margin-right: 8px;
        padding-right: 8px;
        position: relative;
    }

    .contact.contact_news table tbody tr td+td::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 11px;
        background: #dbdbdb;
        transform: translateY(-50%);
    }

    .contact.contact_news table tbody tr td:last-of-type::after {
        display: none;
    }


    .contact.contact_news table tr th:first-child {
        display: none;
    }

    .contact.contact_news table tr th:last-child {
        width: 20%;
    }

    .contact table tr {}

    .contact table a {
        font-size: 14px;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3
    }


    .contact table .contact_tit a {
        padding: 0;
        font-weight: 500;
    }

    .contact table .alliance_tit {
        margin-bottom: 8px;
        display: block !important;
    }

    .alliance_tit {
        padding: 0px 10px
    }

    .about_alliance {
        float: unset;
        /* display: block; */
        margin: 0 auto;
    }

    .my_level .img_wrap {
        width: calc(100% - 30px);
        margin: 30px auto 0;
    }

    /* 이용약관 */
    .trems_tab_menu li a {
        font-size: 12px;
    }

    .trems_con {
        font-size: 12px;
    }

    /* 영수증 */
    .contact .contact_btn02 {
        width: 100%;
        margin-top: 10px;
    }
    
    .mypage_receipt .ol_list.od_list {
        margin-top: 20px;
        padding: 0;
    }

    .contact.mypage_receipt.order_list tbody td.ol_item {
        padding: 35px 0 65px 0px !important;
        margin-bottom: 50px;
    }

    .contact.mypage_receipt table thead th:first-child {
        width: 100%;
    }

    .mypage_receipt .ol_list.od_list tbody tr {
        margin-bottom: 15px;
    }

    .contact.mypage_receipt table th {
        border: none;
    }

    .contact.mypage_receipt table td {
        border: none;
    }

    .contact.mypage_receipt.order_list .ol_total {
        width: 100%;
        position: absolute;
        top: 122px;
        left: 110px;
        right: 0;
        z-index: 9;
        text-align: left;
    }

    .contact.mypage_receipt.order_list .ol_total p {
        font-size: 12px;
        color: #888;
        font-weight: 300;
    }

    .contact.mypage_receipt.order_list .ol_total p:before {
        content: "접수 날짜 : ";
        color: #333;
        font-size: 12px;
        font-weight: 500;
    }

    .contact.mypage_receipt.order_list .ol_total span {
        display: block;
        width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        color: #888;
        font-weight: 300;
        white-space: nowrap;
    }

    .contact.mypage_receipt.order_list .ol_total span:before {
        content: "접수 번호 : ";
        color: #333;
        font-size: 12px;
        font-weight: 500;
    }

    .mypage_receipt .ol_save ul.shipping_condi {
        padding-left: 40px;
        border-bottom: solid 1px #ddd;
    }

    .mypage_receipt .ol_save ul.shipping_condi li {
        text-align: left;
    }
/* 
    .mypage_receipt .ol_list.od_list .ol_save.od_receipt {
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        padding-left: 20px;
        border: none;
    } */

    .mypage_receipt .ol_list.od_list .ol_save.od_receipt li:last-child {
        width: 100%;
        text-align: left;
    }

      .mypage_receipt .ol_list.od_list .od_btn_del {
          width: 31%;
      }
     /*   .mypage_receipt .ol_list.od_list .od_btn_del {
        position: absolute;
        width: 31%;
        bottom: 50px;
        left: 15px;
        right: 0;
     display: block; 
        text-align: center;
    }*/

    .contact.mypage_receipt.order_list .ol_list tbody td.ol_money {
        top: 170px;
        left: 0;
        right: 20px;
  
        text-align: right;
    }
    .contact.mypage_receipt.order_list .ol_list tbody td.ol_money strong {
        float: none;
    }

    .contact.mypage_receipt.order_list .ol_list tbody td.ol_money strong span {
        font-size: 13px;
        font-weight: 400;
    }

    .contact.mypage_receipt.order_list .ol_list tbody td.ol_money p {
        float: right;
        margin-top: 2px;
    }

    .contact.mypage_receipt.order_list .ol_list tbody td.ol_money p:before {
        content: "합계 금액";
        position: absolute;
        left: 20px;
    }

    .contact.mypage_receipt .receipt_box01 {}

    .contact.mypage_receipt .receipt_box01 h2 {
        font-size: 16px;
        padding: 0 20px 10px;
    }

    .contact.mypage_receipt .receipt_box01>p {
        margin-left: 20px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .contact.mypage_receipt .receipt_box01>div {
        padding: 20px 0;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .contact.mypage_receipt .receipt_box01>div div {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .contact.mypage_receipt .receipt_box01>div div:after {
        display: none;
    }

    .contact.mypage_receipt .receipt_box01>div div h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .contact.mypage_receipt .receipt_box01>div div p {
        font-size: 11px;
    }

    .contact.mypage_receipt .receipt_box01>div div p br {
        display: none;
    }

    .contact.mypage_receipt .receipt_box02 h2 {
        font-size: 16px;
        padding: 0 20px 10px;
    }

    .contact.mypage_receipt .receipt_box02>div {
        padding: 20px 5px 20px 25px;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .contact.mypage_receipt .receipt_box02>div p {
        font-size: 12px;
    }

    /* .contact.mypage_receipt .receipt_box02 > div p:nth-child(4) br { display:none;  } */
    .contact.mypage_receipt .receipt_box02>div p:before {
        left: -12px;
    }

    .contact.mypage_receipt .receipt_box02>div p br {}

    .contact.mypage_receipt .receipt_hidden {
        display: none;
    }

    .mypage_receipt .ol_list.od_list tbody tr.reciept_row_top td.ol_item {
        /*  border-bottom:none; */
    }

    .mypage_receipt .ol_list.od_list tbody tr.reciept_row_top {
        border-bottom: none;
    }

    .mypage_receipt .ol_list.od_list tbody tr.reciept_row_bottom {
        margin-top: -115px;
        border-top: none;
    }

    /* .od_btn_del.receipt_hidden { display:none;} */

    .mypage_container .contact.contact_news table {
        display: block;
    }

    .mypage_container .contact.contact_news table tbody {
        display: block;
    }

    .mypage_container .contact.contact_news table thead th {
        display: none;
    }

    .mypage_container .contact.contact_news table tbody tr {
        display: block;
        text-align: left;
        padding: 20px 0;
        border-bottom: solid 1px #dcdcdc;
        margin-bottom: 0;
    }

    .mypage_container .contact.contact_news table tbody tr td {
        /* display: block; */
        width: auto;
        padding: 0;
    }

    .mypage_container .contact.contact_news table tbody .contact_condi {
        display: inline-block;
        margin-right: 10px;
    }

    .mypage_container .contact.contact_news table .contact_news_tit {
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .mypage_container .contact.contact_news table tbody tr td.contact_news_write,
    .mypage_container .contact.contact_news table tbody tr td.contact_news_date,
    .mypage_container .contact.contact_news table tbody tr td.contact_news_view {
        display: inline-block;
        font-size: 12.5px;
        margin-right: 8px;
        padding-right: 8px;
        position: relative;
        color: #999999;
        font-weight: 400;
    }

    .mypage_container .contact.contact_news table tbody tr td+td::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 11px;
        background: #dbdbdb;
        transform: translateY(-50%);
    }

    .mypage_container .contact.contact_news table tbody tr td.contact_news_view::after {
        display: none;
    }


    .mypage_container .contact.contact_news table tr th:first-child {
        display: none;
    }

    .mypage_container .contact.contact_news table tr th:last-child {
        width: 20%;
    }



    /* 회원혜택/서비스 */
    .div_table {
        display: none;
    }

    .contact.contact_service.order_list tbody tr {
        border-top: none;
    }

    .contact.contact_service table tbody th {
        font-size: 10px;
        text-align: left;
        padding: 10px 0 10px 3.3%;
        line-height: 14px;
    }

    .contact.contact_service table tbody tr:nth-child(6) th {
        padding: 10px 0 10px 3.3%;
    }

    .contact.contact_service tr th .block {
        display: block;
    }

    .contact.contact_service tr th .color_pointer {
        font-size: 10px;
        line-height: 14px;
    }

    .contact.contact_service tr:first-child th {
        font-size: 11px;
    }

    .contact.contact_service tr:first-child td img {
        width: 40px;
    }

    .contact.contact_service tr td {
        font-size: 11px;
        line-height: 14px;
    }

    .contact.contact_service td .block {
        display: block;
    }

    .contact.contact_service td .block2 {
        margin-top: 3px;
        font-size: 9px;
        letter-spacing: -1px;
    }


    /* 회원가입 선택 */
    .member-container.member_new {
        padding-top: 30px;
        text-align: center;
        outline: none;
    }

    .member-container.member_new h2 {
        font-size: 21px;
    }

    .member-container.member_new p {
        margin: 10px 0 20px;
    }

    .members {
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
    }

    .member-container.member_new .members p {
        font-size: 11px;
        top: 70%;
        margin: 0;
    }

    .members p .block {
        display: inline-block;
        margin: 0 2px;
    }

    .members_new p:before {
        top: -10px;
        width: 17px;
        height: 15px;
    }

    .members_old p:before {
        top: -10px;
        width: 24px;
        height: 17px;
    }

    .members_facebook p:before {
        top: -10px;
        width: 24px;
        height: 24px;
    }

    /* 회원가입 양식 */
    .member-container.member-form {}

    .member-container.member-form .form-box2 table th {
        width: 25%;
    }

    .member-container.member-form .form-box2 table td {
        padding: 8px 5px;
    }

    .member-container.member-form .form-box2 table td input {}

    .member-container.member-form .form-box2 table tr:first-child td input {
        width: 60%;
        margin-right: 5%;
        float: left;
    }

    .member-container.member-form .form-box2 .password td input {
        width: 100%;
    }

    .form-box2 .samecheck {
        float: left;
        width: 35%;
        font-size: 10px;
        margin: 0;
    }

    .form-box2 .password td .caution1 {
        margin: 10px 0px;
        text-align: left;
        font-size: 13px;
        line-height: 1.3;
    }

    .form-box2 .password td span {
        margin: 0 5px 3px 0;
    }

    .member-container.member-form .form-box2 .birth td input[type="text"] {
        width: 23%;
        padding: 0 10px;
        text-align: center;
    }

    .member-container.member-form .form-box2 table .mail input[type="checkbox"] {
        margin: 8px 0;
    }

    .member-container.member-form .form-box2 table .mail span {
        display: inline-block;
        margin: 3px 5px;
    }

    .member-container.member-form .form-box2 table .mail input[type="text"] {
        width: 100%;
    }

    .member-container.member-form .form-box2 table .phone div {
        position: relative;
    }

    .member-container.member-form .form-box2 table .phone div:last-child input {
        width: 60%;
        margin-right: 5%;
    }

    .member-container.member-form .form-box2 table .phone div:last-child button {
        margin-left: 0;
        width: 35%;
    }

    .form-box2 table .phone div button {
        width: 45%;
    }

    .member-container.member-form .form-box2 table .phone div div {
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 0px;
        margin-top: 5px;
        text-align: right;
    }

    .member-container.member-form .form-box2 table .phone div div input[type="checkbox"] {
        position: absolute;
        right: 0;
        margin-right: 90px;
        margin-bottom: 10px;
        width: auto;
    }

    .member-container.member-form .form-box2 table .phone div div span {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .form-box2 .birth td input[type="radio"] {
        margin-left: 0px;
    }

    .form-box2 .birth td span {
        display: inline-block;
        margin-right: 18px;
    }

    .form-box2 .terms {
        height: 120px;
        font-size: 12px;
    }


    /* 05-08 */
    .cart_order .shipping_popup>div {
        width: calc(100% - 40px);
    }

    .cart_order .shipping_popup>div table thead th:nth-child(1) {
        width: 8%;
    }

    .cart_order .shipping_popup>div table thead th:nth-child(2) {
        width: 12%;
    }

    .cart_order .shipping_popup>div table thead th:nth-child(3) {
        width: 12%;
    }

    .cart_order .shipping_popup>div table thead th:nth-child(4) {
        width: 25%;
    }

    .cart_order .shipping_popup>div table tbody td {
        padding: 10px 5px;
    }

    .cart_order .shipping_popup>div div {
        display: block;
        width: calc(100% - 40px);
    }

    .cart_order .shipping_popup>div div:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart_order .shipping_popup>div div button {
        float: left;
        width: 48%;
    }

    .cart_order .shipping_popup>div div .shipping_popup_close {
        margin-right: 4%;
    }

    .contact.contact_news_view .contact_news_view_cancle {
        width: 20%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }


    .n_map {
        width: 100%;
        height: 660px;
    }

    .n_map .root_daum_roughmap_landing {
        width: 100% !important;
        height: 100%;
    }

    .n_map .root_daum_roughmap .wrap_map {
        height: calc(100% - 418px) !important;
    }

    /* 주문하기 new */
    .ord_list .pay_lmlist li {
        width: 100%;
    }

    .ord_list .pay_lmlist li input+label {
        display: block;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .ord_list .pay_lmlist li input:checked+label {
        line-height: 40px;
    }

    /* 셀러 */
    .contact_btn_box>div {
        padding: 12px 15px 0;
        flex-wrap: wrap;
    }

    .receipt .contact_btn_box>div {
        padding: 0
    }

    .contact_btn_box .btn_wrap {
        display: flex;
        width: 100%;
    }

    .contact_btn_box .btn_wrap .contact_btn {
        display: block;
        float: none;
        margin-right: 5px;
        width: calc(20% - 10px) !important;
        height: 30px;
        outline: none;
        line-height: 30px;
        color: #555555;
        font-size: 13px;
    }

    .receipt .contact_btn_box .btn_wrap .contact_btn {
        width: calc(25% - 10px) !important;
    }

    .contact_btn_box .contact_btn.total {
        margin-right: 0;
    }

    .contact_btn_box .date_wrap {
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .receipt .contact_btn_box .date_wrap {
        width: 100%;
        display: flex;
        margin-top: 0;
    }

    .receipt .contact_btn_box .date_wrap input[type="text"] {
        margin: 0;
        width: calc(50% - 10px) !important;
    }

    .seller_h .sell_search .search_top {
        margin-left: 0;
    }

    .seller_h .sell_search {
        padding: 0 15px 22px;
    }

    .contact_btn_box input[type="text"] {
        float: none;
        padding: 0 10px;
        width: calc(50% - 10.6px) !important;
        margin: 0 !important;
        background-color: #fff;
        
        background-image: url(../img/ico/ico_calander.png);
        background-position: right 15px center;
        background-repeat: no-repeat;
    }

    .contact_btn_box .date_wrap span {
        float: none;
        margin: 0 5px;
    }

    .contact_btn_box input[type="text"]#e_date {
        margin: 0;
    }

    .sell_search .inbox {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sell_search .inbox div {
        display: flex;
    }

    .sell_search input[type=text] {
        height: 30px;
        margin: 0 10px;
        margin-right: 0;
        width: 80% !important;
    }

    .sell_search .sell_btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        line-height: 28px;
        font-size: 13px;
    }

    .sell_top {
        margin: 0 15px 20px;
    }

    .cal_co_wrap {
        padding: 0 15px 30px;
        
    }

    .cal_co_wrap .cal_colist ul {
        flex-wrap: wrap;
    }

    .cal_co_wrap .cal_colist.pro_list ul li {
        width: 100%;
    }

    .cal_co_wrap .cal_colist ul li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .seller .order_list .ol_list tbody td.ol_item {
        padding: 0;
    }

    .seller .order_list .ol_list tbody td.ol_money {
        margin-top: 0;
        padding-left: 0;
    }

    .seller .order_list .ol_list tbody td div {
        line-height: 1.5;
    }

    .seller_list_wrap {
        margin: 0 15px;
        overflow: auto;
        white-space: nowrap;
    }

    .seller .scoll {
        max-width: 90px;
        margin: 0 auto 20px;
        justify-content: center;
    }

    .seller_list_wrap .seller_list {
        width: auto;
        min-width: 650px;
        margin-bottom: 0;
    }

    .seller_list tbody td {
        font-size: 12px;
        padding: 10px 10px;
        text-align: center;
    }

    .sell_search {
        padding: 15px;
    }

    .seller_p .sell_search .inbox div select,
    .seller_t .sell_search .inbox div select {
        width: calc(50% - 5px) !important;
        font-size: 12px;
    }

    .seller_t .sell_search .inbox>select {
        width: 100% !important;
        margin-top: 10px;
        font-size: 12px;
    }

    .seller_p .sell_search .inbox input[type=text] {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0;
    }

    .mypage_info div.recommender .kakao_btn {
        margin-left: 6px;
        width: 76px;
        height: 26px;
        /* background: url(../img/ico/kakao_btn_m.png) no-repeat center/ 26px auto; */
    }



    /* 신고버튼 */
    .post_del_wrap .post_del_btn strong {
        font-size: 13px;
    }

    .post_del_wrap .post_del_btn span {
        font-size: 13px;
    }

    .post_del_wrap ul {
        bottom: -97px;
        width: 90px;
    }

    .post_del_wrap.row_wrap ul {
        bottom: -94px;
        left: 0;
        right: inherit;
    }

    .post_del_wrap ul button {
        line-height: 32px;
        font-size: 12px;
        width: 90px;
    }

    .del_list_wrap .del_list {
        padding: 20px 0;
        text-align: center;
        background: #f3f3f3;
        border-top: solid 1px #dcdcdc;
    }


    .del_list_wrap .del_list span {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 4px;
        background: url(../img/btn/decl_ico_w.png) no-repeat center center/cover;
    }



}

@media all and (max-width: 440px) {
    .sell_search .inbox div select {
        width: 90px !important;
        font-size: 12px;
    }


    .mypage_info div div {
        margin: 0 0 0 10px;
    }

    .mypage_info div p .seller {
        margin-right: 4px;
    }

    .mypage_info div.recommender .link {
        padding: 4.5px 6px;
        font-size: 11px;
    }

    .mypage_info div p {
        padding: 0 0 0 10px;
        /* width: 100%; */
    }



}


@media all and (max-width: 414px) {

    .mypage_user_info .form-box2 table td .button_wrap>input,
    .mypage_user_info .form-box2 table td .button_wrap>.user_phone {
        float: none;
        max-width: none;
        width: 100%;
    }

    .mypage_user_info .form-box2 table td .button_wrap>button {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .mypage_account table.account_change th {
        padding: 20px 10px 20px 10px;
    }
}

/* ie호완 */
/* 익스 호완 */
@media screen and (min-width:0\0) {

    .contact.shipping .shipping_popup>div table th,
    .contact.shipping .shipping_popup>div table td,
    .contact.shipping .shipping_popup>div table input,
    .contact.shipping .shipping_popup>div table select {}
}   