




/* ==========================================================================
   mypage
   ========================================================================== */

/* ==========================================================================
   mypage_promo_banner
   ========================================================================== */

.promotional-banner-container {
    height: 50px;
    margin: 25px auto 30px;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    font-family: 'Pretendard-Regular';
}

.promotional-banner-container .promotional-banner {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #FF8F31, #F05C2A);
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.promotional-banner-container .promotional-banner.active {
    display: flex;
    opacity: 1;
}

.promotional-banner-container .promotional-banner .banner-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-title {
    color: white;
    font-size: 20px;
    line-height: 24px;
    width: 150px;
    text-align: center;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-description {
    color: white;
    font-size: 20px;
    line-height: 24px;
    width: 1025px;
    padding-left: 20px;
    font-family: 'Pretendard-Bold';
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-arrow {
    width: 65px;
}

.promotional-banner-container .promotional-banner .banner-link .banner-container .banner-arrow .arrow-icon {
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

}



/* ==========================================================================
   my_side
   ========================================================================== */
#my_side {
    float: left;
    width: 200px;
    margin-right: 40px;
    margin-bottom: 100px;
    font-family: 'Pretendard-ExtraLight';
}

#my_side .my_side_menu .my_side_block h3 {
    height: 40px;
    line-height: 40px;
    font-family: 'Pretendard-Bold';
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li a {
    display: block;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li:hover {
    background: #f8f8f8;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li:hover a {
    color: #f15d2a;
    text-decoration: underline;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li.on {
    background: #f8f8f8;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li.on a {
    color: #f15d2a;
    text-decoration: underline;
    font-family: 'Pretendard-Bold';
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li .side_cnt {
    color: #f15d2a;
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li .my_slide_arrow {
    display: none;
    color: #f15d2a;
    font-family: 'Pretendard-Bold';
}

#my_side .my_side_menu .my_side_block .my_side_d_menu li.on .my_slide_arrow {
    display: inline;
}

/* ==========================================================================
   mypage
   ========================================================================== */
.myp_content {
    float: left;
    width: 1000px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 100px;
}

.myp_title {
    position: relative;
    font-size: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #333;
    font-weight: normal;
    font-family: 'Pretendard-Bold';
}

.myp_title .myp_title_sub {
    margin-left: 12px;
    font-size: 17px;
    font-family: 'Pretendard-ExtraLight';
    color: #b5b5b6;
}

.myp_title .myp_misu_price {
    float: right;
    font-size: 15px;
}

.myp_title .myp_misu_price span {
    color: #f15d2a;
    font-size: 20px;
    margin-left: 5px;
}

.od_inq_head {
    display: flex;
    margin-bottom: 20px;
}

.od_inq_head li {
    width: 50%;
    border-bottom: 2px solid #b5b5b6;
    height: 60px;
    line-height: 60px;
    font-family: 'Pretendard-Bold';
    font-size: 25px;
}

.od_inq_head li a {
    display: block;
}

.od_inq_head li a span {
    color: #b5b5b6;
}

.od_inq_head li a span .od_inc_cnt {
    margin-left: 10px;
    color: #f15d2a;
}

.od_inq_head li.on {
    border-bottom: 2px solid #333;
}

.od_inq_head li.on a span {
    color: #333;
}

.od_search_box {
    display: flex;
    padding: 20px;
    background: #f2f2f3;
}

.od_search_box .select_date {
    display: flex;
}

.od_search_box .select_date li {
    width: 90px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #b5b5b6;
    border-right: 0;
    text-align: center;
    cursor: pointer;
}

.od_search_box .select_date li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.od_search_box .select_date li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #b5b5b6;
}

.od_search_box .select_date li.on {
    background: #f15d2a;
    color: #fff;
    font-family: 'Pretendard-Bold';
}

.od_search_box .date_input {
    font-size: 0;
}

.od_search_box .date_input input[type=text] {
    padding: 15px 20px;
    font-size: 16px;
    width: 190px;
    height: 50px;
    color: #b5b5b6;
    border-radius: 5px;
}

.od_search_box .date_input span:nth-child(1) input[type=text] {
    margin-left: 20px;
}

.od_search_box .date_input span:nth-child(2) input[type=text] {
    margin-left: 25px;
}

.od_search_box .date_input span {
    position: relative;
}

.od_search_box .date_input span img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: text;
}

.od_search_box .od_submit_btn {
    width: 65px;
    height: 50px;
    margin-left: 20px;
}

.my_table {
    table-layout: fixed;
}

.my_table tr th {
    height: 40px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #f2f2f3;
    background: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: normal; 
}

.my_table tr td {
    height: 40px;
    padding: 2px;
    border-top: 2px solid #f2f2f3;
    border-bottom: 2px solid #f2f2f3;
    border-right: 2px solid #f2f2f3;
    line-height: 1.5em;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.my_table tr:last-child td {
    border-bottom: 2px solid #f2f2f3;
}

.my_table tr td:last-child {
    border-right: 0;
}

#inqQnaModal .common_modal_content .common_modal_body_wrap .common_modal_message {
    height: 180px;
}

#inqQnaModal .common_modal_message p:nth-child(1) {
    margin-bottom: 2px;
    font-family: 'Pretendard-Bold';
    font-size: 18px;
}

#inqQnaModal .common_modal_message p:nth-child(2) {
    margin-bottom: 9px;
    font-family: 'Pretendard-Bold';
    font-size: 30px;
    color: #f15d2a;
}

#inqQnaModal .common_modal_message p:nth-child(3) {
    margin-bottom: 6px;
    font-size: 12px;
}

#inqQnaModal .common_modal_message p:nth-child(4) {
    font-size: 12px;
    color: #b5b5b6;
}

/* ==========================================================================
   mypage - main
   ========================================================================== */
#smb_my {
}

#smb_my #smb_my_ov {
    margin-bottom: 50px;
}

#smb_my #smb_my_ov .smb_ov_profile_box {
    position: relative;
    padding: 0 50px;
    height: 200px;
    border: 1px solid #b5b5b6;
    border-radius: 10px;
    box-shadow: inset 0 35px 20px -15px rgba(73, 73, 73, 0.05), 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 {
    display: flex;
    height: 85px;
    justify-content: space-between;
    align-items: center;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_member_name {
    display: flex;
    align-items: center;
    font-size: 25px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_member_name img {
    margin-right: 10px;
    width: 30px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_member_name strong {
    font-family: 'Pretendard-Bold';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_level_text {
    flex: 1;
    padding-left: 20px;
    font-size: 18px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_level_text a {
    color: #f15d2a;
    text-decoration: underline;
    font-family: 'Pretendard-Bold';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_btn_box {
    font-size: 0;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_btn_box .smb_update_btn, #smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_btn_box .smb_logout_btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Pretendard-Medium';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_btn_box .smb_update_btn {
    background: #333;
	margin-right: 20px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data1 .smb_ov_btn_box .smb_logout_btn {
    background: #ed1c24;
	color: #fff;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data2 {
    
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data2 li {
    height: 32px;
    line-height: 32px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data2 li b {
    display: inline-block;
    width: 48px;
    font-size: 15px;
    font-family: 'Pretendard-Bold';
    overflow: hidden;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data2 li span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 600px;
    font-size: 15px;
    font-family: 'Pretendard-ExtraLight';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 500px;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 li {
    display: flex;
    width: 220px;
    height: 55px;
    justify-content: space-between;
    align-items: center;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 li:last-child {
    margin-left: auto;
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 li b {
    font-size: 15px;
    font-family: 'Pretendard-Bold';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 li span {
    font-family: 'Pretendard-Bold';
}

#smb_my #smb_my_ov .smb_ov_profile_box .smb_ov_profile_data3 li span strong {
    color: #f15d2a;
    font-size: 20px;
    font-family: 'Pretendard-Bold';
    text-decoration: underline;
}

#smb_my #smb_my_odcnt {
    margin-bottom: 50px;
}

#smb_my #smb_my_odcnt .od_cnt_wrap {
    position: relative;
    padding-top: 15px;
    height: 200px;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt {
    display: flex;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box {

}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box .count_box_circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #f2f2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box .count_box_circle .count_box_num {
    color: #b5b5b6;
    font-family: 'Pretendard-Bold';
    font-size: 36px;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box .count_box_circle .count_box_text {
    color: #b5b5b6;
    font-family: 'Pretendard-Medium';
    font-size: 16px;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box .count_box_circle.on .count_box_num {
    color: #f15d2a;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_box .count_box_circle.on .count_box_text {
    color: #f15d2a;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt .count_arrow {
    font-size: 20px;
    line-height: 150px;
    padding: 0 25px;
}

#smb_my #smb_my_odcnt .od_cnt_wrap .od_cnt_c {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #b5b5b6;
    font-family: 'Pretendard-Bold';
    font-size: 16px;
}

#smb_my_od {
    margin-bottom: 50px;
}

/* ==========================================================================
   orderinquiry2
   ========================================================================== */

.od_inq_list {
    padding: 20px 0 0;
}

.od_inq_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 14px 20px;
    height: 130px;
    border: 1px solid #b5b5b6;
    border-radius: 5px;
}

.od_inq_list li .inq_list_left {

}

.od_inq_list li .inq_list_left .od_date {
    margin-bottom: 20px;
    font-family: 'Pretendard-Bold';
    font-size: 15px;
    color: #b5b5b6;
}

.od_inq_list li .inq_list_left .od_date b {
    font-size: 17px;
    color: #333;
}

.od_inq_list li .inq_list_left .od_status {
    font-size: 15px;
    margin-bottom: 20px;
}

.od_inq_list li .inq_list_left .od_status b {
    font-family: 'Pretendard-Bold';
}

.od_inq_list li .inq_list_left .od_no {
    font-family: 'Pretendard-ExtraLight';
    font-size: 15px;
}

.od_inq_list li .inq_list_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.od_inq_list li .inq_list_right .view_link a {
    font-family: 'Pretendard-Bold';
    color: #f15d2a;
}

.od_inq_list li .inq_list_right button {
    width: 100px;
    height: 30px;
    border: 1px solid #b5b5b6;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Pretendard-Medium';
}

.od_inq_list li .inq_list_right button:hover {
    border: 1px solid #f15d2a;
    color: #f15d2a;
}

.od_inq_list li .inq_list_right .review_button {
    margin-right: 22px;
}

.od_inq_list li .inq_list_right .qna_button {

}

.od_inq_list .empty_table {
    display: flex;
    border: 0;
    border-bottom: 2px solid #f2f2f3;
    justify-content: center;
    align-items: center;
    height: 290px;
    padding: 0;
    font-size: 18px;
    color: #b5b5b6;
}

.smb_my_txt {
    font-size: 15px;
    font-family: 'Pretendard-ExtraLight';
    color: #b5b5b6;
}

.smb_my_more {
    position: absolute;
    right: 0;
    top: 7px;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
}

/* ==========================================================================
   orderinquiryView
   ========================================================================== */

#myp_od_inq section {
    margin-bottom: 64px;
}

.myp_tbl1 tr th, .myp_tbl1 tr td {
    height: 40px;
    font-size: 17px;
    border-bottom: 2px solid #f2f2f3;
}

.myp_tbl1 tr th {
    text-align: left;
}

.myp_tbl1 tr td {
    font-family: 'Pretendard-ExtraLight';
}

.myp_tbl2 {
    table-layout: fixed;
    width: 100%;
}

.myp_tbl2 tr th, .myp_tbl2 tr td {

}

.myp_tbl2 tr th {
    height: 40px;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px solid #f2f2f3;
}

.myp_tbl2 tr td {
    height: 125px;
    font-weight: normal;
    border-bottom: 2px solid #f2f2f3;
    border-right: 2px solid #f2f2f3;
}

.myp_tbl2 tr td:last-child {
    border-right: 0;
}

.myp_tbl2 tr td.td_item {
    position: relative;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.myp_tbl2 tr td.td_item .img_box {
    display: flex;
}

.myp_tbl2 tr td.td_item .img_box .item_img {
    margin-right: 8px;
}

.myp_tbl2 tr td.td_item .img_box .item_text .item_name {
    font-family: 'Pretendard-Bold';
}

.myp_tbl2 tr td.td_item .img_box .item_text .item_option {
    font-size: 15px;
    margin-bottom: 12px;
}

.myp_tbl2 tr td.td_qty {
    text-align: center;
    font-family: 'Pretendard-Bold';
}

.myp_tbl2 tr td.td_ct_price {
    text-align: center;
    font-family: 'Pretendard-Bold';
}

.myp_tbl2 tr td.td_otp_price {
    text-align: center;
    font-family: 'Pretendard-Bold';
}

.myp_tbl2 tr td.td_sell_price {
    text-align: center;
    font-family: 'Pretendard-Bold';
}

.myp_tbl2 tr td.td_status {
    text-align: center;
    font-family: 'Pretendard-Bold';
}

#myp_od_inq .item_total_wr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    align-items: center;
    background: #333;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
    margin-top: 10px;
}

#myp_od_inq .shop_agree {
    margin: 0;
    padding: 0;
}

#myp_od_inq .shop_agree .shchk_box {
    margin: 0;
    padding: 0;
}

#myp_od_inq .shop_agree .shchk_box li {
    padding: 0;
    margin-top: 10px;
}

#myp_od_inq .shop_agree .shchk_box li img {
    margin-right: 5px;
    width: 20px;
}

#myp_od_inq .btn_wr {
    display: flex;
    justify-content: space-between;
}

#myp_od_inq .btn_wr button {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    font-family: 'Pretendard-Medium';
    font-size: 13px;
}

#myp_od_inq .btn_wr .receipt_btn {
    border: 1px solid #b5b5b6;
}

#myp_od_inq .btn_wr .list_btn {
    background: #333;
    color: #fff;
}

#myp_od_inq .inc_btn_wr {
    margin-top: 30px;
}

#myp_od_inq .inc_btn_wr .btn_submit {
    background: #f15d2a;
}

#myp_od_inq .display_pay_process {
    text-align: center;
}

#myp_od_inq .btn_cancel {
    width: 100%;
    height: 50px;
}


/* ==========================================================================
   exceluser
   ========================================================================== */

#excel_user .eu_search_table {
    width: 100%;
    margin-bottom: 10px;
}

#excel_user .eu_search_table tr:nth-child(1) th, #excel_user .eu_search_table tr:nth-child(1) td {
    border-bottom: 2px solid #f2f2f3;
}

#excel_user .eu_search_table input.new_design_chk[type="checkbox"] + label + label {
    margin-right: 15px;
}

#excel_user .eu_search_table {
    width: 100%;
    margin-bottom: 10px;
}

.excel_tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    max-width: 250px;
    word-wrap: break-word;
    white-space: normal;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999; /* 매우 높은 z-index */
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    text-align: left;
}

#excel_user ..my_table tr td {
    letter-spacing: -0.05em;
}

/* ==========================================================================
   wish_list
   ========================================================================== */

#sod_ws {
    font-family: 'Pretendard-Regular';
}

.sod_btn_wr {
    margin-bottom: 15px;
}

.sod_btn_wr .sod_select_all[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.sod_btn_wr .sod_select_all[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/new_page/wish_chk_off.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    vertical-align: middle;
}

.sod_btn_wr input[type="checkbox"]:checked + label {
    background: url('../img/new_page/wish_chk_on.png') no-repeat center;
    background-size: contain;
} 

.sod_btn_wr label {
    margin-right: 6px;
    font-family: 'Pretendard-Bold';
}

.sod_btn_wr button {
    font-family: 'Pretendard-Regular';
}

.sod_btn_wr .sod_btn {
    margin-right: 10px;
    width: 70px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #b5b5b6;
    font-size: 13px;
}

.sod_btn_wr .sod_btn2 {
    margin-right: 10px;
    width: 110px;
    height: 30px;
    border-radius: 5px;
    background: #f15d2a;
    color: #fff;
    font-size: 13px;
}

.sod_btn_wr .wishlist_top_text {
    float: right;
    font-family: 'Pretendard-ExtraLight';
    margin-top: 10px;
}

.sct_sortlst_new {
    border-top: 2px solid #333;
    border-bottom: 2px solid #f2f2f3;
    height: 44px;
}

.sct_sortlst_new .sct_sort_new li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 7);
    height: 40px;
    float: left;
    position: relative;
    padding: 0;
    text-align: center;
}

.sct_sortlst_new .sct_sort_new li a {
    display: block;
    position: relative;
    font-size: 15px;
    padding-right: 5px;
}

.sct_sortlst_new .sct_sort_new li a:hover {
    color: #f15d2a;
}

.sct_sortlst_new .sct_sort_new li a.on {
    font-family: 'Pretendard-Bold';
    color: #f15d2a;
}

.sct_sortlst_new .sct_sort_new li a .wish_cnt {
    display: none;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: #fcdfd4;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.sct_sortlst_new .sct_sort_new li a.on .wish_cnt {
    display: inline-block;
}

#sod_it_list {
    margin-top: 28px;
    margin-bottom: 46px;
    border-bottom: 2px solid #f2f2f3;
}

#sod_it_list .sod_select_item[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

#sod_it_list .sod_select_item[type="checkbox"] + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background: url('../img/new_page/wish_chk_off.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    vertical-align: middle;
}

#sod_it_list .sod_select_item[type="checkbox"]:checked + label {
    background: url('../img/new_page/wish_chk_on.png') no-repeat center;
    background-size: contain;
}

#sod_it_list .wish_del {
    display: inline-block;
    margin-bottom: 10px;
}

#sod_it_list.sct_common li:nth-child(5n) {
    margin-right: 0;
}

#sod_it_list .empty_item_list {

}

#sod_it_list .empty_item_list img {
    display: block;
    margin: 86px auto 0;
}

#sod_it_list .empty_item_list span {
    display: block;
    margin-top: 20px;
    margin-bottom: 112px;
    text-align: center;
    font-size: 18px;
    color: #b5b5b6;
}

/* ==========================================================================
   mypage_recomm_list
   ========================================================================== */

.mypage_recomm_list {
    clear: both;
}

.mypage_recomm_list h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-family: 'Pretendard-Bold';
}

.mypage_recomm_list h2 .small_text {
    margin-left: 8px;
    font-size: 17px;
    font-family: 'Pretendard-ExtraLight';
    font-weight: normal;
}

.mypage_recomm_list .sct_common .sct_li {
    margin: 0 14px;
    text-align: center;
}

.mypage_recomm_list .sct_common .sct_basic_box {
    width: 220px;
    text-align: left;
    margin: 0 auto;
}

.mypage_recomm_list .sct_common .sct_basic_box .sct_cate_nm {
    margin-top: 10px;
}

.mypage_recomm_list .sct_common .sct_buy_btn {
    right: 14px;
}

.mypage_recomm_list .slick-slide {
    height: auto;
}

.mypage_recomm_list .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.mypage_recomm_list .slick-dots li {
    margin-right: 8px;
}

.mypage_recomm_list .slick-dots li:last-child {
    margin: 0;
}

.mypage_recomm_list .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b5b5b6;
    font-size: 0;
}

.mypage_recomm_list .slick-dots li.slick-active button {
    background: #333;
}

.mypage_recomm_list .preorder_90_wr {
    width: 220px;
    margin: 0 auto;
}


/* ==========================================================================
   use_point
   ========================================================================== */

.point_box_wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
    height: 130px;
    border: 1px solid #b5b5b6;
    border-radius: 10px;
}

.point_box_wrap .point_box {
    display: flex;
    height: 70px;
    width: 100%;
}

.point_box_wrap .point_box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}

.point_box_wrap .point_box li .point_text {
    font-family: 'Pretendard-Medium';
    font-size: 16px;
}

.point_box_wrap .point_box li .point_text .text_small {
    color: #b5b5b6;
    font-family: 'Pretendard-ExtraLight';
    font-size: 14px;
}

.point_box_wrap .point_box li .point_num {
    font-family: 'Pretendard-Bold';
    font-size: 24px;
}

.point_box_wrap .point_box .point_can_use {
    border-right: 1px solid #b5b5b6;
}

.point_box_wrap .point_box .point_can_use.point2 {
    border-right: 0;
    width: 100%;
}

.point_box_wrap .point_box .point_can_use .point_num {
    color: #f15d2a;
}


.point_table_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 10px;
}

.point_table_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 10px;
}

.point_table_head .table_head_text {
    font-size: 16px;
}

.point_table_head .table_head_text .table_cnt {
    font-family: 'Pretendard-Bold';
}

.point_table_head .point_btn_box {
    display: flex;
}

.point_table_head .point_btn_box li {
    margin-left: 10px;
}

.point_table_head .point_btn_box li button {
    width: 65px;
    height: 40px;
    border: 1px solid #b5b5b6;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Pretandard-Bold';
}

.point_table_head .point_btn_box li button.btn_all.on {
    border: 0;
    color: #fff;
    background: #f15d2a;
}

.point_table_head .point_btn_box li button.btn_get.on {
    border: 0;
    color: #fff;
    background: #ed1c24;
}

.point_table_head .point_btn_box li button.btn_use.on {
    border: 0;
    color: #fff;
    background: #11B8FA;
}

.my_table.point_table tr th {
    font-size: 15px;
}

.my_table.point_table tr td {
    font-size: 16px;
    height: 125px;
}

/* ==========================================================================
   coupon_list
   ========================================================================== */
.coupon_wr {
    margin-bottom: 8px;
}

.coupon_wr .cou_head {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.coupon_wr .cou_head b {
    font-weight: bold;
}

.coupon_wr .coupon_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 270px;
    border-top: 2px solid #f2f2f3;
}

.coupon_wr .coupon_row:last-child {
    border-bottom: 2px solid #f2f2f3;
}

.coupon_wr .myp_cou_wr {
    width: 320px;
}

.coupon_wr .myp_cou {
    display: flex;
    margin-bottom: 6px;
    width: 320px;
    height: 180px;
    border: 1px solid #f15d2a;
    border-radius: 10px;
}

.coupon_wr .myp_cou .cou_left {
    padding: 28px 0 25px 20px;
    width: 255px;
}

.coupon_wr .myp_cou .cou_left .cou_text1 {
    margin-bottom: 9px;
    font-family: 'Pretendard-Medium';
    color: #f15d2a;
}

.coupon_wr .myp_cou .cou_left .cou_text2 {
    margin-bottom: 14px;
    font-family: 'Pretendard-Bold';
    font-size: 28px;
    word-break: break-word;
}

.coupon_wr .myp_cou .cou_left .cou_text3 {
    font-family: 'Pretendard-ExtraLight';
    font-size: 15px;
}

.coupon_wr .myp_cou .cou_right {
    background: #f15d2a;
    width: 65px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #fff;
    font-family: 'Pretendard-Medium';
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    writing-mode: sideways-lr;
}

.coupon_wr  .cou_b_text {
    font-family: 'Pretendard-ExtraLight';
    font-size: 14px;
    line-height: 20px;
}

/* ==========================================================================
   mb_confirm
   ========================================================================== */
#mb_confirm .conform_text {
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #f2f2f3;
}

#mb_confirm .conform_text strong {
    font-family: 'Pretendard-Bold';
}

#mb_confirm .confirm_row {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f2f2f3;
}

#mb_confirm .confirm_row .confirm_name {
    width: 175px;
}

#mb_confirm .confirm_row input {
    width: 450px;
}

#mb_confirm .confirm_button_wr {
    text-align: center;
}

#mb_confirm .confirm_button_wr button {
    margin-top: 50px;
    width: 280px;
    height: 45px;
    background: #f15d2a;
    border-radius: 5px;
    color: #fff;
}

/* ==========================================================================
   register_form
   ========================================================================== */
#register_update_form section {
    margin-bottom: 18px;
}

#register_update_form .input_row {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f2f2f3;
}

#register_update_form .input_row .input_name {
    width: 175px;
}

#register_update_form .input_row .input_name label {
    padding-right: 14px;
}

#register_update_form .input_row input {
    width: 450px;
}

#register_update_form .input_row .frm_file_btn {
    text-align: center;
    margin-left: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #333;
    border-radius: 5px;
}

#register_update_form .input_row .frm_file {
    display: none;
}

#register_update_form .btn_confirm {
    text-align: center;
}

#register_update_form .btn_confirm .btn_cancel {
    margin-top: 50px;
    width: 175px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    color: #333;
    margin-right: 35px;
}

#register_update_form .btn_confirm .btn_submit {
    margin-top: 50px;
    width: 175px;
    height: 45px;
    background: #f15d2a;
    border-radius: 5px;
    color: #fff;
}

#register_update_form .agree_wr {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

#register_update_form .agree_wr .agree_box  {
    display: flex;
    height: 90px;
    width: 480px;
    border: 1px solid #b5b5b6;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

#register_update_form .agree_wr .agree_box p {
    width: 305px;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Pretendard-Medium';
}

#register_update_form .agree_wr .agree_box input {
    display: none;
}

#register_update_form .agree_wr .agree_box .agree_img {
    transform: translateY(4px);
    cursor: pointer;
}

#register_update_form .smb_mileage_btn {
    margin-top: 20px;
    text-align: right;
    color: #b5b5b6;
    text-decoration: underline;
}

#registerAgreeYModal .common_modal_message p {
    font-size: 14px;
}

#registerAgreeYModal .btn_type_fill {
    width: 150px;
}

/* ==========================================================================
   member_leave_form
   ========================================================================== */
#mb_leave_form h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-family: 'Pretendard-Bold';
}

#mb_leave_form section {
    margin-bottom: 32px;
}


#mb_leave_form .conform_text p {
    margin-top: 17px;
    line-height: 25px;
    font-size: 18px;
    font-family: 'Pretendard-Medium';
}


#mb_leave_form .conform_text2 p {
    font-size: 15px;
    line-height: 24px;
}

#mb_leave_form .textarea_row {
    position: relative;
}

#mb_leave_form .textarea_row textarea {
    margin-bottom: 15px;
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #b5b5b6;
    border-radius: 10px;
    padding: 20px;
}

#mb_leave_form .textarea_row #char_counter {
    position: absolute;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    bottom: 30px;
    right: 20px;
}

#mb_leave_form .confirm_button_wr {
    text-align: center;
}

#mb_leave_form .confirm_button_wr button {
    width: 175px;
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Pretendard-Medium';
}

#mb_leave_form .confirm_button_wr .reset {
    margin-right: 36px;
    border: 1px solid #b5b5b6;
}

#mb_leave_form .confirm_button_wr .submit {
    background: #333;
    color: #fff;
}

/* ==========================================================================
   mypage_dvr
   ========================================================================== */
#mypage_dvr {

}

#mypage_dvr .my_dvr_table {
    table-layout: fixed;
}

#mypage_dvr .my_dvr_table tr th {
    border-bottom: 2px solid #f2f2f3;
}

#mypage_dvr .my_dvr_table tr th .dvr_head_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

#mypage_dvr .my_dvr_table tr th .dvr_head_wr p {
    font-weight: normal;
    font-size: 15px;
}

#mypage_dvr .my_dvr_table tr th .dvr_head_wr p b {
    font-family: 'Pretendard-Bold';
}

#mypage_dvr .my_dvr_table tr th .dvr_head_wr button {
    width: 120px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 5px;
    font-family: 'Pretendard-Bold';
    font-size: 15px;
}

#mypage_dvr .my_dvr_table tr td {
    height: 80px;
    border-bottom: 2px solid #f2f2f3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.my_table tr td:last-child {
    border-right: 0;
}

#mypage_dvr .my_dvr_table tr .member_name {
    font-family: 'Pretendard-Bold';
}

#mypage_dvr .my_dvr_table tr .member_name .addr_default {
    display: inline-block;
    margin-left: 5px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    background: #f2f2f3;
    text-align: center;
    border-radius: 5px;
    color: #f15d2a;
    font-size: 13px;
    font-family: 'Pretendard-Regular';
}

#mypage_dvr .my_dvr_table tr .member_addr {

}

#mypage_dvr .my_dvr_table tr .member_hp {
    text-align: center;
}

#mypage_dvr .my_dvr_table tr .member_btn {
    text-align: center;
}

#mypage_dvr .my_dvr_table tr .member_btn span {
    color: #b5b5b6;
}