.modal.fadeInUpShort {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

/* ——————————————————————————
 * lpAllCate (전체카테고리)
/* —————————————————————————— */
.modal.lpAllCate {
    max-width: 100%;
    height: 95vh;
    padding: 60px;
    overflow-y: hidden;
}

.blocker {
    z-index: 1000 !important;
}

.lpAllCate_cont::-webkit-scrollbar {
    width: 8px;
}

.lpAllCate_cont::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #ccc;
    border-radius: 10px;
}

.lpAllCate_cont::-webkit-scrollbar-track {
    background: rgba(255, 255, 215, .1);
    border-radius: 10px;
}

.lpAllCate_head {
    padding-bottom: 20px;
    border-bottom: 3px solid #2d2d2d
}

.lpAllCate_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.lpAllCate_cont {
    margin-top: 40px;
    max-width: 100%;
    height: calc(95vh - 215px);
    overflow-y: scroll;
}

#gnb_AllCate a.close-modal {
    top: 15px !important;
    right: 15px !important;
}

.lpAllCate_cont > ul > li {
    width: 16.666666%;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #eee;
    position: relative;
}

.lpAllCate_cont > ul > li:first-child {
    border-left: 0
}

/* cateGroup */
.lpAllCate_cont .cateGroup {
    margin-top: 35px;
    font-size: 16px;
    min-height: 400px;
}

.lpAllCate_cont .cateGroup:first-child {
    margin-top: 0
}

.lpAllCate_cont .cateGroup a {
    display: inline-block;
    position: relative
}

.lpAllCate_cont .cateGroup a:after {
    content: '';
    height: 1px;
    background: #fa6c39;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.lpAllCate_cont .cateGroup a:hover {
    color: #fa6c39
}

.lpAllCate_cont .cateGroup a:hover:after {
    right: 0
}

.lpAllCate_cont .cateGroup dt {
    margin-bottom: 8px
}

.lpAllCate_cont .cateGroup dt a {
    font-weight: 700
}

.lpAllCate_cont .cateGroup dd {
    padding: 2px 0
}

.lpAllCate_cont .cateGroup dd a {
    color: #888
}

/* ——————————————————————————
 * lpCard (제휴카드)
/* —————————————————————————— */
.modal.lpCard {
    max-width: 850px;
    overflow: hidden;
    padding: 0 !important;
}

.modal.lpCard a.close-modal {
    top: 10px;
    right: 10px
}

.lpCard_head {
    position: relative;
    background: #503e9d;
    color: #fff;
    text-align: center;
    padding: 45px 0 38px;
}

.ico.card {
    width: 118px;
    height: 76px;
    display: inline-block;
    background: url("../img/ico_card.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -34px
}

.lpCard_head h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1
}

.lpCard_head p.desc {
    font-size: 15px;
    margin-top: 10px
}

.lpCard_cont {
    padding: 0 60px 15px
}

/* tbl_CardInfo */
.lpCard_cont .tbl_CardInfo li {
    width: 100%;
    display: table;
    position: relative;
    padding: 50px 0 40px;
    border-top: 1px solid #e4e4e4
}

.lpCard_cont .tbl_CardInfo li:first-child {
    padding-top: 60px;
    border-top: 0
}

.lpCard_cont .tbl_CardInfo li .img {
    width: 310px;
    display: table-cell
}

.lpCard_cont .tbl_CardInfo li .img img {
    width: auto;
    height: 140px
}

.lpCard_cont .tbl_CardInfo li .info {
    width: 420px;
    display: table-cell
}

.lpCard_cont .tbl_CardInfo li .info h3 {
    font-size: 22.5px;
    line-height: 1;
    font-weight: 700
}

.lpCard_cont .tbl_CardInfo li .info .desc {
    font-size: 16px;
    margin-top: 6px
}

.lpCard_cont .tbl_CardInfo li .info .desc em {
    color: #fa6c39;
    font-weight: 500
}

.lpCard_cont .tbl_CardInfo li .info .txt {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dotted #ddd
}

.lpCard_cont .tbl_CardInfo li .info .txt dl {
    width: 100%;
    display: table;
    line-height: 20px
}

.lpCard_cont .tbl_CardInfo li .info .txt dl:last-child {
    line-height: 36px
}

.lpCard_cont .tbl_CardInfo li .info .txt dl dd,
.lpCard_cont .tbl_CardInfo li .info .txt dl dt {
    display: table-cell;
    padding: 4px 0
}

.lpCard_cont .tbl_CardInfo li .info .txt dl dt {
    width: 28%
}

.lpCard_cont .tbl_CardInfo li .info .txt dl dd {
    width: 72%;
    color: #888;
    letter-spacing: -0.025em
}

.lpCard_cont .tbl_CardInfo li .info .txt dl dd em {
    vertical-align: baseline;
    color: #000;
    letter-spacing: 0
}

.lpCard_cont .tbl_CardInfo li .info .txt dl dd a.btn.sm {
    vertical-align: baseline;
}

.lpCard_cont .tbl_CardInfo li .info .txt dl:last-of-type dd {
    line-height: 1.8;
}

.lpCard_cont .tbl_CardInfo li .info .lstTxt {
    color: #aaa;
    margin-top: 10px;
    font-size: 12px
}

.card_notice {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #efefef;
    color: #aaa;
    font-weight: lighter;
}

/* card */
.lpCard_cont .tbl_CardInfo h2{
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #2d2d2d;
    padding: 5px 0;
    border-radius: 8px;
}

.lpCard_cont .tbl_CardInfo h2:first-child{
    margin-top: 20px;
}

/* ——————————————————————————
 * lpOrder (렌탈신청)
/* —————————————————————————— */
.modal.lpOrder {
    max-width: 720px;
    padding: 40px
}

#order_stpe2.modal.lpOrder {
    max-width: 740px
}

.lpOrder_head {
    padding-bottom: 20px;
    border-bottom: 3px solid #2d2d2d
}

.lpOrder_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

/* order_prod */
.lpOrder_cont .order_prod {
    height: 130px;
    line-height: 130px;
    position: relative;
    padding: 0 20px 0 160px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden
}

.lpOrder_cont .order_prod .photo {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0
}

.lpOrder_cont .order_prod .photo:before {
    content: '';
    background: #2d2d2d;
    opacity: 0.05;
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lpOrder_cont .order_prod .photo img {
    width: 100%;
    height: auto
}

.lpOrder_cont .order_prod .info {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5
}

.lpOrder_cont .order_prod .info .modelNm {
    font-size: 15px;
    letter-spacing: 0;
    color: #999;
    font-weight: 500
}

.lpOrder_cont .order_prod .info .prodNm {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lpOrder_cont .order_prod .info ul {
    margin-top: 10px;
    line-height: 26px
}

.lpOrder_cont .order_prod .info ul li {
    float: left;
    font-size: 14px;
    color: #888;
    padding-left: 10px;
    margin-left: 10px;
    position: relative
}

.lpOrder_cont .order_prod .info ul li:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.lpOrder_cont .order_prod .info ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

.lpOrder_cont .order_prod .info ul li:first-child:before {
    display: none
}

.lpOrder_cont .order_prod .info ul li.rentalNm span {
    display: inline-block;
    line-height: 24px;
    border: 1px solid;
    color: #503d9d;
    padding: 0 5px;
    border-radius: 4px
}

/* order_prodOpt */
.lpOrder_cont .order_prodOpt {
    margin-top: 20px
}

.lpOrder_cont .order_prodOpt > dl {
    line-height: 58px;
    margin-top: 15px
}

.lpOrder_cont .order_prodOpt > dl > dt {
    width: 24%;
    float: left;
    font-size: 16px;
    white-space: nowrap
}

.lpOrder_cont .order_prodOpt > dl > dd {
    width: 76%;
    float: right
}

/* order_prodPrc */
.lpOrder_cont .order_prodPrc {
    text-align: right;
    margin-top: 30px
}

.lpOrder_cont .order_prodPrc dl {
    display: block;
    line-height: 30px;
}

.lpOrder_cont .order_prodPrc dl dt {
    display: inline-block;
    font-size: 15px;
    text-align: left;
    color: #666;
    font-weight: 400;
    width: 15%;
}

.lpOrder_cont .order_prodPrc dl dd {
    display: inline-block;
    font-size: 15px;
    color: #666;
    width: 20%;
}

.lpOrder_cont .order_prodPrc dl dd em {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #202020;
    line-height: 25px;
    margin-right: 2px;
}

.lpOrder_cont .order_prodPrc dl.card dd,
.lpOrder_cont .order_prodPrc dl.card dd em {
    color: #fb6c3a;
}

#order_stpe2 .lpOrder_cont .order_prodPrc {
    margin-top: 15px
}

#order_stpe2 .lpOrder_cont .order_prodPrc dl {
    line-height: 30px
}

#order_stpe2 .lpOrder_cont .order_prodPrc dl dt {
    font-size: 16px;
    margin-right: 10px
}

#order_stpe2 .lpOrder_cont .order_prodPrc dl dd em {
    font-size: 26px;
    margin-top: 0
}

/* order_form */
.lpOrder_cont .order_form {
    margin-top: 10px
}

.lpOrder_cont .order_form h3 {
    font-size: 18px
}

.lpOrder_cont .order_form .desc {
    font-size: 14px;
    color: #999
}

.lpOrder_cont .order_form > ul > li {
    margin-top: 25px
}

.lpOrder_cont .order_form .chkAgree {
    margin-top: 25px
}

/* btn_wrap */
.lpOrder_cont .btn_wrap {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee
}

.lpOrder_cont .btn_wrap li {
    display: inline-block;
    margin: 0 6px
}

/* ——————————————————————————
 * lpEvent (이벤트)
/* —————————————————————————— */
.modal.lpEvent {
    max-width: 880px;
    padding: 40px;
    text-align: center
}

.lpEvent_head {
    padding-bottom: 20px;
    border-bottom: 3px solid #2d2d2d;
    text-align: left
}

.lpEvent_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.lpEvent_cont {
    margin: 20px 0 30px
}

.lpEvent_cont img {
    max-width: 100%;
    height: auto
}


/* ——————————————————————————
 * lpWrite (리뷰작성)
/* —————————————————————————— */
.modal.lpWrite {
    max-width: 580px;
    padding: 60px
}

.lpWrite_head {
    padding-bottom: 20px;
    border-bottom: 3px solid #2d2d2d
}

.lpWrite_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

/* rating_area */
.lpWrite_cont .rating_area {
    padding: 30px 0
}

.lpWrite_cont .rating_area .br-widget {
    height: 66px;
    text-align: center
}

.lpWrite_cont .rating_area .br-widget a {
    font-size: 40px;
    margin: 4px
}

.lpWrite_cont .rating_area .br-widget .br-current-rating {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fb7244;
    margin-top: 6px
}

/* txt_area */
/* upload_area */
.lpWrite_cont .upload_area {
    margin-top: 15px
}

.lpWrite_cont .upload_area .ssi-buttonWrapper {
    float: none;
    clear: both;
    padding: 0
}

.lpWrite_cont .upload_area .ssi-InputLabel {
    display: block
}

.lpWrite_cont .upload_area #ssi-abortBtn,
.lpWrite_cont .upload_area #ssi-clearBtn,
.lpWrite_cont .upload_area #ssi-uploadBtn {
    display: none !important
}

.lpWrite_cont .upload_area .ssi-InputLabel .ssi-button {
    width: 100%;
    height: 58px;
    line-height: 56px;
    border: 1px dashed #b8b8b8;
    border-radius: 12px;
    font-size: 15px;
    color: #2d2d2d
}

.lpWrite_cont .upload_area .ssi-InputLabel .ssi-button:before {
    content: '';
    width: 18px;
    height: 17px;
    display: inline-block;
    background: url("../img/ico.png") no-repeat -71px -80px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    vertical-align: middle;
    margin-right: 8px
}

.lpWrite_cont .upload_area .ssi-previewBox {
    border: 0;
    padding: 0;
    float: none;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    margin-left: -8px
}

.lpWrite_cont .upload_area .ssi-imgToUploadItem {
    position: relative;
    float: left;
    margin-left: 8px
}

.lpWrite_cont .upload_area .ssi-upImgTd {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    position: relative;
    display: block;
    overflow: hidden
}

.lpWrite_cont .upload_area .ssi-upImgTd:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    border-radius: 12px;
    opacity: 0.08;
    filter: alpha(opacity=8)
}

.lpWrite_cont .upload_area .ssi-imgToUpload {
    width: 100%;
    height: 100%
}

.lpWrite_cont .upload_area .ssi-removeBtn {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.lpWrite_cont .upload_area .ssi-removeBtn:hover:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/ico.png") no-repeat 0 -129px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
    border-radius: 4px;
    position: absolute;
    right: 6px;
    top: 6px
}


/* ——————————————————————————
 * lpUpgrade (브라우저 업그레이드)
/* —————————————————————————— */
.modal.lpUpgrade {
    max-width: 640px;
    overflow: hidden
}

.modal.lpUpgrade a.close-modal {
    top: 10px;
    right: 10px
}

.lpUpgrade_head {
    position: relative;
    background: #503e9d;
    color: #fff;
    padding: 60px 50px 40px;
}

.ico.card {
    width: 118px;
    height: 76px;
    display: inline-block;
    background: url("../img/ico_card.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -34px
}

.lpUpgrade_head h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.lpUpgrade_head p.desc {
    font-size: 14px;
    margin-top: 10px
}

.lpUpgrade_cont {
    padding: 40px 50px
}

.lpUpgrade_cont ul {
    margin: -20px -10px 0
}

.lpUpgrade_cont li {
    width: 33.333333%;
    float: left;
    padding: 20px 10px 0;
    text-align: center
}

.lpUpgrade_cont li i {
    display: block;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 20px 0 15px
}

.lpUpgrade_cont li i:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("../img/ico_browser.png") no-repeat 0 0;
    -webkit-background-size: 60px 360px !important;
    background-size: 60px 360px !important
}

.lpUpgrade_cont li i.chrome:before {
    background-position: 0 0
}

.lpUpgrade_cont li i.firefox:before {
    background-position: 0 -60px
}

.lpUpgrade_cont li i.safari:before {
    background-position: 0 -120px
}

.lpUpgrade_cont li i.opera:before {
    background-position: 0 -180px
}

.lpUpgrade_cont li i.edge:before {
    background-position: 0 -240px
}

.lpUpgrade_cont li i.explorer:before {
    background-position: 0 -300px
}

.lpUpgrade_cont li i > span {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    margin: 6px 0 12px
}

.lpCard_cont .tbl_CardInfo li.renthana_detail_m {
    display: none;
}


/* ——————————————————————————
 * 이니렌탈 compare layer.
/* —————————————————————————— */
.modal.drOrder {
    max-width: 1200px;
    height: 800px;
    border-radius: 32px;
    padding: 0;
}

.drOrder_head {
    padding: 32px;
    border-bottom: 1px solid #ddd;
}

.drOrder_head h2 {
    position: relative;
    padding-left: 43px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.drOrder_head h2:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(../img/ico_lighting_nocircle.svg) no-repeat left center/ 35px;
    position: absolute;
    left: 0;
    top: 0;
}

.drOrder_box {
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.drOrder_box > div {
    flex: 1 1;
}

.drOrder_box::-webkit-scrollbar,
.drOrder_cont_rt .drOrder_form::-webkit-scrollbar {
    display: none;
}

.drNotice_img::-webkit-scrollbar {
    width: 5px;
}

.drNotice_img::-webkit-scrollbar-thumb {
    background-color: #a58eda;
    border-radius: 3px;
}

.drNotice_img::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 3px;
}

.drOrder_cont_lt .direct_notice h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    color: #000;
}

.drOrder_cont_lt .direct_notice .drNotice_img {
    display: block;
    height: 576px;
    overflow-y: scroll;
    border-radius: 4px;
}

.drOrder_cont_lt .direct_notice .drNotice_img img {
    width: 100%;
    height: auto;
}

.drOrder_cont_lt {
    padding-right: 40px;
}

.drOrder_cont_rt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.drOrder_cont_rt:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 100;
    background: linear-gradient(0deg, #fff, transparent 80%) bottom;
}

.drOrder_cont_rt .drOrder_form {
    height: 542px;
    overflow-y: scroll;
}

.drOrder_cont_rt .drOrder_form > div {
    margin-bottom: 16px;
}

.drOrder_cont_rt .order_prod {
    display: block;
    height: 121px;
    overflow: hidden;
}

.drOrder_cont_rt .order_prod .photo {
    float: left;
    width: 20%;
    border-radius: 4px;
}

.drOrder_cont_rt .order_prod .info {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.drOrder_cont_rt .order_prod .photo img {
    width: 100%;
    height: auto;
}

.drOrder_cont_rt .order_prod .info p.modelNm {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 16px;
}

.drOrder_cont_rt .order_prod .info p.prodNm {
    color: #101010;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#optionLists3 dl {
    margin-bottom: 16px;
}

#optionLists3 dl dt {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
}

#optionLists .radioType_1 ul,
#optionLists3 .radioType_1 ul {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#optionLists .radioType_1 ul li,
#optionLists3 .radioType_1 ul li {
    flex: 0 0 100%;
    padding-bottom: 8px;
}

#optionLists .radioType_1 ul li:last-child,
#optionLists3 .radioType_1 ul li:last-child {
    padding-bottom: 0;
}

#optionLists .radioType_1 label,
#optionLists3 .radioType_1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 54px;
    line-height: 50px;
    border: 1px solid #e8e8e8;
    font-weight: 700;
    color: #333;
}

#optionLists .radioType_1 label em,
#optionLists3 .radioType_1 label em {
    padding-left: 2px;
}

#optionLists .radioType_1 label.on,
#optionLists3 .radioType_1 label.on {
    border: 2px solid #fb6d3a;
    color: #fb6d3a;
}

#optionLists3 .selectric-open .selectric .button:after {
    border-top-color: #44207A;
}

.drOrder_form .order_prodPrc {
    position: relative;
    margin-bottom: 32px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.drOrder_form .order_prodPrc:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
}

.drOrder_form .order_prodPrc dl {
    width: 300px;
}

.drOrder_form .order_prodPrc dl dt {
    width: 30%;
}

.drOrder_form .order_prodPrc dl dd {
    text-align: right;
    width: 65%;
}

.drOrder_form .order_prodPrc dl dt,
.drOrder_form .order_prodPrc dl dd {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    display: inline-block;
}

.drOrder_form .order_prodPrc dl dd em {
    color: #202020;
    font-size: 26px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 2px;
}

.drOrder_form .order_prodPrc dl.card dd,
.drOrder_form .order_prodPrc dl.card dd em {
    color: #fb6d3a;
}

#order_step3 .order_prod_form {
    display: flex;
    justify-content: space-between;
}

#order_step3 .order_prod_form > div {
    flex: 1 1 auto;
}

#order_step3 .order_prod_form .form_input.name {
    padding-right: 12px;
}

#order_step3 .order_prod_form .form_input label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
    color: #000;
}

#order_step3 .order_prod_form .form_input input {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 500;
}

#order_step3 .order_prod_form .form_input input::placeholder {
    color: #ccc;
}

#order_step3 .checksType_1.dt .btn_agree_dt {
    float: right;
}

#order_step3 [class*="checksType_"] .agree_info {
    bottom: 60px;
}

.drOrder_box .btn_wrap .btn {
    width: 100%;
    height: 70px;
    line-height: 25px;
    display: block;
    padding: 7px 10px;
}

.drOrder_box .btn_wrap .btn:before {
    background: #44207A;
}

.drOrder_box .btn_wrap .btn:hover {
    color: #ede61f;
}

.drOrder_box .btn_wrap .btn .top_txt_box {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.drOrder_box .btn_wrap .btn .top_txt_box em {
    font-weight: bold;
}

.drOrder_box .btn_wrap .btn span {
    position: relative;
}

.drOrder_box .btn_wrap .btn span.drSub_btn:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url("../img/ico_lighting.svg") no-repeat left center/ 18px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.drOrder_cont_rt .btn_wrap .btn:hover span.drSub_btn:before {
    background: url("../img/ico_lighting_nocircle.svg") no-repeat left center/ 18px;
}


#order_step3 .checksType_1.checks label:before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: url(../img/ico_ckbox_org.png) no-repeat center center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    filter: grayscale(1);
}

#order_step3 .checksType_1.checks.on label:before,
#order_step3 .checksType_1.checks.on label:hover:before {
    background: url("../img/ico_ckbox_org.png") no-repeat center center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    filter: grayscale(0);
}

#order_step3 .checksType_1 label {
    padding-left: 25px;
}

#order_step3 .checksType_1 label p {
    line-height: 22px;
    padding-left: 4px;
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 400;
}

#order_step3 .checksType_1 label p em {
    color: #000;
    font-weight: 700;
}