.k-logo-wrap {
    left: 50px;
    bottom: 130px;
}
    .exhi-features {
        position: absolute;
        z-index: 9;
    }

 

    @media(min-width: 768px) {
        .exhi-features {
            top: 120px;
            left: 50px;
            right: auto;
            bottom: auto;
        }

        .exhi-feature + .exhi-feature {
            margin-top: 10px;
            margin-left: 0;
        }
    }

    .bottom-right-btn {
        position: fixed;
        bottom: 130px;
        right: 50px;
        z-index: 1;
    }




        .bottom-right-btn ul {
            display: flex;
        }

			.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: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%;
                }

                .bottom-right-btn ul li a {
                    color: #fff;
                    font-weight: bold;
                    font-size: 13px;
                    display: block;
                }



    @media(max-width: 767px) {
		.exhi-features {
		    top: 15px;
            left: 20px;
            right: auto;
            bottom: auto;
            display: flex;
            flex-wrap: nowrap;
        }

            .exhi-features img {
                max-width: 40px;
                height: auto;
            }

        .exhi-feature + .exhi-feature {
            margin-left: 6px
        }
		
        .bottom-right-btn {
            top: 15px;
            right: 20px;
			bottom: auto;
            z-index: 1;
        }

		.bottom-right-btn ul li {
                width: auto;
				padding: 0 4px;
                height: 40px;
                line-height: 40px;
				text-align: center;
            }

            .bottom-right-btn ul li:last-child {
                margin-right: 0;
                background-size: 21px 15px;
                background-position: center 5px;
            }


            .bottom-right-btn ul li a {
                font-size: 9px;
                padding-top: 10px;
                 
            }

        body .lfSkuP {
            width: 50px !important;
            height: 50px !important;
        }

            body .lfSkuP::before {
                width: 26px !important;
                height: 26px !important;
                background-size: 106px !important;
            }

        body .dUEtxB {
            z-index: 9 !important;
        }

        body .lbMRR {
            transform: translateY(-55px);
        }
        .new-img-wrap, .new-img-wrap img{
            width: 100px;
            height: 66px;
        }

        .video-wrap__item {width: 100%;}
        .news-text-wrap {
            padding: 2px 0 20px 15px;
        }
    }

    /* service robots 하단 둘러보기 추가 */
    .booth-tour {
        width: 1000px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .tour-btn {
        width: 1000px;
        text-align: center;
    }

    .tour-btn-trigger {
        position: relative;
        width: 360px;
        height: 46px;
        border: 1px solid #707070;
        background-color: #fff;
        border-radius: 50px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
		padding-right: 30px;
        margin-bottom: 30px;
		color: #333;
    }

    .tour-btn .tour-btn-trigger:after {
        width: 22px;
        height: 12px;
        content: "";
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 20px;
        background-image: url(//img.daara.co.kr/exhi/k_robot/tour-icon.svg);
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

    .tour-btn.opened .tour-btn-trigger:after {
        transform: rotate(0deg);
    }

    .tour-box {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
        height: 100px;
    }

    .booth-tour.active .tour-box {
        max-height: 120px;
    }
	.booth-tour.active .tour-btn-trigger:after{
		transform: rotate(0)
	}

    .tour-box > ul {
        display: flex;
        justify-content: space-between;
    }

        .tour-box > ul > li {
            width: 320px;
            height: 94px;
            background-color: #00BACF;
            border-radius: 5px;
            box-shadow: 0px 3px 6px #00000029;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

    .tour-play-ico {
		width: 85px;
		height: 100%;
		background-image: url(//img.daara.co.kr/exhi/koema/tour-play-btn.svg?v=01);
		background-repeat: no-repeat;
		background-position-y: center;
		background-size: 42px 42px;
		background-position-x: center;
		border-radius: 6px 50px 50px 6px;
		background-color: #fff;
		margin-right: 4px;
    }

	.tour-play-ico.active {
		background-image: url(//img.daara.co.kr/exhi/koema/tour-stop-btn.svg?v=01);
	}

    .tour-box-list {
        width: 230px;
    }

	.tour-box-list li a {
		color: #B5F8FF;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		padding-left: 17px;
	}

	.tour-box-list li a:before {
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		width: 13px;
		height: 13px;
		background-image: url(//img.daara.co.kr/exhi/koema/tour-icon-off.svg);
	}
	.tour-box-list li a.active {
		color: #fff;
	}
	.tour-box-list li a.active:before {
		background-image: url(//img.daara.co.kr/exhi/k_robot/tour-icon-on.svg);
	}
	.tour-box-list li a:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 6px;
		width: 1px;
		height: 13px;
		background-color: #00CCE3;
	}

        .tour-box-list li:nth-child(3) a:after {
            display: none;
        }

    @media screen and (max-width:767px) {
        .booth-tour {
            width: 100%;
            bottom: 0;
            z-index: 10;
            background-color: #F7F7F7;
            border-radius: 20px 20px 0 0;
            padding: 0 20px 50px;
        }

        .tour-box {
            white-space: nowrap;
            overflow-x: auto;
            height: 120px;
        }

            .tour-box > ul > li {
                padding: 0;
            }

        .tour-btn {
            width: 100%;
            padding: 10px 0;
        }

        .tour-btn-trigger {
            width: 100%;
            height: 40px;
            border: 1px solid #F7F7F7;
            background-color: #F7F7F7;
            margin-bottom: 0;
            padding-left: 0;
            text-align: center;
        }

        .tox-wrap:nth-child(2) {
            margin: 0 15px;
        }

        .tour-play-ico {
            width: 77px;
            background-position-x: center;
        }

        .tour-btn .tour-btn-trigger:after {
            top: 12px;
            right: 0;
        }


		/* 2021.07.15 모바일 "buyKOREA"버튼추가 */
		.k-logo-all {
		width: 190px;
		height: 43px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: fixed;
		left: 20px;
		bottom: 140px;
		border: 1px solid #fff;
		border-radius: 50px;
		background-color: #B8B8B8;
		z-index: 1;
		}
		.k-logo-all .k-logo {
		width: 115px;
		}
		.k-logo-all .k-logo{
		padding-left: 11px;
		}
		.k-logo-all .x-btn{
		display: block;
		background-image: url(//img.daara.co.kr/exhi/k_robot/k-x-btn.svg);
		background-color: unset;
		background-repeat: no-repeat;
		border: 0;
		width: 17px;
		height: 17px;
		}
		/* end */
    }


    /* end */