.button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #213160;
  width: 90%;
  color: white;
  text-align: center;
  height: 13vw;
  line-height: 13vw;
  border-radius: 6.7vw;
  border: 0;
  font-size: 4.85vw;
}

.button_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bg {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gmp-confirm-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.gmp-confirm-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  padding: 7vw 7vw 4vw 7vw;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  color: #505050;
  border: 1px solid #ccc;
  border-radius: 5vw;
  box-sizing: border-box;
  font-size: 4vw;
  line-height: 6vw;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.gmp-confirm-btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 3vw;
}
.gmp-confirm-btn {
  color: #5e78ce;
  margin-left: 6vw;
  cursor: pointer;
}

.tc_bg {
  padding: 5% 5%;
}

.tc_title {
  font-size: 5vw;
  font-weight: bold;

  margin-bottom: 12px;
}

.tc_check_box_wrap {
  padding: 2vw 0px;
  display: flex;
  
  position: relative;
  align-items: center;
}

.tc_check_mark {
  flex: 0 0 5vw;
  position: relative;
  width: 5vw;
  height: 5vw;
  border: 1px solid #777777;
  box-sizing: border-box;
}

.tc_check_title {
  font-size: 4.3vw;
  height: 5vw;
  line-height: 5vw;
  margin-left: 6px;
  margin-right: 30px;
}

.tc_check_title_small {
  margin-left: 2vw;
  margin-right: 15vw;
  line-break: anywhere;
  font-size: 3.7vw;
  line-height: 5vw;
}

.tc_check_see_more {
  position: absolute;
  width: 12vw;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
  text-decoration: underline;
  font-size: 3.2vw;
  font-weight: 500;
  cursor: pointer;
}

.tc_item_wrap {
  margin-top: 10px;
  padding: 10px 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.tc_submit_button {
  background-color: #213160;
  margin-top: 30px;
  margin-left: 5%;
  width: 90%;
  color: white;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
}

.input_field_wrapper {
  padding: 2% 5%;
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.name_input {
  position: relative;
  height: 9vw;
  line-height: 7.5vw;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3vw;
  appearance: none;
}

.preview_input {
  height: 9vw;
  line-height: 7.5vw;
  font-size: 4.5vw;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3vw;

  appearance: none;
}



.input_title_box {
  font-size: 4.3vw;
  width: 100%;
  text-align: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom: 6px;
}

.input-title-with-star {
  position: relative;
}

.star {
  color: red;
}

.input-serial-code-box {
  display: flex;
}

.serial-code-input {
  position: relative;
  height: 9vw;
  line-height: 7.5vw;
  font-size: 4.5vw;
  box-sizing: border-box;
  padding-left: 3vw;

  width: 20%;
  appearance: none;
}

.text-hyphen {
  height: 9vw;
  font-size: 5vw;
  line-height: 9vw;
  text-align: center;
  flex-grow: 1;
}

.input_count {
  margin-top: 4px;
  position: relative;
  height: 10px;
  line-height: 2vw;
  font-size: 2vw;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.submit-button {
  position: relative;
  width: 60%;

  height: 13.6vw;
  line-height: 13.6vw;
  border-radius: 6.67vw;
  border: 0;
  text-align: center;
  margin-top: 6.06vw;
  margin-bottom: 7.27vw;
  background-color: #213160;
  color: #fff;
  font-size: 4.85vw;
  cursor: pointer;
}

.button-disable {
  background-color: #d5d8d9;
  color: #fff;
  cursor: inherit;
  pointer-events: none;
}
.content_wrapper {
  position: relative;
  box-sizing: border-box;
}





.coupon-item-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e8ed;
  height: 25vw;
  cursor: pointer;
}
.image-field {
  flex: 0 0 20vw;
  width: 20vw;
  height: 20vw;
  border-radius: 3vw;
  border: 1px solid #e2e8ed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-field {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20vw;
  padding: 1vw 0;
  line-height: 8vw;
}


.prize-title {
  width: 60vw;
  padding: 0 1vw 0 3vw;
  font-size: 4vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prize-issued-date {
  width: 60vw;
  padding: 0 1vw 0 3vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.3vw;
  color: #a8a8a8;
}

.prize-issuing {
  width: 60vw;
  padding: 0 1vw 0 3vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.3vw;
}

.coupon-disabled-item-box {
  opacity: 0.3;
  pointer-events: none;
}

.category-box {
  position: relative;
  padding: 7% 0;
}

.gmp-tc-detailed{
  padding: 5%;
}


.share_wrapper{
  display: flex;
}

.share_img{
  width: 13vw;
  height: 13vw;
}

.text{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.attendance_image{
  transform: translate(-50%,-50%);
  width: 24%;
  height: 24%;
  position:absolute;
}

.calendar_box{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.calendar_row{

  display: flex;
}
.calendar_day_of_week{
  width: 12vw;
  height: 12vw;;
  text-align: center;
  font-weight: 600;   
  font-size: 4vw;
    line-height: 12vw;
}
.calendar_blank{
  width: 12vw;
  height:12vw;
  text-align: center;
  font-weight: 400;     
  color: #b9b9b9;
   font-size: 4vw;
  line-height: 12vw;
}
.calendar_item{
  width: 12vw;
  height: 12vw;
  text-align: center;
  font-weight: 600;    
     line-height: 12vw;
       display:flex;
  align-items: center;
  justify-content: center;
}

.coupon-list-container{
  padding: 20px 20px 20px 20px;
  }

.app_layout{

  background-color: #eaeaea;
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.multi_applink{
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}


.roulette_image{
  transform: translate(-50%,-50%);
  width: 90%;
  height: 90%;
  position:absolute;
}

.roulette_button_image{
  transform: translate(-50%,-50%);
  width: 22%;
  height: 22%;
  position:absolute;
}
.roulette_pointer_image{
  transform: translate(-50%,-50%);
  width: 10%;
  position:absolute;
}