@charset "UTF-8";
@import url(/assets/css/main.css);
/*========================== 
SASS 값 저장
==========================*/
/* -------------------------- */
header {
  background-color: #181818;
  border-bottom: 5px solid #e2b319;
}

/*========================== 
네비게이션
==========================*/
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #173768;
  height: 100px;
  background-image: url(/assets/images/menu_bg.png);
  background-repeat: no-repeat;
  padding-left: 19px;
}

nav ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
}

nav ul a:hover {
  color: #bc9c68;
}

.main-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

.main-menu li {
  margin: 0 20px;
}

.screen {
  background-color: #bc9c68;
}

.screen a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  padding: 0 50px;
}

.screen a:hover {
  color: #fff;
}

.screen i {
  margin-right: 15px;
}

.nav-toment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-toment::before {
  content: "";
  background-image: url(/assets/images/three_bar.png);
  width: 19px;
  height: 13px;
  display: block;
  margin-right: 10px;
}

.close-btn {
  position: absolute;
  left: -42px;
}

.close-btn button {
  color: #fff;
  padding: 10px 15px;
  background-color: #181818;
  border: 1px solid #363636;
}

.momenu-btn {
  display: none;
  margin-right: 30px;
}

/*========================== 
메인 페이지 
==========================*/
.main_bg {
  background-image: url(/assets/images/bg01.jpg?1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  mix-blend-mode: screen;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 30px;
}

.main-login .mainlogo {
  margin-bottom: 45px;
}

.main-login form .main-input {
  margin-bottom: 20px;
}

.main-input input {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
}

.main-input input + input {
  margin-top: 15px;
}

.main-login .mainlogo {
  max-width: 390px;
}

.maininput-btm {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maininput-btm ul {
  display: flex;
}

.maininput-btm ul li + li::before {
  content: "|";
  margin-left: 15px;
  padding-right: 10px;
}

.main-login form button {
  padding: 20px;
  background-color: #173768;
  color: #fff;
  width: 100%;
  margin: 80px 0;
}

/* 설명 */
.desc-area {
  margin-bottom: 90px;
}

.desc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}

.desc li:hover {
  /*opacity: 0.8;*/
}

.desc li .box {
  background-color: #758FD9;
  border-radius: 20px;
  color: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
  min-height: 233px;
}

.desc li:nth-child(2n) .box {
  background-color: #163079;
}

.box i {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}

.box h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.box p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: lighter;
}

/*========================== 
서브 페이지 - 타이머스킨 설정
==========================*/
/* 타이머스킨 설정 페이지 */
.sub-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  margin-top: 50px;
}

.sub-area form {
  width: 100%;
  max-width: 1280px;
}

.area {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.area-content {
  background-color: #f5f5f5;
  padding: 30px;
}

.area h3 {
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.area-content > ul > li + li {
  margin-top: 30px;
}

.area-content > ul > li > span {
  display: block;
  margin-bottom: 10px;
}

.area-content input {
  width: 100%;
  height: 64px;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
}

/* 스킨선택 */
.skin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skin-bg {
  background-color: #fff;
  border: 0.5px solid #dadada;
  padding: 35px;
  display: inline-block;
}

.skin-img-area {
  position: relative;
}

.skin-file-area {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: flex-start;
}

.skin-img-area > a {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.imgarea {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin-bottom: 30px;
}

.skin-img {
  width: 312px;
  height: 195px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.skinbg01 {
  background-image: url(/assets/images/skinbg01.png);
}

.skinbg02 {
  background-image: url(/assets/images/skinbg02.png);
}

.skinbg03 {
  background-image: url(/assets/images/skinbg03.png);
}

.skin-btn-area > button,
.skin-file-area > button {
  width: 100%;
  padding: 10px;
}

.skin-btn-area > button + button,
.skin-file-area > button + button {
  margin-top: 10px;
}

.skin-btn-area > button:first-child,
.skin-file-area > button:first-child {
  background-color: #32435c;
  color: #fff;
}

.skin-btn-area > button:last-child,
.skin-file-area > button:last-child {
  border: 1px solid #aa9065;
  color: #aa9065;
}

/* 배경선택 */
.skin-file-area .upload-file {
  display: inline-block;
  padding: 7px;
  border: 0;
  width: inherit;
  height: inherit;
  color: #999999;
  font-size: 12px;
}

.skin-file-area label {
  display: inline-block;
  padding: 7px;
  vertical-align: middle;
  background-color: #eaeaea;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
  white-space: nowrap;
}

/* 색상선택 */
.color-select {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-select li {
  display: flex;
  align-items: center;
}

.color-select li button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.color-select li button:hover {
  opacity: 0.8;
}

/* 타이머 로고 */
.timer-logo {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

/* 확인 버튼 */
.check-btn-area {
  text-align: center;
}

.check-btn {
  padding: 15px;
  background-color: #32435c;
  color: #fff;
  max-width: 400px;
  width: 100%;
  margin: 80px 0;
}

/*========================== 
서브 페이지 - 시드 / 바인권
==========================*/
.amount-area {
  flex-wrap: wrap;
}

.area-content .amount {
  width: inherit;
  margin-right: 20px;
}

.area-content .wd10 {
  max-width: 20%;
  width: 100%;
}

.amount-add button {
  font-weight: bold;
  background-color: #eaeaea;
  padding: 19px 10px;
  height: 64px;
}

@media screen and (max-width: 782px) {
  .area-content .amount {
    margin-bottom: 10px;
  }
}
/*========================== 
서브 페이지 - 시드 / 바인 리스트
==========================*/
.seed-list {
  text-align: center;
  border-bottom: 1px solid #dadada;
}

.seed-list thead {
  background-color: #f5f5f5;
}

.seed-list thead tr {
  display: flex;
}

.seed-list thead tr th {
  font-weight: bold;
  padding: 15px;
  white-space: nowrap;
  width: 100%;
}

.seed-list tbody {
  display: flex;
  flex-direction: column-reverse;
}

.seed-list tbody tr {
  display: flex;
  align-items: center;
}

.seed-list tbody tr td {
  padding: 15px;
  width: 100%;
}

.seed-list tbody tr + tr {
  border-bottom: 1px solid #dadada;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation button {
  border: 1px solid #eaeaea;
  font-size: 15px;
  padding: 5px 10px;
  white-space: nowrap;
}

.pagenation ul li {
  margin: 0 5px;
}

.pagenation ul li a {
  padding: 10px;
  font-size: 18px;
}

/*========================== 
서브 페이지 - 블라인드 설정
==========================*/
.blind-area > li {
  margin-top: 50px;
}

.b-header {
  padding: 15px;
  background-color: #f3f1f1;
  border-top: 1px solid #333;
}

.b-header i {
  margin-right: 10px;
}

.b-header span {
  font-size: 20px;
}

.b-body li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
}

.b-body li + li {
  border-top: 1px solid #dadada;
}

/*========================== 
서브 페이지 - 회원가입
==========================*/
.txt-box {
  font-size: 15px;
  color: #999999;
  margin-top: 10px;
}

.txt-box p::before {
  content: "•";
  margin-right: 10px;
}

.zip-code {
  display: flex;
  margin-bottom: 10px;
  max-width: 60%;
}

.zip-code button {
  color: #aa9065;
  border: 0.5px solid #aa9065;
  padding: 10px 20px;
  background-color: #fff;
  height: 64px;
  white-space: nowrap;
  margin-left: 10px;
}

.h-number {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.h-number select {
  height: 64px;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
  width: 100%;
}

.h-number input {
  margin-left: 10px;
}

.h-number span {
  margin-right: 10px;
}

.c-number {
  max-width: 60%;
  margin-right: 0px;
  display: flex;
}

.cnbox {
  position: relative;
}

.cnbox span {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 18px;
  color: #ff0000;
  white-space: nowrap;
}

.cnbox input {
  padding-right: 80px;
}

.c-number input {
  width: 100%;
}

.c-number button {
  color: #aa9065;
  border: 0.5px solid #aa9065;
  padding: 10px 20px;
  background-color: #fff;
  height: 64px;
  white-space: nowrap;
  margin-left: 10px;
}

.email-box {
  margin-bottom: 0px;
}

.email-box input {
  margin-left: 0px;
  margin-right: 10px;
}

/*==============================
서브 페이지 - 아이디/패스워드 찾기
==============================*/
.idpw-btn {
  width: 100%;
  padding: 15px;
  background-color: #32435c;
  color: #fff;
}

/*========================== 
서브 페이지 - 스트럭쳐 설정
==========================*/
.break-head {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
  margin-bottom: 30px;
}

.break-head .title-right {
  background-color: #f3f3f3;
  border-left: 1px solid #333;
  padding: 40px;
  font-size: 15px;
}

.break-head .title-right ul li span:first-child::after {
  content: ":";
  margin: 0 5px;
}

.break-head .title-left {
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}

.break-head .title-left span {
  color: #ea1515;
}

.break-head .title-right {
  width: 80%;
}

.title-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.title-right ul li {
  margin-right: 30px;
}

/* 스트럭처 select 박스 */
.break-select {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.selec-area {
  position: relative;
  white-space: nowrap;
}

.selec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #32435c;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.selec:hover {
  opacity: 0.8;
}

.sel-icon-area {
  display: flex;
  position: absolute;
  left: 0;
}

.sel-icon {
  background-color: rgba(221, 221, 221, 0.7);
  height: 60px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selec span {
  color: #fff;
  font-weight: 300;
  margin-left: 40px;
  margin-right: 15px;
  font-size: 16px;
  white-space: nowrap;
}

.selec .play_play {
  border-color: transparent transparent transparent #fff;
  border-width: 8px 0 8px 14px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.selec .play_play.active {
  transform: rotate(270deg);
}

.selec-body {
  position: absolute;
  top: 60px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
  display: none;
  width: 100%;
}

.selec-body.active {
  display: block;
}

.selec-body ul li {
  padding: 15px;
  cursor: pointer;
}

.selec-body ul li:hover {
  background-color: #eee;
}

.selec-body ul li + li {
  border-top: 1px solid #eee;
}

.selec-body ul li span {
  font-size: 15px;
}

.selec-start .selec {
  margin-bottom: 10px;
}

/* 프로그레스바 */
.progress-area {
  background: #bfbfbf;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.progress-area .sel-icon {
  position: absolute;
  z-index: 99;
  top: 0;
  height: 50px;
}

.progress-area::after {
  content: "중지";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 13px;
}

.progress-area .progress {
  background-color: #40bbd6;
  border-radius: 10px;
  padding: 15px;
  width: 50%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
  position: relative;
  z-index: 10;
}

.progress-area .progress::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0.28571429rem;
  animation: progress-active 2s ease infinite;
}

.progress span {
  margin-left: 30px;
}

@keyframes progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
.break-select > div {
  margin-bottom: 10px;
  width: 100%;
}

.break-select > div + div {
  margin-left: 20px;
}

.structure-body > div {
  margin-bottom: 40px;
}

/* 스트럭쳐 설정 - 벨류설정 */
.value-setting ul {
  display: flex;
  align-items: flex-start;
  vertical-align: top;
  flex-wrap: wrap;
}

.value-setting ul li {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.value-setting ul li + li {
  margin-top: 0px;
}

.value-setting ul li label {
  white-space: nowrap;
  margin-right: 10px;
  width: 50px;
  font-size: 15px;
  display: inline-block;
}

.input-area {
  display: flex;
}

.input-area:nth-child(odd) {
  margin-right: 20px;
}

.input-area > input {
  margin-right: 10px;
}

.meter-box {
  display: flex;
  justify-content: right;
  width: 140px;
}

.meter-box button {
  padding: 10px;
  background: #eaeaea;
  border: 0.5px solid #dadada;
  font-weight: bold;
}

.meter-box input {
  width: 50px;
}

/* 스트럭쳐 설정 - 레벨설정 */
.level-add-area {
  display: flex;
  align-items: center;
  justify-content: end;
}

.level-add-area .selec {
  padding: 0px;
}

.level-add-area > div + div {
  margin-left: 10px;
}

.levelset-table td {
  padding: 10px;
  text-align: center;
}

.close-td {
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #999999;
  border-radius: 50%;
  background-image: url(/assets/images/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 9px 9px;
}

/*========================== 
서브 페이지 - 대회 리스트
==========================*/
.proceeding {
  color: #40bbd6;
}

.m-seed-list {
  display: none;
}

.m-seed-list ul {
  display: flex;
  flex-direction: column-reverse;
}

.m-seed-list ul > li + li {
  margin-bottom: 20px;
}

.m-seed-list ul > li {
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 15px;
}

.m-seed-list ul li ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}

.m-seed-list ul ol li span:first-child {
  font-weight: bold;
  margin-right: 10px;
}

.m-seed-list ul ol li span:last-child,
.m-seed-list ul ol li a {
  color: #999999;
}

.m-seed-list ul ol li a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*========================== 
서브 페이지 - 대회관리
==========================*/
.Conference-area {
  display: flex;
}

.Conference-area select {
  width: 100%;
  height: 64px;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
  margin: 0 5px;
}

.Conference-area select:first-child,
.Conference-area select:last-child {
  margin: 0px;
}

.str-radio-area {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.str-radio-area .str-radio {
  margin-right: 20px;
}

.str-radio-area .str-radio label {
  display: flex;
  align-items: center;
}

.str-radio-area .str-radio input {
  width: 20px;
  margin-right: 10px;
}

/*========================== 
서브 페이지 - 로그인
==========================*/
.login-area .sub-area form {
  max-width: 570px;
}

.login-area .sub-area > h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

/*========================== 
서브 페이지 - 바이인 디테일
==========================*/
.selectDate-table {
  padding: 30px;
  background: #f5f5f5;
}

.selectDate {
  margin-bottom: 40px;
}

.selectDate ul {
  display: flex;
  justify-content: center;
}

.selectDate ul li {
  display: flex;
  align-items: center;
}

.selectDate ul li i {
  margin-right: 13px;
}

.selectDate ul li:first-child span {
  font-size: 24px;
}

.selectDate ul li:first-child {
  margin-right: 20px;
}

.selectDate ul li:last-child span {
  font-size: 32px;
  font-weight: 700;
  margin: 0 20px;
}

.selectDate ul li button {
  padding: 10px;
}

/* 상세설명 */
.buyin-detail {
  margin-bottom: 80px;
}

.buyin-detail table tr th,
.buyin-detail table tr td {
  padding: 10px;
  text-align: center;
}

.buyin-detail table tr th {
  background-color: #999999;
  color: #fff;
}

.buyin-detail table tr th + th {
  border-left: 1px solid #fff;
}

.buyin-detail table tr th.green {
  background-color: #0ed3b0;
  color: #fff;
}

.buyin-detail table tr th.blue {
  background-color: #40bbd6;
  color: #fff;
}

.buyin-detail table tr td {
  background-color: #fff;
}

.buyin-detail table tr td + td {
  border-left: 1px solid #eee;
}

/* M 상세설명 */
.m-buyin-detail {
  display: none;
}

.m-buyin-detail ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.m-buyin-detail ul li + li {
  border-top: 1px solid #eee;
}

/* 상세수입현황 */
.buyin-detail-income {
  margin-bottom: 80px;
}

.buyin-detail-income tr th,
.buyin-detail-income tr td {
  padding: 15px;
  text-align: center;
}

.buyin-detail-income thead {
  background: #f5f5f5;
  border-top: 1px solid #292929;
}

.buyin-detail-income tbody tr {
  border-bottom: 1px solid #eee;
}

/* M 상세 수입현황 */
.m-buyin-detail-income {
  display: none;
  margin-bottom: 80px;
}

.m-buyin-detail-income > ul > li {
  display: block;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 0px 20px;
}

.m-buyin-detail-income > ul > li + li {
  margin-top: 20px;
}

.m-buyin-detail-income ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.m-buyin-detail-income ol li + li {
  border-top: 1px solid #eee;
}

/* 수입/지출현황 */
.spending-status {
  margin-bottom: 80px;
}

/* 딜러비용 */
.dealer-cost {
  margin-bottom: 80px;
}

.dealer-cost table {
  width: 100%;
}

.dealer-cost table tr th,
.dealer-cost table tr td {
  padding: 15px;
  text-align: center;
}

.dealer-cost table thead {
  background-color: #eee;
}

.dealer-cost table tbody tr {
  border-bottom: 1px solid #eee;
}

/* M 딜러비용 */
.m-dealer-cost {
  display: none;
  margin-bottom: 80px;
}

.m-dealer-cost > ul > li {
  display: block;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 0px 20px;
}

.m-dealer-cost > ul > li + li {
  margin-top: 20px;
}

.m-dealer-cost ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.m-dealer-cost ol li + li {
  border-top: 1px solid #eee;
}

/*========================== 
서브 페이지 - 수입등록
==========================*/
.import-registration form {
  max-width: 680px;
}

.import-registration form .check-btn-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.import-registration form .check-btn-area button:first-child {
  padding: 15px;
  border: 1px solid #32435c;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.import-registration form .check-btn-area .check-btn {
  margin: 0px;
  max-width: inherit;
  margin-bottom: 50px;
}

.import-registration ul li select {
  width: 100%;
  height: 64px;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
}

.import-registration ul li textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 0.5px solid #dadada;
}

.import-registration ul li button {
  color: #aa9065;
  border: 0.5px solid #aa9065;
  padding: 10px 20px;
  background-color: #fff;
  height: 64px;
  white-space: nowrap;
}

.import-registration .box {
  display: flex;
  gap: 10px;
}

/* 딜러 추가/삭제 팝업 */
.dealer_addDel_popup {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.dealer_addDel {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 10px #8b8787;
}

.dealer_addDel h3 {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

.dealer_add {
  margin-bottom: 30px;
  display: flex;
}

.dealer_add input {
  width: 100%;
  border: 1px solid #eee;
  margin-right: 15px;
  padding: 10px;
}

.dealer_add button {
  background-color: #32435c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 13px 30px;
  white-space: nowrap;
}

.dealer-list {
  margin-bottom: 30px;
}

.btn-addDel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.btn-addDel button {
  padding: 10px 40px;
  border: 1px solid #32435c;
}

.btn-addDel button:first-child {
  background-color: #32435c;
  color: #fff;
}

/* 오늘 하루 보지 않기 팝업 */
.main_notice_pop {
  position: fixed;
  left: 0px;
  top: 0px;
  margin: 20px;
  display: none;
  z-index: 999;
  background-color: #ffffff;
}

.main_popup button {
  border: 0;
  background: none;
  cursor: pointer;
}

.main_popup {
  position: fixed;
  z-index: 1005;
  box-shadow: 0px 13px 40px -6px #061626;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  bottom: 0;
}
.main_popup.on {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_popup .layer_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  background-color: #fff;
  flex-direction: column;
  position: relative;
}
.main_popup .img_wrap {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: none;
}
.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}
.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.main_popup .btn_today_close span {
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.popup-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.popup-bottom a {
  padding: 5px 20px;
  background-color: #173768;
  color: #fff;
  white-space: nowrap;
}

/*========================== 
서브 페이지 - 룰페이지
==========================*/
.rule-area {
  font-family: "Inter";
  margin-bottom: 70px;
}

.rule-area .rule-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rule-area .rule-header li {
  width: 100%;
}

.rule-area .rule-header button {
  padding: 10px;
  background-color: #e7e7e7;
  width: 100%;
  font-size: 24px;
}

.rule-header li.active button {
  background-color: #ff0000;
  color: #fff;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.rule-area .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rule-area .tab .tablinks {
  width: 100%;
  padding: 15px;
  background-color: #e7e7e7;
  white-space: nowrap;
  font-size: 18px;
  line-height: 17px;
}

.rule-area .tab .tablinks.active {
  background-color: #ff0000;
  color: #fff;
}

.rule-md-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.rule-md-top h4 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 900;
  color: #444444;
  margin-top: 20px;
}

.rule-md-top span {
  font-size: 24px;
  color: red;
}

.rule-md {
  margin: 60px 0;
}

.rule-md p {
  padding: 20px;
  background-color: #f1f1f1;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

.tabcontent h4 {
  border-bottom: 1px solid #444444;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
}

.tabcontent h4::before {
  content: "";
  height: 27px;
  display: inline-block;
  background-color: red;
  vertical-align: top;
  padding: 5px;
  margin-right: 5px;
}

.tabcontent h5 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}

.tabcontent p {
  line-height: 33px;
}

.tabcontent p + p {
  margin-top: 15px;
}

.tabcontent blockquote {
  line-height: 33px;
}

.tabcontent ul li + li {
  margin-top: 80px;
}

/*========================== 
반응형 
==========================*/
@media screen and (max-width: 1860px) {
  nav ul li a {
    font-size: 15px;
    color: #000;
    padding: 15px 50px;
  }
  .logo-area > img {
    width: 100%;
  }
  .momenu-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: 1;
    display: none;
  }
  .momenu-bg.active {
    display: block;
  }
  .main-menu-area {
    flex-direction: column;
    position: fixed;
    right: -310px;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    border-left: 1px solid #173768;
    transition: right 0.3s;
  }
  .main-menu-area.active {
    right: 0px;
  }
  .main-menu {
    flex-direction: column;
    margin-right: 0px;
    width: 100%;
  }
  .main-menu li {
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  .momenu-btn {
    display: block;
  }
}
@media screen and (max-width: 1288px) {
  .desc {
    grid-template-columns: 1fr 1fr;
  }
  .skin {
    justify-content: flex-start;
  }
  .skin li {
    width: 100%;
  }
  .skin li + li {
    margin-top: 20px;
  }
  .skin-bg {
    width: 100%;
  }
  .skin-img-area {
    width: 100%;
  }
  /* 벨류설정 */
  .value-setting ul {
    flex-direction: column;
  }
  .value-setting ul li {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  /* 회원가입 */
  .b-body li {
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  /* 프로필 스트럭처 */
  .break-select {
    flex-direction: column;
  }
  .selec-area {
    width: 100%;
  }
  .selec {
    width: 100%;
  }
  .selec-start {
    width: 100%;
  }
  .break-select > div + div {
    margin-left: 0px;
  }
  /* 레벨설정 */
  .level-add-area {
    flex-direction: column;
  }
  .level-add-area > div + div {
    margin-left: 0px;
    margin-top: 10px;
  }
  .levelset-table colgroup col {
    width: 100%;
  }
  .levelset-table td,
  .levelset-table th {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .desc {
    grid-template-columns: 1fr;
  }
  /* 회원가입 - 매장주소 */
  .zip-code,
  .c-number {
    max-width: 100%;
    flex-direction: column;
  }
  .zip-code input,
  .c-number input {
    margin-bottom: 10px;
  }
  .zip-code button,
  .c-number button {
    margin-left: 0px;
  }
  /* 대회리스트 */
  .tmanagement-list {
    display: none;
  }
  .m-seed-list {
    display: block;
    font-size: 3vw;
    white-space: nowrap;
  }
  /* 페이지네이션 */
  .pagenation {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .pagenation ul li a {
    font-size: 3vw;
  }
  .pagenation button {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  /* 스트럭쳐 설정 */
  .break-head {
    flex-direction: column;
    border-top: 0px;
  }
  .break-head .title-left,
  .break-head .title-right {
    width: 100%;
    border-left: 0;
  }
  .break-head .title-left {
    padding-bottom: 30px;
  }
  .break-head .title-right {
    border-top: 1px solid #333;
  }
  .title-right ul li {
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }
  /* 대회관리 - 대회일시 */
  .Conference-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .Conference-area select {
    margin: 0;
  }
  .Conference-area select + select {
    margin: 10px 0 0 0;
  }
  .Conference-area select:last-child {
    margin-top: 10px;
  }
  /* 바이인 상세설명 */
  .buyin-detail {
    display: none;
  }
  .m-buyin-detail {
    display: block;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0px 20px;
    margin-bottom: 80px;
  }
  .m-buyin-detail-income {
    margin-bottom: 80px;
  }
  .buyin-detail-income,
  .dealer-cost {
    display: none;
  }
  .m-buyin-detail-income,
  .m-dealer-cost {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  /* 회원가입 페이지 > 매장주소 */
  .zip-code input {
    width: 100%;
    margin-bottom: 10px;
  }
  /* 대표휴대번호 */
  .h-number {
    flex-direction: column;
  }
  .h-number input {
    margin-left: 0px;
    margin-top: 10px;
  }
  .email-box input {
    margin-bottom: 10px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .h-number span {
    display: none;
  }
  /* 바이인 상세설명 */
  .selectDate ul {
    flex-direction: column;
    align-items: center;
  }
  .selectDate ul li:first-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .imgarea {
    margin-bottom: 10px;
  }
  .skin-img {
    width: 100%;
    height: 135px;
  }
  /* 바이인 상세설명 */
  .selectDate ul li:first-child span {
    font-size: 7vw;
  }
  .selectDate ul li:last-child span {
    font-size: 7vw;
  }
  /* 수입등록 */
  .import-registration .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .desc li .box {
    width: 100%;
  }
  /* 딜러 추가/삭제 */
  .desc {
    padding: 20px;
  }
  .dealer_add {
    flex-wrap: wrap;
  }
  .dealer_add input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .dealer_add button {
    width: 100%;
    font-size: 5vw;
  }
  .btn-addDel {
    font-size: 5vw;
  }
  .rule-area .tab {
    flex-direction: column;
  }
}
@media screen and (max-width: 280px) {
  .desc li .box {
    height: 260px;
  }
  .main-login {
    margin-top: 0px;
  }
  .maininput-btm {
    align-items: flex-start;
    flex-direction: column;
  }
  .maininput-btm ul {
    flex-direction: column;
    margin-top: 10px;
  }
  .maininput-btm ul li + li::before {
    content: "";
    margin-left: 0px;
    padding-right: 0px;
  }
  /* 딜러 추가삭제 버튼 */
  .btn-addDel button {
    width: 100%;
  }
  .area h3 {
    font-size: 19px;
  }
  .popup-bottom {
    flex-direction: column;
    font-size: 14px;
  }
  .td-close {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */