.basketwar_box { position: relative; width: 100%; float: left; margin: 15rem 0 0; background: #bdc1c3 url(../img/basket-war/basket_bg.jpg); background-position: bottom; padding-bottom: 65%; background-size: cover; }
.basket_hdr { background: url(../img/basket-war/basket_header.jpg) no-repeat; background-size: cover; border-radius: 35px 35px 0 0; margin-top: -5%; position: relative; }
.basket_hdr:before { content: ''; background-image: url(../img/basket-war/misel1.png); background-size: 100%; background-repeat: no-repeat; position: absolute; top: 0; left: 0; padding: 6% 3%; transform: rotate(-60deg); -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); }
.basket_hdr:after { content: ''; background-image: url(../img/basket-war/misel1.png); background-size: 100%; background-repeat: no-repeat; position: absolute; top: 12%; right: -5%; padding: 7% 5%; }
.basket_hdr span { display: inline-block; margin-top: -11rem; }
.basket_hdr span img { max-width: 100%; }
.basket_des { background: url(../img/basket-war/des_bg.png) no-repeat; background-size: cover; padding: 130px 0 50px; }
.basket_des p { color: var(--white); }
.basketwar_store { padding: 35px 50px 25px; background: url(../img/basket-war/basket_pattern.jpg); margin-left: -3%; margin-right: -3%; border-style: solid; border-width: 4px; border-color: rgb(255, 255, 255); background-color: rgb(28, 116, 191); box-shadow: 0 8px 24.84px 2.16px rgba(0, 0, 0, 0.18); position: relative; }
.basketwar_store h3 { color: var(--white); }
.basketwar_store:before { content: ''; border-right: 38px solid #451800; border-left: 38px solid transparent; border-bottom: 38px solid transparent; position: absolute; bottom: -42px; left: -40px; }
.basketwar_store:after { content: ''; border-left: 38px solid #451800; border-right: 38px solid transparent; border-bottom: 38px solid transparent; position: absolute; bottom: -42px; right: -40px; }
.basket_game_design h2, .basket_game_design p, .baskit_list .des_title h2 { color: #553502; }
.basket_game_design h2:after, .baskit_list .des_title h2:after { background: #553502; }
.baskit_list li { color: #553502; padding-left: 40px; position: relative; margin: 0 0 15px; }
.baskit_list li:before { content: ''; background-image: url(../img/basket-war/list_icon.png); background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px; position: absolute; left: 0; top: 0; }
.baskit_list { margin-top: 50px; }
.basket_game_design { margin: 25px 0 0; position: relative; z-index: 11; }
.basket_game_design:after { content: ''; background-image: url(../img/basket-war/bomb.png); background-repeat: no-repeat; background-size: 100%; position: absolute; top: -200%; right: -4%; height: 400%; width: 21%; z-index: -1; transform: scaleX(-1); }
.basket_bomb { position: relative; z-index: 11; }
.basket_bomb:before { content: ''; background-image: url(../img/basket-war/bomb.png); background-repeat: no-repeat; background-size: 100%; position: absolute; top: 0; height: 150%; width: 21%; z-index: -1; }

@media (min-width:1380px) {
	.basketwar_box .game_wrap {padding: 0 80px; }
}

@media (max-width:1200px){
	.basketwar_box { padding-bottom: 85%; }
}
@media (max-width:880px){
	.basketwar_box { padding-bottom: 100%; }
}
@media (max-width:767px){
	.basketwar_box { padding-bottom: 140%; }
}
@media (max-width:575px){
	.basketwar_box { padding-bottom: 200%; }
}
@media (max-width:420px){
	.basketwar_box { padding-bottom: 280%; }
}