.view-con .list-item > a {
    padding: 16px;
}
.view-con .img .img {
    display: flex;
    height: 288px;
    max-height: 288px;
    padding-bottom: 0;
    background: #f7f7f7;
}
.view-con .img .img-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.view-con .img .img-box img {
    display: block;
    height: auto;
    max-height: 288px;
}
.view-con .view-tit-wrap {
    padding: 0 16px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 26px;
}
.view-con > .img {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.view-con .con {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 16px;
    padding-bottom: 20px;
}
.view-con .con .con-inner {
    padding: 0 16px;
}
.con-inner .p-name {
    font-size: 1.128rem;
    color: #000;
    line-height: 20px;
    overflow: inherit;
    -webkit-box-orient: inherit;
}
.view-con .p-price {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff3300;
    margin-top: 20px;
}
.view-con .p-cate {
    font-size: .875rem;
    color: #333;
    margin-top: 13px;
    line-height: 20px;
}
.view-con .p-cate .now {
    color: #3b9ef3;
    display: block;
}
.view-con .p-company {
    color: #888;
    line-height: 20px;
}
.view-con .p-company .now {
    display: block;
    color: #000;
}
.p-detail-wrap {
    margin-top: 15px;
}
.view-con .p-info {
    margin-top: 15px;
    color: #666;
    line-height: 18px;
}
.font-strike {
    font-weight: 400;
    font-size: .875rem;
    color: #888;
}
.won {
    font-size: 1.125rem;
    font-weight: normal;
    color: #333;
}
.view-con .slide-wrap .slick-prev {
    width: 50px;
    height: 50px;
    left: 10px;
    background: none !important;
}
.view-con .slide-wrap .slick-prev::after {
    content: '';
    display: inline-block;
    background: url(http://img.daara.co.kr/exhi/komaf_2019_new/ico/ico_prev.png) no-repeat !important;
    background-size: cover;
    width: 32px;
    height: 50px;
    z-index: 1;
    position: relative;
}

.view-con .slide-wrap .slick-next {
    width: 50px;
    height: 50px;
    right: 10px;
    background: none !important;
}
.view-con .slide-wrap .slick-next::after {
    content: '';
    display: inline-block;
    background: url(http://img.daara.co.kr/exhi/komaf_2019_new/ico/ico_next.png) no-repeat !important;
    background-size: cover;
    width: 32px;
    height: 50px;
    z-index: 1;
    position: relative;
}

.contact-wrap {
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.contact-wrap li {
    border-right: 1px solid #e4e4e4;

}
.contact-wrap li:last-child {
    border: 0;
}
.info-wrap {
    padding-bottom: 16px;
    border-bottom: 7px solid #e4e4e4;
}
.info-wrap .info-con {
    padding: 0 15px;
    line-height: 20px;
    color: #888;
}
.info-wrap .tit {
    padding: 16px 15px;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.info-wrap .btn-wrap {
    background: #3399FF;
    padding: 10px 8px;
}

.invitation-wrap {
    opacity:0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-top: 2px solid rgba(0,0,0,0.2);
    padding: 0;
}
.invitation-wrap .col-xs-6 {
    padding: 0 6px;
}
.invitation-wrap .tit {
    padding: 16px 15px;
    font-size: 1.125rem;
}
.invitation-wrap .btn-wrap {
    background: #3399FF;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.invitation-wrap .btn-wrap > p {
    display: inline-block;
    width: 32%;
}

.info-company-wrap {
    padding-left: 16px;
}
.info-company {
    width: 100%;
}
.info-company tr {
    border-bottom: 1px solid #e4e4e4;
}
.info-company td {
    vertical-align: middle;
}
.info-company .logo {
    width: 52px;
    height: 52px;
    position: relative;
    padding: 16px 0;
}
.logo .img-logo {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    vertical-align: middle;
}
.logo .img-logo img {
    max-width: 100%;
}
.info-company .i-name {
    padding-left: 10px;
    font-size: 1.125rem;
}
.info-company .detail {
    padding: 16px 16px 16px 0;
    line-height: 20px;
}
.info-company .detail p {
    color: #888;
}
.info-company .detail p span, .info-company .detail a {
    color: #333;
    text-decoration: none;
}
.intro-wrap td {
    padding: 16px 0;
}
.intro-wrap .tit {
    font-size: 1.125rem;
    font-weight: bold;
}
.intro-wrap .con {
    color: #888;
    line-height: 20px;
    font-size: .875rem;
    margin-top: 20px;
    padding-right: 16px;
}

.logo .bg-logo {
    position: absolute;
    width: 100%;
    height: 52px;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    border-radius: 100px;
}
