hr{
    padding: 0;
    margin: 0;
}
.icon_round {
    cursor: pointer;
}

.line_1 {
    position: absolute;
    width: 165px;
    transform: rotate(0deg);
    left: 66px;
    top: 38px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
}
.line_1 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_1 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_1 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.line_2 {
    position: absolute;
    width: 245px;
    transform: rotate(-13deg);
    left: 30px;
    top: 193px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
}
.line_2 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_2 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_2 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.line_3 {
    position: absolute;
    width: 190px;
    transform: rotate(133deg);
    left: 72px;
    top: 346px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
}
.line_3 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_3 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_3 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.line_4 {
    position: absolute;
    width: 92px;
    transform: rotate(156deg);
    right: 73px;
    top: 91px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
    z-index: 150;
}
.line_4 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_4 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_4 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}


.line_5 {
    position: absolute;
    width: 214px;
    transform: rotate(192deg);
    right: 25px;
    top: 256px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
    z-index: 150;
}
.line_5 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_5 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_5 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.line_6 {
    position: absolute;
    width: 137px;
    transform: rotate(217deg);
    right: 119px;
    top: 370px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
    z-index: 150;
}
.line_6 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_6 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_6 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.line_7 {
    position: absolute;
    width: 93px;
    transform: rotate(281deg);
    right: 266px;
    top: 450px;
    z-index: 15;
    display: flex;
    align-content: space-around;
    align-items: center;
    z-index: 150;
}
.line_7 .dot {
    width: 5px;
    height: 4px;
    border-radius: 200px;
    background: #D6D6D6;
}

.line_7 .center_dot {
    width: 250px;
    margin-top: 2px;
}

.line_7 .center_dot hr {
    height: 0px;
    border-top: 1px solid #D6D6D6;
}

.box_br {
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0px;
}
.left_bar {
    width: 225px;
    position: relative;
    text-align: center;
    height: 560px;
}

.center_bar {
    width: 600px;
    position: relative;
}
.center_bar_box1, .center_bar_box2 {
    text-align: center;
}

.right_bar {
    width: 300px;
    position: relative;
    text-align: center;
}
.center_bar_box1 img {
    width: 365px;
}
.center_bar_box2 img {
    width: 150px;
}
.left_bar_box1, .left_bar_box2, .left_bar_box3 {
    width: 150px;
    text-align: center;
}
.right_bar_box1, .right_bar_box2, .right_bar_box3 {
    width: 150px;
    text-align: center;
}

.left_bar_box1 img, .left_bar_box2 img, .left_bar_box3 img {
    width: 150px;
}

.right_bar_box1 img, .right_bar_box2 img, .right_bar_box3 img {
    width: 150px;
}
.icon_round img {
    width: 50px;
}
.left_bar_box1 {
    position: absolute;
    left: 165px;
    top: 3px;
    z-index: 10;
    cursor: pointer;
}

.left_bar_box2 {
    position: absolute;
    left: 130px;
    top: 200px;
    z-index: 10;
    cursor: pointer;
}

.left_bar_box3 {
    position: absolute;
    left: 200px;
    top: 395px;
    z-index: 10;
    cursor: pointer;
}

.center_bar_box2 {
    position: absolute;
    top: 470px;
    z-index: 10;
    cursor: pointer;
    left: 225px;
}
.right_bar_box1 {
    position: absolute;
    right: 250px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
}

.right_bar_box2 {
    position: absolute;
    right: 200px;
    top: 215px;
    z-index: 10;
    cursor: pointer;
}

.right_bar_box3 {
    position: absolute;
    right: 313px;
    top: 400px;
    z-index: 10;
    cursor: pointer;
}

.round_1 {
    position: absolute;
    left: 216px;
    top: 19px;
}

.round_2 {
    position: absolute;
    left: 255px;
    top: 145px;
}

.round_3 {
    position: absolute;
    left: 216px;
    top: 257px;
}

.round_4 {
    position: absolute;
    right: 145px;
    top: 90px;
}

.round_5 {
    position: absolute;
    right: 220px;
    top: 215px;
}

.round_6 {
    position: absolute;
    right: 225px;
    top: 310px;
}

.round_7 {
    position: absolute;
    right: 290px;
    top: 385px;
}

.mobile_box {
    display: none;
    position: relative;

}

@media screen and (max-width: 1199px) {

.box_br {
    width: 100%;
}
.left_bar, .center_bar , .right_bar {
    display: none;
}

.line_mobile {
    display: none;
}
.mobile_box {
    display: block;
    width: 320px;

}
.round_1_mobile {
    position: absolute;
    left: 93px;
    top: 19px;
}

.round_2_mobile {
    position: absolute;
    left: 100px;
    top: 145px;
}

.round_3_mobile {
    position: absolute;
    left: 75px;
    top: 257px;
}

.round_4_mobile {
    position: absolute;
    right: 29px;
    top: 65px;
}

.round_5_mobile {
    position: absolute;
    right: 100px;
    top: 175px;
}

.round_6_mobile {
    position: absolute;
    right: 105px;
    top: 250px;
}

.round_7_mobile {
    position: absolute;
    right: 170px;
    top: 328px;
}
.cart_box {
    width: 250px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -125px;
}
.all_box_mobile {
    display: none;
}

.all_box_mobile img {
    width: 100%;
}

.close_button_mobile {
    position: absolute;
    color: #FFF;
    width: 30px;
    height: 30px;
    background:  #FFF;
    border-radius: 50px;
    right: 20px;
    display: none;
    cursor: pointer;
    top: 15px;
    z-index: 5;
}

.close_button_mobile div img {
    width: 30px;
}



}