@charset "utf-8";

body {
  background: transparent;
}
.outerWrap {
  background: #121522;
  max-width: 600px;
  width: 100%;
  margin:0 auto;
  min-height: 100vh;
  height: 100%;
  padding-bottom: 90px;
}
input {
  border:0;
  outline:0;
}
header {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0A0C1E;
}
.btn_back {
  position: absolute;
  left: 16px;
  top: 20px;
}
.btn_back img {
  height: 20px;
}
header h1 {
  color:#FFCF1D;
  font-size: 20px;
}

/* 로그인창 */
.page_login {
  padding:42px;
}
.page_login .logo {
  text-align: center;
  margin:5px auto 48px;
}
.page_login .logo img {
  width: 94px;
  margin: 0 auto;
}

.page_login input {
  margin-bottom: 14px;
  background: #fff;
  border-radius: 23px;
  height: 46px;
  width: 100%;
  padding-left: 23px;
}
.page_login input::placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.btn {
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  font-size: 15px;
  font-weight:900;
}
.bg_yellow {
  color: #702800 !important;
  text-shadow: 0px 0px 2px #FF800B !important;
  background: url(../images/bg_btn_yellow.png) 50% /contain no-repeat;
}
.bg_navy {
  font-size: 12px;
  color: #fff !important;
  background: url(../images/bg_btn_navy.png) 50% /contain no-repeat;
}
.btn_login{
  width: 161px;
  height: 34px;
}
.page_login .btn_idpw {
  display: block;
  margin:0 auto;
  text-align: center;
  color:#fff;
  margin:14px 0 28px;
}
.page_login .btn_join {
  height: 34px;
  width: 100%;
}
.page_login .comment {
  color:#fff;
  text-align: center;
  margin-top: 5px;
  font-size:10px;
  font-weight: 300;
}
footer {
  color:#fff;
  position:relative;
  width: 100%;
  text-align: center;
  font-size:12px;
  font-weight: 300;
  margin-top: 50px;
  padding-bottom: 50px;
}

/* 출금하기 */
.page_withdraw {
  padding: 8px 16px;
}
.bg_gradient_navy { 
  background: linear-Gradient(to bottom, #303A5F, #202744)
}
.bg_gradient_navy2 { 
  background: linear-Gradient(to bottom, #303650 95% , #0A0C1E 99%)
}
.infobox {
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.infobox * {
  color:#fff;
}
.infobox .left img {
  width:36px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infobox .right,
.infobox .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.infobox .right {
  justify-content: flex-end;
}
.infobox .left b {
  font-size: 15px;
  margin-left: 5px;
}
.infobox .right span {
  position: relative;
  top: 3px;
  margin-left: 2px;
  font-size: 15px;
}

.color_gold {
  display:inline-block;
  font-size: 25px;
  background: -webkit-linear-gradient(#FFE70E, #FFFF81, #FFC310, #FFAE11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 30px;
  line-height: 30px;
  font-weight: 900;
}

.color_silver {
  display:inline-block;
  font-size: 25px;
  background: -webkit-linear-gradient(#909090, #DEDEDE, #9E9E9E, #464646);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 30px;
  line-height: 30px;
  font-weight: 900;
}

.color_brown {
  display:inline-block;
  font-size: 25px;
  background: -webkit-linear-gradient(#6B3D07, #CC6B13, #FF9F10, #6B4306);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 30px;
  line-height: 30px;
  font-weight: 900;
}
.title{
  color:#fff;
  font-size:14px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.title b {
  font-weight: 500;
}
.title span {
  font-size:10px;
  font-weight: 100;
}
.formStyle {
  padding: 20px;
  border-radius: 4px;
}
.formStyle select,
.formStyle input {
  width: 100%;
  background: none;
  border: 0;
  padding: 18px 0;
  border-bottom:1px solid #fff;
  color:#fff;
}
.formStyle input {
  border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.formStyle select {
  background: url(../images/arrow_down.png) right /10px no-repeat;
  color:#fff;
  font-weight: bold;
}
.formStyle input::placeholder {
  color:rgba(255, 255, 255, 0.5);
}
.formStyle .line {
  position: relative;
}
.formStyle .right_text {
  position: absolute;
  right: 0;
  font-size:15px;
  font-weight: 300;
  top:20px;
  color:#fff;
}
.infobox.other {
  padding: 20px 0 0;
}

.infobox.other img {
  width: 24px;
}
.underText {
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.4;
}
.underText p {
  color:#fff;
}
.c_red {
  color:#FF4242 !important;
}

.btn_withdraw {
  width: 244px;
  height:53px;
  font-size: 24px;
}

.rankingTable {
  padding-bottom: 20px;
}
.rankingTable table {
  background: none;
  color:#fff;
}
.rankingTable table th {
  background: #121522;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}
.rankingTable table td {
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  text-align: center;
  padding: 14px 0;
}
.rankingTable table tr {
  padding: 5px;
}
.rankingTable table tr:last-child td {
  border-bottom: 0;
}
.rankingTable table td .no {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankingTable table td .no img {
  width:25px;
}
.rankingTable table td .no1 img {
  width: 30px;
}
.rankingTable table td .no .icon {
  width:35px;
  text-align: center;
}
.rankingTable table td .no span {
  font-size: 15px;
}
.rankingTable table tbody {
}
.table_td {
  padding: 0 14px;
}

.infobox.box2 {
}
.infobox.box2 .left img {
  width:auto;
  max-width: 51px;
  max-height: 55px;
}
.infobox.box2 .left .iconbox {
  text-align: center;
  margin-right: 10px;
  width: 60px;
}
.infobox.box2 .left .iconbox p {
  font-size: 10px;
  margin-top: 5px;
}
.infobox.box2 .left b {
  line-height: 1.4;
  font-weight: 500;
}
.infobox.box2 .right.other {
  display: block;
  text-align: right;
}
.infobox.box2 .right.other b {
  font-size:20px;
}
.infobox.box2 .right.other p {
  font-size:10px;
  margin-top: 2px;
  font-weight: 100;
}

.title2 {
  text-align: center;
  color:#fff;
  font-size:15px;
  margin:10px 0;
  font-weight: 300;
}

.infobox.active {
  border: 3px solid #fff;
}

.btmFixed {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color:#fff;
}
.btmFixed p {
  margin-top: 5px;
  font-size:12px;
}

.mypagelist {
  padding:0 27px;
  margin-bottom: 50px;
}
.mypagelist li {
  padding: 16px 0;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.mypagelist li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mypagelist li a img {
  width: 26px;
  margin-right: 13px;
}
.mypagelist li a span {
  color:#fff;
  font-size:20px;
}