﻿@charset "utf-8";
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kt_apply .logo {
  width: 288px;
}
.right_menu {
  width: auto;
}
.btn_fill_org {
  background-color: #ee7800;
  color: #fff !important;
  border-radius: 4px;
}
.DIBL {
  display: inline-block !important;
}

.main-con {
  width: 100%;
  height: 100vh;
  background: url(../images/kt_apply/intro_pc.jpg) no-repeat center/cover;
  position: relative;
}
.w640 {
  width: 100%;
  height: auto !important;
  max-width: 640px;
  margin: 0 auto;
}
.w640 a {
  display: flex;
  justify-content: center;
  width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.w640 a:nth-of-type(1) {
  padding-bottom: 0px;
  margin-top: 30px;
}
.w640 a > img {
  width: 100%;
}
.w640 a + a {
  margin-top: 2rem;
}
.btn_qr {
  position: fixed;
  right: 18vw;
  top: 70%;
  transform: translate(-50%, -50%);
}

.member_wrap_apply {
}
.member_wrap_apply h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member_wrap_apply h4 span {
  font-size: 1.3rem;
}

.tbSty5 {
}
.tbSty5 select,
.tbSty5 input[type="text"] {
  width: 100%;
}
.tbSty5 td {
  padding: 5px;
}
.tbSty5 tr th {
  text-align: center;
  word-break: keep-all;
  padding: 10px 0;
}
.tbSty5 tr th.text {
  font-size: 1.3rem;
  font-weight: 400;
  word-break: keep-all;
}
.tbSty5 td.disabled {
  position: relative;
}
.tbSty5 td.disabled::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(165, 165, 165, 0.1);
}
.tbSty5 .dcheck {
  height: 100%;
  line-height: 40px;
  font-weight: 400;
  font-size: 1.5rem;
}
.tbSty5 .dcheck img {
  width: 28px;
  display: block;
  margin: 8px auto 0;
  font-size: 1.5rem;
}

.ico_pop {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.ico_pop img {
  width: 100%;
}

.kt_agree label {
  width: max-content;
}
.kt_agree dt {
  display: flex;
  justify-content: space-between;
}
.kt_agree dt .atit {
  padding-left: 30px !important;
  text-indent: -20px;
}
.kt_agree dt .atit_no {
  padding-right: 10px;
}
.kt_agree dt .inputSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.ly_footer {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.ly_footer button {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.ly_cont .img {
  padding-bottom: 40px;
}
.ly_cont .img img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.tbSty5 td .btn {
  position: relative;
  top: 0;
}
.inputSet .schInput .btn_full_gry {
  line-height: 34px;
}
.inputSet .schInput .meminput {
  border-bottom: 1px solid #e0e0e0;
}

div[class^="lykt"] {
  max-height: 700px;
}

/* ===== 어드민 login ===== */
.login-logo {
  padding-bottom: 40px;
}
.login-contents {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  height: 640px;
  overflow: hidden;
  margin: 90px auto 0;
}
.login-contents .right {
  width: 520px;
  padding: 70px;
  background-color: #fff;
}
.login-contents .right h2.login {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.06rem;
  color: #111;
  padding-bottom: 30px;
}
.btn-main {
  width: 100%;
  height: 90px !important;
}
.main-input {
  width: 100%;
  height: 60px !important;
}
.login-contents .checkbox-wrap label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.login-contents .checkbox-wrap {
  padding-bottom: 40px;
}

/* kt 교원라이프 접수현황 */
#kt_admin .login-logo {
  text-align: center;
}
#kt_admin h1 {
  text-align: center;
  font-weight: 900;
  padding-bottom: 58px;
}
#kt_admin.login-bg {
  background: #e5e5e5 url(../images/bg_login.svg) no-repeat center / cover;
}
#kt_admin input.main-input {
  margin-bottom: 16px;
  border-radius: 6px;
}
#kt_admin input.main-input:hover,
#kt_admin input.main-input:focus {
  border-color: #000;
}
#kt_admin .btn-primary.btn-main {
  width: 100%;
  height: 90px;
  background-color: #000;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  border-radius: 200px;
}
#kt_admin .btn-primary.btn-main:hover,
#kt_admin .btn-primary.btn-main.on,
#kt_admin .btn-primary.btn-main.focus {
  background-color: #000;
}
#kt_admin input[type="text"],
#kt_admin input[type="password"] {
  font-size: 18px !important;
}

.kt_apply_wrap {
  min-width: 1200px;
}
.kt_apply_wrap h2 {
  font-weight: 600;
}
.kt_apply_wrap .text-gray {
  font-size: 14px;
  color: #222;
}
.kt_apply_wrap .text-gray span {
  color: #f60000;
}
.kt_apply_wrap .flex {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px;
}
.kt_apply_wrap .flex .flex-box {
  width: 33%;
}

/* 가입 */
.kt_apply .tab_wrap {
  margin: 20px 0 -10px !important;
}
.kt_apply .tab_wrap ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.kt_apply .tab_wrap ul li {
  font-size: 1.6rem;
  width: 50%;
  text-align: center;
  font-weight: 600;
  background: #e0e0e0;
  padding: 15px 0;
  cursor: pointer;
}
.kt_apply .tab_wrap ul li.on {
  background: #ff7200;
  color: #fff;
}
.kt_apply .tab_cont {
  display: none;
}
.kt_apply .tab_cont.on {
  display: block;
}

.tbSty6 {
  font-size: 1.4rem;
}
.tbSty6 th {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #555;
  font-weight: 400;
}
.tbSty6 td {
  text-align: center;
  padding: 13px 0;
  color: #555;
}
.tbSty6 td .w114 {
  width: 114px;
}
.tbSty6 td .w114 select {
  width: 100%;
}
.tbSty6 td .flex select {
  height: 35px;
}
.tbSty6 td .date input[type="text"] {
  height: 35px;
}
.tbSty6 td .date .datepicker {
  width: 100px;
}
.tbSty6 td .date {
  position: relative;
}
.tbSty6 td .date::after {
  content: "~";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.tbSty6 td .date:last-child:after {
  content: none;
}
.tbSty6 td .flex .inputSet .meminput {
  height: 35px;
}
.tbSty6 td .flex .inputSet .schInput .btn_full_gry {
  height: 35px;
}
.tbSty6.odd tr:nth-child(2n-1) {
  background: #fbfbfb;
}
.tbSty6 a.link {
  color: #3270ba;
  font-weight: 500;
  position: relative;
}
.tbSty6 a.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3270ba;
  width: 100%;
  height: 1px;
}

.tbSty7 {
  font-size: 1.2rem;
}
.tbSty7 th {
  padding: 0 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #555;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
}
.tbSty7 td {
  padding: 10px;
  color: #555;
}
.tbSty7 input[type="text"],
.tbSty7 input[type="number"],
.tbSty7 select {
  height: 35px;
  border: 1px solid #ccc;
}

.pagination {
  margin: 70px 0 84px;
  text-align: center;
  font-size: 15px;
  color: #a9a9a9;
  font-weight: 300;
}
.pagination a,
.page-cur {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 33px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 50%;
  vertical-align: middle;
}
.pagination a.page-move {
  border: 1px solid #e0e0e0;
  color: #a9a9a9;
}
.pagination a.page-move:after {
  font-family: "xeicon";
  font-size: 16px;
}
.pagination a.page-move.first:after {
  content: "\e906";
  font-size: 16px;
}
.pagination a.page-move.prev:after {
  content: "\e93b";
}
.pagination a.page-move.next:after {
  content: "\e93e";
}
.pagination a.page-move.last:after {
  content: "\e907";
  font-size: 16px;
}
.pagination a:hover,
.page-cur {
  color: #222;
  font-weight: 600;
}
.pagination a.page-move:hover {
  border-color: #222;
  color: #222;
}

@media screen and (max-width: 1680px) {
  .main-con {
    height: 100%;
    background: url(../images/kt_apply/intro_mo.png) no-repeat left center/cover;
  }
  .btn_qr {
    position: fixed;
    right: 0vw;
    bottom: 6%;
  }
}

@media screen and (max-width: 920px) {
  .btn_qr {
    position: relative;
    width: 28vw !important;
    right: auto;
    bottom: auto;
    transform: translate(0, 0);
    margin: 5vw auto;
    display: block;
  }
}

@media (max-width: 800px) {
  .main-con {
    background: url(../images/kt_apply/intro_mo.png) no-repeat center/cover;
    margin: 0 auto;
  }
  .w640 {
    width: 80%;
    max-width: auto;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .w640 img {
    width: 100%;
  }
  .w640 a {
    margin-top: 2rem;
    width: 100%;
  }
  .mo {
    display: block;
  }
  .right_menu {
    display: none;
  }
  /* .layer_wrap ,.ly_cont {height: 100vh;} */

  .tbSty5 .dcheck {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2vw 0;
    width: 80%;
  }
  /* .tbSty5 .dcheck img{display:none;} */
  div[class^="lykt"] {
    max-height: 100vh;
  }
  .ly_footer {
    max-width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 800px) {
  input[type="checkbox"] + label .chkSty.mo {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .atit.mo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
  }
  .dbl input[type="radio"]:not(old) + label.dbl {
    display: flex;
    padding: 48px 0 0 0;
    background: url(../images/ico_radio_off.png) center no-repeat;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .dbl input[type="radio"]:not(old):checked + label {
    display: flex;
    padding: 48px 0 0 0;
    background: url(../images/ico_radio_on.png) center no-repeat;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 414px) {
  input[type="text"],
  input[type="password"],
  input[type="number"],
  input[type="file"],
  textarea {
    padding-right: 0px !important;
  }
  input::placeholder {
    font-size: 1.2rem;
  }
  .tbSty5 tr th,
  .tbSty5 td {
    font-size: 1.35rem;
  }
  .tbSty5 td .btn {
    margin-top: 0;
  }
  .pay_area.inputSet .schInput .btn_full_gry {
    width: 100%;
  }
  .pay_area.inputSet .schInput .meminput {
    border-right: 1px solid #e0e0e0;
  }
}

/*서비스 LG 전자청역 바로가기*/
.main-con-lg {
  width: 100%;
  height: 100vh;
  background: url(../images/lg_apply/BG.png) no-repeat center/cover;
  position: relative;
  box-sizing: border-box;
}
.main-con-lg img {
  display: block;
  width: 100%;
  height: auto;
}
.main-con-lg .w640 {
  max-width: 400px;
}
.main-con-lg .img {
  display: block;
  text-align: center;
}
.main-con-lg .img.con {
  padding-top: 86px;
}
.main-con-lg .left {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.main-con-lg .right {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: inline-block;
}
.main-con-lg .w640 a:nth-of-type(1) {
  margin-top: 80px;
}

/* 2024.09.26 판매자 정보 입력 레디오 체크박스 추가  */
input[type="radio"]:checked ~ .choice_box {
  display: block;
  transition: all 0.2s ease-out;
}
input[type="radio"].cho_seller + label {
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding-left: 40px;
  padding-bottom: 8px;
}

input[type="radio"].cho_seller:checked + label {
  display: block;
  padding-left: 40px;
}
.choice_box_wrap + .choice_box_wrap {
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.choice_box {
  position: relative;
  display: none;
  overflow: hidden;
}
.choice_box_wrap > p {
  font-size: 15px;
  line-height: 1.3;
  padding-left: 40px;
}

@media (max-width: 1500px) {
  .main-con-lg {
    height: 100vh;
  }
  .main-con-lg .left {
    width: 20vw;
  }
  .main-con-lg .right {
    width: 20vw;
  }
  .w640 {
    width: 400px;
  }
}
@media (max-width: 900px) {
  .main-con-lg .left,
  .main-con-lg .right {
    display: none;
  }
}
@media (max-width: 400px) {
  .w640 {
    width: 280px;
  }
}

.table_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  font-size: 1.6rem;
  color: #111;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.5;
  border-top: 1px solid #000;
}
.table_product div:nth-child(1) p {
  color: #666;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.table_product div:nth-child(3) button {
  font-size: 1.4rem;
  height: 45px;
  vertical-align: middle;
  line-height: 3rem;
}
.table_product div:nth-child(3) button img {
  display: inline;
  width: 18%;
  vertical-align: middle;
  padding-right: 5px;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .table_product {
    flex-direction: column;
    padding: 0;
    background-color: #fff;
  }
  .table_product div:nth-child(1) {
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    padding: 35px 0;
  }
  .table_product div:nth-child(1) p {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .table_product div:nth-child(1) strong {
    font-size: 2rem;
  }
  .table_product div:nth-child(2) {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 35px 0;
    font-size: 1.8rem;
  }
  .table_product div:nth-child(3) {
    display: block;
    width: 100%;
  }
  .table_product div:nth-child(3) button {
    font-size: 1.9rem;
    height: 60px;
    line-height: 2.3rem;
  }
  .table_product div:nth-child(3) button img {
    width: 34px;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 600;
  }
}

.lylg .ly_header {
  color: #222;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
  height: 84px;
  line-height: 120px;
  background: #fff url(../images/lg_apply/bi_life_popup_lg.svg) no-repeat right 25px bottom 10px;
}
.lylg .ly_header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #999;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  height: 2px;
}
.lylg .ly_header i.xi-close-thin {
  font-weight: 600;
}

.lylg .ly_cont {
  padding: 0 25px;
}
.lylg .ly_cont > .img {
  padding: 25px 0 40px;
}
.lylg .ly_cont .ly_search {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
  padding: 17px 0;
  box-sizing: border-box;
  text-align: center;
}
.lylg .ly_cont .ly_search input {
  width: 300px;
  height: 40px;
}
.lylg .ly_cont .ly_search button {
  font-weight: 700;
  color: #555;
  background: #e0e0e0;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 38px;
  font-size: 13px;
  padding: 0 18px;
  margin-left: 6px;
}

.lylg .table-store {
  height: 344px;
  overflow: scroll;
  overflow-x: hidden;
}
.lylg .table-store .no-data p {
  text-align: center;
  font-size: 15px;
  color: #a9a9a9;
}
.lylg .table-store .no-data .img {
  width: 38px;
  display: block;
  margin: 0 auto;
  padding: 80px 0 10px;
}
.lylg .table-store .table {
  display: table;
  width: 100%;
  border-left: 1px solid #e0e0e0;
}
.lylg .table-store .table .table-th {
  display: table-row;
  position: sticky;
  top: 0;
}
.lylg .table-store .table .table-tr {
  display: table-row;
}
.lylg .table-store .table .table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
  border-right: 1px solid #e0e0e0;
  color: #333;
  font-size: 16px;
}
.lylg .table-store .table .table-th .table-cell {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: #f8f8f8;
}
.lylg .table-store .table .table-tr .table-cell {
  border-bottom: 1px solid #e0e0e0;
}
.lylg .pagination {
  margin: 40px 0;
}

@media (max-width: 440px) {
  .lylg .ly_header {
    background-image: none;
    font-size: 17px;
  }
  .lylg .ly_cont .ly_search {
    padding: 0;
    width: 100%;
    border: 0;
    text-align: left;
    display: block;
  }
  .lylg .ly_cont .ly_search input {
    width: calc(100% - 70px);
  }

  .inputSet .schInput .meminput {
    width: 70%;
  }
  .inputSet .schInput .btn_full_gry {
    width: 30%;
  }
}

/* lg 펫 라이프 접수현황 */
.login-contents-lg {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}
.login-contents-lg .login-contents-wrap {
  background: #f7eff1 url(../images/lg_apply/admin_bg_login.png) no-repeat right 30px bottom 30px;
  width: 1040px;
  height: 640px;
}
.login-contents-lg .login-contents-wrap .login-logo {
  padding: 70px 0 24px;
}
.login-contents-lg .login-contents-wrap h2,
.admin-contents-lg .admin-contents-wrap h2 {
  font-size: 38px;
  font-weight: 800;
  padding-bottom: 45px;
}
.login-contents-lg .login-contents-wrap .w380 {
  width: 380px;
  text-align: center;
  margin: 0 auto;
}
.login-contents-lg .login-contents-wrap .main-input {
  border-radius: 6px;
}
.login-contents-lg .login-contents-wrap .main-input + .main-input {
  margin-top: 10px;
}
.login-contents-lg .login-contents-wrap .input_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 58px;
}
.login-contents-lg .login-contents-wrap .input_wrap a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.login-contents-lg .login-contents-wrap .input_wrap a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #333;
  padding: 0 1px;
}
.btn-primary.btn-main {
  width: 100%;
  height: 90px;
  background-color: #000;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  border-radius: 200px;
}

.admin-contents-lg {
  background-color: #e5e5e5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}
.admin-contents-lg .admin-contents-wrap {
  background: #fff;
  width: 1040px;
  height: 640px;
  padding: 60px;
  box-sizing: border-box;
}
.admin-contents-wrap > h6 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-align: left;
}

.admin-contents-wrap input[type="number"].tel {
  text-align: center;
}
.admin-contents-wrap input[type="text"],
.admin-contents-wrap input[type="number"],
.admin-contents-wrap input[type="file"],
.admin-contents-wrap textarea {
  border: 1px solid #e0e0e0;
  height: 35px !important;
  width: 225px;
}
.admin-contents-wrap select {
  width: 225px;
  height: 35px !important;
}
.admin-contents-wrap .tbSty2 th {
  padding: 16px 0 16px 16px;
  color: #555;
  font-size: 15px;
  text-align: left;
  background: #f8f8f8;
  font-weight: 400;
  letter-spacing: 0.03rem;
}
.admin-contents-wrap .tbSty2 td {
  padding: 10px 16px;
  color: #555;
  font-size: 12px;
  text-align: left;
}
.admin-contents-wrap .tbSty2 .w100 {
  width: 100px;
}
.admin-contents-wrap .tbSty2 td .w100 {
  width: 100px;
}
.admin-contents-wrap .inTyp_hp span {
  display: inline-block;
  font-size: 1.5rem;
  color: #666;
  width: 9px;
  text-align: center;
  line-height: 39px;
  vertical-align: top;
}

.medium {
  font-size: 14px;
  font-weight: 600;
  width: 120px;
  height: 40px;
}
.big {
  font-size: 18px;
  font-weight: 600;
  width: 200px;
  height: 56px;
  border-radius: 100px;
}
.btn_full_gblk {
  background: #333;
  color: #fff;
}
.admin-contents-wrap td .btn {
  float: none;
  width: 80px;
  height: 35px;
  border: 1px solid #ccc;
  font-weight: 600;
  color: #555;
  font-size: 13px;
  margin-left: 5px;
}
.admin-contents-wrap td p {
  padding-top: 8px;
  color: #666;
  font-size: 12px;
}
.admin-contents-wrap td p.pw_wrong,
.tbSty7 .pw_wrong {
  color: #f60000;
}
.admin-contents-wrap td p.pw_right,
.tbSty7 .pw_right {
  color: #999;
}

.admin-contents-lg .admin-contents-wrap.h743 {
  height: 743px !important;
}

.admin-contents-lg .admin-contents-wrap .result_box {
  width: 540px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 55px 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
.admin-contents-lg .admin-contents-wrap .result_box h6 {
  font-size: 26px;
  font-weight: 800;
  color: #000;
  padding-bottom: 15px;
}
.admin-contents-lg .admin-contents-wrap .result_box p {
  font-size: 23px;
  font-weight: 500;
  color: #444;
}
.admin-contents-lg .admin-contents-wrap .result_box p strong {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  position: relative;
}
.admin-contents-lg .admin-contents-wrap .result_box p strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}
.admin-contents-wrap .btn button + button {
  margin-left: 10px;
}

.right_menu .login {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  position: relative;
}
.right_menu .login::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/lg_apply/bi_life_admin_login.png) no-repeat center bottom -1px;
  width: 18px;
  height: 18px;
}
.right_menu .login a {
  font-weight: 800;
  color: #333;
}

.lg_apply_wrap h2 {
  font-size: 20px;
}
.lg_apply_wrap .tab {
  width: 100%;
  padding-bottom: 70px;
}
.lg_apply_wrap .tab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lg_apply_wrap .tab ul li {
  flex: 1;
  text-align: center;
  background: #eee;
}
.lg_apply_wrap .tab ul li.on {
  background: #444;
}
.lg_apply_wrap .tab ul li.on a {
  color: #fff;
  font-weight: 400;
}
.lg_apply_wrap .tab ul li + li {
  border-left: 1px solid #fff;
}
.lg_apply_wrap .tab ul li a {
  display: block;
  color: #666;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  font-weight: 300;
}
.lg_apply_wrap .pagination {
  margin-top: 60px;
}
.lg_apply_wrap .inputSet .schInput {
  display: inline-block;
}
.lg_apply_wrap .inputSet .btn {
  width: 68px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ccc;
  font-weight: 600;
  color: #555;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
}
.lg_apply_wrap .flex {
  align-items: flex-end;
  padding-bottom: 0px;
}
.lg_apply_wrap .flex .btn {
  width: 68px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ccc;
  font-weight: 600;
  color: #555;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
}

#layer.lylg_id {
  max-width: 440px;
}
.lylg_id .ly_cont {
  padding: 50px 30px 30px;
}
.lylg_id .ly_cont .tbSty7 input[type="text"],
.tbSty7 select {
  width: 100%;
}
.lylg_id .ly_cont .tbSty7 td {
  padding: 10px;
}
.lylg_id .ly_cont .tbSty7 th .red {
  color: #f60000;
}
.lylg_id .inTyp_hp .meminput {
  width: calc(33% - 6px);
}
.lylg_id .btn .btn_full_gry {
  background-color: #e0e0e0;
  color: #555;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid #ccc;
  width: 62px;
  height: 35px;
  line-height: 32px;
}
.lylg_id input[type="radio"]:not(old) + label {
  background: url("../images/lg_apply/ico_radio_on.png") 0 0 no-repeat;
  background-size: 20px auto;
  line-height: 20px;
}
.lylg_id input[type="radio"]:not(old):checked + label {
  background: url("../images/lg_apply/ico_radio_off.png") 0 0 no-repeat;
  background-size: 20px auto;
  line-height: 20px;
}
#layer {
  overflow: visible;
  height: 100%;
}
.layer_wrap {
  position: relative;
  height: 100%;
}
.ly_cont {
  height: calc(100% - 100px);
  overflow-y: auto;
}
@media (max-width: 800px) {
  #layer {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 102;
  }
}
@media (max-width: 440px) {
  .inputSet .schInput .meminput.mo {
    width: 100%;
  }
}

/* 20250624 admin_table_top 프레임 (ul/li, Figma 1:1) */
.admin-table-box {
  width: 100%;
}
.admin-table-title {
  font-family: 'Noto Sans', 'Pretendard', 'Noto Sans KR', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
}
.admin-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-info-list li {
  margin: 0;
  padding: 0;
}
.admin-info-list li:last-child .admin-info-contents {border-bottom: 1px solid #e0e0e0;}
.admin-info-list  .row-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-radius: 0;
  min-height: 55px;
  box-sizing: border-box;
}
.notice-row .row-wrap {
  background: #fff6f6;
}
.normal-row .row-wrap {
  background: #fff;
}
.admin-info-list .num {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 55px;
  border-right: 1px solid #e0e0e0;
}
.admin-info-label {
  display: inline-block;
  border: 1px solid #f60000;
  color: #f60000;
  border-radius: 10px;
  font-size: 14px;
  padding: 4px 8px;
}
.admin-info-list .num-label {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  background: none;
  border: none;
  border-radius: 0;
}
.admin-info-list .title {
  flex: 1 1 auto;
  padding-left: 24px;
  color: #222;
  font-size: 14px;
  text-align: left;
}
.notice-row .title {
  background: #fff6f6;
  font-weight: 400;
  cursor: pointer;
}
.normal-row .title {
  background: #fff;
  font-weight: 400;
}
.admin-info-list .date {
  width: 120px;
  color: #555;
  font-size: 14px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #e0e0e0;
}
.notice-row .date {
  background: #fff8f8;
}
.normal-row .date {
  background: #fff;
}
.admin-info-contents {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-width: 1px 1px 0 1px;
  color: #222;
  font-size: 14px;
  padding: 20px;
  line-height: 1.6;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), padding 0.3s cubic-bezier(0.4,0,0.2,1);
  overflow: auto;
  max-height: 400px;
  box-sizing: border-box;
}
.admin-info-contents.closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 0 1px 0 1px;
}
.row-wrap.toggle-row { cursor: pointer; }
.ico-file {width: 16px;height: 16px;display: inline-block;background: url(../images/svg/down.svg) no-repeat center /100%; margin-left: 8px; vertical-align:middle; }
.file-box {padding-top:16px;}
.file-box a.file-label {display:block; padding-top:12px; text-decoration: underline; cursor: pointer;}
.file-box a.file-label:before {content:""; display:inline-block; width:14px; height:14px; background:url(../images/svg/down.svg) no-repeat center /100%; margin-right:10px; vertical-align:middle;}