.theme {
  color: red;
}

.theme2 {
  color: red;
}

.fwb {
  font-weight: bold;
}

.df {
  display: flex;
}

.sub-visual {
  position: relative;
}
.sub-visual > img {
  width: 100%;
  height: auto;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-visual .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-width: 1280px;
  text-align: center;
}
.sub-visual .txt span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.3;
  margin-bottom: 1.25rem;
}
.sub-visual .txt b {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
}

.pr-list {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pr-list {
    width: calc(100% - 20px);
  }
}
.pr-list .li-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  height: 32px;
  width: 100%;
}
.pr-list .li-head > b {
  font-size: 2rem;
  display: block;
  margin-right: 20px;
}
.pr-list .li-head .litabswiper {
  width: calc(100% - 100px);
  margin-left: auto;
}
.pr-list .li-head .litabswiper .pr-btn {
  display: flex;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide ul li a {
  border: 1px solid #ff9d1d;
  background-color: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #ff9d1d;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  height: 30px;
  padding: 0 12px;
  position: relative;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide > a.sel {
  padding-right: 24px;
  background: url("/img/arr-sel (1).png") no-repeat right 5px top 50%;
}
.pr-list .li-head .litabswiper .pr-btn > li.swiper-slide > a.on {
  color: #fff;
  background: #ff9d1d url("/img/arr-sel (2).png") no-repeat right 5px top 50%;
}

.admin-wrap {
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.admin-wrap > .logodiv {
}
.admin-wrap .form-wrap {
  display: flex;
  width: calc(100% - 20px);
  max-width: 1120px;
  margin-bottom: 50px;
}
.admin-wrap .formSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  max-width: 560px;
}
.admin-wrap .formSection .adm-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.admin-wrap .formSection .adm-logo a {
  display: block;
  margin-bottom: 10px;
}
.admin-wrap .formSection .adm-logo h2 {
  color: #888;
  font-weight: 700;
  font-size: 1.875rem;
}
.admin-wrap .formSection form {
  width: 100%;
}

#flogin {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(1.5px);
}

.admin-wrap .formSection .floatBox {
  width: 100%;
  /* background-color: #fff; */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  height: 475px;
}
.admin-wrap .formSection .floatBox .login-wrap {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admin-wrap .formSection .floatBox .login-wrap h3 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}
.admin-wrap .formSection .floatBox .login-wrap h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #d8231e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.admin-wrap .formSection .floatBox .login-wrap .sub-tit {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left {
  width: calc(100% - 160px);
  margin-right: 10px;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left input[type=text],
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left input[type=password] {
  display: block;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 55px;
  color: #666;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a, .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login p {
  width: 50%;
  text-align: center;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a {
  position: relative;
  display: block;
  position: relative;

  /* 240311 - scss는 _variable, _mixin 없어 오류 계속 떠 사용 불가. **/
  width: auto;
  padding: 10px;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login p {
  display: flex;
  align-items: center;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login p input {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-right: 5px;
}
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box button {
  width: 150px;
  height: 150px;
  background-color: #d8231e;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.admin-wrap .formSection .floatBox .login-wrap .go-join {
  display: flex;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  position: relative;
  height: 80px;
  box-sizing: border-box;
  padding: 0 30px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.admin-wrap .formSection .floatBox .login-wrap .go-join:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.admin-wrap .formSection .floatBox .login-wrap .shop-register {
  width: 100%;
  border: 1px solid #d8231e;
  background-color: #f8f8f8;
  color: #d8231e;
  font-size: 0.93rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  height: 55px;
}
.admin-wrap .formSection .floatBox .login-wrap p {
  font-size: 0.875rem;
  text-align: center;
  color: #999;
}

@media (max-width: 1024px) {
  .admin-wrap .form-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .admin-wrap .formSection {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
  }
  .admin-wrap .formSection .adm-logo {
    margin-bottom: 40px;
  }
  .admin-wrap .formSection .adm-logo a {
    display: block;
    margin-bottom: 10px;
  }
  .admin-wrap .formSection .adm-logo h2 {
    color: #888;
    font-weight: 700;
    font-size: 1.875rem;
  }
  .admin-wrap .formSection .floatBox {
    padding: 20px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .admin-wrap .formSection .floatBox .login-wrap {
    width: calc(100% - 20px);
  }
  .admin-wrap .formSection .floatBox .login-wrap h3 {
    font-size: 1.25rem;
  }
  .admin-wrap .formSection .floatBox .login-wrap .sub-tit {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left {
    width: calc(100% - 100px);
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left input[type=text],
.admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left input[type=password] {
    height: 40px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login {
    margin-bottom: 35px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a, .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login p {
    width: 50%;
    text-align: left;
    font-size: 11px;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a {
    position: relative;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login a:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .admin-wrap .formSection .floatBox .login-wrap .id-pw-box button {
    width: 100px;
    height: 100px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .go-join {
    height: 40px;
    padding: 0 20px;
  }
  .admin-wrap .formSection .floatBox .login-wrap .go-join:after {
    display: none;
  }
}/*# sourceMappingURL=sub.css.map */