* {
  margin: 0;
  padding: 0;
}

html,
body {
  background-image: url(./img/cgv.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  font-family: "IBM Plex Sans KR", sans-serif;
}

.pop_up_layer {
  background-image: url(./img/popup.png);
  z-index: 9000;
  width: 450px;
  height: 250px;
  position: absolute;
  top: 200px;
  left: 500px;
  color: white;
  text-align: center;
  border: 30px;
  line-height: 140px;
  border-radius: 30px;
  border: 10px solid rgba(124, 5, 5, 0.87);
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 20px;
  text-shadow: 1px 1px 2px gray;
  display: none;
}

.pop_up_button {
  font-family: "IBM Plex Sans KR", sans-serif;
  width: 45px;
  height: 30px;
  font-size: 15px;
  line-height: 27px;
  position: absolute;
  top: 105px;
  left: 200px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
}

.pop_up_button:hover {
  cursor: pointer;
  background: rgba(156, 28, 28, 0.849);
  color: white;
}

.whole_frame {
  width: 1430px;
  height: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

ul,
li {
  list-style-type: none;
}

/* 상품 이미지 CSS */
.basic_popcorn {
  background-image: url(./img/basicpopcorn.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 30px;
  z-index: 5000;
}

.basic_popcorn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product_img_name {
  background: black;
  color: white;
  height: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.basic_pop_name {
  width: 75px;
  position: absolute;
  top: 155px;
  left: 37px;
}

.sweet_popcorn {
  background-image: url(./img/sweetpopcorn.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 30px;
  left: 143px;
  z-index: 5000;
}

.sweet_popcorn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sweet_pop_name {
  width: 75px;
  position: absolute;
  top: 155px;
  left: 37px;
}

.onion_popcorn {
  background-image: url(./img/onionpopcorn.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 30px;
  left: 275px;
  z-index: 5000;
}

.onion_popcorn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.onion_pop_name {
  width: 87px;
  position: absolute;
  top: 155px;
  left: 32px;
}

.cheese_popcorn {
  background-image: url(./img/cheesepopcorn.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 30px;
  left: 407px;
  z-index: 5000;
}

.cheese_popcorn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.cheese_pop_name {
  width: 75px;
  position: absolute;
  top: 155px;
  left: 39px;
}

.large_combo {
  background-image: url(./img/largecombo.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 220px;
  left: 40px;
  z-index: 5000;
}

.large_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.large_combo_name {
  width: 75px;
  position: absolute;
  top: 150px;
  left: 32px;
}

.double_combo {
  background-image: url(./img/doublecombo.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 220px;
  left: 230px;
  z-index: 5000;
}

.double_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.double_combo_name {
  width: 75px;
  position: absolute;
  top: 150px;
  left: 35px;
}

.small_combo {
  background-image: url(./img/smallset.png);
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
  position: absolute;
  top: 223px;
  left: 395px;
  z-index: 5000;
}

.small_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.small_combo_name {
  width: 75px;
  position: absolute;
  top: 147px;
  left: 38px;
}

.hot_americano {
  background-image: url(./img/hotcoffee.png);
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  position: absolute;
  top: 420px;
  left: 50px;
  z-index: 5000;
}

.hot_americano:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hot_americano_name {
  width: 87px;
  position: absolute;
  top: 130px;
  left: 15px;
}

.ice_americano {
  background-image: url(./img/icecoffee.png);
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  position: absolute;
  top: 420px;
  left: 240px;
  z-index: 5000;
}

.ice_americano:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ice_americano_name {
  width: 133px;
  position: absolute;
  top: 130px;
  left: -5px;
}

.soda_drink {
  background-image: url(./img/soda.png);
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  position: absolute;
  top: 420px;
  left: 410px;
  z-index: 5000;
}

.soda_drink:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.soda_drink_name {
  width: 75px;
  position: absolute;
  top: 130px;
  left: 23px;
}

.nacho_combo {
  background-image: url(./img/nacho.png);
  width: 160px;
  height: 150px;
  background-size: 160px 150px;
  position: absolute;
  top: 579px;
  left: 45px;
  z-index: 5000;
}

.nacho_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nacho_combo_name {
  width: 50px;
  position: absolute;
  top: 137px;
  left: 45px;
}

.squid_combo {
  background-image: url(./img/squid.png);
  width: 130px;
  height: 130px;
  background-size: 130px 130px;
  position: absolute;
  top: 590px;
  left: 235px;
  z-index: 5000;
}

.squid_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.squid_combo_name {
  width: 60px;
  position: absolute;
  top: 125px;
  left: 35px;
}

.hotdog_combo {
  background-image: url(./img/hotdog.png);
  width: 130px;
  height: 130px;
  background-size: 130px 130px;
  position: absolute;
  top: 590px;
  left: 400px;
  z-index: 5000;
}

.hotdog_combo:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hotdog_combo_name {
  width: 60px;
  position: absolute;
  top: 123px;
  left: 43px;
}

/* 상품 이미지 박스 CSS */
.productBox {
  width: 550px;
  height: 750px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  float: left;
  margin: 17px 10px;
  font-family: "Jua", sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* 상품 리스트 박스 CSS */
.productListFrame {
  width: 450px;
  height: 750px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  float: left;
  position: relative;
  margin: 17px 1px;
  color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product_standard {
  width: 450px;
  height: 60px;
  background: rgba(196, 14, 14, 0.842);
  color: white;
  text-shadow: 1px 1px 2px black;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.product_title {
  display: inline-block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 1.3px;
}

.product_name {
  width: 155px;
  height: 60px;
}

.product_price {
  width: 120px;
  height: 60px;
}

.product_count {
  width: 70px;
  height: 60px;
}

.product_plus_minus {
  width: 105px;
  height: 60px;
}

.product_list_input_frame {
  width: 450px;
  height: 690px;
  text-shadow: 1px 1px 2px rgba(126, 14, 14, 0.678);
}

.input_product_name,
.input_product_price,
.input_product_count,
.input_product_plus,
.input_product_minus {
  display: inline-block;
  float: left;
}

.input_product_name {
  width: 155px;
  font-weight: bold;
}

.input_product_price {
  width: 120px;
}

.input_product_count {
  width: 70px;
}

.input_product_plus {
  width: 38px;
  height: 38px;
  font-size: 20px;
  position: absolute;
  left: 355px;
  margin: 1px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.input_product_plus:hover {
  cursor: pointer;
  background: rgba(156, 28, 28, 0.849);
  color: white;
}

.input_product_minus {
  width: 38px;
  height: 38px;
  font-size: 28px;
  position: absolute;
  left: 400px;
  margin: 1px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.input_product_minus:hover {
  cursor: pointer;
  background: rgba(156, 28, 28, 0.849);
  color: white;
}

.input_product_1,
.input_product_2,
.input_product_3,
.input_product_4,
.input_product_5,
.input_product_6,
.input_product_7,
.input_product_8,
.input_product_9,
.input_product_10,
.input_product_11,
.input_product_12,
.input_product_13 {
  border-bottom: 1px solid rgba(128, 15, 15, 0.548);
  height: 40px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 40px;
}

/* 총금액, 받은금액, 거스름돈 CSS */
.input_change_frame {
  height: 156px;
}

.input_all_price,
.input_get_money,
.input_change_money {
  height: 52px;
  width: 100px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 15px;
}

.input_all_price_box {
  width: 200px;
  height: 40px;
  background: white;
  position: absolute;
  top: 598px;
  left: 120px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  text-shadow: 1px 1px 1px gray;
}

.input_get_money_box {
  width: 200px;
  height: 40px;
  background: white;
  position: absolute;
  top: 650px;
  left: 120px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  text-shadow: 1px 1px 1px gray;
}

.input_change_money_box {
  width: 200px;
  height: 40px;
  background: white;
  position: absolute;
  top: 702px;
  left: 120px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  text-shadow: 1px 1px 1px gray;
}

.change_result_btn {
  width: 90px;
  height: 50px;
  position: absolute;
  top: 610px;
  left: 340px;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.change_result_btn:hover {
  cursor: pointer;
  background: rgba(156, 28, 28, 0.849);
  color: white;
}

.change_reset_btn {
  width: 90px;
  height: 50px;
  position: absolute;
  top: 680px;
  left: 340px;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.change_reset_btn:hover {
  cursor: pointer;
  background: rgba(156, 28, 28, 0.849);
  color: white;
}

/* 지폐 박스 & 이미지 CSS */
.money_img_frame {
  width: 400px;
  height: 750px;
  position: absolute;
  top: 25px;
  right: 0px;
}

.one_thousand_img {
  width: 230px;
  height: 130px;
  background-image: url(./img/1000.png);
  background-size: 230px 130px;
  position: absolute;
  top: 435px;
  right: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 0;
}

.one_thousand_img:hover {
  cursor: pointer;
  transform: rotate(135deg);
  width: 233px;
  height: 133px;
  background-size: 233px 133px;
  top: 425px;
  z-index: 400;
}

.five_thousand_img {
  width: 230px;
  height: 130px;
  background-image: url(./img/5000.png);
  background-size: 230px 130px;
  position: absolute;
  top: 407px;
  right: 50px;
  transform: rotate(105deg);
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  z-index: 100;
}

.five_thousand_img:hover {
  cursor: pointer;
  transform: rotate(105deg);
  width: 233px;
  height: 133px;
  background-size: 233px 133px;
  z-index: 500;
  top: 397px;
}

.ten_thousand_img {
  width: 230px;
  height: 130px;
  background-image: url(./img/10000.png);
  background-size: 230px 130px;
  position: absolute;
  top: 405px;
  right: 110px;
  transform: rotate(77deg);
  -webkit-transform: rotate(77deg);
  -moz-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  -o-transform: rotate(77deg);
  z-index: 200;
}

.ten_thousand_img:hover {
  cursor: pointer;
  transform: rotate(77deg);
  width: 233px;
  height: 133px;
  background-size: 233px 133px;
  z-index: 500;
  top: 395px;
}

.fifty_thousand_img {
  width: 230px;
  height: 130px;
  background-image: url(./img/50000.png);
  background-size: 230px 130px;
  position: absolute;
  top: 435px;
  right: 173px;
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  z-index: 300;
}

.fifty_thousand_img:hover {
  cursor: pointer;
  transform: rotate(55deg);
  width: 233px;
  height: 133px;
  background-size: 233px 133px;
  z-index: 500;
  top: 425px;
}

.five_hundred_img {
  width: 100px;
  height: 100px;
  background-image: url(./img/500.png);
  background-size: 100px 100px;
  position: absolute;
  top: 620px;
  right: 278px;
}

.five_hundred_img:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.one_hundred_img {
  width: 105px;
  height: 105px;
  background-image: url(./img/100.png);
  background-size: 105px 105px;
  position: absolute;
  top: 620px;
  right: 178px;
}

.one_hundred_img:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.fifty_won_img {
  width: 105px;
  height: 105px;
  background-image: url(./img/50.png);
  background-size: 105px 105px;
  position: absolute;
  top: 620px;
  right: 85px;
}

.fifty_won_img:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.ten_won_img {
  width: 75px;
  height: 75px;
  background-image: url(./img/10.png);
  background-size: 75px 75px;
  position: absolute;
  top: 635px;
  right: 10px;
}

.ten_won_img:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* 잔돈 결과 박스 */
.change_result_frame {
  width: 400px;
  height: 325px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin: -7px 0pc;
}

.paper_money_title {
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 70px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px rgb(97, 97, 97);
}

.coin_money_title {
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 270px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px rgb(97, 97, 97);
}

.fifty_thousand_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 45px;
  left: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.fifty_thousand_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 47px;
  left: 95px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.ten_thousand_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 110px;
  left: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.ten_thousand_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 111px;
  left: 95px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.five_thousand_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 180px;
  left: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.five_thousand_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 181px;
  left: 95px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.one_thousand_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 253px;
  left: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.one_thousand_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 255px;
  left: 95px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.money_area_line {
  width: 2px;
  height: 300px;
  background: white;
  position: absolute;
  top: 6px;
  left: 198px;
  opacity: 0.7;
}

.five_hundred_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 45px;
  left: 214px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.five_hundred_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 47px;
  left: 290px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.one_hundred_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 110px;
  left: 225px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.one_hundred_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 111px;
  left: 290px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.fifty_won_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 180px;
  left: 214px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.fifty_won_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 181px;
  left: 290px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}

.ten_won_name {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 253px;
  left: 225px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(97, 97, 97);
}

.ten_won_change_result {
  width: 85px;
  height: 30px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 255px;
  left: 290px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(97, 97, 97);
}
