/* mypage 전체 */
#container.mypage_container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}
#container.pt_0 {
    padding-top: 0;
}
#container.pb_0 {
    padding-bottom: 54px;
}
#container.mall_sub {
    padding-top: 0;
    /* border-radius: ; */
}

.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;
    color: #333;
    font-weight: 400;
    font-size: 13px;

}
#snb>ul>li a.my_title {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
#snb>ul>li>a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
}

#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;
}

/* 고객센터 , 회사소개 tab */
#snb.ov_tab_wrap, 
#snb.contact_snb {
    width: 100%;
    float: none;
}
#snb.ov_tab_wrap>ul,
#snb.contact_snb>ul {
    display: flex;
    margin-bottom: 80px;
    border: none;
    border-bottom: 1px solid #eeeeee ;
}
#snb.ov_tab_wrap>ul>li,
#snb.contact_snb>ul>li {
    /* width: 50%; */
    margin-right:42px ;
}
#snb.ov_tab_wrap>ul>li a,
#snb.contact_snb>ul>li a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 0;
    padding: 30px 0; 
    border-bottom: 4px solid transparent;
    position: relative;

}
#snb.ov_tab_wrap>ul>li a.active,
#snb.contact_snb>ul>li>a.active {
    font-weight: 700;
    z-index: 1;
    color:#ed1e23 ;
    border-bottom: 4px solid #ed1e23;
}
.contact h3.cs_title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}

.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 {
    box-sizing: border-box;
    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: #ed1e23;
    font-size: 22px;
    font-weight: 600;
}


/* ===================  마이페이지 */
/* 마이페이지 메인 */
#container.my_main {
    /* background:#f9f9f9 ; */
}
.my_main .my_info_sec {
    margin-top:45px ;

}
.my_main .my_info_sec .top {
    background: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 ;
}
.my_main .my_info_sec .top p {
    font-size:44px ;
}
.my_main .my_info_sec .top p strong {
    margin-right: 14px ;
}
.my_main .my_info_sec .top .re_btn {
    /* display: block;
    width:62px ;
    height: 62px;
    background: #f5f5f5 no-repeat center;
    background-image: url(../img/ico/my_info.png);
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    margin-left: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
}

.my_main .my_info_sec .top .re_btn a {
    font-size: 24px;
    letter-spacing: -1px;
    color: #454545;
    font-weight: 500;
}
.my_main .my_info_sec .bot {
    /* background:#faedf2 ; */
    /* border-radius: 0 0 10px 10px ; */
    display: flex;
    border-bottom: 2px solid #dbdbdb;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 28px;
}

.my_main .my_info_sec .bot li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.my_main .my_info_sec .bot li span {
    display: block;
    width: 110px;
    height: 110px;
    background: no-repeat center;
}

/* .my_main .my_info_sec .bot a {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
} */
.my_main .my_info_sec .bot a i {
    display: block;
    background: no-repeat center;
    margin-right: 12px;
}
.my_main .my_info_sec .bot a.coupon i {
    width: 39px; height: 39px;
    background-image: url(../img/ico/my_cou.png);
}
.my_main .my_info_sec .bot a.review i {
    width: 36px; height: 36px;
    background-image: url(../img/ico/my_re.png);
}
.my_main .my_info_sec .bot a p {
    font-size:22px ;
    font-weight: 500;
    line-height: 58px;
    color: #757575;
}
.my_main .my_info_sec .bot a p strong {
    color:#fe3a40 ;
}
.my_main .my_info_sec .bot a  + a {
    position: relative;
}
.my_main .my_info_sec .bot a  + a::after {
    content: '';
    display: block;
    width: 2px ; height: 40px;
    background: #eedae2;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}

.my_main .my_menu_list {
    /* margin-top: 40px ; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 30px ;
} 
.my_main .my_menu_list li {
    /* width: calc(33.33% - 20px); */
    width: 100%;
    /* margin-right: 30px; */
}
.my_main .my_menu_list li:nth-of-type(3n) {
    margin-right: 0;
}
.my_main .my_menu_list li:nth-child(n+4) {
    /* margin-top: 30px; */
}

.my_main .my_menu_list li {
    border-bottom: 2px solid #eee;
}
.my_main .my_menu_list li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 40px;
    box-sizing: border-box;
    border-radius: 10px;

}
.my_main .my_menu_list li span {
    display: block;
    width: 80px; height: 80px;
    background: no-repeat center;
}
.my_main .my_menu_list li p {
    /* margin-top: 20px; */
    font-size: 28px;
    font-weight: 500;
    color: #454545;
}

.my_main .my_menu_list li img {
    width: 12px;
    height: 20px;
}
/* // 마이페이지 메인 // */










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

.mypage_info ul {
    display: flex;
}

.mypage_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 33.333%;
    min-height: 100px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-right: solid 1px #dbdbdb;
    font-weight: bold;
    box-sizing: border-box;
    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: #ed1e23;
    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: #ed1e23;
    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: #ed1e23;
    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 {
    display: flex;

    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;
    box-sizing: border-box;
    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 {
}

.my_page .my_ttl {
    padding: 70px 0 40px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.my_page .my_ttl.my_ttl_user_out {
    font-weight: 500;
}

.my_ttl_user_out_bottom {
    font-weight: 500;
    font-size: 28px;
    padding: 74px 0 21px;
}

.user_out input[type=radio]+label {
    padding-left: 72px;
    background: url(../img/ico/radio_01.png) left center no-repeat;
    background-size: auto;
    min-height: 74px;
    display: flex;
    align-items: center;
}

.cause_note {
    width: 100%;
    min-height: 261px;
    border-radius: 10px;
    border-width: 2px;
    border-color: rgb(219, 219, 219);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    resize: none;
    font-size: 28px;
    outline: none !important;
    padding: 32px 25px;
}

.cause_note::placeholder {
    color: #dbdbdb;
}

.user_out_btns {
    margin: 69px 0 0;
    display: flex;
}

.user_out_btns button, .user_out_btns a {
    height: 90px;
    width: calc(50% - 10px);
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 28px;
    font-family: "Noto Sans CJK KR";
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.user_out_btns .btn_back {
    background-color: #fe3a40;
    color: #fff;
    margin-right: 20px;
}

.user_out_btns .btn_confirm {
    background-color: #fff;
    color: #fe3a40;
    border: 2px solid #fe3a40;
}

.user_out input[type=radio]:checked+label {
    background: url(../img/ico/radio_on_01.png) left center no-repeat;
}

.user_out .check {
    font-size: 26px;
    color: #252525;
}

.my_page.my_shopping .my_ttl {
    padding: 70px 0;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.my_page .history_desc {
  color: #a8a8a8;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.my_page .ord_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my_page .ord {
    border-radius: 28px;
    background-color: #f9f9f9;
    border: 2px solid #eeeeee;
    padding: 15px 30px;
    margin: 24px 0 40px;
}

.my_page .ord span {
    display: block;
    font-size: 24px;
    font-weight:400 ;
    color: #999999;
}

.my_page .my_ttl span {
    display: block;
    font-size: 24px;
    margin-top: 24px;
    font-weight:400 ;
    color: #999999;
}
.my_page .my_ttl span.col_75 {
    text-align: center;
    color:#757575 ;
    line-height: 1.5;
}
.my_page .my_sub_ttl {
    display: block;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 26px;
    border-bottom: 2px solid #454545;
    margin-bottom: 40px;
}
.my_page .my_filter {
    display: flex;
    margin: 35px auto;
}
.my_page .my_filter button {
    width:33.333%;
    /* margin-right: 10px; */
    border-bottom: 2px solid #eeeeee;
    display: block;
    text-align: center;
    line-height: 66px;
    color: #454545;
    font-size: 28px;
}
.my_page .my_filter button:nth-of-type(3n) {
    margin-right: 0;
}
.my_page .my_filter button.on {
    background:#fff;
    border-bottom: 4px solid #fe3a40;
    color: #fe3a40;
    font-weight: 500;
}


/* ================== 주문페이지 상세보기 */
/* 마이페이지 예약 단계 스텝 */
.ord_step_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0;
    margin-bottom: 50px;
    gap: 22px;
}
.ord_step_box li {
    /* width: calc(33.333% - 37.333px ); */
    width: 100%;
    border: 2px solid #eeeeee;
    background:#fafafa ;
    position: relative;
    padding:28px 40px ;
    box-sizing: border-box;
    margin-right: 56px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}
/* .ord_step_box li:nth-of-type(3n) {
    margin-right: 0;
}
.ord_step_box li:nth-child(n+4) {
    margin-top: 40px ;
} */

.ord_step_box li.arr::after {
    content: '';
    display: block;
    width: 40px; height: 40px;
    background: no-repeat center / 40px auto;
    background-image: url(../img/ico/pick_step_arr.png);
    position: absolute;
    top: 50%; right: -50px;
    transform: translateY(-50%);
    display: none;
}

.ord_step_box li .ico {
    display: block;
    width: 90px ; height: 90px;
    /* margin: 0 auto 16px; */
    border-radius: 50%;
    background:#d4d4d4;

}
.ord_step_box li .ico span {
    display: block;
    width:100% ; height: 100%;
    background: no-repeat center;
}
.ord_step_box li p {
    text-align: center;
    font-size:24px ;
    font-weight: 500;
    color: #757575;
    line-height: 1.4;
    display: block;
}

.ord_step_box li .step {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 34px;
    color: #bbbbbb;
    font-weight: 500;
}

.ord_step_box li.on .step {
    color: #dc8181;
}


.ord_step_box li button {
    font-size: 20px;
    border-bottom: 2px solid #252525;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.ord_step_box li.on {
    border-color: #ecd2d2;
    background: #faf2f2;
}
.ord_step_box li.on .ico {
    background: #e84142;
}
.ord_step_box li.on p {
    color: #e84142; 
}

/* 예약 확인 문구 */
.ord_check_sec {
    /* background: #fafafa; */
    border-top: 2px solid #454545;
    border-bottom: 2px solid #eeeeee;
    padding: 60px 40px;
}
.ord_check_sec .desc_box {
    margin-bottom: 56px ;
}
.ord_check_sec .desc_box strong {
    display: block;
    text-align: center;
    font-size:30px;
    font-weight: 500;
    margin-bottom:18px ;
    color: #252525;
}
.cancle_view .ord_check_sec .desc_box strong {
    line-height:1.46 ;
    margin-bottom: 0;
}
.ord_check_sec .desc_box span {
    font-weight: 700;
    color: #e83d40;
}
.ord_check_sec .desc_box p {
    font-size:26px ;
    color: #757575;
    text-align: center;
}
.ord_check_sec .ord_check_area dl {
    display: flex;
}
.ord_check_sec .ord_check_area dl + dl {
    margin-top:30px ;
}
.ord_check_sec .ord_check_area dl dt {
    width:140px;
    font-size: 26px ;
    color: #757575;
}
.ord_check_sec .ord_check_area dl dd  {display: block;}
.ord_check_sec .ord_check_area dl dd span { font-size: 26px;}
.ord_check_sec .ord_check_area dl dd span + span {
    margin-left: 14px;
    padding-left: 14px;
    position: relative;
}
.ord_check_sec .ord_check_area dl dd span + span::after {
    content: '';
    display: block;
    width: 2px; height: 22px ;
    background: #999999 ;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}
.store_detail.my_store {
    display: block;
    position: static;
    background: #fff;
    transform: translate(0);
    margin-top:60px ;
    width: 100%;
}

.ord_cash {
    padding-top: 20px;
}
.ord_cash .my_sub_ttl {
    margin-bottom: 0;
}
.ord_cash .ord_item_list {

}
.ord_cash .ord_item_list>  li {
    display: flex;
    flex-direction: column;

}
.ord_cash .ord_item_list >li + li {
    border-top: 2px solid  #bbbbbb;
}
.ord_cash .ord_item_list .ev_top {
    padding:26px 20px ;
    background:#fafafa ;
    border-bottom :2px solid #eeeeee
}

.ord_cash .ord_item_list .ord_item {
    display: flex;
    padding: 42px 20px;

}
.ord_cash .ord_item_list .ord_item + .ord_item {
    border-top: 2px solid #eeeeee;
}






.ord_cash .ord_item_list li .item_img {
    display: block;
    width : 160px; height: 160px;
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    margin-right:26px ;
}
.ord_cash .ord_item_list li .item_img span {
    display: block;
    width: 100%; height: 100%;
    background: no-repeat center / cover;
    border-radius: 10px;
}
.ord_cash .ord_item_list li .item_info_wrap {
    width: calc(100% - 156px );

}

.ord_cash .ord_item_list .tag_box {
    display: flex;
}
.ord_cash .ord_item_list .tag_ttl p {
    font-size:30px ;
    font-weight: 500;
    line-height: 1.3;
    margin-top:8px ;
}
.ord_cash .ord_item_list .tag_box .ico + .ico {
    margin-left: 8px
}
.ord_cash .ord_item_list .tag_box img {
    max-height: 30px;
}
.ord_cash .ord_item_list .tag_box  + .item_tit {
    margin-top: 10px;
}
.ord_cash .ord_item_list li .item_info_wrap .item_tit {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
}
.ord_cash .ord_item_list li .item_option {
    margin-top:16px ;
}
.ord_cash .ord_item_list li .item_option li {
    display: flex;
    font-size:24px ;
}
.ord_cash .ord_item_list li .item_option li + li {
    margin-top: 20px ;
}
.ord_cash .ord_item_list li .item_option li strong {
    font-weight: 400;
    color:#757575;
    margin-right: 6px;
}

.ord_cash .ord_item_list li .item_option li .money {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 22px;
    color: #fe3a40;
    font-family: "NanumSquareEB";
    font-weight: 700;
    text-align: center;
}
.ord_cash .ord_item_list li .item_money {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
    font-family: "NanumSquare";
}
.ord_cash .ord_item_list li .item_money strong{
    font-weight: 900;
    font-size: 30px;
}
.ord_cash .ord_item_list li .item_money p {
    font-size: 24px;
    color: #454545;
    margin-left: 6px ;
    font-weight:400 ;
}
.ord_price_box {
    border-top: 2px solid #dbdbdb ;
    border-bottom: 2px solid #dbdbdb ;
}
.ord_price_box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ord_price_box li + li {
    /* border-top:2px solid #eeeeee ; */
}

.ord_price_box li:last-child {
    border-top:2px solid #eeeeee ;
}

.ord_price_box li span {
    font-size: 26px;
    line-height: 86px;
    display: block;
    color: #252525;
}
.ord_price_box li p {
    font-size: 26px;
    font-weight: 700;
    font-family: 'NanumSquareEB';
    color: #252525;
}
.ord_price_box li.total p {
    font-size:40px;
    font-weight:700;
    color: #fe3a40;
    font-family: "NanumSquareEB";
}
.ord_price_box li.total p strong {
    font-weight: 900;
}
/* // 예약 // */


/* 닉네임 수정 */
.my_nick .inner {
    padding-top: 10px;
}
.my_nick .input_row  input{
    display: block;
    width: 100%;
    height: 90px;
    border: 2px solid #dbdbdb;
    border-radius:10px ;
    font-size: 28px;
    font-weight: 500;
}
.my_nick .input_row  input::placeholder {
    color:#dddddd ;
}
.my_nick .input_row span {
    display: block;
    font-size: 24px;
    color:#999999 ;
    margin-top:22px ;
}
.my_nick .btn_box {
    margin-top: 60px;
    display: flex;
}
.my_nick .btn_box .bg_4747 {
    display: block;
    width: 260px;
    margin: 0 auto;
    line-height: 80px ;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background: #474747;
    border-radius: 10px;
}
/* // 닉네임 수정 //  */

/* 마이 - 고객센터 */
.my_page.cs_center .inner {
    padding-top: 10px;
}
.my_page .quick_inq {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    margin-bottom: 50px;
    /* border-bottom: 2px solid #eeeeee ; */
}
.my_page .quick_inq li {
    width: 100%;
}
.my_page .quick_inq li:nth-of-type(2n){
    margin-top: 20px;
}
.my_page .quick_inq li:nth-of-type(2n) a {
    background-color: #ffe500;
}
.my_page .quick_inq li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    background: #f9f9f9;
    /* border:2px solid #eeeeee ; */
    border-radius: 4px;
}
.my_page .quick_inq li span{
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-left: 19px;
}
.my_page .cs_txt strong {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color:#454545 ;
    margin-bottom: 26px;
}
.my_page .cs_txt p {
    color: #999999;
    font-size: 26px;
    line-height: 1.5;
}
.my_page .cs_txt p span {
    color: #757575;
}

/* // 마이 - 고객센터 //  */

/* 마이 - 쿠폰 */
.my_page .cou_list {
    height: 100%;
}

.my_page .cou_list li + li  {
    margin-top:30px ;
}
.my_page .cou_list li {
    display: flex;
    align-items: center;
    /* padding: 18px 0 ; */
    border: 2px solid  #dbdbdb;
    border-radius: 10px;
    height: 100%;
}
.my_page .cou_list li .cou_area {
    width: calc(100% - 156px);
    padding: 20px 30px ;
    box-sizing: border-box ;
    position: relative;
} 
.my_page .cou_list li .cou_area::after {
    content: '';
    display: block;
    width: 1px; height: 100%;
    border-left: 2px dashed #eeeeee;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.my_page .cou_list li .cou_area .cash {
    display: block;
    font-size: 38px;
    font-weight: 900;
    color: #252525;
    font-family: 'NanumSquare';
    margin-bottom: 20px;

}
.my_page .cou_list li .cou_area .cash span {
    font-weight: 700;
}
.my_page .cou_list li p {
    font-size: 24px;
    display: block;
    line-height: 1.45;
}
.my_page .cou_list li .desc {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: 500;
    text-overflow: ellipsis;
    color: #252525;
}
.my_page .cou_list li p.date {
    display: block;
    margin-top:20px ;
    color: #999999;
    font-size: 24px;

}
.my_page .cou_list li p.date span {
    color: #757575;
}
.my_page .cou_list li .cou_op {
    color:#454545 ;
    font-weight: 400;
}
.my_page .cou_list li .go_cart {
    width: 156px;
    height: 255px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e83d40;
}

.my_page .cou_list li .go_cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.my_page .cou_list li .go_cart a span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-top:13px ;
}

/* // 마이 - 쿠폰 // */

/* 마이 -  설정 */
.my_page .mypage_user_info .set_list {
    margin-top: 10px;
    border-top: 2px solid #252525;
}
.my_page .mypage_user_info .set_list li.check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px ;

}
.my_page .mypage_user_info .set_list li {
    border-bottom: 2px solid #eeeeee;
}
.my_page .mypage_user_info .set_list li P {
    font-size: 28px;
    font-weight: 500;
    
}
.my_page .mypage_user_info .set_list li span {
    margin-top: 20px;
    display: block;
    font-size: 24px;
    color: #757575;
}
.my_page .mypage_user_info .set_list li .check_row input {display: none;}

.my_page .mypage_user_info .set_list li .check_row input+label .bg{
    display: block;
    width:80px ; height: 44px;
    background:#cfcfcf ;
    position: relative;
    border-radius: 50px;
    transition: all 0.3s;
}
.my_page .mypage_user_info .set_list li .check_row input+label .ico {
    display: block;
    width: 32px ; height: 32px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top:50%; left: 10px;
    transform: translateY( -50%);
    margin-top: 0;
    transition: all 0.6s;
}
.my_page .mypage_user_info .set_list li .check_row input:checked+label .bg {
    background: #fe3a40;
}
.my_page .mypage_user_info .set_list li .check_row input:checked+label .ico {
    left: inherit; right: 10px;
}
.my_page .mypage_user_info .set_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.my_page .mypage_user_info .set_list li a p {
    line-height: 80px;

}

.my_page .mypage_user_info .set_list li a .ico_arr {
    display: block;
    width: 20px; height: 26px;
    background: no-repeat center;
    background-image: url(../img/ico/my_ico_arr.png);
}
.my_page .mypage_user_info .set_list li .user_del {
    display: block;
    text-align: left;
    line-height: 80px;
    padding: 0 20px;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
}
.user_del_popup {
    position: fixed;
    width: 720px; height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0; left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    display: none;
}
.user_del_popup form,
.user_del_popup > div {
    height: 100%;
}
.user_del_popup fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* .user_del_popup .pop_body {
    width: calc(100% - 60px);
    margin: 0 auto;
} */
.user_del_popup .inner  h2 {
    font-size:28px ;
    background: #454545;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.user_del_popup .inner .pop_body {
    background: #fff;
    padding: 40px 30px ;
    box-sizing: border-box;
}
.user_del_popup .inner .pop_body strong {
    display: block;
    font-size: 28px;
    font-weight: 500;
}
.user_del_popup .inner .pop_body span {
    font-size: 26px;
    color: #757575;
    line-height: 1.4;
    display: block;
    margin:25px 0 36px ;
}
.user_del_popup .inner .w50_btn_box {
    display: flex;
    align-items: center;
}
.user_del_popup .inner .w50_btn_box button {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 100%;
    background: #fe3a40;
    line-height:70px ;
    border-radius: 10px;

}
.user_del_popup .inner .w50_btn_box button + button {
    background: #999999;
    margin-left: 20px;
}

/* // 마이 - 설정 // */


/* 마이 - 리뷰 */
.my_page .detail_review_list {
    border-top: 2px solid #252525;
}
.my_page .detail_review_list .rl_txt_box {
    display: flex;
    align-items: center;

}
.my_page .detail_review_list .btn_wrap {
    display: flex;
    align-items: center;
    margin-top: 32px ;
}
.my_page .detail_review_list .btn_wrap a,
.my_page .detail_review_list .btn_wrap button {
    height: 60px;
    display: block;
    padding: 0 28px;
    background: #888888;
    border-radius: 10px;
    color: #fff;
    font-size:  24px;
    font-weight: 500;
    width: inherit;

}
.my_page .detail_review_list .btn_wrap .review_edit{
    border-width: 2px;
    border-color: rgb(254, 58, 64);
    border-style: solid;
    background-color: rgb(254, 244, 244);
    color: #fe3a40;
}
.my_page .detail_review_list .btn_wrap .review_delete {
    background-color: rgb(153, 153, 153);
}
.my_page .detail_review_list .btn_wrap button + * {
    margin-left: 10px;
    background-color: #454545;
}
.my_page .detail_review_list .txt_desc {
    color:  #454545;

}
.my_page .detail_review_list .rli_txt {
    color:  #999999 !important;
    font-weight: 400 !important;
}
.my_page .detail_review_list .rli_txt + .rli_txt {
    margin-left: 18px;
    padding-left: 18px;
    position: relative;
}
.my_page .detail_review_list .rli_txt + .rli_txt::after {
    content: '';
    display: block;
    width: 2px; height:25px ;
    background:#e0e0e0 ;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}

/* 리뷰 수정, 작성 팝업 */

.review_more_view .re_item + .re_item {
    margin-top: 50px;

}

.review_more_view .re_item .re_ttl {
    border-bottom: 2px solid #252525;
    font-size :30px;
    font-weight: 500;
    padding-bottom:26px ;
}
.review_more_view .re_item .re_ttl + * { 
    padding: 30px 0;
    border-bottom: 2px solid #dbdbdb;
} 
.my_page.review_more_view .buy_item {
    margin: 0 !important;
}
.my_page.review_more_view .sel_row select {
    height: 230px; height: 60px;
    padding-right: 40px;
    font-size: 30px;

} 

.my_page.review_more_view .star_row {
    display: flex;
    align-items: center;
}
.my_page.review_more_view .star_row .star_btn {
    display: block;
    align-items: center;
    background: no-repeat center;
    background-image: url(../img/ico/re_star.png);
    width: 50px; height: 48px;
}
.my_page.review_more_view .star_row .star_btn + .star_btn {
    margin-left: 6px;
}
.my_page.review_more_view .star_row .star_btn.on {
    background-image: url(../img/ico/re_star_on.png);
}
.my_page.review_more_view .input_row input {
    display: block;
    width: 100%; height:60px ;
    font-size:28px ;
}
.my_page.review_more_view .txt_area textarea {
    display: block;
    width: 100%; height:280px ;
    overflow-y:auto ;
    resize: none;
    font-size: 26px;
    line-height: 1.5;
    word-break: keep-all;
    padding: 20px 30px;
}




.review_more_view .review_img ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:60px;
    
}
.review_more_view .review_img ul li {
    width: calc(50% - 15px);
    margin-right:30px
}
.review_more_view .review_img ul li:nth-of-type(2n) {
    margin-right: 0;
}
.review_more_view .review_img ul li:nth-child(n+3) {
    margin-top: 30px;
}
.file_wrap {
    width:100%;
    position: relative;
    border: 2px solid #dbdbdb;
    overflow: hidden;
    border-radius: 10px;
}

.imageWrapper {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.file_manage {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 50%;
    height:75px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    color: #fff;
    font-weight: 500;
}

.file_manage.on {
    display: block;
}

.file_manage.edit {
    background-color: rgb(254, 58, 64, 0.8);
    /* background-image: url(../img/ico/ico_file_edit_m.png); */
}

.file_manage.del {
    left: auto;
    right: 0;
    background-color: rgba(37, 37, 37, 0.8);
    /* background-image: url(../img/ico/ico_file_del_m.png); */

}

.imageWrapper img {
    width: 100%;
    height: calc(100% - 2px);
    /* width: calc(100% + 2px);
    height: calc(100% + 2px); */
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    border: none;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0;
    left: 0;

}

.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}
.review_more_view.my_review_pop .re_bot button.bg_btn,
.review_more_view.my_page .re_bot  button{
    background:#fe3a40 ;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    border-color:#fe3a40 ;
}
.review_more_view.my_page .re_bot  button.btn_edit_review {
    width: 100%;
}
.review_more_view.my_review_pop .re_bot {
    /* padding: 0 30px ; */
    padding: 20px
}
.review_more_view.my_review_pop .re_bot button {
    width: 100%;
    font-weight: 500;
    font-size: 28px;
}
.review_more_view.my_review_pop .re_bot button.bg_btn {
    margin-right: 30px;
}

















.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;
}



.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_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: #ed1e23;
    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;
    box-sizing: border-box;
    background-image: url(../img/ico/ico_calander.png);
    background-position: 90px center;
    background-repeat: no-repeat;
}

.cal_co_wrap {
    padding: 0 0 30px;
    box-sizing: border-box;
}

.cal_co_wrap .cal_colist {
    width: 100%;
}

.cal_co_wrap .cal_colist ul {
    display: flex;
}

.cal_co_wrap .cal_colist ul li {
    box-sizing: border-box;
    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 #ed1e23;
    box-sizing: border-box;
    display: block;
    /* margin: 20px auto 10px; */
    text-align: center;
    color: #fff;
    background: #ed1e23;
}

.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: 580px;
    margin: 30px auto 0px;
    border-top: solid 2px #888888;
}

.order_request .request_popup table tr th:first-child {
    width: 140px;
    background-color: #fafafa;
    color: #333333;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
}

.order_request .request_popup>div table tbody th {
    padding: 15px 0 15px 20px;
}

.order_request .request_popup>div table tbody td {
    padding: 10px 15px;
    text-align: left;
}

.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 {
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    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 40px;
}

.order_request .request_popup>div div button {
    box-sizing: border-box;
    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: #ed1e23;
    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: #ed1e23;
    font-weight: 400;
}

.order_list .shipping_ing {
    color: #ed1e23;
    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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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 {
    box-sizing: border-box;
    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: #ed1e23;
    color: #fff;
    border: solid 1px #ed1e23;
}

.cancle_refund .tab_menu_02 {
    color: #555;
}

.cancle_refund .tab_menu_02.active {
    background-color: #ed1e23;
    color: #fff;
    border: solid 1px #ed1e23;
}

.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 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 2px #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 {
    box-sizing: border-box;
    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 2px #888888;
}

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

.refound_popup>div table th {
    box-sizing: border-box;
    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 2px #252525;
    border-bottom: solid 1px #dbdbdb;
    display: flex;
    /* 수정 20180413 margin-bottom:60px; */
}

.mypage_account .refound_info>div {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 100px;
}
.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;
    text-align: center;
}
.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 {
    box-sizing: border-box;
    padding:40px;
    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 2px #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;
    box-sizing: border-box;
    font-weight: 400;
    color: #000;
}

.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: #ed1e23;
    font-size: 18px;
    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: 18px;
    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 2px #888888;
}

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

.visit_box table th {
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    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: #ed1e23;
    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;
}




.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 2px #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;
    box-sizing: border-box;
}

.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 input[type="checkbox"]{
    display: none;
}
.mypage_user_info .form-box2 table td input[type="checkbox"]+label {
    padding-left:30px;
    background: no-repeat center left;
    background-image: url(../img/common/check.png);
}
.mypage_user_info .form-box2 table td input[type="checkbox"]:checked+label  {
    background-image: url(../img/common/check_on.png);
}
.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 2px #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;
}

.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: #ed1e23;
    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_list tbody td {
    line-height: 1.4;
}
.mypage_review_my  .ol_item_box .item_img_wrap {
    width: 70px;
}
.mypage_review_my .ol_item_box .img_thurm {
    width:70px;
    height: 70px;
}

.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 .next_prev_box ul {
    margin-top: 60px;
}

.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: #ed1e23;
    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 {
    box-sizing: border-box;
}

/* .contact fieldset>div div:last-child a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
} */

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

.contact input[type="text"] {
    width: 116px;
    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;
    color: #333333;
}
.contact table tr td.alliance_tit a {
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}
.contact table .alliance_tit_div {
    display: flex;
    align-items: center;
}
.contact table .alliance_tit_div .secret {display: flex;}
.contact table {
    margin-top: 28px;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 16px;
}
.contact table thead tr{
    border-bottom: 1px solid #252525;
}
.my_page .contact table thead tr {
    border-top: 2px solid #252525;
    border-bottom: solid 1px #dbdbdb;
}
.contact table tr {
    border-bottom: solid 1px #dbdbdb;
}

.contact table tr th,
.contact table tr td {
    vertical-align: middle;
    font-size: 18px;
}
.my_page .contact table tr th,
.my_page .contact table tr td {
    font-size: 16px;
}



.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 table tr td.contact_news_date {
    color: #999;

}
.contact table tr td.contact_news_write,
.contact table tr td.contact_news_view {
    color: #454545;
}
.contact table tr td.alliance_type {
    color: #757575;
}

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

.contact table thead th:nth-child(3) {
    padding: 15px 20px;
}
.contact table thead th.cs_ttl {
    text-align: left;
    padding-left:18px ;
}

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

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

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

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

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

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

.contact_one_btn {
    margin-top:36px;
    width: 200px;
    height: 60px;
    background-color: #ed1e23;
    font-size: 20px;
    font-weight: 500;
    border-radius:5px ;
    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; */
}



/* 자주묻는 질문 */
#container .sub_sec {
    padding-top: 40px;
}
.contact_tab_menu_sel {
    position: relative;
}
.contact_tab_menu_sel button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size:26px ;
    font-weight: 500;
    border: 2px solid #dbdbdb;
    background: #f9f9f9;
    padding: 0 24px;
    height: 80px;
    text-align: left;
    border-radius: 10px;
}
.contact_tab_menu_sel button i {
    display: block;
    width: 22px; height: 13px;
    background: no-repeat center / 22px auto;
    background-image: url(../img/ico/faq_down.png);
}

.open_tab .contact_tab_menu {display: block;}
.contact_tab_menu {
    position: absolute;
    top: 100%; left: 0;
    background: #fff;
    border: 2px solid #dbdbdb;
    border-radius: 10px;
    z-index: 20;
    width: 100%;
    padding: 25px 30px;
    display: none;
}
.contact_tab_menu a {
    display: block;
    font-size: 26px;
    color:#757575 ;
    line-height:3.1 ;
}
.contact_tab_menu a.active {
    color:#fe3a40;
}

.contact_qna a {
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-bottom: 1px solid  #eeeeee;
}

.contact_qna a div {
    width: calc(100% - 40px );
    line-height: 1.5 ;
    font-size: 28px;
    font-weight: 500;
}
.contact_qna a .slide_btn {
    display: block;
    width: 40px; height:40px;
    background: no-repeat center / 22px auto ;
    background-image: url(../img/ico/faq_down.png);
}
.contact_qna a.active .slide_btn {
    background-image: url(../img/ico/faq_up.png);
}
.contact_qna .contact_a {
    background: #f9f9f9;
    border-bottom: 1px solid  #eeeeee;
    padding:35px 28px;
    line-height: 1.6;
    color: #757575;
    font-size:24px ;
    word-break: keep-all;
    display: none;
}
/*  // 자주묻는 질문 // */


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

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

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

.div_table .div_td {
    box-sizing: border-box;
    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;
    box-sizing: border-box;
}

.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 {
    font-weight: 500;
}

.contact.contact_news table .noti_ico {
    display: inline-block;
    /* width: 43px;
    height: 25px;
    border-radius: 4px; */
    color: #252525;
    font-size: 20px;
    font-weight: 500;
    margin-right: 4px;
}


/* .contact.contact_news table tbody th{ padding:18px 0; } */
.contact.contact_news table .contact_news_tit {
    padding-left: 18px;
    text-align: left;
}
.my_page .contact table .contact_news_tit a  {
    font-size: 18px;
}
.contact table .contact_news_tit a {
    text-align: left;
    color: #333333;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    display: block;
    line-height: 1.5;
}

/* .contact.contact_news table .contact_news_tit a.notice {
    font-weight: 700;
    color: #000000;
} */
.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 fieldset>div.search_box {
    outline: none;
    margin-bottom:28px;
    display: flex;
    justify-content: flex-end;
}

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

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

.contact fieldset>div.search_box div select,
.contact fieldset>div.search_box div input[type="text"] {
    height: 40px;
    border: 1px solid #cccccc;
    font-size: 16px;
    outline: none;
}

.contact fieldset>div.search_box div select {
    width: 160px;
    border-radius: 4px 0 0 4px ;
}

.contact fieldset>div.search_box div input[type="text"] {
    width: 260px;
    margin: 0;
    border-left: none;
    padding-right: 40px;
    border-radius: 0 4px 4px 0;
}

.contact fieldset>div.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.contact_news_view {}

.contact.contact_news_view table th {
    border: none;
}

.contact.contact_news_view table tbody th {
    padding: 15px 36px;
    text-align: left;
}

.contact.contact_news_view table tbody tr:nth-child(2) th {
    padding: 15px 36px 50px;
    line-height: 1.5;
}

.contact.contact_news_view table tr .contact_news_view_tit {
    font-weight: 500;
}

.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 tr .contact_news_view_views {
    padding: 15px 20px;
    width: 200px;
    text-align: right;
}

.contact.contact_news_view table tr .arrow {
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
}

.contact.contact_news_view table tr .color_pointer {}

.contact.contact_news_view .contact_news_view_cancle {
    display: block;
    width: 156px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0;
    text-align: center;
    border: solid 1px #dbdbdb;
    color: #555555;
    font-size: 16px;
    font-family: 'Noto Sans KR';
}

.contact_news_btn_box {
    margin-top: 40px;
    /* 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;
    width: unset;
    min-height: unset;
    display: flex;
    gap: 18px;
    justify-content: end;
    border-bottom: 1px solid #252525;
    padding-bottom: 25px;
}

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

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

.contact_news_btn_box .contact_btn_col .contact_news_view_back {
    border: 1px solid #fe3a40;
    background: #fe3a40;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    max-width:300px;
}
.contact_btn_col.back_list.back {
    display: flex;
    justify-content: center;
}
.contact_btn_col.back_list.back button{
    margin-top: 75px;
    width: 380px;
    height: 72px;
    background: #fe3940;
    color: #ffffff;
    margin-inline: auto;
}
.contact_news_btn_box .contact_btn_col .contact_news_view_delete {
    width: 118px;
    color: #ff0000;
    border-radius: 6px;
    border: 1px solid #ff0000;
    font-size: 28px;
}

.contact_news_btn_box .contact_btn_col .contact_news_view_fix {
    width: 118px;
    margin-right: 15px;
    background: #969697;
    color: #fff;
    border-radius: 6px;
    font-size: 28px;
}


/* 신고 */
.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: 40px 20px 160px; */
    box-sizing: border-box;
    line-height: 1.5;
    /* border-bottom: 1px solid #dbdbdb ; */
}
.contact_news_view .view_tb .view_box {
    font-size: 26px;
    color: #454545;
    line-height: 1.6;
}
.contact_news_view .view_tb .view_box p {
    word-break: break-all;
}
.contact_news_view .view_tb .view_box img {
  width: 100% !important
}
.contact_news_view .view_tb .bo_list li {
    padding: 20px;
    box-sizing: border-box;
    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 {
    background: #fafafa;
}

.contact_news_view .view_tb .reply_box h3 {
    font-size: 18px;
    margin-top: 10px;
}


/* 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 {
    box-sizing: border-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;
    box-sizing: border-box;
    background-color: #ed1e23;
    /* border:solid 1px #cccccc; */
    outline: none;
    color: #fff;
    font-size: 16px;
}

table tr td.alliance_tit {
    text-align: left;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
}

.lock {
    display: inline-block;
    margin-left: 8px;
    width: 14px;
    height: 19px;
    background: url('../img/ico/lock.png') no-repeat;
    background-size: cover;
}

.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.my_write table {
    border-top: 2px solid #252525;
}
.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 {
    box-sizing: border-box;
    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;
    box-sizing: border-box;
    width: 420px;
    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: #ed1e23;
    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%;
}




/* 달력 */
.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: #ed1e23;
    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 #ed1e23;
}

.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 {
    box-sizing: border-box;
    padding: 10px;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.mypage_review_02 table tr td {
    box-sizing: border-box;
    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;
    font-size: 13px;
}

/* .contact.mypage_receipt table thead th:first-child {
    width: 188px;
} */

.contact.mypage_receipt.order_list .ol_total {
    font-size: 13px;
    color: #333;
}
.contact.mypage_receipt.order_list tbody td.ol_save {
    border-left:1px solid #dbdbdb
}
.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 .ol_item_box .img_thurm {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex: 0 0 auto;
}
.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: #ed1e23;
}

.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: #ed1e23;
}

/* 배송지 수정 */
.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 input[type="radio"] {
    display: none;
}
.contact.shipping table tr td {
    font-size: 13px;
}
.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 .web_shipping_btn {
    margin-top: 20px;
}

/* .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;
    box-sizing: border-box;
}

.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;
}

/* 배송지 수정 팝업 */

.ord_shipping_popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}
.ord_shipping_popup >  div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
}
.ord_shipping_popup div form {
    max-width: 780px;
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #fff;
}

.ord_shipping_popup .pop_top {
    display: flex;
    padding: 20px 24px;
    border-bottom: 1px solid #eeeeee ;
}
.ord_shipping_popup .pop_top a {
    margin-left: auto;
}
.ord_shipping_popup .pop_top h2 {
    margin-left: 50%;
    transform: translateX(-50%);
    font-size:28px;
    padding: 0;
    font-weight: 700;

}
.ord_shipping_popup .add_list {
    padding: 0 40px;
    max-height: 390px;
    overflow-y: auto;
}
.ord_shipping_popup .add_list li input[type="radio"] {
    display: none;
}
.ord_shipping_popup .add_list li input[type="radio"]+label {
    background: none;
    display: flex;
    border-bottom: 1px solid #eeeeee ;
    padding: 0 10px 27px;
    margin-top: 27px;
    position: relative;
}
.ord_shipping_popup .add_list li input[type="radio"]+label .radio_on {
    width: 20px; height: 20px;
    background: url(../img/common/radio02.png) no-repeat center/ 20px auto;
}
.ord_shipping_popup .add_list li input[type="radio"]:checked+label .radio_on {
    background: url(../img/common/radio02_on.png) no-repeat center/ 20px auto;
}
.ord_shipping_popup .add_list li .add_desc {
    margin-left:10px ;
    margin-top: -4px;
}
.ord_shipping_popup .add_list li .add_desc > div {
    line-height: 1.625;
}
.ord_shipping_popup .add_list li .add_name {
    font-weight: 500;
}
.ord_shipping_popup .add_list li .add_name .red {
    color: #ed1e23;
}
.ord_shipping_popup .add_list li .add_tel {
    color: #757575;
}
.ord_shipping_popup .add_list li .add_del {
    margin-left: auto;
    width: 36px; height: 36px;
    background: url(../img/btn/add_Del.png) no-repeat center/ 16px auto;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: -10px; right: 0;
}
.ord_shipping_popup .pop_bot {
    padding:30px 0  40px;
}
.ord_shipping_popup .pop_bot div {
    max-width:340px ;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
}
.ord_shipping_popup .pop_bot button {
    width: calc(50% - 5px);
    margin-right: 10px;
    border: 1px solid #dbdbdb ;
    line-height: 42px;
    font-size: 16px;
}
.ord_shipping_popup .pop_bot .shipping_popup_sub {
    background: #ed1e23 ;
    color: #fff;
    border: 1px solid #ed1e23;
    margin: 0;
} 



.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;
}

.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 {
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    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: #ed1e23;
    color: #fff;
}

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


/* 배송지 관리 */
.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 2px #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 {
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    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: #ed1e23;
    color: #fff;
}

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



/* 이용약관 */
.trems_tab_menu {
    box-sizing: border-box;
    width: 100%;
    /* margin: 15px 0 0; */
 
}
.trems_tab_menu ul {
    display: flex;
    width: 100%;
}
.trems_tab_menu li{
    width:33.333%
}
.trems_tab_menu li a {
    display: block;
    line-height: 90px;
    border-bottom: 2px solid #dbdbdb;
    font-size: 24px;
    color: #454545;
    text-align: center;
    position: relative;
}
.trems_tab_menu li.selected a {
    font-weight: 500;
    color: #fe3a40;
}
.trems_tab_menu li.selected a::after {
    content: '';
    display: block;
    width: 100%; height: 4px;
    background: #fe3a40;
    position: absolute;
    bottom: 0; left: 0;
}


.trems_con {
    padding-top: 50px;
    color: #454545;
    font-size: 26px !important;
    font-weight: 400;
    line-height: 1.53;
	border-top:none;
}
.trems_con * {
  font-size: 26px !important;
}
.trems_con table {
  /* table-layout: fixed; */
   border-collapse: collapse;
  width: 100%;
  border: 2px solid #ececec;
}
.trems_con  table td, 
.trems_con  table th {
  border:2px solid #ececec;
  padding: 5px 3px;
  word-break: keep-all;
}

.refund_cont {
    padding: 50px 0 60px;
    border-bottom: 2px solid #eeeeee;
}
.refund_cont > strong {
    display: block;
    font-size:30px ;
    margin-bottom:25px ;
}
.refund_cont.pink > strong {color:#fe3a40 ;}
.refund_cont.pur > strong {color:#8d46b7 ;}
.refund_cont .table_box +.table_box {
    margin-top: 30px;
}

.refund_cont .table_box table {
    max-width: 660px;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}
.refund_cont .table_box table .bg  th{
    border-radius: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 70px;
    
}

.refund_cont.pink .table_box table .bg  th {
    background: #fe3a40;
}
.refund_cont.pur .table_box table .bg  th {
    background: #9e68be;
}
.refund_cont .table_box table  th  {
    background: #f9f9f9;
    font-size: 26px;
    font-weight: 500;
    line-height: 70px;
    border-bottom: 1px solid #dbdbdb;
}
.refund_cont .table_box table thead tr:last-child {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
.refund_cont.pink .table_box table th em {
    color: #fe3a40;
}
.refund_cont.pur .table_box table th em {
    color: #9e68be;
}

.refund_cont .table_box table tbody {
    border: 1px solid #dbdbdb;
    border-top: none;
    border-radius: 0 0 10px 10px;
    border-collapse: separate;
}
.refund_cont .table_box table td {
    text-align: center;
    font-size: 26px;
    color:#454545 ;
    padding: 20px 0;
 
}
.refund_cont .table_box table tr+tr td {
    border-top: 1px solid #dbdbdb;
}
.refund_cont .table_box table tr td + td {
    border-left: 1px solid #dbdbdb;
}
.refund_cont .table_box table tr td span {
    display: block;
    font-size: 22px;
    color: #999999;
    line-height:1.6 ;
    margin-top: 10px;
}
.refund_cont .table_box table i {
    display: inline-block;
    width:21px ;
    height: 20px;
    background: no-repeat center ;
    margin-left:8px ;
}
.refund_cont.pink .table_box table i.ok {
    background-image: url(../img/sub/pink_ok.png);
}
.refund_cont.pink .table_box table i.no {
    background-image: url(../img/sub/pink_no.png);
}
.refund_cont.pur .table_box table i.ok {
    background-image: url(../img/sub/purple_ok.png);
}
.refund_cont.pur .table_box table i.no {
    background-image: url(../img/sub/purple_no.png);
}
.refund_cont.pur .table_box table i.nok {
    background-image: url(../img/sub/purple_nk.png);
}
.exch_txt {
    padding: 60px 0 50px;

}
.exch_txt + .exch_txt  {
    border-top: 2px solid #eeeeee;
}
.exch_txt strong {
    display: block;
    font-size: 30px;
    margin-bottom: 24px;
}

.exch_txt ul li {
    display: flex;
}
.exch_txt ul li  + li {
    margin-top: 10px;
}
.exch_txt ul li.pink * {
    color: #fe3a40;
}
.exch_txt ul li p {
    font-size: 26px;
    line-height:1.5 ;
    word-break: keep-all;
}
.exch_txt ul li p span {
    color: #757575;
}
.exch_txt ul li i {
    line-height:1.5 ;
    display: block;
    margin-right: 8px;
}

/* 회원가입 선택 */

.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: #ed1e23;
}

.members.members_new.on {
    background: #ed1e23;
}

.members.members_old {
    background: none;
}

.members.members_old.active {
    background: #ed1e23;
}

.members.members_old.on {
    background: #ed1e23;
}

.members.members_facebook {
    background: none;
}

.members.members_facebook.active {
    background: #ed1e23;
}

.members.members_facebook.on {
    background: #ed1e23;
}

.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;
}




/* 고객센터 */
.contact_news .next_prev_box ul {
    margin-top: 50px;
}
.cont_ttl {
    font-size: 42px;
    font-weight: 700;
    color: #252525;
    margin:110px 0 50px;
    text-align: left;
    line-height:1.3 ;
}

.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;
}


.list_content.list_content_cs {
    border-top: 2px solid black;
}

.list_content.list_content_cs .content {
    width: 100%;
    height: 109px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    height: 126px;
}

.list_content.list_content_cs .content .questions {
    padding: 42px 0px 42px 0px;
    gap: 12px;
    margin-left: 24px;
    display: flex;
    align-items: center;
    padding: 27px 0px 0px 0px;
}

.list_content.list_content_cs .content .questions span:first-child {
    font-size: 30px;
    font-weight: bold;
    font-family: '[SUIT]';
    color: red;
}

.list_content.list_content_cs .content .questions span:last-child {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Sans CJK KR';
    text-align: left;
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 555px;
}

.list_content.list_content_cs .content i {
    display: block;
    background: url('../img/ico/content_down.png') no-repeat center;
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.list_content.list_content_cs .content .up {
    display: block;
    background: url('../img/ico/content_up.png') no-repeat center;
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.list_content.list_content_cs .detaill {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.list_content.list_content_cs .detaill .f span {
    color: #757575 !important;
    background-color: #f9f9f9 !important;
}

.list_content.list_content_cs .detaill .f {
    color: #757575;
    padding: 40px 107px 41px 23px;
}

.list_content.list_content_cs .detaill p {
    font-family: 'Noto Sans CJK KR';
    font-size: 26px;
    color: #757575;
    line-height: 45px;
}

.list_content.list_content_cs .detaill p br {
    display: none;
}
.list_content.list_content_cs .content .info {
    margin-top: 10px;
    padding-left: 24px;
    text-align: left;
}

.list_content.list_content_cs .content .info .name,
.list_content.list_content_cs .content .info .date {
    font-size: 24px;
    font-family: 'Noto Sans CJK KR';
    color: #757575;
}

.list_content.list_content_cs .content .info .name {
    position: relative;
    padding-right: 30px;
}

.list_content.list_content_cs .content .info .name::after {
    content: "";
    border: 1px solid #757575;
    width: 0px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


