/*레이아웃 잡기*/
@media (min-width: 1200px) {
    #pay_box {
        position: relative;
        padding-right: 330px;
    }
    #pay_box .rt_sec {
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
    }
}
/*pay_box*/
#pay_box .sound_only {
    display: none !important;
}
#pay_box #sod_frm_orderer, 
#pay_box #sod_frm_taker {
    border: 0px;
}
#pay_box .pay_cont {
    margin-bottom: 60px;
}
#pay_box .pay_bt.pay_bt_input_boxs {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
#pay_box .pay_tit {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #333;
}
#pay_box .pay_tit .toggle_arr {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    background: url(img/all_input_arrow.png) no-repeat center center;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pay_box .hid .pay_tit .toggle_arr {
    transform: rotate(180deg);
}
#pay_box .pay_tit h5 {
    font-weight: 500;
}
#pay_box .pay_tit h5 span {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 300;
    padding-left: 20px;
    background: url(img/info_i.png) left center no-repeat;
}
#pay_box .tbl_head03 td {
    border-left: 0px;
    border-right: 0px;
    color: #333;
    font-weight: 500;
}
#pay_box .tbl_head03 thead th {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    border-top: 0px;
}
#pay_box .sod_opt {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 300;
}
#pay_box .sod_opt li {
    color: #444;
    font-size: 13px;
}
#pay_box .sod_opt li:before {
    /* 예약일 -> 예약일시로 수정 by longjaw-test */
    content: "예약일시";
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 0px;
    color: #333;
    background-color: #f7f7f7;
    padding: 4px 5px;
}
#pay_box .cp_btn {
    font-size: 12px;
    color: #333;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 8px 10px;
    line-height: 14px;
    height: auto;
    font-weight: 300;
    margin-top: 10px;
}
#pay_box .cp_cancel {
    font-size: 12px;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 8px 10px;
    line-height: 14px;
    height: auto;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 3px;
}
#pay_box #sod_list #cp_frm {
    position: fixed;
    background-color: transparent;
    height: 100% !important;
    width: 100%;
    left: 0;
    top: 0;
    max-height: 100%;
    margin-left: 0;
    margin-top: 0px;
}
#pay_box #sod_list #cp_frm .c_wrp .coupon_box .coupon_area .share_head {
    position: relative;
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
}
#pay_box #sod_list #cp_frm .c_wrp .coupon_box .coupon_area .share_head .btn_close {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
    border: 0px;
}
#pay_box #sod_list #cp_frm .block {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    z-index: 1;
}
#pay_box #sod_list #cp_frm .c_wrp {
    height: 100%;
}
#pay_box #sod_list #cp_frm .c_wrp .coupon_box .coupon_area {
    max-width: 500px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
    opacity: 1;
    box-shadow: 15px 15px 25px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table {
    border-top: 1px solid #333;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 0;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table thead tr th {
    background-color: transparent;
    font-weight: 600;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td {
    font-weight: 300;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table thead tr th,
#pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td {
    font-size: 15px;
}
#pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td .cp_apply {
    border-color: #aaa;
    color: #333;
    font-weight: 500;
    font-size: 13px;
}
@media (max-width: 824px) {
    #pay_box .pay_cont {
        margin-bottom: 20px;
    }
    #pay_box .pay_bt.pay_bt_input_boxs {
        padding: 10px 0;
    }
    #pay_box .tbl_head03 td {
        border-color: #eee;
    }
    #pay_box .tbl_head03 thead tr th,
    #pay_box .tbl_head03 thead tr td {
        display: none;
    }
    #pay_box .tbl_head03 tbody tr th,
    #pay_box .tbl_head03 tbody tr td {
        display: block;
        width: 100% !important;;
    }
    #pay_box .tbl_head03 tbody tr .td_dvr,
    #pay_box .tbl_head03 tbody tr .td_num,
    #pay_box .tbl_head03 tbody tr .td_numbig { 
        padding: 5px 10px;
        text-align: right;
        position: relative;
    }
    #pay_box .tbl_head03 tbody tr td:last-child {
        padding-bottom: 15px;
    }
    #pay_box .tbl_head03 tbody tr td:before {
        content: "";
    }
    #pay_box .tbl_head03 tbody tr td:before {
        position: absolute;
        left: 0;
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(1) {
        border: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(2):before {
        content: "총수량";
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(3):before {
        content: "합계금액";
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(4):before {
        content: "소계";
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(5):before {
        content: "포인트";
    }
    #pay_box .tbl_head03 tbody tr td:nth-child(6):before {
        content: "배송비";
    }
    #pay_box .sod_opt {
        font-size: 12px;
    }
    #pay_box .pay_tit h5 span {
        font-size: 10px;
        background-size: 10px !important;
        padding-left: 15px;
        line-height: 1.2em;
        background-position-y: 2px;
        padding-right: 50px;
    }
    #pay_box .pay_tit .toggle_arr {    
        background-size: 13px;
    }
    #pay_box .sod_opt li:before {
        padding: 2px 5px;
    }
    #pay_box #sod_list #cp_frm {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 0 15px;
    }
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table thead tr th,
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td {
        font-size: 13px;
    }
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table thead tr th,
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td {
        display: table-cell;
        width: auto !important;
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td.td_numbig,
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td.td_mngsmall {
        text-align: center;
    }
    #pay_box #sod_list #cp_frm .coupon_box .coupon_table tbody tr td:before {
        content: "";
    }
}
/*order_tabel*/
.order_tabel tbody tr th,
.order_tabel tbody tr td {
    vertical-align: middle;
    padding: 5px 10px !important;
    line-height: 40px !important;
}
.order_tabel.tbl_frm01 tbody tr th {
    width: 115px !important;
}
.order_tabel tbody tr td {}
.order_tabel tbody tr th,
.order_tabel tbody tr td,
.order_tabel tbody tr th label,
.order_tabel tbody tr td label {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    position: relative;
    margin: 0px;
    vertical-align: middle !important;
}
.order_tabel tbody tr th {
    font-weight: 400;
}
.order_tabel tbody tr th.required_form label:after {
    content: "*";
    position: absolute;
    left: -10px;
    top: 3px;
    color: #d42222;
}
.order_tabel tbody tr td .frm_input  {
    border-radius: 0;
    box-shadow: 0 0 0;
    color: #333;
    font-size: 15px;
    padding: 5px 12px;
    font-weight: 300;
    top: 0;
}
.order_tabel tbody tr td .btn_address  {
    background-color: #111 !important;
    border-radius: 0px !important;
    margin-left: 3px;
    width: 90px !important;
    font-size: 14px;
    font-weight: 400;
}
.order_tabel tbody tr td p.dft {
    display: inline-block;
    font-weight: 300;
}
.order_tabel tbody tr td p.dft strong {
    font-weight: 500;
}
.order_tabel tbody tr td p.dft .c_pk {
    color: #d42222 !important;
}
#sod_frm_taker .order_tabel tbody tr td .order_choice_place {
    background-color: #f7f7f7;
    border-color: #ddd;
    padding-right: 100px;
}
#sod_frm_taker .order_tabel tbody tr td .order_choice_place label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}
#sod_frm_taker .order_tabel tbody tr td .order_choice_place .btn_frmline {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    top: 6px;
    right: 6px;
    text-decoration: none;
}
#sod_frm_taker .order_tabel tbody tr td .default_del {
    display: inline-block;
    margin-left: 10px;
}
#sod_frm_taker .order_tabel tbody tr td .default_del input {
    margin-top: 2px;
}
#sod_frm_taker .order_tabel tbody tr td .default_del label {
    line-height: 1em;
    font-size: 14px;
}
@media (max-width: 824px) {
    .order_tabel.tbl_frm01 {
        margin: 0px;
    }
    .order_tabel tbody tr td .frm_input,
    .order_tabel tbody tr th,
    .order_tabel tbody tr td,
    .order_tabel tbody tr th label,
    .order_tabel tbody tr td label {
        font-size: 14px;
    }
    #sod_frm .order_tabel.order_tabel2 {
        padding: 0px !important;
    }
    .order_tabel.order_tabel2 tbody tr th,
    .order_tabel.order_tabel2 tbody tr td {
        display: block;
        width: 100%;
        padding: 5px 0 !important;
    }
    .order_tabel.order_tabel2 tbody tr th {
        padding-bottom: 0px !important;
    }
    .order_tabel.order_tabel2 tbody tr th, .order_tabel tbody tr td {
        line-height: 30px  !important;
    }
    #sod_frm_taker .order_tabel tbody tr td .order_choice_place {
        padding: 10px;
    }
    #sod_frm_taker .order_tabel tbody tr td .order_choice_place .pl_box {
        display: block;
        line-height: 1.4em;
    }
    #sod_frm_taker .order_tabel tbody tr td .order_choice_place input {
        margin-top: 2px;
        vertical-align: middle;
    }
    #sod_frm_taker .order_tabel tbody tr td .order_choice_place label {
        font-size: 13px;
        line-height: 1.4em;
        vertical-align: middle;
    }
}
/*forderform*/
#forderform .od_pay_buttons_el {
    border: 0px;
    padding: 0px;
}
/*settle_bank*/
#settle_bank {
    padding: 0px;
    border: 0px;
    padding-top: 20px;
}
#settle_bank div.tbl_frm01 {
    padding: 0px !important;
}
#settle_bank #od_deposit_name {
    height: 45px;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    position: relative;
    margin: 0px;
    padding: 10px 15px;
}
@media (max-width: 824px) {
    #od_pay_sl input[type="radio"]+.lb_icon {
        margin-bottom: 10px;
    }
    #settle_bank #od_deposit_name {
        font-size: 14px;
        box-shadow: 0 0 0;
    }
    #settle_bank .tbl_frm01 th, #settle_bank .tbl_frm01 td {
        border: 0px;
    }
}
/*결제수단*/
#od_pay_sl .lb_icon {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#od_pay_sl .lb_icon.lb_icon2 {
    width: 49%;
}
#od_pay_sl input[type="radio"]+.lb_icon {
    background-color: #f7f7f7;
    border-color: #ddd;
}
#od_pay_sl input[type="radio"]:checked+.lb_icon {
    background-color: #fff;
    border-color: #d42222;
}
/*결제정보*/
#sod_frm #sod_bsk_tot li {
    width: 50%;
    background-color: #f7f7f7;
    height: auto;
    padding: 24px 0;
    color: #333;
    font-weight: 300;
}
#sod_frm #sod_bsk_tot li h5 {
    display: inline-block;
}
#sod_frm #sod_bsk_tot .sod_bsk_coupon {
    border-right: 0px;    
}
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before {
    width: 31px;
    height: 31px;
    line-height: 24px;
    background-color: #111;
    border: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    left: -15px;
    top: 25px; /*290323 수정함 동그래미*/
}
#sod_frm #sod_bsk_tot li span {
    margin-bottom: 0;
    font-size: 15px;
    color: #333;
    font-weight: 300;
}
#sod_frm #sod_bsk_tot li strong {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}
#sod_frm_paysel .bank_icon,
#sod_frm_paysel .card_icon {
    background: none;
}
#sod_frm_paysel .bank_icon:before {
    content: "";
    display: block;
    background: url(img/pay_n_icon1.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
#sod_frm_paysel input[type="radio"]:checked+.bank_icon:before {
    background: url(img/pay_n_icon1_active.png) no-repeat center center;
}
#sod_frm_paysel .card_icon:before {
    content: "";
    display: block;
    background: url(img/pay_n_icon2.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
#sod_frm_paysel input[type="radio"]:checked+.card_icon:before {
    background: url(img/pay_n_icon2_active.png) no-repeat center center;
}
#sod_frm_paysel .vbank_icon:before {
    content: "";
    display: block;
    background: url(img/pay_n_icon3.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
#sod_frm_paysel input[type="radio"]:checked+.vbank_icon:before {
    background: url(img/pay_n_icon3_active.png) no-repeat center center;
}
#sod_frm #sod_bsk_tot .sod_bsk_cnt h5 strong {
    font-size: 24px;
    font-weight: 700;
    color: #d42324;
}
#sod_frm #sod_bsk_tot .sod_agree {
    padding: 10px 15px;
    text-align: left;
}
#sod_frm #sod_bsk_tot .sod_agree,
#sod_frm #sod_bsk_tot .sod_agree label {
    width: auto;
}
#sod_frm #sod_bsk_tot .sod_agree label {
    font-weight: 300;
}
@media (max-width: 824px) {
    #sod_frm #od_name, #sod_frm #od_tel, #sod_frm #od_hp, #sod_frm #od_pwd, #sod_frm #od_b_name, #sod_frm #od_b_tel, #sod_frm #od_b_hp, #sod_frm #ad_subject, #sod_frm #od_hope_date {
        width: 100%;
    }
    #sod_frm_paysel .card_icon:before,
    #sod_frm_paysel input[type="radio"]:checked+.card_icon:before,
    #sod_frm_paysel .vbank_icon:before,
    #sod_frm_paysel input[type="radio"]:checked+.vbank_icon:before,
    #sod_frm_paysel .bank_icon:before,
    #sod_frm_paysel input[type="radio"]:checked+.bank_icon:before {
        background-size: 100%;
        width: 28px;
        height: 28px;
    }
	
	#sod_frm_taker .pe{width:100% !important;}

		
	#od_pay_sl .lb_icon.lb_icon2 {
		width: 100%;
	}
}
/*결제정보*/
#sod_frm #sod_bsk_tot {
    border: 1px solid #bbb;
    background-color: #f7f7f7;
}

/*버튼*/
#display_pay_button .btn_submit {
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;    
    border-color: powderblue;
    background-color: #F7F7F7;
    color: #777777;
    border-radius: 5px;
}
#display_pay_button .btn01 {
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
    color: #666;
    border-color: #666;
}
@media (max-width: 824px) {
    #display_pay_button .btn_submit,
    #display_pay_button .btn01 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}