/* mypage 서브메뉴 */

.myPage_menu{
    position: fixed;
    left: 0;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
    top: 190px;
    transition: 0.3s;
    overflow-y: auto;
    width: 280px;
}
.myPage_menu .top_my_box{
    background: #333;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.myPage_menu .top_my_box h3{
    font-size: 36px;
    letter-spacing: -0.04em;
    font-weight: 200;
    margin-bottom: 20px;
}
.myPage_menu .top_my_box h4{
    font-size: 30px;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 300;
}
.myPage_menu .top_my_box p{
    font-weight: 200;
}
.myPage_menu .top_my_box p span{
    font-weight: 500;
}
.myPage_menu .bot_my_box{
    padding-left: 50px;
    padding-bottom: 10px;
    height: 80vh;
}
.myPage_menu .bot_my_box.on{
    max-height: 44vh;
    overflow-y: auto;
    margin-top: 30px;
}
.myPage_menu .bot_my_box.on .my_menu01:first-child{
    margin-top: 0;
}
.myPage_menu .bot_my_box .my_menu01{
    margin-top: 50px;
}
.myPage_menu .bot_my_box .my_menu01 h4{
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #333;
}
.myPage_menu .bot_my_box .my_menu01 ul li{
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 300;
}
.myPage_menu .bot_my_box .my_menu01.service_menu ul li{
    margin-top: 20px;
}
/* mypage top */

.my_page_t_inner{
    background: #f5f5f5;
}
.my_page_top .my_page_t_inner ul{
    font-size: 0;
}
.my_page_top .my_page_t_inner ul li{
    display: inline-block;
    width: 33.333333333%;
    text-align: center;
    padding: 61px 0;
    position: relative;
}
.my_page_top .my_page_t_inner ul li::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 122px;
    background: #c8d0d7;
}
.my_page_top .my_page_t_inner ul li:last-child:after{
    width: 0;
}
.my_page_top .my_page_t_inner ul li p{
   font-size: 26px;
   letter-spacing: -0.04em;
   color: #666;
   vertical-align: middle;
   margin-top: 20px;
   font-weight: 700;
}
.my_page_top .my_page_t_inner ul li p span{
    font-size: 16px;
    color: #999999;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-right: 10px;
}
.my_page_top .m_p_class{
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #999;
    border-bottom: 2px solid #eaeaea;
    text-align: center;
    padding: 15px 0;
    position: relative;
    background: #fff;
}
.my_page_top .m_p_class img{
    margin-left: 10px;
}

/* my_page table*/

.my_page .search_period{
    position: relative;
    padding: 40px 0;
}
.my_page .search_period ul{
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.my_page .search_period ul li{
    display: inline-block;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #999;
    text-align: center;
    margin-right: 7px;
    transition: 0.3s;
}
.my_page .search_period ul li a{
    font-size: 14px;
    color: #999;
    padding: 11px 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.my_page .search_period ul li:hover{
    background: #333;
    border: 1px solid #333;
}
.my_page .search_period ul li:hover a{
    color: #f0f3f5;
}
.my_page .search_period ul li.on{
    background: #333;
    border: 1px solid #333;
}
.my_page .search_period ul li.on a{
    color: #f0f3f5;
}
.my_page .search_period h4{
    text-align: center;
    color: #333333;
    letter-spacing: -0.04em;
    font-size: 20px;
    font-weight: 300;
}
.my_page .search_period .search_form{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.my_page .search_period .search_form .date_f{
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 9px 5px 9px 10px;
    font-size: 14px;
}
.my_page .search_period .search_form .search_submit{
    background: url(/img/ico/my_search_ic.png) no-repeat center/cover;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    cursor: pointer;
}



.my_page_table_box{
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #cccccc;
    /* margin-top: 25px; */
}
.my_page table .arrow_r{
    margin-left: 6px;
}
.my_page_table_box table{
    border-collapse: collapse;
}
/* .my_page_table_box thead{
    border-bottom: 2px solid #666;
} */
.my_page_table_box th{
    padding: 20px 0;
}
.my_page_table_box::after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 60px, #fafafa 1px, #fafafa 100% );
    z-index: -1;
}
.my_page_table_box::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 60px, #fafafa 1px, #fafafa 100% );
    z-index: -1;
}
.my_page_table_box table::after{
    position: absolute;
    content: '';
    left: 0; right: 0; top: 60px;
    background: #666;
    height: 2px;
    width: 100%;
    z-index: 0;
}
.my_page_table_box tbody{
    background: #fafafa;
    border-top: 40px solid #fafafa;
    border-bottom: 40px solid #fafafa;
}
.my_page_table_box tbody td{
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.my_page_table_box tbody td:last-child{
    border-right: 0;
}
.my_page table .num_sp{
    width: 90px;
    padding: 5px 0;
    border-radius: 15px;
    background: #a71c20;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}
.my_page tbody .ok_sp{
    width: 90px;
    padding: 5px 0;
    border-radius: 15px;
    border: 1px solid #a71c20;
    display: inline-block;
    font-size: 14px;
    color: #a71c20;
    font-weight: 300;
    text-align: center;
}
.my_page tbody .ok_sp.gray{
    color: #333;
    border-color: #333;
}
.my_page_table_box tbody .del_sp{
    padding: 5px 0;
    border: 1px solid #666666;
    border-radius: 15px;
    width: 75px;
    display: inline-block;
    margin-bottom: 10px ;
}
.my_page_table_box tbody .del_p{
    margin-bottom: 5px;
}
.my_page_table_box .detail_amount_wrap{
    position: relative;
}
.my_page_table_box .detail_amount_info_box {
    position: absolute;
    top: 60%;
    z-index: 1;
    right: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 20px 15px;
    width: 270px;
    display: none;
}
.my_page_table_box .detail_amount_wrap .add_ic{
    cursor: pointer;
}
.my_page_table_box .detail_amount_info_box::after{
    position: absolute;
    content: '';
    top: -6px;
    right: 18px;
    background: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    border-style: solid;
    border-width: 1px;
    border-color:  transparent   #000 #000 transparent ;
}
.my_page_table_box .detail_amount_info_box li{
    margin-top: 10px;
}
.my_page_table_box .detail_amount_info_box li:first-child{
    margin-top: 20px;
}
.my_page_table_box .detail_amount_info_box h3{
    font-size: 18px;
    text-align: left;
}
.my_page_table_box .detail_amount_info_box span{
    font-size: 15px;
    color: #555555;
}
.my_page_table_box .detail_amount_info_box .ai_s01{
    width: 50%;
    text-align: left;
}
.my_page_table_box .detail_amount_info_box .ai_s02{
    width: 50%;
    text-align: right;
}
.my_page_table_box .detail_amount_info_box .all span{
    color: #222222;
}
.my_page_table_box .detail_amount_info_box .ss_close_btn{
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
 .rec_product{
    padding: 35px 20px;
}
 .rec_product .img_box{
    border: 1px solid #dcdcdc;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    background: #fff;
    float: left;
}
 .rec_product .txt_box{
    float: left;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 80px);
}
 .rec_product h5{
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px;
}
 .rec_product h6{
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}
 .rec_product p{
    font-size: 13px;
    color: #666666;
    letter-spacing: -0.04em;
}
.my_page .accumulate_table_box th{
    border-bottom: 2px solid #666;
    padding: 20px 0;
    font-weight: 400;
}
.my_page .accumulate_table_box td{
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 25px 40px;
    font-weight: 300;
}
.my_page .accumulate_table_box td::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    width: 1px;
    height: 30px;
}
.my_page .accumulate_table_box td:last-child::after{
    width: 0;
}
.my_page .accumulate_table_box .acc p{
    padding: 10px 0;
    width: 100px;
    border-radius: 20px;
    text-align: center;
}
.my_page .accumulate_table_box .acc_plu p{
    background: #edf4f8;
}
.my_page .accumulate_table_box .acc_min p{
    background: #fef2f3;
}
.my_page .review_table_box .rec_product{
    padding-left: 360px;
}
.my_page .review_table_box thead th{
    border-bottom: 2px solid #666;
    padding: 20px 0;
}
.my_page .review_table_box thead th:last-child{
    padding-left: 85px;
}
.my_page .review_table_box tbody tr{
    border-bottom: 1px solid #ddd;
}
.my_page .review_table_box tbody td{
    position: relative;
}
.my_page .review_table_box tbody td::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #ddd;
}
.my_page .review_table_box table .num_sp{
    padding: 10px 0;
    margin-left: 45px;
    width:110px;
    border-radius: 20px;
    text-align: center;
}



/* my_page - 메인 */

.my_page .m_p_quick{
    box-shadow: 0px 0px 50px 0px rgba(91, 107, 123, 0.3);
    width: 99%;
    margin: 0 0 60px;
}
.my_page .m_p_quick ul{
    font-size: 0;
    padding: 60px 0;
}
.my_page .m_p_quick ul li{
    display: inline-block;
    width: 33.3333%;
    text-align: center;
    min-height: 300px;
    border-right: 1px solid #e8ecf0;
    transition: 0.3s;
    position: relative;
}
.my_page .m_p_quick ul li a{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.my_page .m_p_quick ul li:nth-child(-n+3){
    border-bottom: 1px solid #e8ecf0;
}
.my_page .m_p_quick ul li:nth-child(3n){
    border-right: 0;
}
.my_page .m_p_quick ul li h4{
    font-size: 20px;
    color: #333;
    letter-spacing: -0.04em;
    margin: 30px 0 20px;
    transition: 0.3s;
}
.my_page .m_p_quick ul li p{
    font-size: 16px;
    color: #333;
    letter-spacing: -0.04em;
    font-weight: 300;
    line-height: 24px;
    transition: 0.3s;
}
.my_page .m_p_quick ul li span{
    font-size: 14px;
    color: #333;
    letter-spacing: -0.04em;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}
.my_page .m_p_quick ul li:hover{
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(91, 107, 123, 0.3);
}
.my_page .m_p_quick ul li:hover h4{
    color: #a71c20;
}
.my_page .m_p_quick ul li:hover p{
    color: #a71c20;
}
.my_page .m_p_quick ul li:hover span{
    color: #a71c20;
}
.my_page .rec_top h4{
    float: left;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #333;
}
.my_page .rec_top span{
    float: right;
    font-size: 13px;
    color: #999999;
    padding: 5px 0;
    width: 80px;
    border-radius: 15px;
    border: 1px solid #999;
    text-align: center;
    transition: 0.3s;
}
.my_page .rec_top span a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.my_page .rec_top span:hover{
    border-color: #333333;
    color: #333;
}
.my_page .m_p_like{
    padding: 90px 0;
}
.my_page .m_p_like .like_list{
    font-size: 0;
    margin-top: 40px;
}
.my_page .m_p_like .like_list li{
    display: inline-block;
    margin-right: 24px;
    width: 180px;
    height: 180px;
}
.my_page .m_p_like .like_list li:nth-child(6n){
    margin-right: 0;
}
.my_page .m_p_like .like_list li .img_box{
    border: 1px solid #d8d8d8;
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.my_page .m_p_like .like_list li .img_box .heart{
    position: absolute;
    top: 10px;
    right: 10px;
}
.my_page .m_p_like .like_list li .txt_box h5{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    font-weight: 300;
}
.my_page .m_p_like .like_list li .txt_box h6{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000;
    font-weight: 300;
}
.my_page .m_p_like .like_list li .txt_box p{
    font-size: 14px;
    margin-top: 13px;
}
.my_page .m_p_like .like_list li .txt_box p span{
    color: #c14343;
    font-size: 12px;
}
.my_page .m_p_like .like_list li .txt_box p span em{
    text-decoration: line-through;
    font-style: normal;
}
.my_page .m_p_sub_title{
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.my_page .m_p_sub_title h2{
    font-size: 36px;
    color: #333333;
    letter-spacing: -0.04em;
    font-weight: 300;
}
.my_page .m_p_sub_title p{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #666666;
    margin-top: 17px;
    line-height: 24px;
}
.my_page .m_p_sub_title p.back_gray{
    padding: 7px 35px;
    background-color: #f5f5f5;
    display: inline-block;
}
.my_page .m_p_sub_title a{
    width: 140px;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #f0f3f5;
    background: #a71c20;
    border-radius: 27px;
    display: inline-block;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.my_page .m_p_sub_title .total_acc{
    background: #f5f5f5;
    padding: 35px 0;
    margin-top: 45px;
}
.my_page .m_p_sub_title .total_acc h5{
    font-size: 60px;
    color: #a71c20;
    font-weight: 300;
}
.my_page .m_p_sub_title .total_acc span{
    font-size: 16px;
    color: #000;
    margin-right: 15px;
    vertical-align: middle;
}

/* my_page - 리스트 */

.my_page .my_page_list{
    padding: 50px 0;
}
.my_page .my_page_list .m_p_ul{
    font-size: 0;
}
.my_page .my_page_list .m_p_ul > li{
    display: inline-block;
    width: 48%;
    border: 1px solid #dddddd;
    padding: 40px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
}
.my_page .my_page_list .m_p_ul > li:nth-child(2n){
    margin-right: 0;
}
.my_page .my_page_list .m_p_ul li .img_box{
    border: 1px solid #ccc;
    width: 180px;
    height: 180px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.my_page .my_page_list .m_p_ul li .img_box .heart{
    position: absolute;
    top: 10px;
    right: 10px;
}
.my_page .my_page_list .m_p_ul li .txt_box{
    display: inline-block;
    padding-left: 30px;
}
.my_page .my_page_list .m_p_ul li .txt_box h3{
    font-size: 16px;
    letter-spacing: -0.04em;
    margin: 5px 0;
    font-weight: 500;
}
.my_page .my_page_list .m_p_ul li .txt_box h4{
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
.my_page .my_page_list .m_p_ul li .txt_box p{
    font-size: 18px;
    margin: 10px 0 20px;
    font-weight: 300;
}
.my_page .my_page_list .m_p_ul li .txt_box p span{
    font-size: 14px;
    color: #c14343;
}
.my_page .my_page_list .m_p_ul li .txt_box p span em{
    font-style: normal;
    text-decoration: line-through;
}
.my_page .my_page_list .m_p_ul li .txt_box select{
    border: 0;
    border-bottom: 1px solid #666;
    padding: 10px 10px 10px 0;
    font-family: "ydiygo", sans-serif;
    color: #666666;
    font-weight: 300;
}
.my_page .my_page_list .m_p_ul li .quick_box{
    position: absolute;
    right: 0;
    bottom: 0;
}
.my_page .my_page_list .m_p_ul li .quick_box ul{
    font-size: 0;
}
.my_page .my_page_list .m_p_ul li .quick_box li{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.my_page .my_page_list .m_p_ul li .quick_box li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


/* mypage - 결제정보 */

.my_page.paymentinfo table{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.my_page.paymentinfo tr{
    border-bottom: 1px solid #cccccc;
}
.my_page.paymentinfo tr:last-child{
    border-bottom: 0;
}
.my_page.paymentinfo td:last-child{
    border-left: 1px solid #ccc;
}
.my_page.paymentinfo th{
    background: #f5f5f5;
    padding: 35px 20px;
    border-right: 1px solid #666;
}
.my_page.paymentinfo td{
    padding: 0 20px;
}
.my_page.paymentinfo table p{
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 20px;
    font-weight: 300;
}
.my_page.paymentinfo table th p{
    font-weight: 700;
}
.my_page.paymentinfo td:last-child p{
    color: #666;
}
.my_page.paymentinfo table td.red p{
    color: #a71c20;
    font-weight: 700;
}
.my_page.paymentinfo .print_box{
    text-align: center;
    margin: 30px 0 100px;
}
.my_page.paymentinfo .pay_print{
    background: #333;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    border-radius: 20px;
    display: inline-block;
    border: 0;
    font-size: 14px;
    letter-spacing: -0.04em;
}

/* mypage - 할인쿠폰 */

.my_page.coupon .coupon_list_box ul{
    font-size: 0;
}
.my_page.coupon .coupon_list_box ul li{
    background: url(/img/sub/coupon_bg.png) no-repeat center/cover;
    width: 383px;
    height: 129px;
    font-size: 0;
    display: inline-block;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
    margin-right: 20px;
    margin-bottom: 30px;
}
.my_page.coupon .coupon_list_box ul li:nth-child(3n){
    margin-right: 0;
}
.my_page.coupon .coupon_list_box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}
.my_page.coupon .coupon_list_box ul li a > div{
    display: inline-block;
}
.my_page.coupon .coupon_list_box .txt_cou em{
    font-size: 20px;
    color: #a71c20;
    font-style: normal;
}
.my_page.coupon .coupon_list_box .txt_cou span{
    font-size: 16px;
}
.my_page.coupon .coupon_list_box .txt_cou h5{
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.04em;
    margin: 5px 0 20px;
}
.my_page.coupon .coupon_list_box .txt_cou p{
    font-size: 13px;
    letter-spacing: -0.04em;
    color: #999999;
}
.my_page.coupon .coupon_list_box .down_cou{
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
    margin-left: 87px;
}
.my_page.coupon .coupon_list_box .down_cou .fas{
    font-size: 26px;
    color: #a71c20;
}
.my_page.coupon .coupon_list_box .down_cou span{
    font-size: 14px;
    color: #a71c20;
    margin-top: 5px;
    display: block;
}
.my_page.coupon .coupon_list_box .down_cou.end .fas{
    color: #bbbbbb;
}
.my_page.coupon .coupon_list_box .down_cou.end span{
    color: #bbbbbb;
}
.my_page.coupon .down_coupon{
    text-align: center;
    margin: 10px 0 110px;
}
.my_page.coupon .down_coupon a{
    width: 300px;
    padding: 20px 0;
    background: #333;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #fefefe;
}
.tab_wrapper{
    text-align: center;
}
.tab_wrapper .tab_menu{
    background: #fafafa;
}
.tab_wrapper .tab_menu{
    font-size: 0;
    /* border-bottom: 1px solid #a71c20; */
    position: relative;
    z-index: 1;
}
.tab_wrapper .tab_menu::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a71c20;
    z-index: -1;
}
.tab_wrapper .tab_menu li{
    width: 600px;
    display: inline-block;
}
.tab_wrapper .tab_menu li a{
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #666;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tab_wrapper .tab_menu li.active{
    background: #fff;
    border-top: 1px solid #a71c20;
    border-left: 1px solid #a71c20;
    border-right: 1px solid #a71c20;
    border-bottom: 1px solid #fff;
}
.tab_wrapper .tab_content{
    /* padding-top: 85px; */
}
.tab_wrapper .tab_top p{
    float: left;
}
.tab_wrapper .tab_top .search_box{
    float: right;
}
.tab_wrapper .tab_top > p{
    font-size: 14px;
    color: #a71c20;
    letter-spacing: -0.04em;
    font-weight: 300;
    padding-top: 15px;
}
.tab_wrapper .tab_top .txt_form{
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #333;
    width: 300px;
}
.tab_wrapper .tab_top .txt_form .sm_txt{
    width: 100%;
    outline: none;
    padding: 10px 5px;
}
.tab_wrapper .tab_top .txt_form .sm_txt::placeholder{
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}
.tab_wrapper .tab_top .txt_form .sm_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/ico/s_ic.png) no-repeat center/cover;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
    cursor: pointer;
}
.tab_wrapper .tab_top .search_box .select_box{
    display: inline-block;
    margin-left: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    background: none;
    border: none;
    border-bottom: 1px solid #333;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #e9edf0 !important;
    border-color: #e9edf0 !important;
    color: #666 !important;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 8px 6px;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.04em;
    font-family: "ydiygo", sans-serif;
    font-weight: 300;
}
.ui-selectmenu-button.ui-button{
    padding: 10px 7px;
    width: 120px;
    position: relative;
}
.ui-button .ui-icon{
    background-image: url(/img/ico/select_ic2.png) !important;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    background-position: 0;
}
.ui-selectmenu-text{
    font-size: 14px;
    color: #666;
    letter-spacing: -0.04em;
    font-family: "ydiygo", sans-serif;
    font-weight: 300;
}
.tab_wrapper .coupon_list{
    margin-top:30px;
}
.tab_wrapper .coupon_list thead{
    border-bottom: 2px solid #666;
}
.tab_wrapper .coupon_list thead th{
    padding: 20px 100px;
}
.tab_wrapper .coupon_list thead th:last-child{
    padding: 20px 70px;
}
.tab_wrapper .coupon_list tbody tr{
    border-bottom: 1px solid #ddd;
}
.tab_wrapper .coupon_list tbody td{
    padding: 30px 40px;
    position: relative;
}
.tab_wrapper .coupon_list tbody td::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #ddd;
}
.tab_wrapper .coupon_list tbody td:last-child:after{
    width: 0;
}
.tab_wrapper .coupon_list tbody td:first-child{
    padding: 30px 70px;
}
.tab_wrapper .coupon_list .coupon_img_box{
    position: relative;
    display: inline-block;
}
.tab_wrapper .coupon_list .coupon_img_box p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #a71c20;
    font-weight: bold;
}
.tab_wrapper .coupon_list .coupon_img_box p span{
    font-size: 16px;
}
.tab_wrapper .coupon_list h4{
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.04em;
    font-weight: 300;
}
.tab_wrapper .coupon_list .sub_p{
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.04em;
    margin-top: 8px;
    font-weight: 300;
}
.my_page.coupon tbody .ok_sp{
    margin-left: 7px;
    width: 110px;
    text-align: center;
}
.tab_wrapper .coupon_list .data_p{
    color: #333333;
    font-size: 14px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    font-weight: 300;
}
.pagination{
    text-align: center;
    font-size: 0;
    margin: 50px 0 100px;
}
.pagination > div{
    display: inline-block;
    vertical-align: middle;
}
.pagination > *{
    margin: 0 7px;
}
.pagination .num {
    text-align: center;
    font-size: 0;
}
.pagination .num .page-item{
    display: inline-block;
}
.pagination .num .page-item a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #5a5a5a;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.pagination .num .page-item.on a{
    background: #dee6ee;
}

/* 1:1문의 - list */

.my_page.inquire_list{
    padding-bottom: 100px;
}

/* 1:1문의 - view */

.my_page .inquire_view.iv_title{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.my_page .inquire_view.iv_title > div{
    position: relative;
}
.my_page .inquire_view.iv_title .iv_date{
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}
.my_page .inquire_view.iv_title .iv_kind{
    font-size: 14px;
    color: #333;
    padding:0 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.my_page .inquire_view.iv_title h4{
    font-size: 14px;
    color: #333;
    letter-spacing: -0.04em;
    display: inline-block;
}
.my_page .inquire_view.iv_title .iv_span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    display: inline-block;
    width: 74px;
    border-radius: 15px;
    padding: 5px 0;
    text-align: center;
}
.my_page .inquire_view.iv_content{
    padding: 35px 0;
}
.my_page .inquire_view.iv_content p{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #333;
    line-height: 26px;
}

/* 나의 상품평 */

.my_page .review_wrap{
    text-align: left;
    border-top: 2px solid #666;
}
.my_page .review_wrap > li{
    border-bottom: 5px solid #f5f5f5;
}
.my_page .review_wrap li .rev_top{
    border-bottom: 1px solid #dbe0e4;
}
.my_page .review_wrap .rec_product{
    padding: 30px 0 15px;
}
.my_page .review_wrap .rev_bot{
    font-size: 0;
    padding: 15px 0 30px;
}
.my_page .review_wrap .one_box{
    float: left;
}
.my_page .review_wrap .two_box{
    float: right;
}
.my_page .review_wrap .one_box .star_p {
    margin-bottom: 15px;
}
.my_page .review_wrap .one_box .star_p span{
    font-size: 18px;
    color: #c14343;
    letter-spacing: -0.04em;
}
.my_page .review_wrap .one_box .rev_write{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #666666;
    line-height: 20px;
}
.my_page .review_wrap .two_box ul{
    font-size: 0;
}
.my_page .review_wrap .two_box ul li{
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.my_page .review_wrap .two_box ul li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.my_page .review_wrap .two_box ul li:last-child::before{
    position: absolute;
    content: '';
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: rgba(73,73,73,.8);
    z-index: 1;
}
.my_page .review_wrap .two_box ul li:last-child::after{
    position: absolute;
    content: '+3';
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

/* mypage - revise */

.my_page .revise_wrap h5{
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #333;
    padding: 15px 0;
}
.my_page .revise_wrap form{
    width: 720px;
    margin: 0 auto;
    font-size: 0;
}
.my_page .revise_wrap form label{
    display: inline-block;
    width: 165px;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #333;
    vertical-align: middle;
}
.my_page .revise_wrap form .input_box{
    display: inline-block;
    width: calc(100% - 165px);
    vertical-align: middle;
}
.my_page .revise_wrap form > div{
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.my_page .revise_wrap form input{
    outline: none;
    padding-bottom: 10px;
}
.my_page form .w100{
    width: 100%;
}
.my_page form .w80{
    width: 80%;
}
.my_page form .w70{
    width: 70%;
}
.my_page form .w60{
    width: 60%;
}
#addr1-1,#addr2{
    width: 80%;
}
#addr1{
    width: 30%;
}
#wrap{
    height: 500px;
    overflow: hidden;
}
.my_page form .border_on{
    border-bottom: 1px solid #333;
}
.my_page form input.w30{
    width: 80px;
}
.my_page .revise_wrap .input_box .Change{
    font-size: 13px;
    color: #666;
    letter-spacing: -0.04em;
    display: block;
    padding-top: 10px;
}
.my_page .revise_wrap .input_box input::placeholder{
    color: #333;
    font-size: 16px;
}
.my_page .revise_wrap .input_box input.gray::placeholder{
    color: #999;
    font-size: 14px;
}
.my_page .revise_wrap .input_box span.in_block{
    display: inline-block;
    margin:0 8px;
}
.my_page .revise_wrap .input_box .select_box{
    display: inline-block;
}
.my_page .revise_wrap .input_box .ui-selectmenu-button.ui-button{
    border: 0;
    border-bottom: 1px solid #333 !important;
    width: 80px;
    padding: 0;
    padding-bottom: 12px;
}
.my_page .revise_wrap .input_box .ui-button .ui-icon{
    top: 5px;
    transform: translateY(0);
}
.my_page .overlap{
    width: 87px;
    padding: 10px 0;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-left: 13px;
}
.btn_{
    padding: 10px;
    width: 87px;
    border: 1px solid #333;
    background: #fafafa;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-left: 20px;
}
.line_contnets input{
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.04em;
    font-family: "ydiygo", sans-serif;
    font-weight: 300;
}
.email_sp{
    font-size: 16px;
    margin:0 10px;
}
#str_email02{
    background: 0;
}
.my_page .revise_wrap .input_box.email .ui-selectmenu-button.ui-button{
    width: 150px;
    padding-bottom: 10px;
    padding-top: 4px;
    margin-left:10px;
}
.my_page .revise_wrap .input_box.email .ui-button .ui-icon{
    top: 10px;
}
.my_page .revise_wrap form .input_box .check_box{
    display: inline-block;
    margin-right: 25px;
}
.my_page .revise_wrap form .input_box .check_box label{
    width: auto;
}
.my_page .revise_wrap form .input_box .q_p{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #333;
}
.my_page .revise_wrap form .input_box .a_p{
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.04em;
    padding: 8px 20px;
    background: #999;
    display: inline-block;
    margin: 10px 0;
}
.my_page .revise_wrap form .mm{
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}
.my_page .revise_wrap form .submit_box{
    text-align: center;
}
.my_page .revise_wrap form .submit{
    width: 500px;
    background: #a71c20;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

/* mypage - out */

.my_page .out .precaution{
    text-align: center;
}
.my_page .out .precaution span{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #a71c20;
    padding: 10px 0;
    font-weight: 500;
    display: block;
}
.my_page .out .precaution img{
    margin-top: 25px;
}
.my_page .out .precaution p{
    background: #f5f5f5;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #a71c20;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 500;
}
.my_page .out .out_wrap h3{
    text-align: center;
    font-size: 30px;
    color: #333;
    letter-spacing: -0.04em;
    margin-top: 25px;
}
.my_page .out .out_wrap > p{
    font-size: 16px;
    color: #333;
    letter-spacing: -0.04em;
    padding: 10px 0 25px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.my_page .out .out_wrap .reason_box{
    border: 1px solid #ccc;
    font-size: 0;
    padding: 0 40px;
    margin: 30px 0;
}
.my_page .out .out_wrap .reason_box li{
    display: inline-block;
    width: 25%;
    padding: 30px 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.my_page .out .out_wrap .reason_box li:nth-child(1){
    padding-left: 0;
}
.my_page .out .out_wrap .reason_box li:nth-child(5){
    padding-left: 0;
}
.my_page .out .out_wrap .reason_box li:nth-child(n+5){
    border-bottom: 0;
}
.my_page .out .out_wrap .reason_box li:nth-child(4n)::after{
    width: 0;
}
.my_page .out .out_wrap .reason_box li::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #ccc;
}
.my_page .out .out_wrap .reason_box li label{
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #333;
}
.my_page .out .check_box_cus input[type="radio"] + label:after{
    top: 4px;
}
.my_page .out .black::placeholder{
    color: #333;
}
.my_page .out .out_wrap textarea{
    width: 100%;
    height: 320px;
    border: 1px solid #ccc;
    padding: 30px 40px;
    font-family: "ydiygo", sans-serif;
}
.my_page .out .out_wrap .id_check{
    background: #f5f5f5;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
}
.my_page .out .out_wrap .id_check_wrap{
    border: 1px solid #ccc;
    margin: 30px auto;
    text-align: center;
    padding: 40px 0;
}
.my_page .out .out_wrap .id_check_wrap label{
    width: 80px;
    display: inline-block;
}
.my_page .out .out_wrap .id_check_wrap input{
    padding-bottom: 12px;
    outline: none;
    margin-left: 15px;
    font-size: 14px;
    width: 250px;
}
.my_page .out .out_wrap .id_check_wrap span{
    color: #cccccc;
}
.my_page .submit_box{
    text-align: center;
    margin-bottom: 80px;
    font-size: 0;
}
.my_page .submit_box > .subm_ic{
    width: 150px;
    border-radius: 5px;
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
    margin: 0 3px;
    cursor: pointer;
}
.my_page .submit_box > .subm_ic.red{
    background: #a71c20;
}
.my_page .submit_box > .subm_ic.gray{
    background: #333;
}
.step_table_box .txt_left{
    text-align: left !important;
}
.step_table_box tbody td{
    border-right: 0;
    position: relative;
}
.step_table_box tbody td::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #ccc;
}
.step_table_box tbody td:last-child::after{
    width: 0;
}
.step_table_box .rec_product{
    display: inline-block;
    vertical-align: middle;
}
.step_table_box .check_box{
    display: inline-block;
}
.step_table_box td p{
    font-weight: 700;
}
.step_table_box td:last-child p{
    display: inline-block;
}
.step_table_box td:last-child img{
    margin-left: 30px;
    opacity: 0.2;
    transition: 0.3s;
    cursor: pointer;
}
.step_table_box td:last-child img:hover{
    opacity: 1;
}
.step_table_box th.txt_left{
    padding-left: 35px;
}
.step_table_box .txt_left{
    padding-left: 40px;
}
.step_table_box .check_box_cus input[type="checkbox"] + label:after{
    left: 20.5%;
}
.step_table_box .rec_product .img_box{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.step_table_box .rec_product h5{
    font-size: 16px;
}
.step_table_box .rec_product p{
    font-size: 15px;
}
.step_table_box .rec_product .txt_box{
    width: 310px;
}
.my_page.join03 .revise_wrap .input_box.email .ui-selectmenu-button.ui-button{
    padding-bottom: 5px;
    padding-top: 2px;
}
.my_page.join03 .revise_wrap .input_box .ui-selectmenu-button.ui-button{
    padding-bottom: 5px;
}
.my_page .order_step_wrap ul{
    margin: 80px 0 40px;
}
.my_page .order_step_wrap li{
    text-align: center;
}
.my_page .order_step_wrap li h5{
    font-size: 22px;
    color: #333333;
    font-weight: 300;
    margin: 15px 0;
}
.my_page .order_step_wrap li p{
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 20px;
}
.my_page .order_step_wrap li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
/* .my_page .order_step_wrap li.mid{
    margin: 0 60px;
} */
.my_page .order_step_wrap li.con{
    width: 270px;
}
.my_page .order_step_wrap .order_info_p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 60px;
}
.my_page .order_step_wrap .help_tit{
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 50px;
}
.my_page .line{
    width: 100%;
    border: 1px solid #dddddd;
    display: inline-block;
}
.my_page .s_p_sub_title h2 {
    font-size: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    font-size: 30px;
    letter-spacing: -0.04em;
    color: #333;
    padding: 50px 0;
    text-align: center;
    font-weight: 300;
}
.my_page .apply_wrap h4{
    font-size: 18px;
    color: #323232;
    padding: 15px 10px;
    margin-top: 35px;
}
.my_page .apply_wrap .app_in{
    border-top: 1px solid #dcdcdc;
    padding: 25px 10px;
    align-items: flex-start;
}
.my_page .apply_wrap .apply_tit{
    width: 155px;
}
.my_page .apply_wrap .app_con{
    width: calc(100% - 155px);
}
.my_page .apply_wrap .apply_tit h6{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.my_page .apply_wrap .send_p{
    font-size: 16px;
    line-height: 30px;
}
.my_page .apply_wrap .send_p span{
    color: #a71c20;
    font-weight: 700;
}
.my_page .apply_wrap .send_p02{
    font-size: 14px;
    color: #a71c20;
    margin-top: 12px;
}
.my_page .apply_wrap .fas{margin-right: 7px;}
.my_page .apply_wrap .g_num{
    color: #989898;
    font-size: 15px;
    margin-top: 8px;
    display: inline-block;
}
.my_page .apply_wrap input,.my_page .apply_wrap textarea{
    padding: 10px 15px;
}
.my_page .apply_wrap textarea{
    width: 100%;
    height: 120px;
    overflow-y: scroll;
    font-family: 'SpoqaHanSansNeo', sans-serif;
}
.my_page .apply_wrap .border_gray{
    border: 1px solid #dcdcdc;
}
.mt20{margin-top: 20px;}
.mr25{margin-right: 25px;}
.ml35{margin-left: 35px;}
.ml25{margin-left: 25px;}
.ml0{margin-left: 0 !important;}
.my_page .apply_wrap .radio_box{
    padding: 30px 20px;
}
.my_page .apply_wrap .radi_p{
    font-size: 16px;
    line-height: 26px;
    margin-left: 15px;
    margin-top: -5px;
    font-weight: 400;
}
.my_page .apply_wrap .radi_p strong{
    font-weight: 700;
    font-size: 18px;
}
.my_page .apply_wrap .app_i_ul{
    padding: 20px;
}
.my_page .apply_wrap .app_i_ul li{
    margin-bottom: 15px;
    color: #666666;
    font-size: 16px;
}
.my_page .apply_wrap .app_i_ul li:last-child{
    margin-bottom: 0;
}
.my_page .apply_wrap .app_i_ul li .del_addre01{
    width: 75px;
    display: inline-block;
}
.my_page .apply_wrap .submit_box{
    margin-top:130px;
}
.my_page .apply_wrap .submit_box button{
    width: 250px;
    text-align: center;
    color: #fff;
    border: none;
    padding: 15px 0;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 700;
}
.my_page .apply_wrap .submit_box button.back_btn{
    background: #545454;
}
.my_page .apply_wrap .submit_box button.do_btn{
    background: #2d2d2d;
}
