/*#rank_popup { width: 820px;}*/


.game_event_tb tbody tr td { 
  border: 1px solid #cdcdcd; 
  border-left: none;
  height: 40px; 
  max-width: 500px; 
  padding-right: 10px;
}
.game_event_tb tbody tr td:last-child { border-right: none; border-left: 1px solid #cdcdcd; }
.game_name { text-align: center; padding: 14px 0; color: #1252b6; font-weight: 700;}
.event_class { text-align: center; background-color: #e6f0ff !important; }
.class_bg_w { background-color: #ffefec !important;}

.game_rank_tb { margin: 0 auto;}

#rank_popup > p { font-size: 14px;}
.rank_class { height: 35px; background-color: #c7c7c7;}
.game_rank_tb { border-collapse: collapse;}
.game_rank_tb thead tr td { padding-bottom: 10px;}

.rank_input { height: 75px;}
.rank_input td { width: 100px;}
.rank_input td:first-child { width: 160px;}
.rank_input td:last-child { width: 80px;}
.rank_input td input { 
  width: 80px; 
  padding: 4px 8px;
  cursor: pointer;
} 
.rank_input_r {
  background-color: #ffe335;
  border: 1px solid #d4ac3c;
  border-radius: 2px;
}
.rank_input_wd {
  background-color: #ebebeb;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
}
.close_btn {
  display: block;
  margin: 25px 350px;
}
/*#txtmsg1, #txtmsg2, #txtmsg3, #txtmsg4, #txtmsg5 {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  color: #ff5e5e;
}*/
#fwrite .gray_btn { margin: 40px auto 0; display: block; }



.notice_div {
  padding: 0.7rem 1rem;
  background: #eff5ff;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ul_list_div {
  width: 100%;
  border-top: 0.15rem solid #4972F8;
  display: block;
  overflow: hidden;
}
.ul_list_div:after {
  content: "";
  display: block;
  position: absolute;
  clear: both;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #5b5b5b;
}
.ul_list_div ul li {
  float: left;
  width: 100%;
  border-bottom: 0.1rem solid #b2b2b2;
}
.ul_list_div ul li dl {
    width: 100%;
    /* font-size: 0; */
    vertical-align: top;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
/*    height: 2.5rem;*/
}
.ul_list_div ul li dl dt {
      width: 20%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #eff5ff;
    border-right: 0.1rem solid #b2b2b2;
}
.ul_list_div ul li dl dd {
  display: block;
    float: right;
    width: 80%;
    /* border-bottom: 1px solid #e7ebff; */
    /* padding-left: 20px; */
    padding: 5px 0 5px 20px;
}
.ul_list_div ul li dl dt span {
    display: block;
    position: absolute;
    left: 2%;
    width: 96%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.li_pad { padding: 10px 0; }
.table { 
  border-collapse: collapse; 
  border-top: 0.15rem solid #4972F8;
  position: relative;
}
.table:after {
  content: "";
  display: block;
  position: absolute;
  clear: both;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #5b5b5b;
}
.table caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/*.table thead th { border: 0px }*/
.table th { 
  border: 0.1rem solid #b2b2b2;
  border-left: none;
  height: 2.5rem; 
  background-color: #eff5ff; 
  text-align: center;
  padding: 0 0.8rem;
  font-weight: 500;
  font-size: 0.9rem;
}
.table th:last-of-type { border-right: none; }
.table td { 
  border: 0.1rem solid #b2b2b2; 
  border-left: none;
  height: 2.5rem; 
  background-color: #fff; 
  padding: 0 0.8rem;
  font-size: 0.9rem;
}
.table td:last-of-type { border-right: none; }

.guidebox {
  padding: 0.7rem 1rem;
  background: #eff5ff;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.table select {  }
.table select, .input_txt { 
  height: 30px; 
  width: 100%; 
  border: 0.1rem solid #b2b2b2; 
  border-radius: 4px;
  padding-left: 5px;  
}
.list_input { width: 20%; }
.gray_input_btn {
  border: 0.1rem solid #969696;
  background-color: #f3f3f3;
  color: #6b6b6b;
  border-radius: 0.3rem;
  padding: 0.1rem 0.8rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.gray_input_btn:hover {
  background-color: #8b8b8b;
  color: #fff;
}
.input_btn01, .btn01  { 
  border: 0.1rem solid #593BFF;
  background-color: #593BFF;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  height: 41px;
}
.a_btn01 {
  border: 0.1rem solid #593BFF;
  background-color: #593BFF;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block; 
  /*position: relative; 
  top: 1.5px; */
}
.input_btn01:hover, .btn01:hover, .a_btn01:hover {
  background-color: #210aa4;
  border-color: #210aa4;
  color: #fff;
}
.input_btn02, .btn02  { 
  border: 0.1rem solid #4972f8;
  background-color: #4972f8;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  height: 35px;
}
.a_btn02 {
  border: 0.1rem solid #4972f8;
  background-color: #4972f8;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block; 
  position: relative; 
  height: 35px;
/*  top: 1.5px; */
}
.input_btn02:hover, .btn02:hover, .a_btn02:hover {
  background-color : #0f3080;
  border-color: #0f3080;
  color: #fff;
}
.input_btn03, .btn03  { 
  border: 0.1rem solid #66c3d3;
  background-color: #66c3d3;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff; /*#717171 짙은 회색*/
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  height: 35px;
}
.a_btn03 {
  border: 0.1rem solid #66c3d3;
  background-color: #66c3d3;
  border-radius: 0.3rem;
  padding: 0.21rem 0.8rem;
  transition: 0.3sease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  c
  top: 1.2px;
}
.input_btn03:hover, .btn03:hover, .a_btn03:hover {
  background-color: #026c7e;
  border-color: #026c7e;    
  color: #fff;
}
.btn03_on {
  background-color: #026c7e;
  border-color: #026c7e;    
  color: #fff;
}

.input_btn04, .btn04  { 
  border: 0.1rem solid #026c7e;
  background-color: #026c7e;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff; /*#717171 짙은 회색*/
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  height: 35px;
  width: 150px;
}
.a_btn04 {
  border: 0.1rem solid #026c7e;
  background-color: #026c7e;
  border-radius: 0.3rem;
  padding: 0.21rem 0.8rem;
  transition: 0.3sease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  width: 150px;
  top: 1.2px;
}
.input_btn04:hover, .btn04:hover, .a_btn04:hover {
  background-color: #66c3d3;
  border-color: #66c3d3;    
  color: #fff;
}
.btn04_on {
  background-color: #026c7e;
  border-color: #026c7e;    
  color: #fff;
}

.input_btn05, .btn05  { 
  border: 0.1rem solid #4972f8;
  background-color: #4972f8;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  height: 41px;
  width: 150px;
}
.a_btn05 {
  border: 0.1rem solid #4972f8;
  background-color: #4972f8;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block; 
  width: 150px;
  /*position: relative; 
  top: 1.5px; */
}
.input_btn05:hover, .btn05:hover, .a_btn05:hover {
  background-color: #0f3080;
  border-color: #0f3080;
  color: #fff;
}
.gray_btn { border: 0.1rem solid #8b8b8b !important; background-color: #fff !important; color: #595959 !important; }
.gray_btn:hover { border: 0.1rem solid #595959 !important; background-color: #595959 !important; color: #ffffff !important; }
.red_btn { border: 0.1rem solid #ff1919 !important; background-color: #ff1919 !important; }
.red_btn:hover { border: 0.1rem solid #9f0a0a !important; background-color: #9f0a0a !important; }

.list_a { color: #4972F8; margin-left: 10px; }