@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');







/*하단버튼*/
.btn_bottom {
  text-align: center;
  display: flex;
}


.btn_style_yes {
  box-sizing: border-box;
  width: 49%;
  height: 46px;
  line-height: 46px;
  background-color: var(--main-color-);
  color: #fff;
  text-align: center;
  font-size: 1em;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50px
}

.btn_style_no {
  box-sizing: border-box;
  width: 49%;
  height: 46px;
  line-height: 46px;
  background-color: #ebebeb;
  color: #909090;
  text-align: center;
  font-size: 1em;
  display: block;
  font-weight: 400;
  border: 0px solid #b2b2b2;
  cursor: pointer;
  border-radius: 50px
}

.btn_purple {
  box-sizing: border-box;
  width: 49%;
  height: 46px;
  line-height: 46px;
  background-color: var(--btnColor_001_h-);
  color: #fff;
  text-align: center;
  font-size: 1em;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50px;
  transition: .5s;
}

.btn_line {
  box-sizing: border-box;
  width: 49%;
  height: 46px;
  line-height: 42px;
  color: var(--btnColor_001_h-);
  background-color: #fff;
  border: 2px solid var(--btnColor_001_h-);
  ;
  text-align: center;
  font-size: 1em;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50px;
  transition: .5s;
}

.btn_purple:hover,
.btn_line:hover {
  filter: brightness(1.1);
}

.btn_bottom.one_btn {
  text-align: center
}

.btn_bottom.one_btn .btn_style_no {
  width: 96%;
  margin-right: 0;
  margin: 0 auto;
  float: none;
  text-align: center !important;
}

/* 하나짜리버튼 */
.btn_bottom.one_btn .btn_style_yes {
  width: 96%;
  margin-right: 0;
  margin: 0 auto;
  float: none;
  text-align: center !important;
}

/* 하나짜리버튼 */
.btn_bottom.one_btn .btn_purple {
  width: 96%;
  margin-right: 0;
  margin: 0 auto;
  float: none;
  text-align: center !important;
}

/* 하나짜리버튼 */
.btn_bottom.one_btn .btn_line {
  width: 96%;
  margin-right: 0;
  margin: 0 auto;
  float: none;
  text-align: center !important;
}

/* 하나짜리버튼 */

/*txt_color*/
.txt_c_red {
  color: red !important;
}

/*체크*/
/*스포츠 - 배당*/
.terms_chk01 {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding: 0px 0 0px;
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 6px;
  margin-top: 10px;
}

.terms_chk01 .chk1+i {
  top: 0px;
}

.terms_chk01 .chk1:checked+i:after {
  vertical-align: 0px !Important;
}

.terms_chk01 .chk1 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  display: none;
}

.terms_chk01 .chk1+i {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: url(../img/chk01.png) no-repeat center center;
  ;
  background-size: 21px;
}

.terms_chk01 .chk1+i {
  pointer-events: none;
}

.terms_chk01 .chk1:checked+i {
  text-align: center;
}

.terms_chk01 .chk1:checked+i:after {
  content: '';
  display: inline-block;
  background: url(../img/chk01-on.png) no-repeat center center;
  ;
  width: 32px;
  height: 32px;
  border: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 21px;
}

.terms_chk01 label {
  display: inline-block;
  position: relative;
  left: 0;
  padding-left: 34px;
  line-height: 30px;
  margin-left: 0;
  cursor: pointer;
  color: #333;
  font-weight: 400;
  vertical-align: top;
}

.terms_chk01 label span {
  color: #ff6666;
}

.terms_chk01 a {
  float: none;
  display: block;
  color: #999;
  font-size: 14px;
  border-bottom: 0;
  margin-right: 0;
  margin: 10px 0 15px 30px;
  text-decoration: underline
}


.terms_chk02 {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding: 0px 0 0px;
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 6px;
  margin-top: 10px;
}

.terms_chk02 .chk1+i {
  top: 0px;
}

.terms_chk02 .chk1:checked+i:after {
  vertical-align: 0px !Important;
}

.terms_chk02 .chk1 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  display: none;
}

.terms_chk02 .chk1+i {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: url(../img/unchecked.png) no-repeat center center;
  ;
  background-size: 21px;
}

.terms_chk02 .chk1+i {
  pointer-events: none;
}

.terms_chk02 .chk1:checked+i {
  text-align: center;
}

.terms_chk02 .chk1:checked+i:after {
  content: '';
  display: inline-block;
  background: url(../img/chk2-on.png) no-repeat center center;
  ;
  width: 32px;
  height: 32px;
  border: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 21px;
}

.terms_chk02 label {
  display: inline-block;
  position: relative;
  left: 0;
  padding-left: 34px;
  line-height: 30px;
  margin-left: 0;
  cursor: pointer;
  color: #333;
  font-weight: 400;
  vertical-align: top;
}

.terms_chk02 label span {
  color: #ff6666;
}

.terms_chk02 a {
  float: none;
  display: block;
  color: #999;
  font-size: 14px;
  border-bottom: 0;
  margin-right: 0;
  margin: 10px 0 15px 30px;
  text-decoration: underline
}


/* 성별 선택에서 사용 (join) */
.terms_chk03 {
  display: inline-block;
  color: #222;
  position: relative;
  width: 48%;
  vertical-align: top;
  font-size: 13px;
  height: 45px;
}

.terms_chk03 .chk1+i {
  top: 0px;
}

.terms_chk03 .chk1:checked+i:after {
  vertical-align: 0px !Important;
}

.terms_chk03 .chk1 {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  display: none;
}

.terms_chk03 .chk1+i {
  display: inline-block;
  width: 100%;
  height: 55px;
  box-sizing: border-box
}

.terms_chk03 .chk1+i {
  pointer-events: none;
}

.terms_chk03 .chk1:checked+i {
  text-align: center;
}

.terms_chk03 label {
  background: #fff;
  color: var(--text2-color-);
  border: 1px solid #E1E5E9;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
  z-index: 2;
}

.terms_chk03 label p {
  display: inline-block;
  float: right;
  margin-right: 15px;
}

.terms_chk03 .chk1:checked+i+label {
  background-color: #F3E4FF;
  border: 1px solid var(--main-color-);
  color: var(--main-color-);
  font-weight: bold;
}

/*타이틀*/
.tit02 {
  font-size: 3em;
  color: var(--main-color-);
  font-weight: bold;
  margin: 10px 0;
}

.tit04 {
  font-size: 1.8em;
  color: var(--main-color-);
  font-weight: bold;
  margin: 15px auto 30px;
  text-align: center;
}

/*시작*/
/*메인*/
.main_slide {
  width: 100%;
}

.main_slide .swiper-slide img {
  width: 100%;
}

.main_wrap .line_notice {
  background: #ecf1fd;
  box-shadow: 0 6px 10px #fefefe;
  height: 50px;
}

.main_wrap .line_notice .marquee {
  height: 50px;
  line-height: 50px;
  color: var(--txtColor_gray01-);
  font-size: 0.9em;
}

.main_con {
  text-align: center;
}

.main_con .big_txt {}

.main_con .big_txt h3 {
  color: var(--txtColor_01-);
  font-weight: 900;
  font-size: 4.7em;
  margin-top: 60px;
  letter-spacing: -1px
}

.main_con .big_txt h2 {
  color: var(--txtColor_02-);
  font-weight: 900;
  font-size: 4.7em;
  margin-top: -20px;
}

.main_con .big_txt .sub_txt {
  color: var(--txtColor_02-);
  font-size: 1.1em;
  font-weight: bold;
}

.tab_menu_st01 ul {
  display: flex;
  justify-content: center;
  margin: 23px 0;
}

.tab_menu_st01 ul li {
  margin: 0 10px;
  position: relative;
  transition: .3s all ease-out;
  font-weight: 1000;
}

.tab_menu_st01 ul li span {
  transition: .3s all ease-out;
  z-index: 3;
  position: sticky;
  background-color: var(--bg-color02-);
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3em;
  border-radius: 30px;
  color: var(--txtColor_gray01-);
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.tab_menu_st01 ul li.on {}

.tab_menu_st01 ul li.on span {
  font-weight: 500;
  background-color: #705be1;
  color: #fff;
}

.tab_menu_st01 ul li.on a {
  font-weight: 500;
  border-bottom: 3px solid var(--bg-main-color-);
  color: var(--bg-main-color-);
}

.tab_menu_st01 ul li:hover span {
  font-weight: 500;
  background-color: var(--bg-main-color-);
  color: #fff;
}

.tab_menu_st01 ul li:hover a {
  font-weight: 500;
  border-bottom: 3px solid var(--main-color-);
  color: var(--main-color-);
}

.tab_menu_st01 ul li:after {
  content: "";
  position: absolute;
  background-color: #ddd;
  border-radius: 20px;
  top: 5px;
  left: 0px;
  box-shadow: 1px 3px 13px #ccc;
  transition: .3s all ease-out;
  width: 120px;
  height: 40px;
  z-index: 1
}

.tab_menu_st01 ul li.on:after {
  content: "";
  position: absolute;
  background-color: #483b93;
  border-radius: 20px;
  top: 5px;
  left: 0px;
  box-shadow: 1px 3px 13px #ccc;
  transition: .3s all ease-out;
  width: 120px;
  height: 40px;
  z-index: 1
}

.tab_con_st01 .inbox {
  display: flex;
  justify-content: center;
}

.tab_con_st01 .right {
  width: 560px;
  height: 575px;
  overflow-y: scroll;
}

.tab_con_st01 .right .box {
  background: #f0f5fd;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 3px 18px #d4deff;
  margin-bottom: 10px;
  cursor: pointer;
}

.tab_con_st01 .right .box.on {
  border: 2px solid var(--main-color-)
}

.tab_con_st01 .right .box:hover {
  border: 2px solid var(--main-color-);
  transition: .3s all
}

.tab_con_st01 .right .box .up {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.tab_con_st01 .right .up .up_img {
  width: 24px;
  height: 19px;
  padding: 1px 3px;
  border: 2px solid #fff;
  border-radius: 3px
}

.tab_con_st01 .right .up {
  display: flex;
}

.tab_con_st01 .right .up .name {
  clip-path: polygon(12% 34%, 89% 34%, 100% 0, 0 0);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #e7ddff 0%, #cbb8f2 100%);
  width: 240px;
  height: 100px;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  font-size: 16px;
  font-family: var(--font-family) !important;
  font-weight: 700 !important;
  color: #333;
}

.tab_con_st01 .right .up .name .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 181px;
  text-align: center;
}

.tab_con_st01 .right .up .date img {
  margin-top: -4px;
  margin-right: 5px;
}

.tab_con_st01 .right .down {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
  margin-top: 10px;
}

.tab_con_st01 .right .down .team {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 1000;
}

.tab_con_st01 .right .down .team .img_wrap {
  width: 32px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--main-color-);
  background-color: #fff;
  text-align: center;
  margin: 0 5px;
}

.tab_con_st01 .right .down .team .img_wrap img {
  width: 21px;
  margin-left: 6px;
  margin-top: 7px;
  display: block;
}

.tab_con_st01 .right .down .score {
  font-size: 2em;
  font-weight: 900;
}

.tab_con_st01 .right .down .score.vs {
  color: var(--main-color-);
  position: absolute;
  margin-left: 48%;
}

.tab_con_st01 .right .down .score .dot {
  font-size: 1.4em;
  color: #b0c3d3;
  margin: 0 7px;
  font-weight: bold;
}

.tab_con_st01 .inbox_wrap {
  display: none;
}

.tab_con_st01 .inbox_wrap:first-child {
  display: block;
}


.main_content2 .con_wrap {
  display: flex;
  width: 100%;
}

.main_content2 .con_wrap .tab_menu_st02 {
  width: 17%;
  height: 540px;
  padding: 20px 30px 10px;
  ;
  background-color: var(--bg-color02-);
  box-shadow: 0 4px 18px #705be159, 0 4px var(--bg-color02-);
  border-radius: 10px;
}

.main_content2 .con_wrap .tab_menu li {
  box-shadow: 0 4px 18px #705be159, 0 4px var(--bg-color02-);
  ;
  background-color: var(--bg-color02-);
  padding: 20px 20px 20px 16px;
  text-align: left;
  border-radius: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  ;
  box-sizing: border-box;
}

.main_content2 .con_wrap .tab_menu li .m_name {
  color: var(--txtColor_gray01-);
  font-size: 1.4em;
}

.main_content2 .con_wrap .tab_menu li.on .m_name {
  color: #fff;
}

.main_content2 .con_wrap .tab_menu li:hover .m_name {
  color: #fff;
}

.main_content2 .con_wrap .tab_menu li:first-child {
  background: url('../img/main_con2_01.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:first-child {
  background: var(--main-color-) url('../img/main_con2_01_on.png') no-repeat right 3px top 5px;
}

.main_content2 .con_wrap .tab_menu li:hover:first-child {
  background: var(--main-color-) url('../img/main_con2_01_on.png') no-repeat right 3px top 5px;
}

.main_content2 .con_wrap .tab_menu li:nth-child(2) {
  background: url('../img/main_con2_02.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:nth-child(2) {
  background: var(--main-color-) url('../img/main_con2_02_on.png') no-repeat right 3px top 4px;
}

.main_content2 .con_wrap .tab_menu li:hover:nth-child(2) {
  background: var(--main-color-) url('../img/main_con2_02_on.png') no-repeat right 3px top 4px;
}

.main_content2 .con_wrap .tab_menu li:nth-child(3) {
  background: url('../img/main_con2_03.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:nth-child(3) {
  background: var(--main-color-) url('../img/main_con2_03_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_menu li:hover:nth-child(3) {
  background: var(--main-color-) url('../img/main_con2_03_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_menu li:nth-child(4) {
  background: url('../img/main_con2_03.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:nth-child(4) {
  background: var(--main-color-) url('../img/main_con2_03_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_menu li:hover:nth-child(4) {
  background: var(--main-color-) url('../img/main_con2_03_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_menu li:nth-child(5) {
  background: url('../img/main_con2_05.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:nth-child(5) {
  background: var(--main-color-) url('../img/main_con2_05_on.png') no-repeat right 3px top 5px;
}

.main_content2 .con_wrap .tab_menu li:hover:nth-child(5) {
  background: var(--main-color-) url('../img/main_con2_05_on.png') no-repeat right 3px top 5px;
}

.main_content2 .con_wrap .tab_menu li:nth-child(6) {
  background: url('../img/main_con2_06.png') no-repeat right 10px top 15px;
}

.main_content2 .con_wrap .tab_menu li.on:nth-child(6) {
  background: var(--main-color-) url('../img/main_con2_06_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_menu li:hover:nth-child(6) {
  background: var(--main-color-) url('../img/main_con2_06_on.png') no-repeat right 3px top 8px;
}

.main_content2 .con_wrap .tab_con_st02 {
  width: 83%;
}

.tab_con_st02>div {
  display: none;
}

.tab_con_st02>div:first-child {
  display: block;
}

.main_content2 .mini_box_wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.main_content2 .mini_box_wrap ul li {
  transition: .3s all ease-out;
  padding: 2px 18px;
  border-radius: 51px;
  font-size: 16px;
  color: var(--txtColor_09) !important;
  box-shadow: 1px 3px 13px #2b3d7869;
  margin-right: 20px;
  border: 2px solid var(--main-color-);
  margin-bottom: 14px;
}

.main_content2 .mini_box_wrap ul li:hover {
  background: var(--main-color-);
}

.main_content2 .mini_box_wrap ul li:hover a {
  color: #fff;
}

.main_content2 .mini_box_wrap ul li a {
  color: var(--main-color-);
  line-height: 2;
  font-weight: 1000;
}

.main_content3 .inner_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.main_content3 .inner {
  display: flex;
  box-shadow: 0 35px 25px #b79ee659, 0 15px #e0d4ff;
  border-radius: 10px
}

.main_content3 .inner .service_con {
  width: 250px;
  height: 470px;
  border-radius: 10px;
  position: relative;
  background: #f5f2f9;
  box-shadow: 0 35px 25px #b79ee659, 0 15px #e0d4ff;
  transition: .3s all ease-out;
  padding: 10px 25px 0;
}

.main_content3 .inner .service_con:hover {
  transform: scale(1.1);
}

.main_content3 .inner .service_con img {
  margin: 0px auto;
  display: block;
}

.main_content3 .inner .service_con strong {
  font-size: 2.1em;
  font-weight: 900;
  margin-top: 13px;
  margin-bottom: 3px;
  display: block;
}

.main_content3 .inner .service_con .mini_txt {
  font-size: 0.9em;
  margin: 0 0 20px;
}

.main_content3 .inner .service_con p {
  line-height: 2.1;
  text-align: left;
  word-break: keep-all;
}

.tab_con_st01 .right .right_inner {
  padding-left: 15px;
}

.showFrame .chooseOne .block.on {
  background-color: #e7ddff;
}

/*.page_st01 .right .box .img_wrap:hover {background-color: #483b93;}*/
.page_st01 .right .box:hover {
  background: #705be1;
}


/*메인광고팝업*/
.main_ad_popup_bg {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.main_ad_popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
}

.main_ad_popup_wrap .con_frame {
  display: flex;
  justify-content: center
}

.main_ad_popup_wrap .con_frame .box {
  margin-right: 5%;
  position: static;
  z-index: 11;
  display: none;
  width: 22%;
}

/*.main_ad_popup_wrap .con_frame .box .img_wrap{width: 419px;}*/
.main_ad_popup_wrap .con_frame .box .img_wrap img {
  width: 100%;
}

.main_ad_popup_wrap .con_frame .box:last-child {
  margin-right: 0px;
}

.main_ad_popup_wrap .con_frame .box.onon {
  display: block;
}

/*.main_ad_popup_wrap .con_frame .box.d_none{display: none;}*/
.main_ad_popup_wrap .top {
  position: relative;
  background: var(--dark-main-c-);
  text-align: center;
  height: 54px;
  line-height: 54px;
}

.main_ad_popup_wrap .top .close_area {
  position: absolute;
  right: 10px;
  top: 0px;
}

.main_ad_popup_wrap .btnZone {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-main-c-);
  margin-top: -2px
}

.main_ad_popup_wrap .btnZone .btnP {
  border: 0px;
  font-size: .8vw;
  padding: .7vw 3vw;
  border-radius: 30px;
  background-color: #c9aa8d;
  color: #fff;
}

.main_ad_popup_wrap .logo_font img {
  max-height: 40px;
}


/*카지노 (미니게임 같은 템플릿 사용*/
.page_st01 {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.page_st01.slot_wrap {
  align-items: unset;
  max-width: 1920px;
  margin: 30px auto;
  position: relative;
}

.page_st01.slot_wrap .left {
  margin-top: 5%;
}

.page_st01 .left {
  width: 40%;
}

.page_st01 .left .img_wrap {
  position: relative;
}

.page_st01 .left .img_wrap img:first-child {}

.page_st01 .left .img_wrap .move_img {
  animation: casino_ani 1s infinite alternate;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page_st01 .right {
  width: 60%;
  margin-left: 3%;
}

.page_st01 .right .tit02 {
  position: relative;
}

.page_st01 .right .tit02 .go_right {
  position: absolute;
  right: 10px;
  top: 11px;
  border-radius: 5px;
  border: 1px solid #fce298;
}

.page_st01 .right .tit02 .go_right span {
  cursor: pointer;
  color: #fce298;
  background: var(--main-color-);
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 13px;
  display: block;
}

.page_st01 .right .tit02 .go_right span img {
  height: 25px;
  margin-top: -3px;
  margin-right: 7px;
}

.page_st01 .right .tit02 .go_right span:hover {
  background: #e0aa4f;
}

.page_st01 .right .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_st01 .right .box {
  position: relative;
  width: 32%;
  height: 150px;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: .3s all ease-out;
  background-color: #cecfe9;
}

.page_st01 .right .box a {
  display: block;
}

.page_st01 .right .box.coming {
  background: var(--bg-color02-);
  text-align: center;
}

.page_st01 .right .box.coming:hover {
  background: #e0d4ff;
}

.page_st01 .right .box.coming img {
  padding-top: 25px;
}

.page_st01 .right .box .img_wrap {
  height: 130px;
  text-align: center;
  padding-top: 10px;
  background-color: var(--bg-color02-);
  transition: .3s all ease-out;
  border-radius: 15px
}

/*.page_st01 .right .box .img_wrap:hover{background: #715ce1;}*/
.page_st01 .right .box .img_wrap:hover img {
  transform: scale(1.1);
  transition: .3s all ease-out;
}

.page_st01 .right .box .txt {
  text-align: center;
  font-size: 1.35em;
  margin-top: -35px;
  color: #818181;
}

.page_st01 .right .box:hover .txt {
  color: #fff;
}

.page_st01 .event_flag {
  position: absolute;
  left: 0;
  top: 0;
}

.page_st01 .event_flag img {
  width: 50%;
}

/*.slot_wrap .right {width: 20% !important; margin-right: 25%; margin-bottom: 1%;}*/
/*.casino_wrap .right {margin-top: -5%;}*/
.slot_wrap .left .img_wrap img {
  width: 1100px;
  float: right;
  margin-top: 80px;
}

.minigame_wrap .right {
  margin-top: 7%;
  margin-bottom: 2%;
}

.page_st01.slot_wrap .left .img_wrap .move_img {
  animation: casino_ani3 1s infinite alternate;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  /*margin-top: -1600px;*/
}

/*
@media (min-width: 2500px) {
  .page_st01.slot_wrap .left .img_wrap .move_img {
    margin-top: -2000px;
  }
}

@media (min-width: 3000px) {
  .page_st01.slot_wrap .left .img_wrap .move_img {
    margin-top: -3000px;
  }
}*/

@keyframes casino_ani {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes casino_ani2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@keyframes casino_ani3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

/*미니게임*/
.page_st01.casino_wrap {
  margin-bottom: 20px;
}

.page_st01.minigame_wrap {
  margin-bottom: 150px;
}

.page_st01.minigame_wrap .left .img_wrap img:first-child {
  animation: casino_ani 1s infinite alternate;
  margin-left: 150px;
}

.page_st01.minigame_wrap .left .img_wrap .move_img {
  max-width: 1500px;
  min-height: 100%;
  top: 0;
  z-index: -1;
  animation: casino_ani2 1s infinite alternate
}

/*.page_st01.minigame_wrap .left{height: calc(100vh - 340px);}*/
.page_st01.minigame_wrap .right .box {
  position: relative;
  width: 24%;
  margin-right: 13%;
  height: 160px;
  margin-bottom: 15px;
  background-color: var(--bg-color02-);
  border-radius: 15px;
  transition: .3s all ease-out;
  background-color: #cecfe9;
}

.page_st01.minigame_wrap .right .box:nth-child(3n) {
  margin-right: 0;
}

.page_st01.minigame_wrap .right .box .img_wrap:hover {
  background: var(--bg-color02-);
}

.page_st01.minigame_wrap .right .box {
  height: calc(100% - 10px);
  padding-bottom: 16px;
  border: 1px solid #c3c3c3;
}

.page_st01.minigame_wrap .right .box:hover {
  background-color: #e0aa4f;
}

.page_st01.minigame_wrap .right .box_wrap {
  justify-content: flex-start;
}

.page_st01.minigame_wrap .right .box .img_wrap {
  margin-bottom: 10px;
  height: 130px
}

.page_st01.minigame_wrap .right .box .img_wrap img {
  width: 60%;
}

.page_st01.minigame_wrap .right .box .txt {
  margin-top: -45px;
}

.page_st01.minigame_wrap .right .box:hover .txt {
  color: #818181;
}

/* 미니게임-욱 */
.betting-lock {
  z-index: 1;
  text-align: center;
  margin: 90px 0 0 20px;
  position: absolute;
  width: 85%;
  height: 530px !important;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  background-color: #222;
  background-size: 100% 100%;
  opacity: 0.9;
}

.betting-lock-dal {
  z-index: 1;
  text-align: center;
  margin: 90px 0 0 20px;
  position: absolute;
  min-width: 90%;
  height: 220px !important;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  background-color: #222;
  background-size: 100% 100%;
  opacity: 0.9;
}

.lock-img {
  position: relative;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
}

.lock-img img {
  margin-top: 200px;
  opacity: 2 !important;
}

.lock-img-dal img {
  margin-top: 40px;
  ;
  opacity: 2 !important;
}

.g_tabs {
  width: 99%;
  margin: 10px auto 0 auto;
}

.g_tabs ul {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 0 10 0;
  flex-wrap: wrap;
  justify-content: center;
}

.g_tabs ul li {
  transition: .3s all ease-out;
  padding: 2px 18px;
  border-radius: 51px;
  font-size: 16px;
  color: var(--txtColor_09) !important;
  box-shadow: 1px 3px 13px #2b3d7869;
  margin-right: 20px;
  border: 2px solid var(--main-color-);
  margin-bottom: 14px;
}

.g_tabs ul li:hover {
  background: var(--main-color-);
}

.g_tabs ul li:hover a {
  color: #fff;
}

.g_tabs ul li a {
  color: var(--main-color-);
  line-height: 2;
  font-weight: 500;
}

.minigame_game {
  width: 60%;
  float: left;
}

.minigame_inner {
  padding: 10px 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 24px;
  background: #fff;
}

.g_zone {
  width: 100%;
  height: 100%;
  margin: 5px auto 5px auto;
  text-align: center;
  overflow: hidden;
}

.g_cont_bg_area {
  margin-top: 0px;
  position: relative;
  width: 40%;
  border-radius: 10px;
  padding: 5px 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
}

.g_cont_bg {
  display: inline-block;
  height: auto;
  border-radius: 10px;
  padding: 0 0 15px 8px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.g_cont_tit {
  clear: both;
  width: 90%;
  font-size: 1.4em;
  padding: 5px 0;
  line-height: 33px;
  vertical-align: middle;
}

.g_cont_bg ul {
  position: relative;
  margin: 0 2px;
  padding: 0px;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  justify-content: center;
  align-items: center;
}

.g_cont_bg ul li {
  transition: .3s all ease-out;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  height: 60px;
  border: 2px solid var(--main-color-);
  line-height: 24px;
  text-align: center;
  padding: 4px 0;
  margin: 10px 1.5% 0 2%;
  width: 15%;
  cursor: pointer;
}

.g_cont_bg ul li:hover {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.g_cont_bg ul li.active {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.g_cont_bg ul li:nth-child(1) {
  margin-left: 28px !important;
}

.g_cont_bg ul li:last-child {
  transition: .3s all ease-out;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  height: 60px;
  border: 2px solid var(--main-color-);
  line-height: 24px;
  text-align: center;
  padding: 4px 0;
  width: 15%;
  cursor: pointer;
}

.g_cont_bg ul li:last-child:hover {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.g_cont_bg img {
  width: 42px;
  margin-top: -2px;
}

.mini-combi {
  margin-top: -8px;
  font-size: 13px;
  font-weight: 1000;
}

.g_icon_num {
  background-color: var(--light-main-color-);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border: 1px solid var(--main-color-);
  height: 20px;
  margin-top: -5px;
  font-weight: 1000;
  color: #ededed;
  line-height: 20px;
}

.g_cont_tit {
  display: block;
  float: left;
  color: #000;
  padding-left: 10px;
  margin: 10px 50px 10px 10px;
  border: 2px solid var(--main-color-);
  border-radius: 10px;
  text-align: left;
}

.g_time {
  float: right !important;
  width: 170px;
  height: 42px;
  color: var(--main-color-);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 1px 0 0 14px;
  border-radius: 5px;
  text-align: right;
  align-items: center;
  margin-top: -33px;
}

.g_icon_bg_s {
  text-align: center;
}

.g_cont_comment {
  clear: both;
  margin-left: 36px;
  font-weight: 800;
}

.g_cont_comment img {
  width: 10px;
  height: 10px;
}

.g_cont_section {
  display: inline-block;
  height: auto;
  border-radius: 10px;
  padding: 0 0 15px 8px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.g_cont_section ul {
  position: relative;
  margin: 0 2px;
  padding: 0px;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  justify-content: center;
  align-items: center;
}

.g_cont_section ul li {
  transition: .3s all ease-out;
  border-radius: 10px;
  position: relative;
  height: 60px;
  border: 2px solid var(--main-color-);
  text-align: center;
  padding: 4px 0;
  margin: 10px 2% 0 1%;
  float: left;
  width: 22%;
  cursor: pointer;
}

.g_cont_section ul li:hover {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.g_cont_section ul li.active {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.g_cont_section ul li:nth-child(1) {
  margin-left: 28px !important;
}

.g_cont_section ul li:last-child:hover {
  background-color: var(--main-color-);
  color: #fff;
}

.g_cont_section_inner {
  display: inline-block;
  padding-top: 0px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: -2px;
}

/*미니게임 결과판*/
.minigame-result-menu {
  width: 90%;
  margin-left: 4%;
  display: inline-block;
  padding-top: 20px;
}

.minigame-result-menu ul {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 0 10 0;
  flex-wrap: wrap;
  justify-content: center;
}

.minigame-result-menu ul li,
.toggleButton button {
  transition: .3s all ease-out;
  padding: 2px 18px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--main-color-) !important;
  box-shadow: 1px 3px 13px #2b3d7869;
  margin-right: 20px;
  border: 2px solid var(--main-color-);
  margin-bottom: 14px;
}

.minigame-result-menu ul li a,
.toggleButton button {
  color: var(--main-color-);
  line-height: 2;
  font-weight: 500;
}

.minigame-result-menu ul li:hover,
.toggleButton button:hover {
  background: var(--main-color-);
}

.minigame-result-menu ul li:hover a,
.toggleButton button:hover span {
  color: #fff;
}

.toggleButton {
  width: 5%;
  float: right;
  height: 100%;
  padding-top: 20px;
}

.toggleButton button {
  font-weight: 1000;
}


.result-cont-1 {
  margin-left: 10px;
  text-align: center;
  width: 22px;
  height: 20px;
  background-color: #0072ff;
  border-radius: 5px;
}

.result-cont-2 {
  margin-left: 10px;
  text-align: center;
  width: 22px;
  height: 20px;
  background-color: #b8342d;
  border-radius: 5px;
}

.result-cont-3 {
  margin-left: 10px;
  text-align: center;
  width: 22px;
  height: 20px;
  background-color: #73aa0a;
  border-radius: 5px;
}

.graph-inner {
  width: 100%;
  display: block;
  table-layout: fixed;
  overflow: scroll;
  height: 195px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #000;
}

tbody tr:nth-child(odd) {
  /*background-color: #d42b833b;*/
}

tbody tr:nth-child(even) {
  background-color: none;
}

.minigame-graph table td,
table th {
  text-align: center;
  font-weight: normal;
}

.minigame-graph table tbody td {
  border-right: 1px solid var(--main-color-);
  border-bottom: 1px solod var(--main-color-);
}

.graph-style-1 {
  display: inline-block;
  margin: 0 1px;
  background: none;
  color: #0072ff;
  font-weight: 600;
  float: left;
}

.graph-style-2 {
  display: inline-block;
  margin: 0 1px;
  background: none;
  color: #b8342d;
  font-weight: 600;
  float: left;
}

.graph-style-3 {
  display: inline-block;
  margin: 0 1px;
  background: none;
  color: #73aa0a;
  font-weight: 600;
  float: left;
}

._f_st1 {
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #0072ff;
  color: #fff;
}

._f_st2 {
  padding: 1.5px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #b8342d;
  color: #fff;
}

._f_st3 {
  padding: 1.5px;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background: #73aa0a;
  color: #fff;
}

.st_w38 {
  width: 38px;
}

.betList-tit {
  width: 99%;
  margin-top: 10px;
  height: 40px;
  padding: 0 15px;
  margin: 20px auto 0 auto;
  line-height: 40px;
  font-size: 1rem;
}

.betList {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid var(--main-color-);
}

.betList * {
  position: relative;
}

.betList table thead tr {
  margin: 0 auto;
  height: 38px;
  line-height: 36px;
  color: #fff;
  font-size: 0.8rem;
  border-top: 1px solid var(--main-color-);
}

.betList table thead th {
  text-align: center;
}

.betList thead tr {
  border-top: 1px solid var(--main-color-);
}

.betList thead th {
  border-right: 1px solid var(--main-color-);
  color: var(--main-color-);
  font-weight: 600;
}

.betList thead th:last-child {
  border-right: 0;
}

.betList tbody tr {
  font-size: 0.74rem;
  line-height: 24px;
}

.betList tbody tr:nth-child(odd) {
  background: #d42b833b;
  border-top: 1px solid var(--main-color-);
}

.betList tbody tr:nth-child(even) {
  background: none;
}

.betList tbody td {
  height: 36px;
  font-size: 0.74rem;
  border-right: 1px solid var(--main-color-);
}

.betList tbody td:last-child {
  border-right: 0;
}

.betList td {
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
}

.betList-user-result {
  display: inline-block;
  width: 33px;
  text-align: center;
  font-size: 0.7rem;
  height: 24px;
  line-height: 20px;
  padding: 2px 1px;
}

.betList-remove-btn-area {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}

.betList-remove-btn {
  display: inline-block;
  float: right;
  margin-top: 10px;
  width: 130px;
  text-align: center;
  font-size: 0.8rem;
  color: #fff !important;
  height: 30px;
  line-height: 22px;
  padding: 3px 0;
}

.betList-remove-btn-txt {
  transition: .3s all ease-out;
  padding: 2px 18px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--txtColor_09) !important;
  box-shadow: 1px 3px 13px #2b3d7869;
  margin-right: 10px;
  border: 2px solid var(--main-color-);
  margin-bottom: 14px;
}

.betList-remove-btn-txt span {
  color: var(--txtColor_09) !important;
}

.betList-remove-btn-txt:hover {
  background: var(--main-color-);
}

.betList-remove-btn a:hover {
  color: #fff;
}

/*파워사다리*/
.lad_g_cont_bg {
  display: inline-block;
  height: auto;
  border-radius: 10px;
  padding: 0 0 15px 8px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lad_g_cont_bg ul {
  position: relative;
  margin: 0 2px;
  padding: 0px;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.lad_g_cont_bg ul li {
  transition: .3s all ease-out;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  height: 60px;
  border: 2px solid var(--main-color-);
  line-height: 24px;
  text-align: center;
  padding: 4px 0;
  margin: 10px 50px 0 40px;
  float: left;
  width: 30%;
  cursor: pointer;
}

.lad_g_cont_bg img {
  width: 42px;
  margin-top: -2px;
}

.lad_g_cont_bg ul li:hover {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}

.lad_g_cont_bg ul li.active {
  background: linear-gradient(45deg, #e559b0, #971a67);
  color: #fff;
}


/*가상스포츠*/
.page_st01.virtual_wrap {
  min-height: 60vh;
  align-items: flex-start;
}

.page_st01.virtual_wrap .left .move_img {
  width: 90%;
  margin-left: 10%;
  z-index: -1
}

.page_st01.virtual_wrap .right .box_wrap {
  justify-content: flex-start;
}

.page_st01.virtual_wrap .right .box {
  width: 23%;
  margin-right: 10%;
  ;
  margin-bottom: 20px;
}

.page_st01.virtual_wrap .right .box:hover {
  background: #483a92;
}

.page_st01.virtual_wrap .right .box .img_wrap:hover {
  background: var(--bg-color02-);
}

.page_st01.virtual_wrap .right .box .img_wrap:hover img {
  transform: scale(1.1);
  transition: .3s all ease-out;
}

.page_st01.virtual_wrap .right .box .txt {
  text-align: center;
  font-size: 1.35em;
  margin-top: -35px;
  color: #818181;
}

.page_st01.virtual_wrap .right .box:hover .txt {
  color: var(--main-color-);
  font-weight: bold;
}


/*가상축구*/
.virtualgame-tit {
  margin-bottom: 10px;
  padding-left: 10px;
  height: 80px;
  width: 100%;
  border: 2px solid var(--main-color-);
  border-radius: 10px;
}

.virtualgame-bet {
  margin: 20px;
}

.virtualgame-tit-img {
  float: left;
}

.virtualgame-tit-logo {
  height: 60px;
  margin-top: 10px;
  border-radius: 10px;
}

.virtual-soccer-ball {
  height: 40px;
  margin: 10px 10px 0 10px;
}

.virtualgame-tit-txt {
  float: left;
  font-size: 15px;
  margin-top: 7px;
}

.virtualgame-tit-txt span {
  font-size: 30px;
}

.virtual-dog-tit-txt {
  float: left;
  font-size: 15px;
  margin-top: 10px;
}

.virtual-dog-tit-txt span {
  font-size: 40px;
}

.virtual_game_list {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid var(--main-color-);
}

.txt_vir {
  color: red;
  font-size: 10px;
}

.txt_virHan {
  color: #73aa0a;
  font-size: 10px;
}

.up_down.up {
  color: #CA2224;
}

.up_down.down {
  color: #1761A1;
}

.virtual-horse-logo {
  width: 25px !important;
  height: 25px !important;
}

.virtual-ball-logo {
  width: 25px !important;
  height: 25px !important;
}

.virtual-arrow-logo {
  width: 15px !important;
  height: 15px !important;
}

/*이벤트*/
.tit03_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.tit03_area .tit03 {
  font-weight: bold;
  font-size: 1.8em;
  color: var(--main-color-);
  margin-right: 1vw;
  word-break: keep-all;
}

.tit03_area .line {
  height: 2px;
  display: block;
  width: -webkit-fill-available;
  background-color: var(--main-color-);
  position: relative;
}

.tit03_area .line:after {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: var(--main-color-);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}

.tab_con_st03 .box {
  display: none;
}

.tab_con_st03 .box:first-child {
  display: block;
}

.tab_menu_st03 ul {
  display: flex;
  margin-top: 20px;
}

.tab_menu_st03 ul li {
  height: 58px;
  width: 20%;
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .4s ease-out;
  position: relative;
  margin-left: -1px;
  border: 1px solid #333;
}

.tab_menu_st03 ul li.on {
  background: #333;
}

.tab_menu_st03 ul li.on span {
  color: #fff;
}

.tab_menu_st03 ul li:first-child {
  border-radius: 10px 0 0 0px
}

.tab_menu_st03 ul li:last-child {
  border-radius: 0px 10px 0px 0
}

.tab_menu_st03 ul li span {
  color: #333;
  font-size: 1.2em;
}

.tab_menu_st03 ul li .img_wrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.tab_menu_st03 ul li:first-child .img_wrap {
  background: url(../img/event_icon01.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(2) .img_wrap {
  background: url(../img/event_icon02.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(3) .img_wrap {
  background: url(../img/event_icon03.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(4) .img_wrap {
  background: url(../img/event_icon04.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(5) .img_wrap {
  background: url(../img/event_icon05.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(6) .img_wrap {
  background: url(../img/event_icon06.png) no-repeat;
  background-size: 20px;
}

/*------ ON 상태*/
.tab_menu_st03 ul li.on:first-child .img_wrap {
  background: url(../img/event_icon01_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li.on:nth-child(2) .img_wrap {
  background: url(../img/event_icon02_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li.on:nth-child(3) .img_wrap {
  background: url(../img/event_icon03_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li.on:nth-child(4) .img_wrap {
  background: url(../img/event_icon04_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li.on:nth-child(5) .img_wrap {
  background: url(../img/event_icon05_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li.on:nth-child(6) .img_wrap {
  background: url(../img/event_icon06_on.png) no-repeat;
  background-size: 20px;
}

/*------마우스오버*/
.tab_menu_st03 ul li:hover {
  background: #333
}

.tab_menu_st03 ul li:hover span {
  color: #fff;
}

.tab_menu_st03 ul li:first-child:hover .img_wrap {
  background: url(../img/event_icon01_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(2):hover .img_wrap {
  background: url(../img/event_icon02_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(3):hover .img_wrap {
  background: url(../img/event_icon03_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(4):hover .img_wrap {
  background: url(../img/event_icon04_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(5):hover .img_wrap {
  background: url(../img/event_icon05_on.png) no-repeat;
  background-size: 20px;
}

.tab_menu_st03 ul li:nth-child(6):hover .img_wrap {
  background: url(../img/event_icon06_on.png) no-repeat;
  background-size: 20px;
}

.tab_con_st03 .box {
  display: none;
}

.tab_con_st03 .box:first-child {
  display: block;
}

.tab_con_st03 .box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tab_con_st03 .box ul li {
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s all ease-out
}

.tab_con_st03 .box ul li:hover {
  box-sizing: border-box;
  /*border: 2px solid var(--main-color-);*/
}

.tab_con_st03 .box ul li:nth-child(3n) {
  margin-right: 0;
}

/*.tab_con_st03 .box ul li:hover .img_wrap{overflow:hidden;}*/
.tab_con_st03 .box ul li:hover .img_wrap img {
  transform: scale(1.1);
  transition: .3s all ease-out
}

.tab_con_st03 .box ul li .tit {
  color: var(--font-color-);
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 10px;
  padding: 5px 10px;
  background: var(--bg-color02-)
}

.tab_con_st03 .box ul li .tit .txt {
  width: calc(100% - 50px)
}

.tab_con_st03 .box ul li .tit .go_right {
  position: absolute;
  right: 10px;
  padding: 7px 10px;
  border-radius: 20px;
  border: 2px solid var(--main-color-);
  color: var(--main-color-);
  box-sizing: border-box;
  width: auto;
  font-size: 11px;
}


/*이벤트 상세보기 팝업*/
.layer_pop.event_popup {
  margin-left: 0;
}

.event_popup .close_area .close_btn {}

.event_popup .close_area .close_btn img {
  border-radius: 50%;
  background-color: var(--dark-main-c-);
  padding: 10px;
  cursor: pointer;
}

.event_popup {
  width: 80%;
  height: auto;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event_popup .layer_inner {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.event_popup .layer_inner .left {}

.event_popup .layer_inner .right {
  padding: 0px 26px 23px 0;
  overflow-y: scroll;
  margin-left: 30px;
  width: 65%;
  height: 73vh;
  overflow-y: scroll;
}

.event_popup .layer_inner .right .img_wrap img {
  width: 100%;
}

.event_popup .btm_ment {
  text-align: center;
}

.event_popup .btm_ment span {
  margin-left: 10px;
  color: var(--main-color-);
  text-decoration: underline;
  cursor: pointer;
}

/*공지사항(공통사용)*/
.tb_st01 table {
  border: 1px solid var(--txtColor_gray01-);
  box-sizing: border-box;
  font-size: 0.95em;
}

.tb_st01 table tr th,
.tb_st01 table tr td {
  padding: 21px 3px;
  text-align: center;
}

.tb_st01 table tr th:first-child,
.tb_st01 table tr td:first-child {
  border-left: none;
}

.tb_st01 table tr th:last-child,
.tb_st01 table tr td:last-child {
  border-right: none;
}

.tb_st01 table tr th {
  background: var(--dark-main-c-);
  font-weight: 500;
  color: #fff;
  border-right: 1px solid #e3e3e3;
  padding: 8px 3px;
}

.tb_st01 table tr td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}

.tb_st01 table tr:last-child td {
  border-bottom: 1px solid var(--txtColor_gray01-);
}

.tb_st01 table tr:nth-child(2n) {
  background: #fff
}

.tb_st01 table tr:nth-child(2n-1) {
  background: var(--bg-color02-);
}

.notice_wrap .tb_st01 table tr td img {
  height: 34px;
}

.list_st01 .box {
  padding: 15px 0px;
}

.list_st01 .list_inner_wrap {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}

.list_st01 .list_inner_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.list_st01 .list_inner_wrap ul.table_menu {
  background: #333;
  font-weight: 500;
  color: #fff;
  border-right: 0px solid #e3e3e3;
  padding: 8px 3px;
}

.list_st01 .list_inner_wrap ul.table_menu {
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_st01 .list_inner_wrap ul.table_menu li:first-child {
  width: 160px;
}

/*.list_st01 .list_inner_wrap ul.table_menu li:last-child{padding:  0 5px;width: 4%;}*/
.list_st01 .list_inner_wrap ul.table_menu li:nth-child(2) {
  width: calc(100% - 550px) !important;
  text-align: center;
}

.list_st01 .list_inner_wrap ul.table_menu li:nth-child(3) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul.table_menu li:nth-child(4) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul.table_menu li:last-child img {
  opacity: 0
}

.list_st01 .list_inner_wrap ul.table_menu li {
  border-right: 1px solid #fff;
}

.list_st01 .list_inner_wrap ul.table_menu li:last-child {
  border-right: none;
}

/*쪽지*/
.list_st01 .list_inner_wrap ul.table_menu-2 {
  background: #333;
  font-weight: 500;
  color: #fff;
  border-right: 0px solid #e3e3e3;
  padding: 8px 3px;
}

.list_st01 .list_inner_wrap ul.table_menu-2 {
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_st01 .list_inner_wrap ul.table_menu-2 li:first-child {
  width: 160px;
}

/*.list_st01 .list_inner_wrap ul.table_menu li:last-child{padding:  0 5px;width: 4%;}*/
.msg_wrap .list_st01 .list_inner_wrap ul.table_menu li:nth-child(2) {
  width: 150px;
  text-align: center;
}

.msg_wrap .list_st01 .list_inner_wrap ul.table_menu li:nth-child(3) {
  width: 150px;
}

.list_st01 .list_inner_wrap ul.table_menu-2 li:nth-child(4) {
  width: calc(100% - 510px) !important;
  text-align: center;
}

.list_st01 .list_inner_wrap ul.table_menu-2 li:nth-child(5) {
  width: 180px;
}

.list_st01 .list_inner_wrap ul.table_menu-2 li:last-child img {
  opacity: 0
}

.list_st01 .list_inner_wrap ul.table_menu-2 li {
  border-right: 1px solid #fff;
}

.list_st01 .list_inner_wrap ul.table_menu-2 li:last-child {
  border-right: none;
  margin-right: -20px;
}

.list_st01 .list_inner_wrap ul {
  background-color: #fff;
  padding: 15px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list_st01 .list_inner_wrap ul.web-service-tit {
  padding: 5px;
}

.list_st01 .list_inner_wrap:nth-child(even) ul {
  background: var(--bg-color02-);
}

.list_st01 .list_inner_wrap ul:after {
  display: block;
  clear: both;
  content: '';
}

.list_st01 .list_inner_wrap ul li:nth-child(2) {
  width: calc(100% - 550px);
  padding: 0 20px;
}

.list_st01 .list_inner_wrap ul li:first-child {
  width: 160px;
}

/*.list_st01 .list_inner_wrap ul li:last-child{padding:0 5px;width: 4%;}*/
.list_st01 .list_inner_wrap ul li:nth-child(3) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul li:nth-child(3) img {
  width: 100px;
}

.list_st01 .list_inner_wrap ul li:nth-child(4) {
  width: 200px;
}

.list_st01 .list_inner_wrap:last-child {
  border: none;
}

.list_st01 .photo .online_state {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #00E593;
  border: 4px solid #fff;
}

.list_st01 .list_inner_wrap ul li.ta_left {
  text-align: left;
}

.list_st01 .list_inner_wrap ul li .how_days {
  padding-left: 23px;
  margin-top: 3px;
  font-size: 13px;
}

.list_st01 .red_fil {
  color: #fff;
  font-weight: 700;
  background-color: #eb2e24;
  border-radius: 50px;
  padding: 4px;
  cursor: default;
  max-width: 100px;
  margin: 0 auto;
}

.list_st01 .list_inner_wrap .in_con_wrap {
  display: none;
}

.list_st01 .list_inner_wrap .in_con_wrap.on {
  display: block;
}

.list_st01 .list_inner_wrap .in_con_wrap.web-service-cont.on {
  margin: 0px;
}

.bd_n {
  border: none !important
}

/*쪽지*/
.msg_wrap .msg_total_num {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.msg_wrap .msg_total_num img {
  width: 14px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.msg_wrap .msg_total_num strong {
  color: var(--main-color-);
  font-weight: bold;
  margin-left: 5px;
}

.list_st01 .list_inner_wrap ul li img {
  width: 16px;
  margin-right: 10px;
}

.msg_wrap .list_st01 .list_inner_wrap ul.in_con_open_2 li:first-child {
  text-align: left;
  padding-left: 10px;
}

.msg_wrap .list_st01 .list_inner_wrap ul.in_con_open_2 li:first-child .terms_chk02 {
  width: 30px;
  margin: 0 auto;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:first-child {
  width: 150px;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:nth-child(4) {
  width: calc(100% - 550px);
  padding-left: 20px;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:nth-child(3) {
  width: 200px;
  text-align: center;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:nth-child(4) img {
  width: 100px;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:nth-child(5) {
  width: 200px;
}

.msg_wrap .list_st01 .list_inner_wrap ul li:nth-child(2) {
  width: 150px;
}


.msg_wrap .view_st01 .title_area .tit_txt {
  padding-left: 500px;
  max-width: 760px;
}

.msg_wrap .view_st01 .txt_area .inner {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  min-height: 350px;
  margin-left: 500px;
  width: calc(100% - 728px);
  padding-left: 20px;
}

.msg_wrap .view_st01 .txt_area .inner textarea {
  background: transparent !important;
  min-height: 300px !important;
}

.msg_wrap .msg_total_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msg_wrap .msg_total_wrap .right {
  color: #b8342d;
}


.msg_wrap .table_del_area {
  text-align: right;
}

.msg_wrap .table_del_wrap {
  display: inline-block;
  position: static;
}


/*공지사항 읽기 (공통사용)*/
.view_st01 {
  background: #f8faff;
  /*border: 1px solid var(--txtColor_gray01-);*/
}

.view_st01 .title_area {
  color: var(--txtColor_gray01-);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  ;
  border-bottom: 1px solid #ddd;
}

.view_st01 .title_area .back_link {
  color: var(--main-color-);
  font-weight: bold;
}

.view_st01 .title_area .back_link img {
  width: 15px;
  margin: -3px 10px 0;
}

.view_st01 .title_area .tit_txt {
  font-size: 1.4em;
  font-weight: bold;
  margin: 15px 0 15px;
  padding-left: 185px;
  max-width: 950px
}

.view_st01 .title_area .date {
  margin-right: 50px;
}

.view_st01 .txt_area {
  /*background: var(--bg-color02-);border: 1px solid var(--txtColor_gray01-);*/
  font-size: 1em;
  font-weight: 400;
}

.view_st01 .txt_area .inner {
  padding: 30px;
  min-height: 350px;
  padding-left: 185px;
  border: 1px solid #333;
}

.board_view_wrap .btn_bottom {
  max-width: 230px;
  margin: 30px auto 0;
}

.board_view_wrap .btn_bottom:hover a {
  background-color: var(--btnColor_001_h-);
  color: #fff;
  transition: .3s all ease-out;
}

.notice_wrap .list_st01 .list_inner_wrap ul li:nth-child(2) {
  padding-left: 30px;
  width: calc(100% - 580px);
}

.notice_wrap .view_st01 .txt_area .inner {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  margin-left: 180px;
  width: calc(100% - 630px);
  padding-left: 20px
}

/*배팅규정*/
.rule_wrap .tb_st01 table tr td img {
  height: 34px;
}

.rule_wrap .list_st01 .list_inner_wrap ul.table_menu li:nth-child(2) {
  width: calc(100% - 400px);
}

.list_st01 .list_inner_wrap ul li:nth-child(2) {
  width: calc(100% - 450px);
}

.rule_wrap .list_st01 .list_inner_wrap ul.table_menu li:first-child {
  width: 155px;
}

.list_st01 .list_inner_wrap ul.table_menu-3 {
  background: var(--dark-main-c-);
  font-weight: 500;
  color: #fff;
  border-right: 0px solid #e3e3e3;
  padding: 8px 3px;
}

.list_st01 .list_inner_wrap ul.table_menu-3 {
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_st01 .list_inner_wrap ul.table_menu-3 li:first-child {
  width: 160px;
}

/*.list_st01 .list_inner_wrap ul.table_menu li:last-child{padding:  0 5px;width: 4%;}*/
.list_st01 .list_inner_wrap ul.table_menu-3 li:nth-child(2) {
  width: calc(100% - 550px) !important;
  text-align: center;
}

.list_st01 .list_inner_wrap ul.table_menu-3 li:nth-child(3) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul.table_menu-3 li:last-child img {
  opacity: 0
}

.list_st01 .list_inner_wrap ul.table_menu-3 li {
  border-right: 1px solid #fff;
}

.list_st01 .list_inner_wrap ul.table_menu-3 li:last-child {
  border-right: none;
}



.rule_wrap .view_st01 .txt_area .inner {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  margin-left: 180px;
  width: calc(100% - 550px);
  padding-left: 20px
}

/*잔액내역*/
.no_data_wrap {
  text-align: center;
  margin: 30px auto 10px;
}

.no_data_wrap p {
  font-size: 2.6em;
  font-weight: 400;
  margin: 10px 0 0
}

.no_data_wrap span {
  font-size: 1.8em;
  color: var(--main-color-);
}

.list_table table tr td:nth-child(2) {
  text-align: center;
  padding: 0;
}

.date_search_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.date_search_area .left {
  display: flex;
  align-items: center;
}

.date_search_area .left p {
  width: 50px;
  font-weight: bold;
}

.date_search_area .left select {
  width: 200px;
}

.date_search_area .date_wrap {
  display: flex;
  align-items: center;
}

.date_search_area .date_wrap input {
  padding-right: 40px;
  background: url(../img/calendar.png)no-repeat right 10px center;
}

.date_search_area .date_wrap .ipt_wrap {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.mid_space {
  padding: 0 7px;
}

.date_search_area .date_wrap .date_sel {
  display: flex;
  align-items: center;
}

.date_search_area .date_wrap .date_sel ul {
  display: flex;
  align-items: center;
}

.date_search_area .date_wrap .date_sel ul li {
  margin-left: 8px;
}

.date_search_area .date_wrap .date_sel ul li span {
  padding: 7px 20px;
  border-radius: 30px;
  color: var(--main-color-);
  background-color: #fff;
  border: 2px solid var(--main-color-);
  transition: .3s all ease-out;
  cursor: pointer;
}

.date_search_area .date_wrap .date_sel ul li.on span {
  background-color: var(--main-color-);
  color: #fff;
}

.date_search_area .date_wrap .date_sel ul li:hover span {
  background-color: var(--main-color-);
  color: #fff;
}

.date_search_area .date_wrap .date_sel ul li button {
  padding: 7px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: #c9aa8d;
  border: 2px solid #856343;
}

.date_search_area .date_wrap .date_sel select {
  width: 200px;
  margin-left: 20px;
}

.date_search_area .date_wrap .ipt_wrap .datepicker {
  border: 1px solid var(--txtColor_gray01-)
}


/*고객문의*/
.customer_wrap .write_area {
  width: 100%;
  border: 1px solid var(--txtColor_gray01-);
}

.customer_wrap .write_area .left {
  width: 200px;
  /*background: var(--bg-color02-);*/
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
}

.customer_wrap .write_area .right {
  padding: 20px;
  width: calc(100% - 200px);
}

.customer_wrap .write_area .right textarea {
  width: 100%;
  border: 1px solid var(--txtColor_gray01-);
}

.customer_wrap .write-area-inner {
  width: 100%;
}

.customer_wrap .write-area-inner .tit-left {
  width: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  /*padding-top: 50px;*/
}

.customer_wrap .write-area-inner .tit-right {
  padding: 20px;
  width: calc(100% - 200px);
  /* height: 10px;*/
}

.customer_wrap .write-area-inner .tit-right textarea {
  width: 100%;
  border: 1px solid var(--txtColor_gray01-);
  min-height: 0px;
}

.customer_wrap .btn_bottom {
  max-width: 320px;
  margin: 30px auto;
}

.customer_wrap .btn_bottom button {
  color: var(--main-color-);
  margin: 0 5px;
}

.customer_wrap .btn_bottom button:hover {
  background-color: var(--btnColor_001_h-);
  color: #fff;
  transition: .3s all ease-out;
}

.customer_wrap .btn_bottom .table_del_wrap button:hover {
  background: #fff;
  color: inherit;
}

.customer_wrap .list_st01 span.state01 {
  color: blue;
}

.customer_wrap .list_st01 span.state02 {
  color: red;
}

.customer_wrap .terms_chk02 {
  width: 30px;
  margin: 0 auto;
}

.customer_wrap .list_st01 .list_inner_wrap ul li:first-child {
  width: 150px;
}

.customer_wrap .list_st01 .list_inner_wrap ul li:last-child {
  width: 200px;
}

.customer_wrap .list_st01 .list_inner_wrap ul li:nth-child(2) {
  width: 200px;
  text-align: center;
}

.customer_wrap .list_st01 .list_inner_wrap ul li:nth-child(4) {
  width: calc(100% - 550px);
  padding-left: 20px;
}

.list_st01 .list_inner_wrap ul.table_menu li:nth-child(4) {
  text-align: center;
}

.customer_wrap .view_st01 .txt_area .inner {
  min-height: 150px;
  margin-left: 500px;
  width: calc(100% - 728px);
  padding-left: 20px;
}

.customer_wrap .list_st01 .list_inner_wrap .admin_msg ul {
  background: #eee;
}

.customer_wrap .list_st01 .list_inner_wrap .admin_msg ul li:first-child {
  width: 110px;
}

.customer_wrap .list_st01 .list_inner_wrap .admin_msg ul li:nth-child(2) {
  width: 200px;
}

.customer_wrap .list_st01 .list_inner_wrap .admin_msg ul li:nth-child(3) {
  width: 150px;
}

.customer_wrap .list_st01 .list_inner_wrap .admin_msg ul li:nth-child(4) {
  width: calc(100% - 550px);
  padding: 10px;
  border: 1px solid var(--bg-main-color-);
}

.list_st01 .list_inner_wrap ul.table_menu-4 {
  background: var(--dark-main-c-);
  font-weight: 500;
  color: #fff;
  border-right: 0px solid #e3e3e3;
  padding: 8px 3px;
}

.list_st01 .list_inner_wrap ul.table_menu-4 {
  padding: 7px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:first-child {
  width: 160px;
}

/*.list_st01 .list_inner_wrap ul.table_menu li:last-child{padding:  0 5px;width: 4%;}*/
.list_st01 .list_inner_wrap ul.table_menu-4 li:nth-child(2) {
  width: 160px;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:nth-child(3) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:nth-child(4) {
  width: calc(100% - 550px) !important;
  text-align: center;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:nth-child(5) {
  width: 200px;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:last-child img {
  opacity: 0
}

.list_st01 .list_inner_wrap ul.table_menu-4 li {
  border-right: 1px solid #fff;
}

.list_st01 .list_inner_wrap ul.table_menu-4 li:last-child {
  border-right: none;
}





/*작은 팝업*/
.layer_pop.mini_popup {
  margin-left: 0;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: auto;
  min-width: 250px;
}

.layer_pop.mini_popup .top_area {
  background-color: var(--main-color-);
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: -1px;
}

.layer_pop.mini_popup .top_area img {
  width: 26px;
  margin-top: -3px;
  margin-right: 10px;
  text-align: center;
}

.layer_pop.mini_popup .con_area {
  background-color: #fff;
  text-align: center;
  padding: 20px 40px 0px;
}

.layer_pop.mini_popup .con_area .txt01 {
  padding: 30px 0;
  font-weight: 500;
}

.layer_pop.mini_popup .btn_area {
  margin-bottom: 30px;
}

.layer_pop.mini_popup .btn_area .btn01 {
  cursor: pointer;
  color: #fff;
  background-color: var(--main-color-);
  border-radius: 20px;
  padding: 10px 0;
  width: 80%;
  max-width: 200px;
  margin: 10px auto;
  text-align: center;
}



/*입금신청*/
.one_line_box {
  display: flex;
}

.one_line_box .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 90px;
}

.one_line_box .btn_wrap li {
  margin-left: 10px;
}

.one_line_box .btn_wrap li span {
  display: block;
  color: #fff;
  background-color: #856343;
  border: 2px solid var(--main-color-);
  border-radius: 30px;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

.one_line_box .btn_wrap li:hover span {
  background: var(--main-color-);
}

.one_line_box .btn_wrap li:hover span {
  color: #fff;
}

.one_line_box .btn_wrap li.reset_btn span {
  background: var(--dark-btn-);
  color: #fff;
  border: 1px solid var(--dark-btn-);
}

.one_line_box input {
  width: 360px;
  border: 1px solid var(--txtColor_gray01-);
}

.tab_styleA ul {
  display: flex;
  border-radius: 10px 10px 0 0;
}

.tab_styleA ul li {
  width: 50%;
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}

.tab_styleA ul li:first-child {
  border-radius: 10px 0 0 0
}

.tab_styleA ul li:last-child {
  border-radius: 0px 10px 0 0
}

.tab_styleA ul li a {
  color: #333;
  font-size: 1.25em;
  font-weight: 500;
  pointer-events: none
}

.tab_styleA ul li.on {
  background: #333 !important;
}

.tab_styleA ul li.on a {
  color: #fff;
}

.tab_styleA ul li:hover {
  background: #333;
}

.tab_styleA ul li:hover a {
  color: #fff;
}

.have_tab_wrap .top_info_area dl {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #cfd0ea;
}

.have_tab_wrap .top_info_area dl dt {
  width: 160px;
  color: var(--main-color-);
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
}

.have_tab_wrap .top_info_area dl dt .how_wrap_open {
  color: red;
  font-size: 0.9em;
  padding-left: 30px;
  font-weight: bold;
}

.have_tab_wrap .top_info_area dl dt .how_wrap_open img {
  width: 16px;
}

.have_tab_wrap .top_info_area dl dt img {
  margin-right: 5px;
  width: 24px;
  margin-top: -3px;
}

.have_tab_wrap .top_info_area dl dd p {
  padding-left: 20px;
  background: url(../img/dot_gray.png)no-repeat center left;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1em;
}

.have_tab_wrap .top_info_area dl dd ul li {
  margin-bottom: 20px;
}

.have_tab_wrap .top_info_area dl dd ul li span.red_box {
  background: red;
  color: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 0.95em;
}

.have_tab_wrap .top_info_area dl dd ul li .txt {
  padding-left: 5px;
  font-weight: 500;
}

.have_tab_wrap .btn_bottom {
  max-width: 160px;
  margin: 30px auto;
}

.have_tab_wrap .btn_bottom:hover a {
  background-color: var(--btnColor_001_h-);
  color: #fff;
  transition: .3s all ease-out;
}

.how_wrap:after {
  content: "";
  background: url('../img/ballon_tail.png')no-repeat bottom 2px left;
  width: 20px;
  height: 23px;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  bottom: -23px;
}

.how_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  padding: 21px;
  border-radius: 10px;
  width: 440px;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: -36px;
  transition: .4s ease-out;
  box-shadow: #d9c8f3 0.1em 0.1em 0.5em;
  display: none;
}

.how_wrap .red_tit {
  color: red;
  margin-bottom: 20px;
}

.how_wrap .how_desc .desc_wrap {
  display: flex;
  margin-bottom: 10px;
}

.how_wrap .how_desc .desc_wrap .step {
  width: 70px;
}

.how_wrap .how_desc .desc_wrap .step .s_box {
  background: var(--main-color-);
  color: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 0.9em;
}

.how_wrap .how_desc .desc_wrap .desc {
  color: var(--font-color-);
  font-size: 0.8em;
  width: calc(100% - 110px);
}

.perple_btn {
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  background: var(--main-color-);
}

.perple_btn.rectan01 {
  border-radius: 5px
}

.tb_st02 table {
  box-sizing: border-box;
  font-size: 0.95em;
}

.tb_st02 table tr {
  border-bottom: 1px solid var(--txtColor_gray01-);
}

.tb_st02 table tr th,
.tb_st02 table tr td {
  padding: 25px 3px;
  text-align: left;
  padding-left: 20px;
}

.tb_st02 table tr th:first-child,
.tb_st02 table tr td:first-child {
  border-left: none;
}

.tb_st02 table tr th:last-child,
.tb_st02 table tr td:last-child {
  border-right: none;
}

.tb_st02 table tr th {
  background: var(--bg-color02-);
  font-weight: 500;
  color: var(--main-color-);
}

.tb_st02 table tr td {
  background-color: #fff;
}

.tab_con_st04>div {
  display: none;
}

.tab_con_st04>div:first-child {
  display: block;
}

/* 결재 라디오 버튼 */
.terms_chk04 {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding: 0px 0 0px;
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 6px;
  margin-top: 10px;
}

.terms_chk04 .chk1+i {
  top: 0px;
}

.terms_chk04 .chk1:checked+i:after {
  vertical-align: 0px !Important;
}

.terms_chk04 .chk1 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  display: none;
}

.terms_chk04 .chk1+i {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: url(../img/chk3.png) no-repeat center center;
  ;
  background-size: 16px;
}

.terms_chk04 .chk1+i {
  pointer-events: none;
}

.terms_chk04 .chk1:checked+i {
  text-align: center;
}

.terms_chk04 .chk1:checked+i:after {
  content: '';
  display: inline-block;
  background: url(../img/chk3-on.png) no-repeat center center;
  ;
  width: 32px;
  height: 32px;
  border: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 16px;
}

.terms_chk04 label {
  display: inline-block;
  position: relative;
  left: 0;
  padding-left: 34px;
  line-height: 30px;
  margin-left: 0;
  cursor: pointer;
  color: #333;
  font-weight: 400;
  vertical-align: top;
}

.terms_chk04 label span {
  color: #ff6666;
}

.terms_chk04 a {
  float: none;
  display: block;
  color: #999;
  font-size: 14px;
  border-bottom: 0;
  margin-right: 0;
  margin: 10px 0 15px 30px;
  text-decoration: underline
}

.have_tab_wrap .tb_st02 table tr td .dan2 {
  display: flex;
}

.have_tab_wrap .tb_st02 table tr td .dan2 li {
  margin-right: 10px;
  width: 180px;
  height: 110px;
  border: 1px solid var(--txtColor_gray01-);
  border-radius: 15px;
  padding: 20px 30px;
  cursor: pointer;
}

.have_tab_wrap .tb_st02 table tr td .dan2 li:hover {
  border: 1px solid var(--main-color-);
}

.have_tab_wrap .tb_st02 table tr td .dan2 li label {
  color: #bbb;
}

.have_tab_wrap .tb_st02 table tr td .dan2 li p {
  line-height: 1.5;
  color: var(--font-color-);
  font-weight: 500;
  margin-top: 10px;
}

.have_tab_wrap .tb_st02 table tr td .dan2 .terms_chk02 .chk1+i {
  left: 20px;
  top: 20px;
}

.deposit_wrap table tr td span.state01 {
  color: #2717c6;
}

.deposit_wrap table tr td span.state02 {
  color: #ce0000;
}

/*.table_del_wrap{float: right;}*/
.table_del_wrap.ab {
  position: absolute;
  right: 5%;
}

.table_del_wrap button {
  padding: 8px 18px;
  border-radius: 30px;
}

.table_del_wrap button:first-child {
  border: 2px solid #222;
  color: #222;
  margin-right: 5px;
  transition: .5s;
}

.table_del_wrap button:first-child:hover {
  background-color: #222;
  color: #fff;
}

.table_del_wrap button:nth-child(2) {
  border: 2px solid #bd3496;
  color: #bd3496;
  margin-right: 5px;
  transition: .5s;
}

.table_del_wrap button:nth-child(2):hover {
  background-color: #b8342d;
  color: #fff;
}

.table_del_wrap button:nth-child(3) {
  border: 2px solid #951717;
  color: #951717;
  margin-right: 5px;
  transition: .5s;
}

.table_del_wrap button:nth-child(3):hover {
  background-color: #951717;
  color: #fff;
}

.table_del_wrap button:last-child {
  border: 2px solid #2c5cbf;
  color: #2c5cbf;
  transition: .5s;
}

.table_del_wrap button:last-child:hover {
  background-color: #2c5cbf;
  color: #fff;
}

.deposit_wrap .tb_st01 .terms_chk02 {
  width: 30px;
  margin: 0 auto;
}


/*지인추천 + 템플릿*/
.templet01 {
  padding-top: 50px;
  width: 70%;
  margin: 10px auto 60px;
}

.templet01 .top_area {
  color: var(--txtColor_gray01-);
  text-align: center;
}

.templet01 .top_area .top_txt {
  font-size: 1.8em;
}

.templet01 .top_area span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.templet01 .report_box {
  margin: 30px auto;
}

.templet01 .report_box ul {
  display: flex;
}

.templet01 .report_box ul li {
  width: 33%;
  margin-right: 0.5%;
  background: var(--bg-color02-);
  border: 1px solid #b4b9e6;
  padding: 25px 0;
  color: var(--main-color-);
  text-align: center;
  font-weight: 600;
}

.templet01 .report_box ul li:last-child {
  margin-right: 0;
}

.templet01 .report_box ul li p {
  font-size: 1.05em;
}

.templet01 .report_box ul li strong {
  font-size: 2.3em;
  display: block;
  margin-top: 5px;
}

.friend_grade {
  border-bottom: 1px solid var(--txtColor_gray01-);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.friend_grade dl {
  display: flex;
}

.friend_grade dl dt {
  width: 150px;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--txtColor_gray01-);
}

.friend_grade dl dd {
  padding: 20px;
  width: calc(100% - 150px);
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--txtColor_gray01-);
}

.friend_grade dl dd .box {
  background: url('../img/friend_bg.png') no-repeat;
  background-size: cover;
  width: 544px;
  height: 306px;
  padding: 18px 18px 20px;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
}

.friend_grade dl dd .box .bl_bg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
}

.friend_grade dl dd .box .txt {
  color: var(--main-color-);
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.friend_rule dl {
  display: flex;
}

.friend_rule dl dt {
  width: 150px;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--txtColor_gray01-);
}

.friend_rule dl dd {
  width: calc(100% - 150px);
  color: var(--font-color-);
  font-weight: 500;
}

.rcm_wrap .tab_styleA ul li:nth-child(2) {
  border-left: none;
  border-right: none
}

.rcm_wrap tr td span.state01 {
  color: blue;
}

.rcm_wrap tr td span.state02 {
  color: red
}

/*배팅내역*/
.tab_con_st07 {
  padding-top: 30px;
}

.tab_menu_st07 ul {
  display: flex;
  margin-top: 20px;
}

.tab_menu_st07 ul li {
  height: 58px;
  width: 20%;
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .4s ease-out;
  position: relative;
  margin-left: -1px;
  border: 1px solid var(--main-color-);
}

.tab_menu_st07 ul li.on {
  background: var(--main-color-);
}

.tab_menu_st07 ul li.on span {
  color: #fff;
}

.tab_menu_st07 ul li:first-child {
  border-radius: 10px 0 0 0px
}

.tab_menu_st07 ul li:last-child {
  border-radius: 0px 10px 0px 0
}

.tab_menu_st07 ul li span {
  color: var(--main-color-);
  font-size: 1.2em;
}

.tab_menu_st07 ul li .img_wrap {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}

.tab_menu_st07 ul li:first-child .img_wrap {
  background: url(../img/bt_icon01.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(2) .img_wrap {
  background: url(../img/bt_icon02.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(3) .img_wrap {
  background: url(../img/bt_icon03.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(4) .img_wrap {
  background: url(../img/bt_icon04.png) no-repeat;
  background-size: 34px;
  width: 34px;
}

.tab_menu_st07 ul li:nth-child(5) .img_wrap {
  background: url(../img/bt_icon05.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(6) .img_wrap {
  background: url(../img/bt_icon06.png) no-repeat;
  background-size: 24px;
}

/*------ ON 상태*/
.tab_menu_st07 ul li.on:first-child .img_wrap {
  background: url(../img/bt_icon01_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li.on:nth-child(2) .img_wrap {
  background: url(../img/bt_icon02_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li.on:nth-child(3) .img_wrap {
  background: url(../img/bt_icon03_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li.on:nth-child(4) .img_wrap {
  background: url(../img/bt_icon04_on.png) no-repeat;
  background-size: 34px;
  width: 34px;
}

.tab_menu_st07 ul li.on:nth-child(5) .img_wrap {
  background: url(../img/bt_icon05_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li.on:nth-child(6) .img_wrap {
  background: url(../img/bt_icon06_on.png) no-repeat;
  background-size: 24px;
}

/*------마우스오버*/
.tab_menu_st07 ul li:hover {
  background: var(--main-color-)
}

.tab_menu_st07 ul li:hover span {
  color: #fff;
}

.tab_menu_st07 ul li:first-child:hover .img_wrap {
  background: url(../img/bt_icon01_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(2):hover .img_wrap {
  background: url(../img/bt_icon02_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(3):hover .img_wrap {
  background: url(../img/bt_icon03_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(4):hover .img_wrap {
  background: url(../img/bt_icon04_on.png) no-repeat;
  background-size: 34px;
  width: 34px;
}

.tab_menu_st07 ul li:nth-child(5):hover .img_wrap {
  background: url(../img/bt_icon05_on.png) no-repeat;
  background-size: 24px;
}

.tab_menu_st07 ul li:nth-child(6):hover .img_wrap {
  background: url(../img/bt_icon06_on.png) no-repeat;
  background-size: 24px;
}

.tab_con_st07 .box {
  display: none;
}

.tab_con_st07 .box:first-child {
  display: block;
}

.tab_con_st07_mini .box {
  display: none;
}

.tab_con_st07_mini .box:first-child {
  display: block;
}


.tab_menu_st07_mini {
  margin-bottom: 20px;
  height: 47px;
}

.tab_menu_st07_mini ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid #ccc;
  height: 50px;
}

.tab_menu_st07_mini ul li {
  height: 50px;
  padding: 0 20px;
  border-bottom: 4px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--txtColor_03);
  cursor: pointer;
  transition: .4s ease-out;
  position: relative;
}

.tab_menu_st07_mini ul li.on {
  border-bottom: 3px solid var(--main-color-);
}

.tab_menu_st07_mini ul li:hover {
  border-bottom: 3px solid var(--main-color-);
}

.tab_menu_st07_mini ul li.on span {
  color: var(--main-color-);
  ;
}

.tab_menu_st07_mini ul li:hover span {
  color: var(--main-color-);
  ;
}

.tab_menu_st07_mini ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background-color: #666;
  right: 0px;
}


.batting_list_wrap .tb_st01 table tr:nth-child(2n-1) {
  background: none;
  border-bottom: 1px solid #fff;
}

/*.batting_list_wrap .tb_st01 table tr:nth-child(2n){border-bottom: 2px solid var(--main-color-);}*/

.betting-list-game-wrap {
  border-bottom: 2px solid var(--main-color-) !important;
}

/*.batting_list_wrap .tb_st01 table tr:first-child th{border-bottom: 1px solid #fff;}*/
/*.batting_list_wrap .tb_st01 table tr:nth-child(2) th:last-child{border-right: 1px solid #fff}*/
/*.batting_list_wrap .tb_st01 table tr {border-bottom: 1px solid #f5f5f5;}*/
.batting_list_wrap .tb_st01 table tr:nth-child(2n-1) td:last-child {
  padding: 0;
}

.batting_list_wrap .tb_st01 table {
  border: none
}

.batting_list_wrap .tb_st01 table tr:last-child td {
  border-bottom: none
}

.batting_list_wrap .tb_st01 .terms_chk02 {
  width: 30px;
  margin: 0 auto;
}

.batting_list_wrap table tr td span.txt_c_blue {
  color: blue;
}

.batting_list_wrap table tr td span.box_state {
  padding: 0 20px;
  border-radius: 30px;
  border: 2px solid #000;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.batting_list_wrap table tr td span.box_state.txt_c_blue {
  border: 2px solid blue
}

.batting_list_wrap table tr td span.box_state.txt_c_red {
  border: 2px solid red
}

.batting_list_wrap table tr td span span.txt_c_blue {
  font-weight: bold;
}

.batting_list_wrap table tr td span.txt_c_gray {
  color: #b4b4b4;
  height: 117px;
  line-height: 117px;
  width: 100%;
  display: block;
}

.batting_list_wrap table tr td span.txt_c_green {
  color: #17c137;
}

.batting_list_wrap table tr td span.txt_c_purple {
  color: #8a6bbe
}

.batting_list_wrap table tr td span.yellow_bg {
  background: gold;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
}

.batting_list_wrap table tr.cancle_line td span.yellow_bg {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.batting_list_wrap table tr.cancle_line td {
  background: #eee;
}

.batting_list_wrap table tr td:nth-child(2) span {
  font-weight: bold;
}

.batting_list_wrap .tb_st01 table tr .ctg_icon {
  width: 26px;
  margin-right: 5px;
}

.batting_list_wrap .tb_st01 table tr .ctg_icon2 {
  width: 20px;
  margin-top: -3px;
  margin-right: 5px;
}

/*출금*/
.tab_con_st05 .box {
  display: none;
}

.tab_con_st05 .box:first-child {
  display: block;
}

.tab_con_st05>div {
  display: none;
}

.tab_con_st05>div:first-child {
  display: block;
}

.withdraw_wrap .tb_st02 table tr td input[type=password] {
  width: 360px;
  border: 1px solid var(--txtColor_gray01-)
}

.withdraw_wrap table tr td span.txt_c_purple {
  color: #897EBA;
}

.withdraw_wrap .tb_st01 .terms_chk02 {
  width: 30px;
  margin: 0 auto;
}



/*전환(상세정보)*/
.member_point_wrap .one_line_box input {
  width: 200px;
  margin-right: 10px;
}

.member_point_wrap .one_line_box .btn_wrap {
  height: auto;
}

.member_point_wrap .one_line_box {
  align-items: center;
  margin-bottom: 10px;
}

.point_btn01 {
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  background: #9096E5;
  width: 200px;
  margin-right: 10px;
}

.point_btn02 {
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  background: #6c7788;
  width: 200px;
}


/*출석부*/
.attend_box .top_inner {
  padding: 20px;
  background: var(--bg-color02-);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.attend_box .top_inner .left {
  padding: 0 20px;
  text-align: center;
}

.attend_box .top_inner .left .date_info {
  display: flex;
  align-items: center
}

.attend_box .top_inner .left .date_info li {
  display: flex;
  align-items: center
}

.attend_box .top_inner .left .date_info li .img_wrap {
  border-radius: 50%;
  background-color: var(--bg-main-color-);
  padding: 10px;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.attend_box .top_inner .left .date_info li img {
  width: 30px;
  padding-top: 2px;
}

.attend_box .top_inner .left .date_info li .txt_wrap {
  margin-right: 20px;
}

.attend_box .top_inner .left .date_info li .txt_wrap span {
  font-size: 1.2em;
  font-weight: 500;
}

.attend_box .top_inner .left .date_info li .txt_wrap p {
  font-size: 2em;
  font-weight: bold;
}

.attend_box .top_inner .left .today_point {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.attend_box .top_inner .left .today_point .img_wrap {
  border-radius: 50%;
  background-color: #ffa200;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}

.attend_box .top_inner .left .today_point .img_wrap img {
  width: 20px;
  padding-top: 12px;
}

.attend_box .top_inner .left .today_point .txt_wrap {
  font-size: 1.1em;
  font-weight: bold;
}

.attend_box .top_inner .left .today_point .now_state {
  display: block;
  color: #fff;
  border: 1px solid #494c5c;
  background: #494c5c;
  line-height: 44px;
  height: 44px;
  border-radius: 50px;
  padding: 0 12%;
  margin: 20px auto 0;
}

.attend_box .top_inner .right {
  width: calc(100% - 500px);
}

.attend_box .top_inner .right_inner {
  padding: 20px;
  background-color: #fff;
}

.attend_box .top_inner .right_inner strong {
  color: var(--txt-main-color-);
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 15px;
}

.attend_box .top_inner .right_inner ul li {
  margin-bottom: 15px;
}

.attend_box .top_inner .right_inner span {
  width: 18px;
  height: 18px;
  background: #939ab0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  border-radius: 50%;
  font-size: 0.9em;
}



/*출석부 캘린더*/
.attend_box .cal_wrap {
  margin-top: 30px;
}

.attend_box .cal_month {
  display: flex;
  align-items: center;
}

.attend_box .cal_month strong {
  font-size: 2.3em;
  font-weight: bold;
  margin: 0 10px;
  color: #494c5c;
}

.attend_box .cal_month img {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.SignBonusBottom {
  margin: 1% auto
}

ul.DailyTitle {
  width: 92%;
  padding: 1% 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf1fd;
  margin-top: 24px
}

ul.DailyTitle li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 14.2857142857%;
  color: #494c5c;
  font-size: 15px;
  font-weight: 700
}

ul.DailyList {
  width: 92%;
  padding: 2% 4%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc
}

ul.DailyListSpec {
  padding: 2% 4% 4%
}

ul.DailyList.NoBorder {
  border-bottom: 0px solid #dcdcdc
}

ul.DailyList li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14.2857142857%;
  position: relative
}

ul.Daily30 li {
  width: 20%
}

ul.Daily30 li:first-child {
  margin-left: -3vw
}

ul.DailyList li span.icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e2e2e2;
  margin: 7% 0;
  font-family: Arial;
  z-index: 3;
  transition: .2s all;
  cursor: pointer
}

ul.DailyList li span.icon:hover {
  background-color: #7f96b6
}

ul.DailyList li span.money {
  color: #987a5e;
  font-size: 16px;
  font-family: Arial;
  display: none
}

ul.DailyList li span.day {
  color: #494c5c;
  font-size: 14px
}

ul.DailyList li span.line {
  position: absolute;
  background-color: #e2e2e2;
  width: 100%;
  height: 4px;
  right: 50%;
  top: 37%;
  z-index: 1
}

ul.DailyList li:first-child span.line {
  height: 0px
}

ul.DailyList li.success span.icon {
  background-color: #9096e5;
  background-image: url(../img/event_icon05_on.png);
  background-repeat: no-repeat;
  -o-background-size: 56%;
  background-size: 56%;
  background-position: center;
  box-shadow: 1px 2px 3px #0003
}

ul.DailyList li.success span.line {
  background: #627df0
}

ul.DailyList li.todayUNSIGN span.icon {
  background-color: #f1a73c;
  background-image: none;
  background-repeat: no-repeat;
  -o-background-size: 56%;
  background-size: 56%;
  background-position: center;
  box-shadow: 1px 2px 3px #0003
}

ul.DailyList li.todayUNSIGN span.line {
  background: #597ef8
}

ul.DailyList li.successTri span.icon {
  background-color: #9096e5;
  background-image: url(../img/event_icon06_on.png);
  background-repeat: no-repeat;
  -o-background-size: 56%;
  background-size: 51%;
  background-position: center;
  box-shadow: 1px 2px 3px #0003
}

ul.DailyList li.successTri span.line {
  background: #597ef8
}

ul.DailyList li.failure span.icon {
  background-color: #40455a;
  background-image: url(../img/close_white.png);
  background-repeat: no-repeat;
  -o-background-size: 56%;
  background-size: 56%;
  background-position: center;
  box-shadow: 1px 2px 3px #0003
}

ul.DailyList li.failure span.line {
  background: #478cf3;
  width: 200%;
  left: -50%;
  margin-right: -200px;
  z-index: 2
}

ul.DailyList li.last span.line {
  width: 100%
}

ul.DailyList li.failure:last-child span.line {
  width: 170px;
  right: 50%;
  margin-right: 0;
  z-index: 2
}

ul.DailyList li.successSpecial span.icon {
  background-color: #705be1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -1px;
  text-align: center;
  background-image: url(../img/close_white.png);
  background-repeat: no-repeat;
  -o-background-size: 56%;
  background-size: 56%;
  background-position: center
}

ul.DailyList li.successSpecial {
  position: relative
}

ul.DailyList li.successSpecial .moneyPlus,
ul.DailyList li.normalSpecial .moneyPlus {
  position: absolute;
  padding: 6px 13px;
  background-color: #ffa200;
  color: #fff;
  border-radius: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 94px
}

ul.DailyList li.successSpecial span.line {
  background: #627df0
}

ul.DailyList li.normalSpecial span.icon {
  background-color: #d1d1d1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -1px;
  text-align: center
}

.infoList {
  font-size: 12px;
  position: absolute;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: #cbced8 0 0 .6em;
  line-height: 2.25;
  color: #939ab0;
  z-index: 5;
  left: 66%;
  top: 9px;
  display: none
}

.success .infoList,
.successTri .infoList,
.successSpecial .infoList {
  color: #705be1;
  font-weight: 700
}

.successTri .infoList span {
  color: #939ab0;
  text-decoration: line-through
}

/*스포츠실시간*/
.livesports_wrap {
  display: flex;
}

/*왼쪽*/
.livesports_wrap .left_side_wrap {
  width: 230px;
  height: calc(100vh - 151px);
  position: fixed;
  z-index: 2;
  overflow-y: scroll;
  top: 150px;
  background-color: #fff;
  transition: all .3s;
}

.livesports_wrap .left_side {
  background: #fff;
  background-color: #fff;
  width: 100%;
}

.livesports_wrap .left_side .top_leg_wrap {
  overflow-y: scroll;
  height: 47vh;
}

.livesports_wrap .left_side .top_leg .tit {
  font-size: 18px;
  height: 57px;
  background-color: var(--dark-main-c-);
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border: 1px solid var(--dark-main-c-);
  display: flex;
  align-items: center;
}

.livesports_wrap .left_side .top_leg .tit img {
  margin-right: 10px;
  width: 25px;
  margin-top: 4px;
}

.livesports_wrap .left_side .top_leg img {
  width: 17px;
}

.livesports_wrap .left_side .top_leg ul.list li {
  display: flex;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid var(--border-color2-);
  cursor: pointer;
}

.livesports_wrap .left_side .top_leg ul.list li.on {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .left_side .top_leg ul.list li:hover {
  background-color: var(--light-main-color-);
  color: #fff;
}

.livesports_wrap .left_side .top_leg ul.list li .img_zone {
  image-rendering: 17px;
  background-color: #f6f7fa;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid var(--border-color2-);
  border-right: 1px solid var(--border-color2-);
}

.livesports_wrap .left_side .top_leg ul.list li .team_n {
  width: (80% - 20px);
  padding-left: 15px;
  font-weight: 1000;
  font-size: 0.95em;
}

.livesports_wrap .left_side .top_box {
  display: flex;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  cursor: pointer;
  position: relative;
  background: linear-gradient(270deg, #705BE1 0%, #473992 100%);
  border-bottom: 1px solid #fff;
}

.livesports_wrap .left_side .top_box a {
  color: #fff;
  display: block;
}

.livesports_wrap .left_side .top_box .go_right img {
  width: 20px;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap {
  background-color: var(--dark-main-c-);
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap .kind_name img {
  width: 20px;
  margin-right: 10px;
  padding-left: 10px;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap .right_arrow {
  position: absolute;
  right: 10px;
  top: 0px;
  background: url('../img/arrow01_white.png')no-repeat top 10px right 0px;
  width: 40px;
  height: 50px;
  background-size: 20px;
  display: none;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap .num {
  position: absolute;
  right: 10px;
  top: 0px;
  color: #fff;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap:hover .num {
  display: none;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap:hover .right_arrow {
  display: block;
}

.livesports_wrap .spt_game_list .spt_game_top_wrap.on .right_arrow {
  background: url('../img/arrow02_white.png')no-repeat top 10px right 0px;
  background-size: 20px;
}

.livesports_wrap .spt_game_list {
  background-color: #fff;
  padding: 0px 0;
}

.livesports_wrap .spt_game_list .nation_wrap {
  display: none;
}

.livesports_wrap .spt_game_list .nation_wrap .nation {
  position: relative;
  /*background: url('../img/arrow01_on.png')no-repeat top 10px right 10px;background-size: 20px;*/
  transition: all .3s;
}

.livesports_wrap .spt_game_list .nation_wrap .nation .nation_top_wrap {
  cursor: pointer;
}

.livesports_wrap .spt_game_list .nation_wrap .nation .nation_top_wrap .kind_name {
  padding-left: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color2-);
}

.livesports_wrap .spt_game_list .nation_wrap .nation .nation_top_wrap .kind_name img {
  margin-right: 7px;
}

.livesports_wrap .spt_game_list .nation_wrap .nation .nation_top_wrap .kind_name .num {
  font-size: 0.9em;
  margin-left: 5px;
}

/*.livesports_wrap .spt_game_list .nation_wrap .nation.on{background: var(--main-color-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;background-size: 20px;;color:#fff;background-size: 20px}*/
/*.livesports_wrap .spt_game_list .nation_wrap .nation:hover{background : var(--light-main-color-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;background-size: 20px;; color: #fff;background-size: 20px}*/

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox {
  line-height: 40px;
  border-bottom: 1px solid var(--border-color2-);
  cursor: pointer;
  transition: all .3s;
  display: none;
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox ul li {
  padding-left: 20px;
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox ul li span {
  color: var(--sport_gray01-);
  display: block;
  font-size: 0.85em;
  transition: all .3s;
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox.on {
  background: var(--main-color-);
  color: #fff;
  background-size: 20px;
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox.on ul li span {
  color: #fff;
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox ul li:hover {
  background: var(--light-main-color-);
  color: #fff;
  background-size: 20px
}

.livesports_wrap .spt_game_list .nation_wrap .nation_inbox ul li:hover span {
  color: #fff;
}

.spt_game_list .kind_name img {
  width: 24px !important;
  height: 24px !important;
}

/*중간*/
.livesports_wrap .center_area_wrap {
  width: calc(100% - 280px);
  background-color: #fff;
  /*padding-left: 5%;*/
  border: 1px solid var(--border-color2-);
  box-sizing: border-box;
}

.livesports_wrap .right_side {
  width: 280px;
  background-color: #fff;
  position: fixed;
  right: 0;
  border: 1px solid var(--border-color2-);
  z-index: 4;
  overflow-y: scroll;
  ;
  transition: all .3s;
  height: calc(100vh - 80px);
}

/*중간영역 > 오른쪽*/
.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide {
  /*overflow-x: scroll;*/
  background: #f4f7fe;
}

.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide ul {
  display: flex;
  padding: 6px;
}

.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide ul li {
  border: 1px solid var(--main-color-);
  ;
  color: var(--txt-main-color-);
  font-size: 1.1em;
  margin: 0 3px;
  border-radius: 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: max-content;
  background-color: #fff;
  cursor: pointer;
  padding: 3px 15px;
}

.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide ul li.on {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide ul li:hover {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .center_box02 .top_menu_slide ul li img {
  height: 20px;
  margin-right: 5px;
}

.livesports_wrap .center_box02 .spt_main_game_list {
  padding: 0;
  position: relative;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap {
  background: var(--dark-main-c-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  color: #fff;
  height: 25px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap {
  padding-right: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap .kind_name img {
  width: 20px;
  margin-right: 5px;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap .kind_name strong {
  margin: 0 7px;
  font-size: 1.0em;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap .kind_name .won_icon {
  width: 18px;
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap.on {
  background: var(--dark-main-c-) url('../img/arrow01_white.png')no-repeat top 5px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px
}

.livesports_wrap .center_box02 .spt_main_game_list .spt_main_game_top_wrap:hover {
  background: var(--light-main-color-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px
}

.livesports_wrap .center_box02 .spt_main_game_list .like_zone {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 34px;
}

.livesports_wrap .center_box02 .spt_main_game_list .like_zone img {
  height: 34px;
}

.livesports_wrap .center_area_wrap .jumsu_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.livesports_wrap .center_area_wrap .jumsu_box>div {
  background: var(--bg-color02-);
  border-radius: 3px;
  padding: 5px 12px;
  font-weight: 500;
  cursor: pointer;
}

.livesports_wrap .center_area_wrap .jumsu_box>div:hover,
.livesports_wrap .center_area_wrap .jumsu_box>div:hover span {
  background: #e91770;
  color: #fff;
}

.livesports_wrap .center_area_wrap .jumsu_box>div.on,
.livesports_wrap .center_area_wrap .jumsu_box>div.on span {
  background: #e91770;
  color: #fff;
}

.livesports_wrap .center_area_wrap .jumsu_box .team {
  display: flex;
  justify-content: space-between;
  width: calc(32% - 20px);
  align-items: center;
}

.livesports_wrap .center_area_wrap .jumsu_box .team span.up_down.up {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .jumsu_box .team strong.up_down.up {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .jumsu_box .team span.up_down.down {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .jumsu_box .team strong.up_down.down {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .jumsu_box .team span {
  color: #333;
  font-weight: bold;
}

/*.livesports_wrap .center_area_wrap .jumsu_box .updown.down span{color:#1761A1;}*/
.livesports_wrap .center_area_wrap .jumsu_box .updown.down.go_center {
  justify-content: center;
}

.livesports_wrap .center_area_wrap .jumsu_box .updown.up strong {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .jumsu_box .updown.up span {
  color: #333
}

.livesports_wrap .center_area_wrap .jumsu_box .updown.down strong {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .jumsu_box .updown.down span {
  color: #333
}

.livesports_wrap .center_area_wrap .jumsu_box.dan2 .team {
  width: calc(49% - 24px);
}

.livesports_wrap .center_area_wrap .center_box02 .spt_main_game_con {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*중간영역 > 왼쪽*/
.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap {
  background: var(--dark-main-c-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  color: #fff;
  height: 32px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name {
  display: flex;
  align-items: center;
  font-weight: 1000;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name img {
  width: 26px;
  margin-right: 4px;
  margin-top: 5px !important;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name img:first-child {
  padding-left: 10px;
  margin-top: 4px;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name img.natino_icon {
  width: 20px;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap.on {
  background: var(--dark-main-c-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap:hover {
  background: #686868 url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px
}

.livesports_wrap .spt_main_game_list {
  background: var(--sport-bg-);
  padding: 23px 0;
}

.livesports_wrap .spt_main_game_list .spt_main_game_con {
  display: none;
}

.livesports_wrap .center_area_wrap .top_menu_slide {
  /*overflow-x: scroll*/
  background: #f4f7fe;
}

.livesports_wrap .center_area_wrap .center_box01_wrap .top_menu_slide {
  overflow-x: hidden;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul {
  display: flex;
  padding: 6px;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul li {
  font-size: 0.95em;
  margin: 0 3px;
  border: 1px solid #d8dbe5;
  border-radius: 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: max-content;
  background-color: #fff;
  cursor: pointer;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul li.on {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul li:hover {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul li img {
  height: 20px;
  margin-right: 5px;
}

.livesports_wrap .center_area_wrap .top_menu_slide ul li span {
  margin-left: 5px;
  font-size: 0.9em;
  color: #f16f00;
  font-weight: 600;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper {
  padding: 6px;
}

.livesports_wrap .center_area_wrap .center_box01_wrap .top_menu_slide .ls_Swiper {
  padding: 6px 40px;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper .lefttop_m_slide {
  font-size: 0.95em;
  margin: 0 3px;
  border: 1px solid #d8dbe5;
  border-radius: 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: max-content;
  background-color: #fff;
  cursor: pointer;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper .lefttop_m_slide.on {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper .lefttop_m_slide:hover {
  background-color: var(--main-color-);
  color: #fff;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper .lefttop_m_slide img {
  height: 20px;
  margin-right: 5px;
}

.livesports_wrap .center_area_wrap .top_menu_slide .ls_Swiper .lefttop_m_slide span {
  margin-left: 5px;
  font-size: 0.9em;
  color: #f16f00;
  font-weight: 600;
}



.livesports_wrap .center_area_wrap .spt_main_game_con {
  text-align: center;
  padding: 10px;
  display: block;
}

.livesports_wrap .center_area_wrap .spt_main_game_con .top_state {
  display: flex;
  width: 88%;
  justify-content: space-between;
  margin: 0 auto;
}

.livesports_wrap .center_area_wrap .spt_main_game_con .top_state>div {
  font-size: 16px;
  color: var(--sport_gray01-);
  padding: 2px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.livesports_wrap .center_area_wrap .spt_main_game_con .top_state .right {
  background: #9095E6;
  color: #fff;
  cursor: pointer;
}

.livesports_wrap .center_area_wrap .spt_main_game_con .top_state .right:hover {
  background: #705be1;
}

.livesports_wrap .center_area_wrap .spt_main_game_con .top_state .right.on {
  border: 2px solid #473992;
  background: #705be1;
}

.livesports_wrap .center_area {
  display: flex;
}

.livesports_wrap .center_area .center_box01_wrap {
  width: calc(50% - 10px);
  height: auto;
  margin-right: 10px;
}

.livesports_wrap .center_area .center_box02_wrap {
  width: 50%;
  height: calc(100vh - 120px);
  overflow-y: scroll;
}

.livesports_wrap .center_area .center_box02 img {
  display: block;
  width: 95%;
  padding-bottom: 1px;
}

.livesports_wrap .center_area_wrap .score_box {
  cursor: pointer;
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 10px;
  width: calc(96% - 40px);
  margin: -30px auto;
  box-shadow: 1px 3px 19px #d4deff
}

.livesports_wrap .center_area_wrap .score_box.on {
  border: 1px solid var(--main-color-);
}

.livesports_wrap .center_area_wrap .score_box .time {
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 2px;
}

.livesports_wrap .center_area_wrap .score_box .mid_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.livesports_wrap .center_area_wrap .score_box .mid_line .vs_zone {
  font-weight: bold;
  font-size: 2.5em;
  display: flex;
}

.livesports_wrap .center_area_wrap .score_box .mid_line .vs_zone span {
  margin: 0 30px
}

.livesports_wrap .center_area_wrap .score_box .like_zone,
.livesports_wrap .center_area_wrap .score_box .goldae {
  width: 40px;
}

.livesports_wrap .center_area_wrap .score_box .jumsu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.livesports_wrap .center_area_wrap .score_box .jumsu>div {
  background: var(--bg-color02-);
  width: 60px;
  border-radius: 3px;
  padding: 10px 8px;
  font-weight: 500;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team {
  display: flex;
  justify-content: space-between;
  width: calc(33% - 20px);
  align-items: center;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team:hover {
  background: #e91770;
  color: #fff;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team.on {
  background: #e91770;
  color: #fff;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team span.up_down.up {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team strong.up_down.up {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team span.up_down.down {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team strong.up_down.down {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team.updown {
  display: block;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .updown.down {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team span {
  color: #333;
  font-weight: bold;
}


.livesports_wrap .center_area_wrap .score_box .jumsu .team .up_down.up strong {
  color: #CA2224;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .team .up_down.down strong {
  color: #1761A1;
}

.livesports_wrap .center_area_wrap .score_box .jumsu .updown.up {
  color: #CA2224;
}

/*.livesports_wrap .right_side .tg_wrap{display: flex;align-items: center;flex-wrap: wrap;padding: 5px;justify-content: space-between;min-height: 50px;}
.livesports_wrap .right_side .tg_wrap .bet_txt{margin-left:3px;}
.livesports_wrap .right_side .tg_wrap img{width:20px;}
.livesports_wrap .right_side .tg_wrap input{width:120px;padding-right: 40px;height:36px; line-height: 34px;}
.livesports_wrap .right_side .tg_wrap .ip_wrap{position: relative;margin-left: 5px;}
.livesports_wrap .right_side .tg_wrap button{position: absolute;top:6px;right:5px;color:var(--main-color-);border: 1px solid var(--main-color-);padding:3px 5px;border-radius: 3px;font-size: 0.9em;font-weight: bold;}
.livesports_wrap .right_side .tg_wrap a.setting_icon{width:20px;margin-left: 5px;position: absolute;right:10px;}
.setting_area{margin-top: 0px;}
.right_side .gray_txt{color:#939ab0;font-size: 0.9em;padding:  0 10px;margin-bottom: 5px;}
.right_side .gray_txt img{width: 20px;margin-top: -3px; margin-right: 4px;}
.setting_area .terms_chk01{margin: 3px 0;font-size: 0.9em;}
*/

.right_side .expect_money {
  padding: 8px 0px;
  border-radius: 0 0 5px 5px
}

.right_side .expect_money ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right_side .expect_money ul li {
  width: 49%;
  margin-bottom: 5px;
}

.right_side .expect_money ul li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 7px 0;
  font-weight: bold;
  border: 1px solid #999;
  cursor: pointer;
  font-size: 0.9em;
}

.right_side .expect_money ul li.del_btn span {
  background: #73aa0a;
  color: #CA2224;
}

.right_side .expect_money ul li.del_btn {
  width: 100%;
}


.right_side .bet_txt {
  color: #fff;
  background-color: var(--dark-main-c-);
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 800;
  padding: 13px 10px;
  display: block;
}

.right_side .bet_txt img {
  width: 28px;
  margin-right: 5px;
  margin-left: 40px;
}

.set_folder .list_wrap {
  height: calc(100vh - 600px);
  overflow-y: scroll;
  padding-right: 10px;
}

.set_folder .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.set_folder .list .list_con {
  border: 2px solid var(--main-color-);
  border-radius: 10px;
  margin-bottom: 10px;
}

.set_folder .list .list_con dl {
  display: flex;
  padding: 2px 10px 2px 10px;
  margin-bottom: 0px;
}

.set_folder .list .list_con dl:first-child {
  padding-bottom: 0;
}

.set_folder .list .list_con dl dt {
  width: calc(100% - 50px);
  font-weight: 500;
}

.set_folder .list .list_con dl dd {
  width: 50px;
  text-align: right;
}

.set_folder .list .list_con dl dt.txt_c_orange {
  color: orange;
}

.set_folder .list .list_con dl dd span.box_mint {
  background: #f6567e;
  border-radius: 5px;
  padding: 0px 10px;
  color: #fff;
}

.set_folder .list .list_con dl dd img {
  width: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px;
}

.set_folder .all_del {
  text-align: right;
  margin: 3px 0;
}

.slip_tit {
  background: var(--dark-main-c-);
  padding-right: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  margin-top: 10px;
}

.livesports_wrap .setting_con {
  display: none;
}

.slip_tit span {
  color: #fff;
}

.slip_tit strong {
  color: #fff;
}

.slip_tit .x_mark {
  width: 28px;
}

.setting_area .btn_area {
  display: flex;
}

.setting_area .btn_area button {
  width: 50%;
  padding: 14px 0;
  text-align: center;
}

.setting_area .btn_area button {
  color: var(--main-color-);
  border: 1px solid var(--main-color-);
  background-color: #fff;
  ;
}

.setting_area .btn_area button.on {
  background-color: var(--main-color-);
  color: #fff;
}

.set_folder {
  width: 95%;
  margin: 0 auto;
}

.set_folder .all_del {
  text-align: right;
  margin: 3px 0;
}

.set_folder .tb_wrap {
  padding: 10px;
}

.set_folder .tb_wrap dl {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-weight: 500;
}

.set_folder .tb_wrap dt {
  min-width: 100px;
}

.set_folder .tb_wrap dd {
  text-align: right;
}

.set_folder .tb_wrap dl:nth-child(3) dd input {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.set_folder .tb_wrap dl:nth-child(3) dt {
  padding-top: 10px;
}

.set_folder .tb_wrap dl dd.txt_red_C {
  color: red !important;
}

.set_folder .btn_area {
  display: flex;
  justify-content: space-between;
}

.set_folder .btn_area button {
  width: 48%;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px
}

.set_folder .tb_wrap .btn_area button:last-child {
  background-color: var(--main-color-);
  color: #fff;
}

.set_folder .tb_wrap .btn_area button:last-child img {
  width: 16px;
  margin-top: -5px;
  margin-right: 3px;
}

.set_folder .tb_wrap .btn_area button:first-child {
  color: var(--main-color-);
  border: 1px solid var(--main-color-);
  background-color: #fff;
  ;
}

/*
@media only screen and (max-width:1500px) {
	.livesports_wrap .center_area .center_box01_wrap{width: calc(100% - 10px);}
	.livesports_wrap .center_area .center_box02_wrap{display: none;}
}

@media only screen and (max-width:1280px) {
	.livesports_wrap .center_area .center_box01_wrap{width: calc(100% - 10px);}
.livesports_wrap .left_side {}
.livesports_wrap .center_area_wrap {width: 100%;}
.livesports_wrap .right_side {display: none;}
}*/


.switchthree {
  background: #E1E5E9;
  border: medium none;
  border-radius: 13px;
  height: 22px;
  width: 40px;
  line-height: 22px;
  font-weight: 500;
  ;
  font-size: 0;
  margin-top: 0px !important;
}

.switchthree span {
  display: inline-block;
  width: 45%;
  font-size: 0;
}

.switchthree:after {
  /*  box-shadow: 1px 1px 10px 0px #ccc; */
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 17px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition-duration: 300ms;
  width: 17px;
  z-index: 2;
}

.switchthree:before {
  /* background: none repeat scroll 0 0 #ececec; */
  border-radius: 13px;
  content: "";
  height: 21px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 20px;
  z-index: 1;
}

.switchthreeOn,
.switchthreeOn:before {
  background: var(--dark-main-c-) !important;
}

.switchthreeOn:after {
  left: 20px !important;
  border: 0px solid #c8e6f5;
  background: #fff;
  /* box-shadow: 0 2px 5px 1px #ddd */
}

.switch-button,
.switchBig,
.switchthree,
.switchfour {
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.switch-label input {
  display: none;
}


/*스포츠*/
.sport_wrap .center_area .center_box01_wrap {
  width: calc(100% - 10px);
  border-radius: 10px
}

.sport_wrap .spt_main_game_list {
  border-radius: 10px;
  border: 1px solid var(--main-color-);
}

.sport_wrap .center_area_wrap .spt_main_game_con {
  padding: 3px 20px 0;
}

.sport_wrap .spt_main_game_list {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 5px;
}

.sport_wrap .center_area_wrap .league_game_con {}

.sport_wrap .league_box_wrap .league_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 3px;
}

.sport_wrap .league_box .time {
  width: 90px;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}

.sport_wrap .league_box .result_type {
  min-width: 100px;
  padding: 0 10px;
  font-weight: 1000;
}

.sport_wrap .league_box .team_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 308px);
}

.sport_wrap .league_box .team_wrap .team {
  cursor: pointer;
  background: var(--bg-color02-);
  width: 60px;
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: 1000;
  width: calc(50% - 70px);
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-size: 0.95em;
}

.sport_wrap .league_box .team_wrap .team:hover {
  background: #e91770;
  color: #fff;
}

.sport_wrap .league_box .team_wrap .team.on {
  background: #e91770;
  color: #fff;
}

.sport_wrap .league_box .team_wrap .team.vs_txt {
  width: 70px;
  text-align: center;
  display: block;
}

.sport_wrap .league_box .team_wrap .team.vs_txt.not-hov {
  cursor: unset;
}

.sport_wrap .league_box .team_wrap .team.vs_txt.not-hov:hover {
  background: var(--bg-color02-);
  color: #000;
}

.sport_wrap .league_box .star_zone {
  background: var(--bg-color02-);
  width: 60px;
  border-radius: 3px;
  padding: 2px 10px;
  margin: 0 5px;
}

.sport_wrap .league_box .star_zone img {
  width: 26px;
}

.sport_wrap .league_box .more_view_open {
  background: #686868;
  width: 70px;
  margin-left: 5px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #fff;
  margin-right: 3px;
  cursor: pointer;
}

.sport_wrap .league_box .more_view_open:hover {
  background: var(--main-color-);
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap {
  padding-bottom: 3px;
  border-radius: 9px
}

.sport_wrap .league_in_con {
  width: 100%;
  margin-bottom: 10px;
  display: none;
  width: 86%;
  margin: 0 auto;
}

.sport_wrap .league_game_list {
  padding: 0;
  position: relative;
}

.sport_wrap .league_game_list.dan3 .jumsu_box .team {
  width: calc(33% - 30px);
}

.sport_wrap .league_game_list.dan3 .jumsu_box .team.mid {
  justify-content: center;
}

.sport_wrap .league_game_list .league_game_top_wrap {
  background: var(--dark-main-c-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.sport_wrap .league_game_list .league_game_top_wrap {
  padding-right: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sport_wrap .league_game_list .league_game_top_wrap .kind_name img {
  width: 20px;
  margin-left: 10px;
}

.sport_wrap .league_game_list .league_game_top_wrap .kind_name strong {
  margin: 0 7px;
  font-size: 1em;
}

.sport_wrap .league_game_list .league_game_top_wrap .kind_name .won_icon {
  width: 18px;
}

.sport_wrap .league_game_list .league_game_top_wrap.on {
  height: 37px;
  background: var(--main-color-) url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px;
  border-radius: 9px;
}

.sport_wrap .league_game_list .league_game_top_wrap:hover {
  background: #686868 url('../img/arrow01_white.png')no-repeat top 10px right 10px;
  background-size: 20px;
  ;
  color: #fff;
  background-size: 20px
}

.sport_wrap .league_game_list .star_zone {
  position: absolute;
  right: 34px;
  z-index: 3;
  top: 4px;
}

.sport_wrap .league_game_list .star_zone img {
  height: 30px;
}

.sport_wrap .center_area_wrap .jumsu_box {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sport_wrap .center_area_wrap .jumsu_box .team {
  width: calc(50% - 30px);
  border-radius: 9px;
  padding: 7px 10px;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name {
  font-size: 1.1em;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name img {
  width: 30px !important;
  height: 20px !important;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name_ball img {
  width: 40px;
  height: 20px;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name img:last-child {
  width: 30px;
  margin: 0 6px;
  height: 20px;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name-1 {
  font-size: 1.1em;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name-1 img {
  width: 30px;
  height: 30px;
}

.sport_wrap .spt_main_game_list .spt_main_game_top_wrap .kind_name-1 img:last-child {
  width: 25px;
  margin: 0 6px;
  margin-bottom: 8px;
}

/*크로스*/
.cross_wrap .league_box .time.bonus {
  width: 260px;
}

.livesports_wrap .spt_main_game_list .spt_main_game_top_wrap.bonus_top {
  background-color: #73aa0a;
}

.sport_wrap.cross_wrap .bonus_wrap .league_box .team_wrap .team {
  width: calc(33% - 20px);
  cursor: pointer;
}

.sport_wrap.cross_wrap .bonus_wrap .league_box .team_wrap .team:hover {
  background: #e91770;
  color: #fff;
}

.sport_wrap.cross_wrap .bonus_wrap .league_box .team_wrap .team.on {
  background: #e91770;
  color: #fff;
}

.sport_wrap.cross_wrap .bonus_wrap .league_box .team_wrap .team .name strong {
  color: orange;
}

.sport_wrap.cross_wrap .league_box .team_wrap {
  width: calc(100% - 360px);
}

.sport_wrap.cross_wrap .league_box .result_type {
  min-width: 150px;
}

.sport_wrap.cross_wrap .league_box .team_wrap .team .name .txt_pink {
  color: #745ABB;
  margin: 0 7px;
}

.sport_wrap.cross_wrap .league_box .team_wrap .team .name .txt_H {
  color: #69A65A;
  margin: 0 7px;
}

.sport_wrap.cross_wrap .league_box .team_wrap .team .name .up_down.up {
  color: #CA2224;
  margin: 0 7px;
}

.sport_wrap.cross_wrap .league_box .team_wrap .team .name .up_down.down {
  color: #1761A1;
  margin: 0 7px;
}

/*슬롯머신*/
.slot_wrap .casino_box2 {
  margin-top: 20px;
}

/*.slot_wrap .sc-btn {width: calc(16.27% - 20px);margin-right: 1%;}
.slot_wrap .sc-btn:nth-child(3n-2){margin-right: 1%;}
.slot_wrap .sc-btn:nth-child(3n){margin-right: 1%}
.slot_wrap .sc-btn:nth-child(6n-5){margin-right: 1%;}
.slot_wrap .sc-btn:nth-child(6n){margin-right: 0;}*/

/*경기결과*/

.result_wrap .filter_zone {
  display: flex;
  background: #f8faff;
  padding: 10px;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}

.result_wrap .filter_zone dl {
  width: 20%;
}

.result_wrap .filter_zone dl:nth-child(3) {
  width: calc(39% - 80px)
}

.result_wrap .filter_zone dl:nth-child(3) dt {
  display: flex;
}

.result_wrap .filter_zone dl:nth-child(3) dt .terms_chk02 {
  margin-top: -5px;
  margin-left: 40px;
}

.result_wrap .filter_zone dl:nth-child(3) .ipt_wrap {
  display: flex;
  justify-content: space-between;
}

.result_wrap .filter_zone dl:nth-child(3) .ipt_wrap .datepicker {
  width: 49.5%;
}

.result_wrap .filter_zone dl:last-child {
  width: 70px;
}

.result_wrap .filter_zone dl dt {
  width: 100%;
  height: 30px;
  font-weight: 500;
  font-size: 0.95em;
}

.result_wrap .filter_zone dl dd {
  font-size: 0.95em;
}

.result_wrap .filter_zone dl .search_btn {
  background-color: var(--main-color-);
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  height: 36px;
  line-height: 16px;
}

.select_zone {}

.select_zone .th_wrap {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.select_zone .th_wrap .tit {
  background: linear-gradient(135deg, rgb(236, 241, 253) 0%, rgb(255, 255, 255) 15%, rgb(239, 243, 254) 20%, rgb(239, 243, 254) 100%);
  cursor: unset;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.select_zone .th_wrap .tit:first-child {
  width: calc(20% - 24px);
}

.select_zone .th_wrap .tit:nth-child(2) {
  width: calc(30% - 30px)
}

.select_zone .th_wrap .tit:nth-child(3) {
  width: calc(30% - 30px)
}

.select_zone .th_wrap .tit:nth-child(4) {
  width: calc(20% - 24px);
}

.select_zone .cont_wrap .click_frame {
  display: none;
}

.select_zone .cont_wrap {
  overflow-y: scroll;
  height: calc(100vh - 300px);
}

.select_zone .cont_wrap .cont_inner {
  padding: 10px;
  background: #eef3fb;
}

.select_zone .cont_wrap .conA .tit_line ul {
  display: flex;
  justify-content: space-between;
}

.select_zone .cont_wrap .conA .tit_line ul li {
  border: 1px solid var(--box_iput_001-);
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 3px;
}

.select_zone .cont_wrap .conA .tit_line ul li:first-child {
  width: calc(20% - 24px);
}

.select_zone .cont_wrap .conA .tit_line ul li:nth-child(2) {
  width: calc(30% - 30px)
}

.select_zone .cont_wrap .conA .tit_line ul li:nth-child(3) {
  width: calc(30% - 30px)
}

.select_zone .cont_wrap .conA .tit_line ul li:nth-child(4) {
  width: calc(20% - 24px);
}

.select_zone .cont_wrap .click_frame {
  display: none;
}

.result_wrap .filter_zone .ipt_wrap input {
  padding-right: 40px;
  background: #fff url(../img/calendar.png)no-repeat right 10px center;
}


/*마이페이지*/
.tb_st03 table {
  box-sizing: border-box;
  font-size: 0.95em;
}

.tb_st03 table tr:first-child {
  border-top: 1px solid var(--txtColor_gray01-);
}

.tb_st03 table tr {
  border-bottom: 1px solid var(--txtColor_gray01-);
}

.tb_st03 table tr th,
.tb_st03 table tr td {
  padding: 18px 3px;
  text-align: left;
  padding-left: 20px;
}

.tb_st03 table tr th:first-child,
.tb_st03 table tr td:first-child {
  border-left: none;
}

.tb_st03 table tr th:last-child,
.tb_st03 table tr td:last-child {
  border-right: none;
}

.tb_st03 table tr th {
  background: var(--table03-bg-);
  font-weight: 500;
  color: #333;
}

.tb_st03 table tr td {
  background-color: #fff;
}

.mypage_wrap input {
  width: 360px;
  border: 1px solid var(--txtColor_gray01-);
  display: block;
}


/*카지노*/
/*play2*/
.casino_box {
  border-radius: 10px;
}

.sc-btn {
  width: calc(33% - 20px);
  border-radius: 10px;
  box-shadow: 0 5px 10px #ddd;
  display: inline-block;
  /*/margin-right:14%;*/
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: 1s;
  margin-right: 20px;
}

.sc-btn:nth-child(3n-2) {
  margin-left: 0;
}

.sc-btn:nth-child(3n) {
  margin-right: 0;
}

.sc-btn:before,
.sc-btn:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-image: linear-gradient(#97663c, #58341c);
  transition: .3s;
}

.sc-section {
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
  display: none
}

.sc-section.active {
  display: block
}

.w-ba:before,
.w-ba:after {
  content: '';
  pointer-events: none;
  z-index: 1;
  position: absolute;
}

.sc-btn.off {
  opacity: .5
}

.sc-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px #d55d82;
}

.sc-btn:before,
.sc-btn:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-image: linear-gradient(#97663c, #58341c);
  transition: transform .3s linear;
}

.sc-btn:after {
  background-image: linear-gradient(#f3dbac, #ba975e);
  opacity: 0
}

.sc-btn:hover:after {
  opacity: 1
}

.sc-btn .g-panel {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .3s linear;
}

.sc-btn .g-panel:before {
  width: 120%;
  height: 50%;
  left: -10%;
  right: 0;
  bottom: -20%;
  margin: 0 auto;
}

.sc-btn .g-panel:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 1;
}

.sc-btn .g-cont {
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 1px #6c4829
}

.sc-btn .g-cont .g-img {
  width: 100%;
  transition: transform .5s linear;
}

.sc-btn .g-info {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin: -5px 0 -5px;
  z-index: 1;
  text-align: center;
}

.sc-btn .g-info .g-name {
  width: 100%;
  display: inline-block;
  color: #666;
  font-size: 16px;
  /*text-shadow:0 1px 2px #000;*/
  vertical-align: top;
  font-weight: 1000;
}

.sc-btn .g-info .en-text {
  color: #e7c178;
  font-size: 12px;
  vertical-align: top;
  font-weight: 1000;
}

.sc-btn .g-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b9975e;
  background-image: linear-gradient(#f7dfb1, #b9975e, #f7dfb1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  margin: -40px auto 0;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/*.sc-btn:hover .g-logo{margin:10px auto 0}*/
.sc-btn .g-logo:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff
}

.sc-btn .g-logo .icon-img {
  filter: drop-shadow(0 0 10px rgba(210, 126, 70, 0.6));
  position: absolute;
  z-index: 2
}

.sc-btn .glass {
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  transform-origin: bottom left;
  transform: rotate(-48deg);
  z-index: 1;
}

.sc-btn:hover .glass {
  transform: rotate(0deg);
  opacity: 0
}

.sc-btn .g-footer {
  position: relative;
  z-index: 1;
  transform: scale(0.7);
  transition: transform .3s linear;
}

.sc-btn .g-footer:before {
  width: 0;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, .15);
  border-bottom: solid 1px rgba(255, 255, 255, .15);
  transition: .5s;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%)
}

.sc-btn:hover .g-footer:before {
  width: 100%
}

.sc-btn .play-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  box-shadow: 0 0 10px rgba(234, 209, 163, .5), 0 1px 2px #000, inset 0 0 0 1px #1d160e;
  opacity: 0;
  transform: scale(0)
}

.sc-btn .play-btn:hover {
  box-shadow: 0 0 15px #ead1a3, 0 1px 2px #000, inset 0 0 0 1px #1d160e
}

.sc-btn:hover .play-btn {
  opacity: 1;
  transform: scale(1);
  transition: transform 300ms linear;
}

.btn-yellow {
  color: rgba(0, 0, 0, .85);
  text-shadow: 0 1px 0 rgb(255 255 255 / 40%);
  border: solid 1px #b28021;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #1d160e;
  position: relative;
  z-index: 1;
  /*background: linear-gradient(#ffac66,#d77421);*/
  font-size: 14px;
  font-weight: bold;
  background: #e7c178;
  background-image: linear-gradient(to bottom top, #fff, #d8a84d, #e7c178);
}

.btn-yellow:before,
.btn-red:before,
.btn-gold:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  z-index: -1;
  border-radius: 4px;
  border: solid 1px #1d160e;
  opacity: 0;
}

.btn-yellow:hover {
  color: #fff;
}

/*.btn-yellow:before {background: linear-gradient(#ffac66,#d77421);}*/

/*모달*/
.modal-content-wrap {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

.modal-content {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 999999;
  width: 100%;
  height: 88%;
  overflow: hidden;
  outline: 0;
  max-width: 1320px;
  transform: translateX(-50%);
}

.content_list {
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  min-height: 200px;
  margin-top: 10px;
  padding: 20px 20px 0 20px;
  height: 100%;
  border-radius: 10px;
  padding-bottom: 20px;
  /*
  box-shadow: -1px 1px 35px -3px #edd997*/
}

.content_list_inner {
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  height: 90%;
}

.content_list_inner ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

.content_list_inner ul li {
  width: 19%;
  margin-right: 0.55%;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.content_list_inner ul li:nth-child(6n+1) {
  margin-left: 0.5%;
}

.content_list_inner ul li:nth-child(6n) {
  margin-right: 0;
}

.content_list_inner ul li img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.content_list_inner ul li p {
  color: #fff;
  font-size: 1.1em;
  margin: 3px 0;
}


.search_wrap {
  position: relative;
  width: 100%;
  font-size: 1em;
  display: inline-block;
  text-align: right;
}

.search_wrap .search_form {
  width: 200px;
  display: inline-block;
  margin-top: 20px;
}

.search_wrap .search_form button {
  position: absolute;
  right: 10px;
  top: 28px;
}

.search_wrap .search_form button img {
  width: 24px;
}


.form-container .form-group .search_btn {
  width: 100%;
  height: 44px;
  float: left;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  border: none;
  border-radius: 8px;
  transition: .3s;
  padding: 0 15px;
}

.modal-backdrop {
  background-color: #060301
}

.modal-backdrop.show {
  opacity: .9
}

.modal {
  padding: 0 !important;
  overflow-y: auto
}

.modal::-webkit-scrollbar {
  width: 0;
  background-color: transparent
}

.modal::-webkit-scrollbar-thumb {
  background-color: transparent
}

.modal *::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, .75);
  border-radius: 5px
}

.modal *::-webkit-scrollbar-thumb {
  background: linear-gradient(#ffda91, #ffba49);
  border: solid 2px #000;
  border-radius: 5px;
}

.modal-dialog {
  max-width: 980px;
  padding: 0 !important
}

.modal-content {
  background-color: transparent;
  border: none;
  z-index: 1;
  border-radius: 10px
}

.modal-close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50%;
  border: none;
  border: 2px solid #705;
}

.modal-close-btn:before,
.modal-close-btn:after {
  width: 2px;
  height: calc(100% - 20px);
  background-color: #705;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .5s
}

.modal-close-btn:after {
  transform: rotate(-45deg)
}

.modal-close-btn:hover:before {
  transform: rotate(135deg);
  background-color: #f3df98
}

.modal-close-btn:hover:after {
  transform: rotate(-135deg);
  background-color: #f3df98
}

.modal-header {
  border: none;
  border-radius: 15px;
  background-image: linear-gradient(#fff, #fff, #f3df98);
  padding: 1px;
  overflow: hidden;
  flex-wrap: wrap
}

.modal-banner {
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: auto;
  background-image: url(../img/modal-banner-bg.png);
  background-size: cover;
  background-position: top center;
  border-radius: 15px 15px 0 0;
  padding: 15px 0 10px
}

.modal-banner .modal-logo {
  font-family: 'Jua', 'SCoreDream';
  color: #dbc26b;
  font-size: 3em;
  margin: 5px auto 15px;
  width: 120px;
  display: inline-block;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .0));
  text-align: center;
}

.modal-title {
  margin: 0 50px;
  position: relative;
}

.modal-title .modal-icon {
  text-align: center;
  ;
  width: 114px;
  height: 90px;
  color: #705;
  font-size: 36px;
  margin: 0 auto;
  text-shadow: 0 1px 2px #000, 0 0 15px rgba(255, 255, 255, .5);
  padding-top: 10px;
}

.modal-title .title-panel {
  margin: 5px 0 0
}

.modal-title .title {
  width: 100%;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 1px 5px #705;
}

.modal-title .sub {
  width: 100%;
  display: inline-block;
  color: #705;
  font-size: 18px;
  letter-spacing: 5px;
  vertical-align: top;
  font-weight: 1000;
}

.modal-head-panel {
  width: 100%;
  min-height: 34px;
  position: relative;
  margin: 45px auto 20px;
  padding: 0 30px;
  color: #fff;
}

.modal-head-panel .btn-grp button {
  width: 110px;
  height: 34px;
  margin-left: 8px;
  font-size: 12px
}

.ask-link {
  color: #fff;
  font-size: 12px;
  display: inline-block
}

.ask-link:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000, 0 0 10px rgba(255, 255, 255, .3)
}

.ask-link span {
  transition: 0s
}

.ask-link .icon {
  color: #ffd989;
  font-size: 14px;
  transition: .3s
}

.ask-link:hover .icon {
  color: var(--red);
  transform: translateX(5px)
}

.modal-body {
  background-color: #e0aa4fc4;
  border-radius: 10px;
  margin: 5px 0 0;
  padding: 0 30px 40px;
  height: calc(100% - 140px);
  border: 3px solid var(--main-color-);
  border-radius: 10px;
}


/*모달2 (머니전환)*/
.link_area a {
  padding: 7px 14px;
  background: #a38b33c4;
  border-radius: 5px;
  color: #fff;
}

.link_area {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
}

.modal-body2 .con {
  width: 70%;
  margin: 20px auto;
}

.modal-body2 .con dl dt {
  color: #fff;
  margin: 30px 0 5px;
}

.modal-body2 .con dl dt img {
  width: 20px;
}

.modal-body2 .btn_area ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.modal-body2 .btn_area ul li {
  background: #625646;
  border-radius: 5px;
  width: 16%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.modal-body2 .btn_area ul li.edit_btn {
  background: #a34140;
  cursor: pointer;
}

.modal-body2 .btm_btn ul {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  width: 80%;
  margin: 30px auto 0
}

.modal-body2 .btm_btn ul li {
  width: 32%;
}

.modal-body2 .btm_btn ul li:last-child {
  margin-right: 0;
}

.modal-body2 .btm_btn ul li button {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  background: #ffd989;
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 6px -1px #3c3c3c
}

.modal-body2 .btm_btn ul li.cancle_btn button {
  display: block;
  background: #c0472b;
  color: #fff;
}





/* 스크롤 */
.livesports_wrap .center_area_wrap .top_menu_slide::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.livesports_wrap .center_area_wrap .top_menu_slide::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: #c8c8c8;
}

.livesports_wrap .center_area_wrap .top_menu_slide::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}

.livesports_wrap .center_area_wrap .top_menu_slide::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}

/* 스크롤 */
.livesports_wrap .center_area .center_box01_wrap::-webkit-scrollbar,
.livesports_wrap .center_area .center_box02_wrap::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.livesports_wrap .center_area .center_box01_wrap::-webkit-scrollbar-track,
.livesports_wrap .center_area .center_box02_wrap::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: #c9aa8d;
}

.livesports_wrap .center_area .center_box01_wrap::-webkit-scrollbar-thumb,
.livesports_wrap .center_area .center_box02_wrap::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}

.livesports_wrap .center_area .center_box01_wrap::-webkit-scrollbar-corner,
.livesports_wrap .center_area .center_box02_wrap::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}



/* 스크롤 */
.content_list_inner::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.content_list_inner::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: #c8c8c8;
}

.content_list_inner::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color3-);
  border: 4px solid var(--scroll-color3-);
  border-radius: 30px;
}

.content_list_inner::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color3-);
}



/* 스크롤 */
.livesports_wrap .left_side .top_leg_wrap::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.livesports_wrap .left_side .top_leg_wrap::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.livesports_wrap .left_side .top_leg_wrap::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color3-);
  border: 4px solid var(--scroll-color3-);
  border-radius: 30px;
}

.livesports_wrap .left_side .top_leg_wrap::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color3-);
}



/* 스크롤 */
.select_zone .cont_wrap::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.select_zone .cont_wrap::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.select_zone .cont_wrap::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color-);
  border: 4px solid var(--scroll-color-);
  border-radius: 30px;
}

.select_zone .cont_wrap::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color-);
}


/* 스크롤 */
.set_folder .list_wrap::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.set_folder .list_wrap::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.set_folder .list_wrap::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}

.set_folder .list_wrap::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}




/* 스크롤 */

.livesports_wrap .left_side_wrap::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.livesports_wrap .left_side_wrap::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.livesports_wrap .left_side_wrap::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}


.livesports_wrap .left_side_wrap::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}



.livesports_wrap .right_side::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.livesports_wrap .right_side::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.livesports_wrap .right_side::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}


.livesports_wrap .right_side::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}








.tab_con_st01 .right::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.tab_con_st01 .right::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: var(--scroll-bg-);
}

.tab_con_st01 .right::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color2-);
  border: 4px solid var(--scroll-color2-);
  border-radius: 30px;
}


.tab_con_st01 .right::-webkit-scrollbar-corner {
  /*  상하+좌우 스크롤이 만나는 공간   */
  background-color: var(--scroll-color2-);
}

.page_st01 .right .box:hover {
  border: 2px solid var(--main-color-);
}

.page_st01.lotus_wrap {
  min-height: 60vh;
  align-items: flex-start;
}

.page_st01.lotus_wrap .left .move_img {
  width: 85%;
  margin-left: 20%;
  margin-top: 3%;
  z-index: -1;
}

.page_st01.lotus_wrap .right .box_wrap {
  justify-content: flex-start;
}

.page_st01.lotus_wrap .right .box {
  width: 23%;
  margin-right: 10%;
  margin-bottom: 20px;
}

.page_st01.lotus_wrap .right .box .txt {
  text-align: center;
  font-size: 1.35em;
  margin-top: -35px;
  color: #818181;
}

.lotus-tit {
  display: block;
  float: left;
  color: #000;
  margin: 10px 50px 10px 10px;
  border: 2px solid var(--main-color-);
  border-radius: 10px;
  text-align: left;
}

.lotus-tit {
  clear: both;
  width: 97%;
  font-size: 1.4em;
  padding: 5px 0px 5px 10px;
  line-height: 33px;
  vertical-align: middle;
}

.lotus-bet-top,
.lotus-bet-bot {
  padding: 0 !important;
  width: 97%;
  float: left;
  margin-left: 1.5%;
}

.lotus-bet-inner {
  position: relative;
  padding-left: 10px !important;
  padding: 0 !important;
  float: left;
  width: 49%;
  margin-right: 1%;
}

.lotus-bet-inner-tit {
  width: 100%;
  padding-left: 4px !important;
  padding: 0px !important;
  margin-bottom: 4px !important;
  margin-top: 20px;
  font-size: 11pt;
  color: #000;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  float: left;
}

.lotus-bet-inner-cont {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #ddd;
  overflow-x: hidden;
  height: 24px;
  margin-bottom: 5px !important;
}

.lotus-bet-inner-btn {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  overflow-x: hidden;
  padding-right: 1px !important;
  width: 50%;
  margin: 0 10px;
}

.lotus-betting-btn.on,
.lotus-betting-btn:hover {
  background-color: #d42b83;
  transition: .3s all;
  border-color: #000;
}

.lotus-betting-btn {
  background-color: transparent;
  background-image: none;
  border: 2px solid #d42b83;
  border-radius: 10px;
  color: #aaa;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 99%;
  transition: .5s all;
  margin-right: 1%;
}

.list-box-mg {
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #ddd;
  overflow-x: hidden;
  font-size: 19pt;
}

.hva-txt {
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
}

.text-blue {
  color: #0072ff !important;
}

.text-red {
  color: #b8342d !important;
}

.text-black {
  color: #000 !important;
}

.text-green {
  color: #73aa0a !important
}

.width-70 {
  width: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.bg-black7 {
  border: 2px solid var(--main-color-);
}

.rounded-corner {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.f-s-15 {
  font-size: 13px !important;
}


.text-white {
  color: #000;
}

.lotus-betting-btn:hover .text-white,
.lotus-betting-btn.on .text-white {
  color: #fff;
  transition: .3s all
}

.lotus-betting-btn:hover .text-blue,
.lotus-betting-btn.on .text-blue {
  color: #fff !important;
  transition: .2s all
}

.lotus-betting-btn:hover .text-red,
.lotus-betting-btn.on .text-red {
  color: #fff !important;
  transition: .2s all
}

.lotus-betting-btn:hover .text-black,
.lotus-betting-btn.on .text-black {
  color: #fff !important;
  transition: .2s all
}

.lotus-betting-btn:hover .text-green,
.lotus-betting-btn.on .text-green {
  color: #fff !important;
  transition: .2s all
}

.lotus-betting-btn:hover .text-blue .bg-black7 {
  background: #0072ff;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn:hover .text-red .bg-black7 {
  background: #b8342d;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn:hover .text-black .bg-black7 {
  background: #000;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn:hover .text-green .bg-black7 {
  background: #73aa0a;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn.on .text-blue .bg-black7 {
  background: #0072ff;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn.on .text-red .bg-black7 {
  background: #b8342d;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn.on .text-black .bg-black7 {
  background: #000;
  transition: .3s all;
  border-color: #fff;
}

.lotus-betting-btn.on .text-green .bg-black7 {
  background: #73aa0a;
  transition: .3s all;
  border-color: #fff;
}

.lotus-bacca-inner {
  position: relative;
  padding-left: 10px !important;
  padding: 0 !important;
  float: left;
  width: 32%;
  margin-right: 1%;
}

.lotus-tie-inner {
  margin-top: 60px;
  position: relative;
  padding-left: 10px !important;
  padding: 0 !important;
  float: left;
  width: 32%;
  margin-right: 1%;
}

.lotus-bacca-inner-btn {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  padding-right: 1px !important;
  width: 98%;
  margin: 5px 10px;
}

.lotus-bacca-tie-btn {
  margin-top: 45%;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  padding-right: 1px !important;
  width: 98%;
  margin: 0 10px;
}

.lotus-popup-wrap {
  border: none;
  border-radius: 15px;
  padding: 1px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
}

.lotus-popup-banner {
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  padding: 15px 0 10px;
}

.lotus-popup-title {
  margin: 0 50px;
  position: relative;
}

.lotus-popup-title .title-panel {
  margin: 5px 0 0;
}

.lotus-popup-title .title {
  width: 100%;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 1px 5px var(--main-color-);
  margin-top: 300px;
}

.lotus-pop-content-wrap {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.lotus-bet-lock {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 100px;
  border-radius: 10px;
  background-color: #222;
  background-size: 100% 100%;
  opacity: 0.9;
  min-width: 100%;
  text-align: center;
  height: 290px;
}

.lotus-lock-img {
  margin-top: 80px;
  position: relative;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
}

.lotus-lock-img img {
  opacity: 2 !important;
  width: 60%;
}

.lotus-bacca-bet-lock {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 80px;
  border-radius: 10px;
  background-color: #222;
  background-size: 100% 100%;
  opacity: 0.9;
  min-width: 100%;
  text-align: center;
  height: 270px;
}

.lotus-bacca-lock-img {
  margin-top: 80px;
  position: relative;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
}

.lotus-bacca-lock-img img {
  opacity: 2 !important;
  width: 60%;
}

.sc-btn.slot-only .g-panel {
  background-color: transparent;
  padding: 3px;
}

.event_popup_open .pic {
  width: 100%;
  height: 188px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/event_thum-self.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  transition: 1s;
}

.event_popup_open .pic .title {
  width: 100%;
  height: 188px;
  vertical-align: middle;
  padding-top: 60px;
  font-size: 40px;
  color: #f6567e;
  font-weight: 1000;
}

.event_popup_open .pic .event-short-info {
  font-size: 15px;
  color: #fff;
}

.event_popup_open:hover .pic {
  transform: scale(1.1);
}

/*
.event_popup_open:hover .title span {transform: scale(1.2);transition: .3s all ease-out}*/

.event_popup_open .title span {
  display: inline-block;
}

.color-green {
  color: #18ff00;
  font-weight: 1000;
}

.color-red {
  color: #b8342d;
  font-weight: 1000;
}

.color-blue {
  color: #2c5cbf;
  font-weight: 1000;
}

.color-yellow {
  color: #dfd53a;
  font-weight: 1000;
}

#graph::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

#graph::-webkit-scrollbar-thumb {
  background-color: #c7318e;
  border-radius: 10px;
}

#graph::-webkit-scrollbar-track {
  background-color: #ff9bd9;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

body::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: #c8c8c8;
}

body::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color3-);
  border: 4px solid var(--scroll-color3-);
  border-radius: 30px;
}

.event_popup .layer_inner .right::-webkit-scrollbar {
  /* 스크롤바 전체 영역 */
  width: 5px;
  height: 6px;
}

.event_popup .layer_inner .right::-webkit-scrollbar-track {
  /* 스크롤이 움직이는 영역  */
  background-color: #c8c8c8;
}

.event_popup .layer_inner .right::-webkit-scrollbar-thumb {
  /*  스크롤  */
  background-color: var(--scroll-color3-);
  border: 4px solid var(--scroll-color3-);
  border-radius: 30px;
}

.go-rcm {
  cursor: pointer;
}

.go-rcm:hover {
  background-color: var(--btnColor_001_h-);
  ;
}

footer img {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: relative;
}

.casino-tit-area {
  margin: 0 10px;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.casino-tit-area h2 strong {
  font-size: 25px;
}

.casino-tit-area h2 small {
  color: #999;
  font-size: 20px;
  font-weight: 100;
}

.tab_menu_st04,
.tab_menu_st05 {
  margin-top: 20px;
}

.login_popup_open.no-bg {
  background-color: transparent;
}

.page_st01.casino_wrap.no-mid {
  align-items: unset;
}

.header .top .center_wrap.marquee-area {
  width: 90%;
}

.notice-cont {
  padding: 0 !important;
  padding-bottom: 5px !important;
}

.notice-cont li:nth-child(2) {
  padding: 0 !important;
  width: calc(100% - 160px) !important;
}

.notice-cont li:nth-child(2) img {
  width: 100% !important;
}

.notice-cont img {
  width: auto !important;
}

.notice-tit-area {
  width: 100%;
  background-color: #ddd;
  padding: 15px 25px;
  margin-bottom: 20px;
}

.notice-tit-area img {
  width: 100%;
}

.notice-cont-area {
  padding: 20px 0;
  margin-bottom: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.notice-cont-area img {
  width: 100%;
}

.notice-bottom-area {
  width: 100%;
  text-align: center;
}

.notice-bottom-area button {
  padding: 10px 20px;
  background-color: #2d2d2d;
  border-radius: 5px;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  transition: 1s;
  margin-top: 20px;
}

.notice-bottom-area button:hover {
  filter: brightness(1.2);
}

.scrollFrame {
  -ms-overflow-style: none !important;
}

.scrollFrame::-webkit-scrollbar {
  display: none !important;
}

.right_side {
  width: 280px;
  background-color: #fff;
  position: fixed;
  top: 80px;
  right: 0;
  border: 1px solid var(--border-color2-);
  z-index: 4;
  overflow-y: scroll;
  transition: all .3s;
  height: calc(100vh - 80px);
  -ms-overflow-style: none;
}

.right_side::-webkit-scrollbar {
  display: none;
}

.have-cart {
  margin-right: 250px;
}

.list_st01 .in_con_open {
  transition: .3s;
}

.hidden {
  display: none !important;
}

.point-wrap {
  width: 80%;
  margin: 0 auto;
  min-height: calc(100vh - 730px);
  padding-bottom: 80px;
}

.point-top {
  width: 100%;
  margin: 50px 0 20px 0;
  overflow: auto;
}

.point-top-left {
  width: 50%;
  float: left;
}

.point-top-right {
  width: 50%;
  float: right;
  text-align: right;
}

.point-top-left button {
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  transition: .3s;
}

.point-top-left button:hover {
  background-color: #555;
}

.point-top-left span {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px 10px;
}

.point-top-right input {
  padding: 5px 10px;
}

.point-top-right button {
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  padding: 6px 10px;
  margin-right: 5px;
  transition: .3s;
}

.point-top-right button:hover {
  background-color: #555;
}

.menu01.main-p-hist .main-p-hist-hov {
  display: none;
}

.menu01.main-p-hist:hover .main-p-hist-hov {
  display: block;
}

.menu01.main-p-hist:hover .main-p-hist-img {
  display: none;
}

.menu01.main-c-hist .main-c-hist-hov {
  display: none;
}

.menu01.main-c-hist:hover .main-c-hist-hov {
  display: block;
}

.menu01.main-c-hist:hover .main-c-hist-img {
  display: none;
}

.main_ad_popup_bg{background:rgba(0,0,0,.5);position: fixed;left:0;top:0;width: 100%;height: 100%;z-index:10}
.main_ad_popup_wrap{position:fixed;top:0;left:0;display:block;width:100%;height:100%;margin:0 auto;z-index:999;}
.main_ad_popup_wrap .con_frame{display: block;justify-content: center;flex-wrap: wrap;}
.main_ad_popup_wrap .con_frame .box{margin-right:2%;position: absolute;z-index:11;display: none;width:22%;}
/*.main_ad_popup_wrap .con_frame .box .img_wrap{width: 419px;}*/
.main_ad_popup_wrap .con_frame .box .img_wrap img{width: 100%;}
.main_ad_popup_wrap .con_frame .box:last-child{margin-right: 0px;}
.main_ad_popup_wrap .con_frame .box.onon{display: block;}
/*.main_ad_popup_wrap .con_frame .box.d_none{display: none;}*/
.main_ad_popup_wrap .top{position: relative;background: var(--dark-main-c-);text-align: center;height: 54px;line-height: 54px;}
.main_ad_popup_wrap .top .close_area{position: absolute;right:10px; top:0px;}

.main_ad_popup_wrap .btnZone{width:100%;height:72px;display:flex;align-items:center;justify-content:center;background-color:#40455a;margin-top:-2px;}
.main_ad_popup_wrap .btnZone .btnP{border:0px;font-size:.8vw;padding:.7vw 3vw;border-radius:30px;background-color: #7c8797;color:#fff;}

.main_ad_popup_wrap .logo_font img{max-height:40px;}