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

/* ——————————————————————————
 * lpAllCate (전체카테고리)
/* —————————————————————————— */
.modal.lpAllCate {
    max-width: 1280px;
    padding: 60px
}

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

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

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

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

.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: 660px;
    padding: 36px 30px;
    border-radius: 0
}

.lpCard_head {
    padding-bottom: 28px;
    border-bottom: 1px solid #444;
    text-align: left
}

.lpCard_head h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05em
}

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

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

.lpCard_cont .tbl_CardInfo li .img {
    width: 42%;
    display: table-cell
}

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

.lpCard_cont .tbl_CardInfo li .info {
    width: 58%;
    display: table-cell
}

.lpCard_cont .tbl_CardInfo li .info h3 {
    font-size: 21px;
    line-height: 1;
    color: #000
}

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

.lpCard_cont .tbl_CardInfo li .info .desc em {
    color: #50749d;
}

.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 {
    display: inline-block;
    vertical-align: baseline;
    color: #000;
    letter-spacing: 0
}

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

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


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

#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: inline-block;
    line-height: 36px
}

.lpOrder_cont .order_prodPrc dl dt {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px
}

.lpOrder_cont .order_prodPrc dl dd {
    display: inline-block;
    font-size: 16px;
    color: #fa6c39
}

.lpOrder_cont .order_prodPrc dl dd em {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: -2px
}

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

/* 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
}