@charset "utf-8";

/* ——————————————————————————
 * order_step
/* —————————————————————————— */
.order_step {
    text-align: center;
    margin-bottom: 25px
}

.order_step ul {
    display: inline-block
}

.order_step ul li {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #ced4da;
    position: relative;
    padding-left: 100px
}

.order_step ul li:first-child {
    padding-left: 0
}

.order_step ul li:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #e9ecef
}

.order_step ul li:first-child:before {
    display: none
}

.order_step ul li .step {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    background-color: #e9ecef;
    color: #ced4da;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 10
}

/* active */
.order_step ul li.on .step:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #0046c5;
    border-radius: 50%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5
}

.order_step ul li.active {
    color: #0046c5
}

.order_step ul li.active:before {
    background-color: #0046c5
}

.order_step ul li.active .step {
    background: #0046c5;
    color: #fff;
    border-color: #0046c5
}

/* ——————————————————————————
 * btn_wrap
/* —————————————————————————— */
.order_wrap .btn_wrap {
    margin-top: 60px;
    text-align: center
}

.order_wrap .btn_wrap a,
.order_wrap .btn_wrap button {
    margin: 0 6px
}

/* ——————————————————————————
 * cart_list
/* —————————————————————————— */
.cart_list {
    margin-top: 30px
}

/* list_none */
.cart_list .list_none {
    padding: 120px 0
}

.cart_list .list_none:hover {
    -webkit-box-shadow: 0 2px 0 #ede9e7 !important;
    -moz-box-shadow: 0 2px 0 #ede9e7 !important;
    box-shadow: 0 2px 0 #ede9e7 !important
}

.cart_list .list_none p {
    text-align: center;
    font-size: 18px;
    color: #bbb
}

/* box */
.cart_list .box {
    width: 100%;
    display: table;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.cart_list .box [class*="in_td_"] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e4e4e4;
    text-align: center
}

.cart_list .box.list_head [class*="in_td_"] {
    border: 0 !important
}

.cart_list .box .in_td_0 {
    width: 6%;
    border-left: 0
}

.cart_list .box .in_td_1 {
    width: 13%;
    border-left: 0
}

.cart_list .box .in_td_2 {
    width: 31%;
    border-left: 0
}

.cart_list .box .in_td_3 {
    width: 16%
}

.cart_list .box .in_td_4 {
    width: 18%
}

.cart_list .box .in_td_5 {
    width: 16%
}

.cart_list .box.list_head .in_td_1 {
    width: 44%
}

.cart_list .box .checksType_1 {
    display: inline-block
}

.cart_list .box .photo a {
    display: block;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    margin: 25px 0
}

.cart_list .box .photo a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.05;
    filter: alpha(opacity=5)
}

.cart_list .box .photo img {
    width: 100%;
    height: auto
}

.cart_list .box .info {
    padding: 0 30px;
    text-align: left
}

.cart_list .box .info .model {
    font-size: 14px;
    letter-spacing: 0;
    color: #aaa
}

.cart_list .box .info h3 {
    font-size: 18px;
    margin: 4px 0 20px;
    line-height: 1.45
}

.cart_list .box .info ul li {
    float: left;
    font-size: 14px;
    color: #555;
    padding-left: 12px;
    margin-left: 12px;
    position: relative
}

.cart_list .box .info ul li:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.cart_list .box .info ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

.cart_list .box .info ul li:first-child:before {
    display: none
}

.cart_list .box .info ul li.opt em {
    display: inline-block;
    margin-right: 5px;
    color: #999
}

.cart_list .box .prc {
    padding: 0 30px
}

.cart_list .box .prc dl {
    font-size: 14px
}

.cart_list .box .prc dl.card {
    color: #f03e3e;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px dashed #e4e4e4
}

.cart_list .box .prc dl dd {
    margin-top: 6px;
    line-height: 24px;
    letter-spacing: 0
}

.cart_list .box .prc dl dd em {
    display: inline-block;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 700;
    margin-top: -3px
}

.cart_list .box .etc {
    text-align: center
}

.cart_list .box .etc li {
    margin-top: 8px
}

.cart_list .box .etc li:first-child {
    margin-top: 0
}

/* list_head */
.cart_list .box.list_head {
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    border-top: 2px solid
}

/* cart_bottom */
.cart_bottom {
    padding: 20px 0;
    border-bottom: 2px solid #2d2d2d
}

.cart_bottom ul.lt {
    float: left
}

.cart_bottom ul.rt {
    float: right;
    margin-top: 20px
}

.cart_bottom ul li {
    float: left;
    padding: 0 5px
}

.cart_bottom ul.lt li:first-child {
    padding-left: 0
}

.cart_bottom .check_all {
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #ddd;
    padding: 14px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.cart_bottom .check_all .checksType_1 {
    display: inline-block;
    vertical-align: middle
}

.cart_bottom ul.rt li p,
.cart_bottom ul.rt li span {
    display: inline-block;
    line-height: 34px
}

.cart_bottom ul.rt li p {
    font-size: 20px;
    margin-right: 20px
}

.cart_bottom ul.rt li span {
    font-size: 16px
}

.cart_bottom ul.rt li span em {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-top: -2px
}


/* ——————————————————————————
 * order_form_wrap
/* —————————————————————————— */
.order_form_wrap {
    position: relative;
    margin-top: 60px
}

.order_form_wrap .order_form {
    width: 46%;
    float: left
}

.order_form.box .box_tit {
    border-bottom: 2px solid #2d2d2d;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.order_form.box .box_tit .desc {
    padding-left: 20px
}

.order_form.box .box_tit .desc i {
    vertical-align: middle;
    margin: -3px 6px 0 0
}

/* order_form */
.order_form .info_box {
    margin-top: 40px;
    padding: 30px 0 10px;
    border-top: 1px solid #eee
}

.order_form .info_box h3 {
    font-size: 20px
}

.order_form .info_box p {
    font-size: 14px;
    color: #999
}

.order_form > ul {
    margin: 30px -10px 0
}

.order_form > ul > li {
    width: 100%;
    float: left;
    padding: 0 10px
}

.order_form > ul.col2 > li {
    width: 50%
}

/* order_prod */
.order_prod {
    width: 46%;
    float: right;
    overflow: hidden
}

.order_prod_list {
    border-top: 2px solid #2d2d2d;
    margin-top: -10px
}

.order_prod_list > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.order_prod_list > ul > li a {
    min-height: 120px;
    display: block;
    position: relative;
    padding: 4px 0 0 140px
}

.order_prod_list > ul > li .photo {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.order_prod_list > ul > li .photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.04;
    filter: alpha(opacity=4)
}

.order_prod_list > ul > li .photo img {
    width: 100%;
    height: 100%
}

.order_prod_list > ul > li .info .modelNm {
    font-size: 12px;
    letter-spacing: 0;
    color: #888;
    margin-bottom: 2px
}

.order_prod_list > ul > li .info .prodNm {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.4em;
    max-height: 2.8em
}

.order_prod_list > ul > li .info .prc {
    color: #888;
    font-size: 14px;
    margin-top: 6px
}

.order_prod_list > ul > li .info .prc.txt_blue {
    font-size: 16px
}

.order_prod_list > ul > li .info .prc span {
    position: relative;
    display: inline-block;
    padding-left: 9px;
    margin-left: 8px;
    font-weight: 700
}

.order_prod_list > ul > li .info .prc span:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #e4e4e4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px
}

.order_prod_list .allPrc {
    line-height: 34px;
    overflow: hidden;
    margin-top: 15px;
    text-align: right
}

.order_prod_list .allPrc p {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px
}

.order_prod_list .allPrc span {
    display: inline-block;
    font-size: 16px;
    color: #f03e3e
}

.order_prod_list .allPrc span em {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    margin-top: -2px
}

.order_prod .checksType_1 {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #2d2d2d
}

.order_prod .btn_wrap {
    margin-top: 40px
}