.tab_btn {
  position: fixed;
  bottom: 0;
  background: #4284ff;
  /* background: rgb(91, 16, 189); */
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 60px;
  text-align: center;
}
.tab_btn ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.tab_btn ul li {
  width: 20%;
  opacity: 0.5;
}
.tab_btn ul li.active {
  opacity: 0.9;
}
.tab_icon {
  width: 25px;
  margin: 0 auto;
  filter: brightness(10) invert(1);
}
.tab_name {
  font-size: 10px;
  font-weight: bold;
  margin-top: 2px;
}
.log01 {
  display: none;
}
.tab_btn ul li.on .log02 {
  display: none;
}
.tab_btn ul li.on .log01 {
  display: block;
}

.tab_btn ul li.on .tab_icon {
  transform: rotate(180deg);
}

.sec_login {
  margin-top: 60px;
}
.section_logo {
  width: 200px;
  margin-bottom: 60px;
}

.login_password {
  margin-bottom: 10px;
}
.login_04.s1 {
  margin-top: 10px;
}
label {
  /* display: flex; */
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
.sec04_cont_0202 {
  margin-top: 30px;
}
.check_label01 {
  color: rgba(0, 0, 0, 0.7);
}
.sub_tit > p {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 18px;

  display: inline-block;
}
.is_01 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
}
.is_01 ul {
  display: flex;
  justify-content: space-between;
}
.is_01 ul li {
}
.is_left_01 {
  opacity: 0.7;
}
.is_left_02 {
  font-weight: bold;
}
.pg_top {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 12px;
}
.pg_top ul {
}
.pg_top ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px !important;
  font-size: 14px;
}
.fwb {
  font-weight: bold;
}
.sudol_wrap02 ul li {
  margin-bottom: 15px !important;
}
.sudol_wrap02 {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-top: 20px;
}
.sudol02 {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
}
.sudol_wrap02 .check_wrap {
  margin-bottom: 10px;
}
.sudol_wrap02 label {
  display: flex;
  justify-content: space-between;
}
.sudol_check02 {
  font-size: 14px;
}
.sudol031 {
  font-weight: 600;
  margin-bottom: 10px;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.sudol_check {
  display: flex;
}
.sudol_check02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.koko {
  margin-top: 30px;
  position: relative;
}
.sudol031 .red {
  font-size: 14px;
  font-weight: 800;
  color: rgb(226, 16, 16);
  margin-left: 10px;
  vertical-align: middle;
}
.input_cash {
  position: relative;
}
.input_cash:after {
  content: "원";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  opacity: 0.7;
}
.sugang_10 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 17px;
}
.tab_icon.active {
  transform: rotate(180deg);
}
.nap {
  margin: 30px 0;
}
.koko {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #f9f9f9;
}
.koko02 {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #f9f9f9;
}
.koko_tit {
  margin-bottom: 20px;
}
.koko_cont {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 2px;
  line-height: 80px;
  font-weight: 100;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}
.koko_cont02 {
  width: 250px;
  margin: 0 auto;
}
.koko_cont input {
  /*  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; */
}
.koko_cont03 ul {
}
.koko_cont03 ul li {
  position: relative;
  font-size: 15px;
}
.koko_cont03 p {
  color: rgb(226, 16, 16);
  font-weight: bold;
  display: inline-block;
}
.koko_cont03 p i {
  color: #666;
}
.koko_cont03 ul li .input_poa {
  position: absolute;
  width: 150px;
  height: 90%;
  opacity: 0;
}
.upload-name {
  border: none;
  width: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.koko_file_name {
  display: inline-block;
  position: absolute;
  right: 80px;
}
.koko_file_name p {
  color: #666 !important;
  font-weight: 200;
}
.pay100_tit {
  text-align: center;
  color: #666;
}
.pay100_tit02 {
  text-align: center;
  margin-top: 10px;
  font-size: 34px;
}
.tit_name01 {
  font-weight: 900;
}
.tit_name02 {
  font-weight: 300;
}
.pay100_second {
  margin-top: 30px;
  font-weight: 400;
  color: #777;
  font-size: 15px;
}
.pay100_second ul {
  display: flex;
  flex-wrap: wrap;
}
.pay100_second ul li {
  text-align: center;
  background: #fff;

  padding: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  width: 48%;
  margin-right: 4%;
}
.pay100_second ul li:nth-child(even) {
  margin-right: 0;
}
.pay100_second ul li:last-child {
  width: 100%;
  margin-right: 0;
}
.pay100_wrap {
  padding: 20px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
}
.pg_exp01 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}
.pg_exp02 {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.pg_point {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}
.pg_point01 {
  font-weight: 500;
  color: #666;
}
.pg_point02 {
  font-weight: bold;
}
.file_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
/* .file_img_wrap {
  position: absolute;
  width: 120px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 */
#preview {
  width: 120px;
  margin: 0 auto;
  margin-top: 20px;
}
.koko_cont03 label {
  color: rgb(226, 16, 16);
  font-weight: bold;
}
.koko_cont03 label i {
  color: #666;
}
.nap ul li {
  margin-bottom: 20px;
}
.date label input {
  position: static;
}
.date label {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 99;
}
.pay05 {
  color: #4284ff;
  font-weight: bold;
  background: #ffc400;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.supay_point_wrap .check_wrap {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.supay_point_wrap {
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  background: #4284ff;
}
ㅈㅈ .supay_point_wrap ul li {
  margin-bottom: 10px;
}
.supay_point_wrap ul li:last-child {
  margin-bottom: 0;
}
.supay_point {
  font-weight: bold;
}
.abc_info {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.supay_store {
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 12px;
  border-radius: 12px;
  background: #4284ff;
}
.sec05_cont {
  background: #4284ff;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.yujin_input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.supay_store ul {
}
.supay_store ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
}
.tab_btn ul li.on .log02 {
  display: none;
}
.tab_btn ul li.on .log01 {
  display: block;
}

.tab_btn ul li.on .tab_icon {
  transform: rotate(180deg);
}
