/* 상품페이지 트라이미리뷰 */
.tryme-reviewme {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.tryme-reviewme h2 {
    margin: 30px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tryme-reviewme ul {
    display: flex !important;
    margin-right: -9px;
}

.tryme-reviewme ul li {
    position: relative;
    width: 241px;
    margin-right: 9px;
    cursor: pointer;
}

.tryme-reviewme ul li:last-child {
    margin-right: 0;
}

.tryme-reviewme ul li a {
    position: relative;
    display: block;
}

.tryme-insta-image {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
}

.tryme-reviewme-image {
    width: 100%;
}

.tryme-reviewme .slick-next:before,
.tryme-reviewme .slick-prev:before {
    display: none;
}

.tryme-reviewme .slick-next {
    width: 14px;
    height: 23px;
    left: 53%;
    top: auto;
    bottom: -55px;
    background: url('/shop/images/rightslide.png') no-repeat top center;
    background-size: cover;
}

.tryme-reviewme .slick-prev {
    width: 14px;
    height: 23px;
    left: 45%;
    top: auto;
    bottom: -56px;
    background: url('/shop/images/leftslide.png') no-repeat top center;
    background-size: cover;
}

.tryme-reviewme .slick-dots {
    display: block;
    width: auto;
    left: 48%;
    bottom: -45px;
}

.tryme-reviewme .slick-dots li {
    width: auto;
    margin: 0 2px;
}

.tryme-reviewme .slick-dots li button {
    width: 12px;
    height: 12px;
}

.tryme-reviewme .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.instagram_icon {
    position: absolute;
    right: 8px;
    top: 8px;
}

.tryme_insta_bg {
    display: none;
    z-index: 999999;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.tryme_insta_bg.active {
    display: block;
}

.tryme_insta {
    display: none;
    overflow: hidden;
    z-index: 9999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 930px;
}

.tryme_insta.active {
    display: block;
}

.scroll_Y {
    display: flex;
}

.bx-wrapper {
    width: 600px !important;
}

.insta_images {
    width: 600px !important;
    height: 600px;
}

.insta_images a {
    display: block;
    width: 100% !important;
}

.insta_images iframe,
.insta_images video,
.insta_images img {
    width: 600px !important;
    height: 600px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.scroll_Y .bx-wrapper .bx-prev {
    width: 21px;
    height: 35px;
    left: 10px;
    top: 50%;
    background: url('/images/insta_prev.png') no-repeat top center;
    background-size: cover;
}

.scroll_Y .bx-wrapper .bx-next {
    width: 21px;
    height: 35px;
    right: 10px;
    top: 50%;
    background: url('/images/insta_next.png') no-repeat top center;
    background-size: cover;
}



.insta_text {
    width: 330px;
    height: 600px;
    background-color: #fff;
}

.insta_text .text {
    padding: 37px;
}

.insta_text .text div:first-child {
    margin-bottom: 40px;
}

.insta_text .text div:first-child a {
    font-weight: bold;
}

.insta_text .text div:nth-child(2) {
    margin-bottom: 40px;
}

.insta_text .text div:nth-child(2) a {
    color: #00376b;
    color: rgba(var(--fe0, 0, 55, 107), 1);
}

.insta_text .text .hashtag {
    color: #00376b;
    color: rgba(var(--fe0, 0, 55, 107), 1);
}