@charset "utf-8";


/* 팝업 전체 영역 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 0;
}
#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.hd_pop_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

/* 팝업 레이어 */
@keyframes popupFadeIn {
  0% { opacity: 0; transform: translateY(-15px); }
  100% { opacity: 1; transform: translateY(0); }
}

.hd_pops {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
  background: #fff;
  opacity: 0;
  animation: popupFadeIn 0.8s ease-out forwards;
  z-index: 1001;
}
.hd_pops img { max-width: 100%; }
.hd_pops_con {}
.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}
.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
}
.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
}
.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}









.cate_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}

.cate_title img {
  width: auto;
  height: 55px;
  animation: spinAndStop 1.5s ease-out forwards;
}

@keyframes spinAndStop {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1080deg); 
  }
  100% {
    transform: rotateY(1440deg);
  }
}



/*사이드 메뉴*/
#side_menu {height:100%;position:fixed;top:0;right:0;background:#fff;border-left:1px solid #e5e7ea;z-index:120;padding-left:50px;-webkit-box-shadow:0 1px 5px #d6d6d6;
-moz-box-shadow:0 1px 5px #d6d6d6;
box-shadow:0 1px 5px #d6d6d6}

#quick {position:absolute;top:50%;left:0;width:50px;margin-top:-157.5px}
#quick li {position:relative}
#quick li button {width:50px;height:50px;border:0;font-size:1.325em;background:#fff;color:#495057}
#quick .qk_tit {display:none;position:absolute;top:12px;right:60px;white-space:pre;padding:0 15px;line-height:30px;background:#8b929c;color:#fff;font-size:0.75em;border-radius:5px}
#quick .qk_tit:after {content:"";position:absolute;top:10px;right:-8px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #8b929c;color:transparent}
#quick li:hover .qk_tit {display:block}

#tabs_con {height:100%;text-align:left}

.side_mn_wr1 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr2 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr3 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr4 {display:none;width:230px;overflow-y:auto;height:100%}
.btn_sm_on i {color:#3a8afd}

.qk_con {display:none;position:relative;width:230px;height:100%;background:#fff;border-left:1px solid #f0f0f0}
.qk_con h2.s_h2 {position:relative;margin:0;font-size:1.25em;padding:15px;border-bottom:1px solid #e5e7ea}
.qk_con h2.s_h2 span {display:inline-block;min-width:20px;padding:2px 8px;border-radius:30px;text-align:center;background:#eff5ff;color:#3b8afc;font-size:0.7em;font-weight:normal;vertical-align:text-bottom}
.qk_con_wr {padding:0;height:100%;overflow-y:auto}
.qk_con_wr .btn_side_shop {position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
.qk_con_wr .btn_side_shop span {position:absolute;top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
.qk_con_wr .con_close {position:fixed;top:0;right:230px;width:50px;height:50px;border:0;background:none;font-size:25px;color:#dedede}
.qk_con_wr .con_close:hover {color:rgba(0,0,0,0.8)}
.qk_con_wr .side_tnb {padding:25px}
.qk_con_wr .side_tnb li a {display:block;line-height:28px;color:#465168;padding:5px 0}
.qk_con_wr .side_tnb li:hover a {color:#3a8afd}

#category {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#category h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#category ul:after {display:block;visibility:hidden;clear:both;content:""}
#category ul li:nth-child(5n+1) {border-left:0}
#category .cate_li_1 {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#category .cate_li_1_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#category .cate_li_2 {line-height:2em}
#category .cate_li_2 a {color:#555}
#category .close_btn {position:absolute;top:0;right:0;width:50px;height:50px;background:#fff;color:#b6b9bb;border:0;vertical-align:top;font-size:18px}
#category_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}
#category .no-cate{text-align:center;padding:15px}




#wrap #contents:not(.mb0-contents) {
    max-width: 100%;
    padding: 0 0 200px;
}

@media (max-width: 767px) {
	
	html,body {overflow-x: hidden;}
	
    #wrap #contents:not(.mb0-contents) {
        padding-bottom:60px;
    }


    .hd_pops {
        width: 90vw !important;
        left: calc(50vw - 45vw) !important;
        top: calc(50vh - 50vw) !important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 5px 2px 53px rgba(0, 0, 0, 0.2);
        padding: 0 !important;
        margin: 0 !important;
    }

    .hd_pops_con {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    .hd_pops_con img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }









.cate_title {
  margin-top:20px;
  margin-bottom: -30px;
}

.cate_title img {
  height: 40px;
}




}

/* 충전 */

html,#userStyle,#mCafe24Order input[type="button"],#mCafe24Order input[type="text"],#mCafe24Order input[type="password"],#mCafe24Order input[type="tel"],#mCafe24Order input[type="image"],#mCafe24Order textarea,#mCafe24Order .ec-base-table .ec-address .ec-address-zipcode .btnBasic,#mCafe24Order #omessage_select,#mCafe24Order #fmessage_select,#mCafe24Order #ship_hope_time,#mCafe24Order #fship_hope_time,#mCafe24Order .xans-order-ordadd select,#mCafe24Order #od_bank_account,#mCafe24Order #receiver_id_card_type {
    font-size: 14px;
}

#mCafe24Order input[type="text"],#mCafe24Order input[type="password"],#mCafe24Order input[type="number"],#mCafe24Order input[type="tel"] {
    height: 42px;
    width: 100%;
    padding: 10px 11px 10px 10px;
    font-weight: inherit;
    border: 1px solid #E1E1E1;
    outline-style: none;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mCafe24Order #omessage_select,#mCafe24Order #fmessage_select,#mCafe24Order #ship_hope_time,#mCafe24Order #fship_hope_time,#mCafe24Order .xans-order-ordadd select,#mCafe24Order #od_bank_account,#mCafe24Order #receiver_id_card_type {
    width: 100%;
    padding: 0 20px 0 15px;
}

#mCafe24Order label {
    display: inline-block;
    min-height: 29px;
    line-height: 29px;
    vertical-align: middle;
    cursor: pointer;
    color: #383838;
}


#mCafe24Order .icoRequired {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -2px 0 0;
    vertical-align: middle;
    text-indent: 150%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    background: none !important;
}


#userStyle .wg_layer_orderform #ec-jigsaw-area-orderProduct {
    display: none !important;
}

#userStyle .wg_layer_orderform .agreeArea .checkNone {
    display: none !important;
}


#userStyle .wg_layer_orderform .agreeArea .agreement li {
    margin: 0;
    border: 0;
}

#userStyle .wg_layer_orderform .agreeArea .agreement .agree { height:26px !important; }
#userStyle .wg_layer_orderform .agreeArea .agreement .agree .check {
    vertical-align: middle;
}

#userStyle .wg_layer_orderform .agreeArea .agreement .agree .check > label {
    padding: 3px 0 3px 10px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 26px !important;
    min-height: auto;
}

#userStyle .wg_layer_orderform .agreeArea .agreement .agree .check > input {
    top: 6px;
}

#userStyle .wg_layer_orderform .agreeArea .agreement .btnAgree {
    margin: 0;
}

#userStyle .wg_layer_orderform .ec-base-button + .helpArea {
    padding-top: 10px;
    padding-bottom: 10px;
}

#userStyle .wg_layer_orderform .discountDetail + .totalPay {
    display: none !important;
}

#userStyle .wg_layer_orderform .ec-base-fold > .title:before {
    content: '세부사항';
    position: absolute;
    top: 23px;
    right: 45px;
}

#userStyle .wg_layer_orderform .ec-base-fold > .title#ec-jigsaw-title-discount {
    display: none !important;
}

#userStyle .wg_layer_orderform .discountDetail {
    padding: 10px 16px;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-discount.ec-base-fold {
    border: 0;
    margin-bottom: 14px;
}

#userStyle .wg_layer_orderform #mileage_use_area .summary {
    display: none;
}

#userStyle .wg_layer_orderform #mileage_use_area {
    padding: 16px 16px 10px 16px;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 0 16px;
}

#userStyle .wg_layer_orderform #mileage_use_area .heading {
    line-height: 32px;
}

#userStyle .wg_layer_orderform input[type="text"] {
    height: 32px;
    color: #000 !important;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

#userStyle .wg_layer_orderform input[type="text"][readonly] {
    background: #f9f9f9;
}

#userStyle .wg_layer_orderform select {
    height: 32px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

#userStyle .wg_layer_orderform #mileage_use_area .control .btnNormal {
    height: 32px;
    line-height: 30px;
    border: 1px solid #FF2B02;
}

#userStyle .wg_layer_orderform #mileage_use_area .always_box {
    text-align: right;
    padding: 6px 0 0 0;
}

#userStyle .wg_layer_orderform #mileage_use_area .always_box label {
    margin-right: 0;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-paymethod {
    border: 0;
    margin: 0 0 0 0;
}

#userStyle .wg_layer_orderform .ec-paymethod-input-detail {
	padding: 6px 16px 20px;
}

#userStyle .wg_layer_orderform #payment_input_cash {
    display: block !important;
    padding: 11px 0 !important;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 0 0;
    background: #fff;
}

#userStyle .wg_layer_orderform #payment_input_cash input {
    height: 32px;
    line-height: 30px;
}


#mCafe24Order .ec-base-table tbody th {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
	color:#666;
}

#userStyle .wg_layer_orderform .saveArea.segment.unique {
    display: none;
}

#userStyle .wg_layer_orderform .receiptWrap {
    border: 0;
    display: none;
}

#userStyle .wg_layer_orderform .icoRequired {
    background: none !important;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-agreement {
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 0 16px;
    overflow: hidden;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-agreement .agreeArea .allAgree {
    margin: 0;
    padding: 11px 16px 11px 16px;
    border-bottom: 1px solid #dedede;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-agreement .agreeArea .agreement {
    margin: 0;
    padding: 11px 16px 11px 16px;
}

#userStyle .wg_layer_orderform #ec-jigsaw-area-agreement .agreement li {
    padding: 4px 0 5px;
}

#userStyle .wg_layer_orderform .ec-base-fold > .title#ec-jigsaw-title-paymethod {
    display: none !important;
}

#userStyle .wg_layer_orderform .agreeArea .allAgree {
    padding-top: 6px;
}

#mCafe24Order .agreeArea .allAgree > label > strong {
    font-size: 16px;
    font-weight: 700;
}


#userStyle .wg_layer_orderform .agreeArea .agreement li {
    margin: 0;
    border: 0;
}

#mCafe24Order .agreeArea .agreement .agree .check {
    position: relative;
    padding: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
#mCafe24Order .cpOrderFrm .agreeArea .agreement .agree .check { padding: 0 0 0 16px;}

#mCafe24Order .agreeArea .agreement .btnAgree {
    width: 25px;
    height: 25px;
    margin: 3px 0 0 4px;
    text-indent: 150%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    background: url("//img.echosting.cafe24.com/skin/mobile/order/btn_agree.png") no-repeat center center;
    background-size: 9px 15px;
}

#userStyle .wg_layer_orderform.typeHeader {
    padding: 0;
}

#wgOrderViewFrame {
    max-width: 100%;
    height: 460px !important;
}

#wgOrderViewFrame.down {
    height: 349px !important;
}


#mCafe24Order .ec-base-table {
    border: 0;
}

#mCafe24Order .ec-base-table.typeWrite th {
    border: 0;
}

#mCafe24Order .ec-base-table.typeWrite td {
    border: 0;
}

#mCafe24Order .ec-base-table th {
    height: auto;
    background: none;
    border: 0;
}

#mCafe24Order .txtEm {
    color: #383838;
}

#mCafe24Order #orderFixItem .btnSubmit {
    background: #FF2B02;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    height: 42px;
    line-height: 40px;
}

/* 결제 부분 */

#mCafe24Order .discountDetail .heading {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    line-height: 42px;
    margin-right: 22px;
}

#mCafe24Order .discountDetail:first-child .heading {
    line-height: normal;
}

#mCafe24Order .discountDetail .summary {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #383838;
    margin-top: 8px;
}

#mCafe24Order .discountDetail:first-child .summary {
    display: inline;
}

#mCafe24Order .discountDetail .discountMsg {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}

#mCafe24Order .discountDetail .control {
    display: flex !important;
    margin: 0;
    padding: 0;
    line-height: normal;
}

#mCafe24Order .discountDetail .control .inputTypeText {
    vertical-align: top;
    color: #3971FF;
    text-align: right;
}

#mCafe24Order .discountDetail .control .btnNormal {
    white-space: nowrap;
    margin-left: -1px;
}

#mCafe24Order .discountDetail .control .btnNormal.btn_reset {
    margin-left: 4px;
}

#mCafe24Order .discountDetail .ec-base-help {
    margin-top: 20px;
    padding: 13px 20px;
    background-color: #F8F9FA;
}

#mCafe24Order .discountDetail .ec-base-help li {
    font-size: 13px;
    font-weight: 400;
    color: #383838;
}

#mCafe24Order .discountDetail .ec-base-help li:first-child {
    padding: 0 20px 0 0;
}

#mCafe24Order .discountDetail .ec-base-help li:not(.ec-order-expand) {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#mCafe24Order .discountDetail .ec-base-help.selected li:not(.ec-order-expand) {
    opacity: 1;
    height: auto;
    padding-top: 6px;
}

#mCafe24Order .discountDetail + .totalPay {
    margin: -1px 0 0;
}

#mCafe24Order .discountDetail .discountList .title {
    display: block;
    padding: 0;
}

#mCafe24Order .discountDetail .discountList .title .heading {
    position: relative;
}

#mCafe24Order .discountDetail .discountList .title .heading:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -19px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #BCBCBC;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms--moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#mCafe24Order .discountDetail .discountList .title .control {
    padding: 0;
    margin: 0;
    line-height: normal;
}

#mCafe24Order .discountDetail .discountList .title .control span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#mCafe24Order .discountDetail .discountList .title .control span > span {
    font-weight: 700;
}

#mCafe24Order .discountDetail .discountList .contents {
    display: none;
    padding-top: 12px;
    border-top: 1px dashed rgba(130,130,130,0.25);
}

#mCafe24Order .discountDetail .discountList .contents ul li {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#mCafe24Order .discountDetail .discountList .contents ul li:last-child {
    padding-bottom: 0;
}

#mCafe24Order .discountDetail .discountList .contents ul li .discountName:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #383838;
    border-top: 0;
    border-right: 0;
    margin: 0 5px 3px 0;
}

#mCafe24Order .discountDetail .discountList.selected .contents {
    display: block;
    margin-top: 16px;
}

#mCafe24Order .discountDetail .discountList.selected .title .heading:after {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms--moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mCafe24Order .discountDetail .displayFlex {
    justify-content: space-between;
}

#mCafe24Order .discountDetail .displayFlex .control .discountPrice {
    font-weight: 400;
    margin: 7px 10px 0 0;
    color: #000;
}

#mCafe24Order .discountDetail .displayFlex .control .discountStrong {
    font-weight: 700;
}

#mCafe24Order .discountDetail.mCouponModify .couponWrap {
    margin-top: 12px;
    padding: 12px 0 0 0;
    border-top: 1px dashed rgba(130,130,130,0.25);
    background-color: #fff;
}

#mCafe24Order .discountDetail.mCouponModify .couponWrap .ec-order-expandwrap {
    font-size: 13px;
    font-weight: 400;
    color: #383838;
    margin-top: 10px;
}

#mCafe24Order .discountDetail.mCouponModify .couponWrap .ec-order-expandwrap:first-child {
    margin-top: 0;
}

#mCafe24Order .discountDetail.mCouponModify .couponWrap .ec-order-expandwrap .couponList {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 12px;
}

#mCafe24Order .discountDetail.mCouponModify .couponWrap .ec-order-expandwrap .couponList:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #383838;
    border-top: 0;
    border-right: 0;
    top: 7px;
    right: initial;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .couponList span[id^=txt_cpn_contents],#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .couponList span[id^=txt_cpn_name] {
    width: 50%;
    white-space: pre-wrap;
    word-break: keep-all;
    text-align: left;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .couponList span[id^=txt_cpn_price] {
    width: 50%;
    white-space: pre-wrap;
    word-break: keep-all;
    text-align: right;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .couponList:after {
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #383838;
    border-top: 0;
    border-right: 0;
    top: 8px;
    right: initial;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap li:first-child:nth-last-child(1):after {
    content: ""
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .coupon-help-info {
    display: none;
    background-color: #F8F9FA;
    text-align: left;
    padding: 13px 20px;
    margin: 10px 0 17px 0;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .coupon-help-info span[id^=txt_cpn_period] span {
    color: #000;
    font-weight: 500;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap.selected .coupon-help-info {
    display: block;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .btnRemove {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    margin: 0 0 0 10px;
    text-indent: 150%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .btnRemove:before {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    width: 14px;
    height: 1px;
    background: #7b7d8a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .btnRemove:after {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    width: 14px;
    height: 1px;
    background: #7b7d8a;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .ec-coupon-expand:after {
    content: none;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .ec-order-expand .txt_info,#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .ec-coupon-expand .txt_info {
    position: relative;
    display: inline-block;
    word-break: break-all;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .ec-order-expand .txt_info:after,#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap .ec-coupon-expand .txt_info:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 4px;
    right: -17px;
    height: 8px;
    width: 8px;
    vertical-align: middle;
    border: 1px solid #7b7d8a;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    o-transition: .3s ease-out;
    transition: .3s ease-out;
}

#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap.selected .ec-order-expand .txt_info:after,#mCafe24Order .discountDetail.mCouponModify .ec-order-expandwrap.selected .ec-coupon-expand .txt_info:after {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms--moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#mCafe24Order .discountDetail.mDiscountcodeSelect .heading,#mCafe24Order .discountDetail.mDiscountcodeModify .heading {
    display: block;
    text-align: left;
}

#mCafe24Order .discountDetail.mDiscountcodeSelect .control .inputTypeText {
    text-align: left;
}

#mCafe24Order .discountDetail.mDiscountcodeModify .ec-order-expandwrap {
    margin-top: 12px;
    padding: 12px 0 0 0;
    border-top: 1px dashed rgba(130,130,130,0.25);
    background-color: #fff;
}

#mCafe24Order .discountDetail.mDiscountcodeModify .ec-order-expandwrap .ec-order-expand {
    margin-top: 5px;
    padding: 0 0 0 12px;
    white-space: pre-wrap;
    overflow: visible;
    text-overflow: initial;
    cursor: initial;
}

#mCafe24Order .discountDetail.mDiscountcodeModify .ec-order-expandwrap .ec-order-expand:first-child {
    margin-top: 0;
}

#mCafe24Order .discountDetail.mDiscountcodeModify .ec-order-expandwrap .ec-order-expand:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #383838;
    border-top: 0;
    border-right: 0;
    top: 5px;
    right: initial;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}