﻿/* Loader */
.modal-backdrop.show {opacity: .6;}
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #EEC92C;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
        background-color: #2F3D98;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: #007533;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* Loader [End] */

#companyDetailModal {
    padding: 0 !important;
}

    #companyDetailModal:before {
        content: "";
        background: url(http://img.daara.co.kr/common/logo/doe_logo.svg) no-repeat left top;
        position: absolute;
        left: 0;
        top: 0;
    }

    #companyDetailModal .modal-dialog {
        transform-origin: left;
        width: 1400px;
        max-width: none;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
    }

@media (max-width: 1223px) {
    #companyDetailModal .modal-dialog {
        left: 0;
        transform: scale(.804);
    }
}

#companyDetailModal .modal-content {
    position: relative;
    padding: 90px 0 0;
    border-radius: 20px;
    border: none;
    height: 836px;
    background-color: #000;
    background-image: url(http://img.daara.co.kr/exhi/k_robot/krobot_booth_img.png);	
}
/*
#companyDetailModal[data-hall-number="1"] .modal-content {
	background-image: url(http://img.daara.co.kr/exhi/daara_exhi_2020/booth/2d_booth_bg001.png);
}
#companyDetailModal[data-hall-number="2"] .modal-content {
	background-image: url(http://img.daara.co.kr/exhi/daara_exhi_2020/booth/2d_booth_bg002.png);
}
#companyDetailModal[data-hall-number="3"] .modal-content {
	background-image: url(http://img.daara.co.kr/exhi/daara_exhi_2020/booth/2d_booth_bg003.png);
}
#companyDetailModal[data-hall-number="4"] .modal-content {
	background-image: url(http://img.daara.co.kr/exhi/daara_exhi_2020/booth/2d_booth_bg004.png);
}
#companyDetailModal[data-hall-number="5"] .modal-content {
	background-image: url(http://img.daara.co.kr/exhi/daara_exhi_2020/booth/2d_booth_bg005.png);
}
*/

.booth-3d-content-top {
    padding: 20px 50px;
    background-color: rgba(138, 144, 152, 0.7);
    border: rgba(255, 255, 255, 0.1) solid 1px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}

#companyDetailModal .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    height: auto;
    margin-bottom: 20px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-5 > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .row-20 > div {
        padding-left: 20px;
        padding-right: 20px;
    }

.btn-daara {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 100;
}

.btn-daara-sm {
padding: 6px 10px;
font-size: 14px;
}

    .btn-daara:disabled {
        opacity: .65;
    }

    .btn-daara:hover, .btn-daara:focus {
        text-decoration: none !important;
    }

.btn-daara-light {
    color: #333333;
    background-color: #fff;
    background-image: none;
    border-color: #bbcde9;
}

/* .btn-daara-light:hover, .btn-daara-light:focus {
        color: #ffffff;
        background-color: #333333;
        border-color: #333333;
    } */

.btn-daara-dark {
    color: #fff;
    background-color: #333333;
    background-image: none;
    border-color: #333333;
}

    .btn-daara-dark:hover, .btn-daara-dark:focus {
        color: #fff!important;
        background-color: #000;
        border-color: #000;
    }


.btn-daara-dark-icon[data-language="ko"] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0,0,0,.5) !important;
    border: none;
    background-repeat: no-repeat;
    background-position: center bottom 26px;
    background-size: auto 25px;
    font-size: 12px;
    padding: 35px 6px 0;
}

.btn-daara-dark-icon[data-language="en"] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0,0,0,.5) !important;
    border: none;
    background-repeat: no-repeat;
    background-position: center bottom 26px;
    background-size: auto 25px;
    font-size: 11px;
    padding: 40px 6px 0;
}

.btn-daara-dark-icon[data-language="cn"] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0,0,0,.5) !important;
    border: none;
    background-repeat: no-repeat;
    background-position: center bottom 26px;
    background-size: auto 25px;
    font-size: 11px;
    padding: 40px 6px 0;
}

    .btn-daara-dark-icon:hover, .btn-daara-dark-icon:focus {
        color: #fff;
        background-color: rgba(0,0,0,1) !important;
        border-color: rgba(0,0,0,1) !important;
    }


.btn-daara-dark-icon-2 {
    background-color: transparent !important;
    border: none;
    font-size: 12px;
    color: #fff;
    width: 60px;
    text-align: center;
    display: block;
}

    .btn-daara-dark-icon-2:hover {
        color: #fff;
    }

    .btn-daara-dark-icon-2:before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 8px;
        background-color: rgba(0,0,0,.5) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 25px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn-daara-dark-icon-2:hover:before {
        background-color: rgba(0,0,0,1) !important;
    }

.btn-dark-icon-text {
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}



.btn-daara-outline-dark {
    color: #333333;
    background-color: #fff;
    background-image: none;
    border-color: #999;
}

    .btn-daara-dark:hover, .btn-daara-dark:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }


#boothCarousel {
    position: relative;
    
}

  

#boothCarouselPrev, #boothCarouselNext {
    display: none;
    position: absolute;
    content: "";
    width: 1000px;
    height: auto;
    background-color: rgba(241, 246, 251, 0.5);
    /* opacity: .3; */
    border: none;
    padding: 0;
    top: 70px;
    bottom: 45px;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

#boothCarouselPrev {
    right: 1290px;
}

#boothCarouselNext {
    left: 1290px;
}

#boothCarousel .owl-prev, .owl-next {
    position: absolute
}

.owl-item.active .booth-3d-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.owl-item:not(.active) .booth-3d-wrapper {
    width: 1224px;
    height: 677px;
    background-color: rgba(241, 246, 251, 0.1);
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.booth-3d {
    
    transition: ease-in-out .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .booth-3d .fade {
        transition: none !important;
    }
}

.booth-modal-open .tooltip {
    z-index: 100003;
}

.owl-item.js-active.ie-11-hack > .item {
    display: none !important;
}

.owl-item.js-active .booth-3d {
    opacity: 1;
    visibility: visible;
}


.custom-carousel-wrapper {
    position: relative;
}

.custom-carousel-prev {
    position: absolute;
    background-image: url(//img.daara.co.kr/exhi/img/arrow-blue-left.png);
    left: -30px;
    top: 142px;
    background-repeat: no-repeat;
    width: 18px;
    height: 31px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.custom-carousel-next {
    position: absolute;
    background-image: url(//img.daara.co.kr/exhi/img/arrow-blue-right.png);
    right: -33px;
    top: 142px;
    background-repeat: no-repeat;
    width: 18px;
    height: 31px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.custom-carousel {
	overflow: hidden;
    padding-top: 6px;
    margin-top: -6px;
}

.custom-carousel-outer {
    transition: ease-in-out .2s;
}

#productCarousel .p-c-wrapper[data-language='ko'] {
    width: 172px;
    height: 306px;
    background-color: #AFAFAF;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
}

#productCarousel .p-c-wrapper[data-language='en'] {
    width: 172px;
    height: 306px;
    background-color: #AFAFAF;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo_eng.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
}

#productCarousel .p-c-wrapper {
    width: 172px;
    height: 306px;
    background-color: #AFAFAF;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo_eng.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 142px 37px;
}



    #productCarousel .p-c-wrapper.view-more {
        background-image: none;
        font-size: 18px;
        font-weight: 700;
    }

.booth-3d-aside {
    transition: ease-in-out .1s;
    z-index: 10;
    margin-top: 260px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    width: 160px;
    left: 0;
    top: 24px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding: 0 20px;
}

.booth-3d-aside-detail {
    background-color: #00BACF;
    height: 160px;
    padding: 10px;
    color: #fff;
}

.booth-3d-aside-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 60px;
    position: relative;
    background-color: #fff;
    align-items: center;
    padding: 4px;
}

    .booth-3d-aside-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .booth-3d-aside-logo img {
        width: 100% !important;
    }
}

.booth-3d-aside-hall-number[data-language="ko"] {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 89px;
}
.booth-3d-aside-hall-number[data-language="en"] {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 89px;
}

.booth-3d-aside-text[data-language="ko"]{
	font-size:14px
}

.booth-3d-aside-text[data-language="en"]{
	font-size:11px
}

.booth-3d-aside-btns {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.booth-3d-right-btns .btn-interest {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_pick_off.svg);
}
.booth-3d-right-btns .btn-interest.selected {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_pick_on.svg);
}
.booth-3d-right-btns .btn-invitation {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_share.svg);
    background-size: 32px auto;
    background-position: center 12px;
}
.booth-2d-right-card .btn-card{
    background-image: url(//img.daara.co.kr/exhi/koema/card.svg);
    background-size: 32px auto;
    background-position: center 12px;
}
.booth-3d-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    max-width: 1000px;
}

.booth-3d-content-inner {
    position: relative;
    z-index: 10;
}

.booth-3d-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.booth-3d-header {
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0 10px 3px;
}

    .booth-3d-header h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }

.booth-3d-header-view-counter {
    color: #888888;
    font-size: 12px;
}

.booth-3d-video {
    position: relative;
    margin-top: 27px;
    width: 330px;
    height: 184px;
    background-color: #CCD6E8;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo_eng.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 47px;
}

.booth-3d-video[data-language='ko'] {
    position: relative;
    margin-top: 27px;
    width: 330px;
    height: 184px;
    background-color: #AFAFAF;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 100px;
}

.booth-3d-video[data-language='en'] {
    position: relative;
    margin-top: 27px;
    width: 330px;
    height: 184px;
    background-color: #AFAFAF;
    background-image: url(//img.daara.co.kr/exhi/robot_exhi_2020/icon_robot_logo_eng.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 100px;
}


    .booth-3d-video #booth3dVideo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        margin: 0;
    }

    .booth-3d-video #booth3dVideo:before {
        content: "";
        /* background-image: url(//img.daara.co.kr/exhi/img/btn-play.svg); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 54px 54px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
    }
	.booth-3d-video #booth3dVideo2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        margin: 0;
    }
	.booth-3d-video #booth3dVideo2:before {
        content: "";
        background-image: url(//img.daara.co.kr/exhi/img/btn-play.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 54px 54px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
    }

.booth-3d-detail {
    padding: 15px 10px;
    font-size: 14px;
    color: #fff;
	height:140px;
}

.booth-3d-detail-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.booth-3d-detail-label {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.booth-3d-detail-value {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	margin:0 20px 0 4px;
}

/* .booth-3d-detail-map-link {
    color: #000;
    font-size: 12px;
    font-weight: 700;
} */
.booth-3d-detail-map-link {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

    .booth-3d-detail-map-link:before {
        content: "|";
        color: #cedbee;
        margin: 0 6px 0 4px;
    }

    .booth-3d-detail-map-link .sm {
        font-size: 8px;
        vertical-align: middle;
    }

.booth-3d-detail-website-link {
    color: inherit;
}

    .booth-3d-detail-website-link:hover, .booth-3d-detail-website-link:focus {
        color: inherit;
    }

.booth-3d-right {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-top: 516px;
}
.booth-3d-right-btns {
    width: 138px;
    padding: 0;
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
}
.booth-2d-right-card{
    margin-left: 106px;
}
}

    .booth-3d-right .dropdown-menu {
        background: rgba(0,0,0,0.7);
        border-radius: 10px;
        margin-right: 15px;
    }

    .booth-3d-right .dropdown-item {
        color: #fff;
        font-size: 14px;
        padding: 4px 10px;
    }

        .booth-3d-right .dropdown-item:hover, .booth-3d-right .dropdown-item.active {
            color: #ff0;
            background-color: transparent;
        }

.booth-3d-right-btns > a, .booth-3d-right-btns > .dropdown {
    display: block;
    margin: 12px auto;
    width: 60px;
    text-align: center;
    line-height: 1.2;
}

.booth-3d-aside-btns .btn-booth-map:before {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_map.svg);
}

.booth-3d-aside-btns .btn-move-hall:before {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_hall.svg);
}

.booth-3d-aside-btns .btn-go-back:before {
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_Prev.svg);
}


.booth-3d-tabs {
    margin-top: 51px;
    padding: 0 50px;
}

.booth-3d-tabs .nav-tabs {
    border-bottom-color: rgba(255,255,255,.4);
    margin-bottom: 40px;
}

.booth-3d-tabs .nav-link {
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 4px 42px;
}

.booth-3d-tabs .tab-content {
}

.booth-3d-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.booth-3d-tabs .tab-pane {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.booth-3d-tabs .tab-pane h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}

#tabProfile {
    padding: 0;
}

.tab-pane-profile-box {
    padding: 20px;
    background-color: #fff;
    height: 306px;
    width: 870px;
}

    .tab-pane-profile-box .inner {
        overflow: auto;
        height: 246px;
        /*&::-webkit-scrollbar-track {
                border-radius: 10px;
                background-color: #e5e7f0;
            }

            &::-webkit-scrollbar {
                width: 6px;
                background-color: #e5e7f0;
            }

            &::-webkit-scrollbar-thumb {
                border-radius: 6px;
                background-color: #7694df;
            }*/
    }

    .tab-pane-profile-box h4 {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        margin: 12px 0 4px 0;
    }

    .tab-pane-profile-box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .tab-pane-profile-box ul a {
            color: #666;
            text-decoration: none;
        }

            .tab-pane-profile-box ul a:hover, .tab-pane-profile-box ul a:focus {
                text-decoration: underline;
            }

.tab-pane-news-box {
    width: 292px;
    height: 306px;
    line-height: 1.45;
    background-color: #CCD6E8;
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/daara_g_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 47px;
}

    .tab-pane-news-box.view-more {
        background-image: none;
        font-size: 18px;
        font-weight: 700;
    }

.tab-pane-news-link {
    background-color: #fff;
    text-decoration: none;
    color: #666;
    display: block;
    padding: 15px 12px;
    height: 100%;
}


.tab-pane-news-box a:hover, .tab-pane-news-box a:focus {
    color: #666;
    text-decoration: none;
}

    .tab-pane-news-box a:hover .tab-pane-news-img, .tab-pane-news-box a:focus .tab-pane-news-img {
        transform: scale(1.1);
    }

    .tab-pane-news-box a:hover h3, .tab-pane-news-box a:focus h3 {
        text-decoration: underline;
    }

.booth-3d .tab-pane-news h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.booth-3d .tab-pane-news-img-wrapper {
    position: relative;
}

.booth-3d .tab-pane-news-img-wrapper {
    margin-bottom: 12px;
    overflow: hidden;
}

.booth-3d .tab-pane-news-img {
    transform: scale(1);
    transition: ease-in-out .2s;
    padding-top: 177px;
    background-size: cover;
    background-position: center;
}

.booth-3d .tab-pane-news-detail {
    padding: 20px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: url("//img.daara.co.kr/exhi/ico/ico_kidd.png") no-repeat right 10px center rgba(0, 0, 0, 0.6);
    font-size: 14px;
}










#tabProduct .link-item {
    display: block;
    padding: 10px;
    background-color: #fff;
    height: 100%;
}

#tabProduct .img-wrapper {
    position: relative;
}

    #tabProduct .img-wrapper:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.1);
    }

#tabProduct .img {
    margin-bottom: 16px;
    height: 150px;
    background-image: url(//img.daara.co.kr/exhi/img/logo_daara_exhi_g.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


    #tabProduct .img.no-image {
        background-size: contain;
    }

#tabProduct .ribbon .bottom {
    top: -4px;
}

#tabProduct .tags {
    margin-bottom: 6px;
}

#tabProduct .tag {
    padding: 2px 4px 3px;
}

#tabProduct .name {
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 600;
}


#tabProduct .price {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

#tabProduct .won {
    font-size: 14px;
    font-weight: 400;
}



#tabProduct .dc-price.original {
    line-height: 1;
    font-size: 14px;
    display: block;
    color: #888;
    margin-bottom: 4px;
}

#tabProduct .price-wrapper .price {
    margin-top: 30px;
    display: block;
}

#tabProduct .price-wrapper .dc-price + .price {
    margin-top: 0;
}


#logoCarousel {
    z-index: 10;
    position: absolute;
    margin: 35px auto 0;
    width: 1400px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    padding: 20px 130px;
    bottom: -70px;
    left: 0;
    right: 0;
}

    #logoCarousel .owl-item.center .img-wrapper {
        border: 2px solid #6b8cdd;
    }

    #logoCarousel .img-wrapper {
        border: none;
        padding: 0;
        background-color: transparent;
        width: 100%;
        height: 60px;
    }

        #logoCarousel .img-wrapper:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.1);
        }

    #logoCarousel img {
        max-height: 50px;
        max-width: 190px;
        width: auto;
    }


    #logoCarousel .owl-prev, #logoCarousel .owl-next {
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-position: center;
        background-color: #D8DCE3;
    }

        #logoCarousel .owl-prev:before, #logoCarousel .owl-next:before {
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
            content: "";
            position: absolute;
            left: 10px;
            top: 10px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #FFF;
        }

        #logoCarousel .owl-prev:before {
            background-position: 20px center;
            background-image: url(//img.daara.co.kr/exhi/img/arrow-blue-left.png);
        }

        #logoCarousel .owl-next:before {
            background-position: 24px center;
            background-image: url(//img.daara.co.kr/exhi/img/arrow-blue-right.png);
        }

        #logoCarousel .owl-prev span, #logoCarousel .owl-next span {
            opacity: 0;
            visibility: hidden;
        }

    #logoCarousel .owl-prev {
        position: absolute;
        left: -118px;
        top: -10px;
    }

    #logoCarousel .owl-next {
        position: absolute;
        background-image: url(//img.daara.co.kr/exhi/img/arrow-blue-right.png);
        right: -118px;
        top: -10px;
    }

/* 공유하기 팝업 */
.popup-share {
    display: none;
    width: 300px;
	height: 190px;
    background: #fff;
    text-align: center;
	border-radius: 20px;
}
.v-view .btn-tit-wrap {
    border-bottom: 1px solid #ccc;
}
.sns-tit{
	text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 15px;
}
.ico-wrap{
	padding:20px 0;
}
.ico-wrap > .ico {
	display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: relative;
    margin: 0 8px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 50px;
    line-height: 30px;
}
.ico-wrap .btn-share {
    background: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_url_copy.svg) no-repeat;
    background-size: cover;
}
.ico-wrap .ico-invitation {
    background: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_invitation_01.svg) no-repeat;
    background-size: cover;
}
.ico-wrap .ico-kakao {
    background: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_kakao.svg) no-repeat;
    background-size: cover;
}
.ico-wrap .ico-facebook {
    background: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_facebook.svg) no-repeat;
    background-size: cover;
}
.v-view #dismiss {
    top: 10px;
}
#dismiss {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(//img.daara.co.kr/land/img/m/ico/ico_close_m.png) no-repeat;
    position: absolute !important;
    top: 18px;
    right: 20px;
    cursor: pointer;
    background-size: cover;
}
/* end */

/* 우측하단 공유하기 아이콘 style */
.bottom-right-btn {
	position: fixed;
	bottom: 15px;
	right: 2%;
	z-index: 1;
}
.bottom-right-btn ul li {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 10px;
    line-height: 92px;
}
.bottom-right-btn ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: block;
}

.bottom-right-btn ul li:last-child {
    margin-right: 15px;
    background-image: url(//img.daara.co.kr/exhi/daara_exhi_2020/icon/icon_share.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 50%;
    background-position-y: 20%;
}
/* end */

/* 20210518 강한솔__동종업체&관련제품 버튼*/

.long-2d-btn-wrap{
    display: block;
    margin-top: 30px;
}
.long-2d-btn{
    display: block;
    margin-bottom: 10px;
    width: 100%!important;
    padding: 6px 0 0 0!important;
    font-size: 16px!important;
}

/* end */
