@charset "UTF-8";

@import url(reset.css);

/* header 고정 부분 */
header {
  background: #000;
  padding: 0 20px;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
}
header a {
  display: block;
}
header img {
  height: 16px;
  float: left;
}
header p {
  text-indent: 7px;
  color: #fff;
  font-size: 16px;
  float: left;
}
header a.a_none {
  pointer-events: none;
}

section {
  padding: 54px 20px 0 20px;
  box-sizing: border-box;
}

/* 약관 동의 */
.agree {
  overflow: scroll;
  position: relative;
  padding-bottom: 158px;
}

.agree h1 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
}
.agree h3 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
}
.agree p {
  margin-top: 10px;
  font-size: 14px;
  color: #53565a;
}
.agree a > .info {
  color: #212121;
  text-decoration: underline;
  word-break: break-all;
}

.agree_box {
  width: 100%;
  height: 128px;
  position: absolute;
  bottom: 0;
}
.agree_box .agree_box_s {
  width: 100%;
  height: 128px;
  background: #fff;
  padding: 20px 20px;
  position: fixed;
  box-sizing: border-box;
  text-align: center;
}

.agree_box .agree_box_s input[type="checkbox"] {
  display: none;
}
.agree_box .agree_box_s label {
  display: block;
  height: 26px;
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agree_box .agree_box_s label span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #d8d8d6;
  border-radius: 26px;
  margin-right: 6px;
  position: relative;
}
.agree_box .agree_box_s label span::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  border: 2px solid orange;
  transform: rotate(-40deg);
  left: 6px;
  top: 7px;
  border-top: 0;
  border-right: 0;
  display: none;
}

.agree_box.on .agree_box_s label span {
  background: orange;
  border: 1px solid orange;
}
.agree_box.on .agree_box_s label span:before {
  border-color: white;
  display: block;
}

.agree_box .agree_box_s .ok {
  width: 100%;
  height: 46px;
  background: #f2f2f2;
  border-radius: 46px;
  line-height: 46px;
  pointer-events: none;
}
.agree_box .agree_box_s .ok a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #bdbcbc;
}

.agree_box.on .agree_box_s .ok {
  background: orange;
  pointer-events: fill;
}
.agree_box.on .agree_box_s .ok a {
  color: #fff;
}

/* 현장 조회 */
.head_box {
  width: auto;
  height: 46px;
  margin: 30px 0;
  background: #ff8021;
  border-radius: 30px;
  padding: 4px;
  display: flex;
  box-sizing: border-box;
}

.head_box > h2 {
  width: 100%;
  height: 38px;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
}
.head_box > h2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ff8021;
}
.head_box > h2:last-child {
  background: #ff8021;
  font-weight: normal;
}
.head_box > h2:last-child a {
  color: #cb5600;
}

.search {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 25px 0;
}
.search input[type="text"] {
  height: 100%;
  width: auto;
  border: 0;
  text-indent: 16px;
  flex-grow: 1;
  font-size: 15px;
}
.search input[type="text"]::placeholder {
  font-size: 15px;
  color: #bdbcbc;
}
.search a {
  display: block;
  width: auto;
  height: 100%;
  padding: 8px 16px 0 6px;
  box-sizing: border-box;
}
.search a img {
  width: 25px;
  height: 25px;
}

/* 현장 조회 검색 결과 */
.search_re {
  width: 100%;
}
.search_re h2 {
  font-size: 15px;
  color: #76777a;
}
.search_re h2 em {
  font-style: normal;
  color: #ff8021;
}

.search_re ul {
  margin-top: 10px;
}
.search_re ul li {
  padding: 11px 16px;
}
.search_re ul li h4 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 6px;
}
.search_re ul li p {
  font-size: 13px;
  color: #76777a;
}

/* 현장조회 검색 리스트 선택 결과 */
table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
table tr th,
table tr td {
  border-top: 1px solid #d8d8d6;
  border-bottom: 1px solid #d8d8d6;
  text-align: left;
  padding: 10px 0 10px 10px;
}
table tr th {
  width: 100px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
}
table tr td {
  font-size: 14px;
}
table tr td a {
  color: #ff8021;
  text-decoration: underline;
}
table tr.big {
  height: 82px;
}
.kakaosubmit {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;              /* 화면의 정중앙 */
  transform: translateX(-50%); /* 자기 너비의 절반만큼 왼쪽으로 이동 */
  background-color: #ff8021;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
/* .kakaosubmit {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 60px;
  transform: translateX(-50%);
  background-color: #ff8021;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
} */
.register {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.register a {
  display: block;
  height: 46px;
  width: 49%;
  background: #ff8021;
  color: #fff;
  border-radius: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
}

/* 기타 문의 */
.other figure {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.other > h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 10px 0;
}
.other > p {
  font-size: 14px;
  color: #53565a;
  word-break: break-all;
}
.other > button {
  width: 100%;
  height: 46px;
  background: #ff8021;
  border-radius: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border: none;
  font-size: 14px;
  margin-top: 50px;
}
.other > button img {
  position: relative;
  top: 3px;
  left: 10px;
}

/* 정기권 접수 */
.select_custom {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  line-height: 42px;
  position: relative;
}

#new > .select_custom {
  margin-top: 10px;
}
.select_custom .title_name {
  display: flex;
  pointer-events: none;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}

.select_custom p {
  font-size: 15px;
  color: #bdbcbc;
}

.select_custom img {
  float: right;
}

.select_custom .gnb {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  top: 43px;
  z-index: 10;
}

.select_custom .gnb li {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0px 16px;
  line-height: 40px;
}

.select_custom .gnb li:hover,
.select_custom .gnb li:active {
  background: #fff3ea;
}

.page_content {
  width: 100%;
  display: none;
}

.page_content .sub_content {
  width: 100%;
  display: none;
}

/* 정기권 신규 일반고객, 입점사 선택 */

.content_design {
  width: 100%;
  height: auto;
  border: 0;
}
.content_design h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: normal;
}
.content_design > p {
  font-size: 15px;
  color: #76777a;
  margin-top: 10px;
}

.content_design h4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}
.content_design .require {
  color: #e41919;
}

.content_design input {
  margin-top: 10px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  color: #212121;
}
.content_design input::placeholder {
  font-size: 15px;
  color: #bdbcbc;
}

.content_design input[type="date"] {
  font-size: 15px;
  color: #212121;
}
.content_design input[type="date"]::placeholder {
  font-size: 15px;
  color: #bdbcbc;
}

.content_design .plus_box {
  width: 100%;
  height: 46px;
  border: 1px solid #ff8021;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  box-sizing: border-box;
  margin-top: 10px;
}
.content_design .plus_box {
  color: #ff8021;
  font-size: 14px;
}
.content_design .plus_box img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.content_design .carnum .carset {
  position: relative;
}
.content_design .carnum .btn_close {
  position: absolute;
  width: 27px;
  height: 27px;
  right: 10px;
  top: 18px;
  border-radius: 50%;
}
.content_design .carnum .btn_close:before,
.content_design .carnum .btn_close:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 12px;
  left: 6px;
  background: #aaa;
}
.content_design .carnum .btn_close:before {
  transform: rotate(45deg);
}
.content_design .carnum .btn_close:after {
  transform: rotate(-45deg);
}

.content_design strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #ff8021;
  margin-top: 10px;
}

.content_design textarea {
  width: 100%;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 15px;
  margin: 10px 0 40px 0;
  resize: none;
}

.content_design textarea::placeholder {
  font-size: 15px;
  color: #bdbcbc;
}

.content_design button {
  width: 49%;
  height: 46px;
  background: #ff8021;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ff8021;
  margin-bottom: 30px;
}
.general_h2 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  display: none;
}

.content_design button.inquiry {
  background: #fff;
  color: #ff8021;
}

/* date custom */
.content_design input::placeholder {
  font-size: 15px;
  color: #bdbcbc;
}

.content_design input[type="date"] {
  font-size: 15px;
  color: #212121;
}

.content_design input[type="date"]::before {
  content: attr(placeholder);
  width: 100%;
  color: #bdbcbc;
}

.content_design input[type="date"]:focus::before {
  content: attr(placeholder);
  width: 100%;
}

.content_design input[type="date"]:valid::before {
  display: none;
}

.content_design input[type="date"]:required:invalid::-webkit-datetime-edit {
  display: none;
}

.content_design input[type="date"]:focus::-webkit-datetime-edit {
  display: none;
}
.content_design input[type="date"]:valid::-webkit-datetime-edit {
  display: block;
}

/* 정기권 연장 */

.page_content.content_design .notice {
  width: 100%;
  background: #f2f2f2;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
}
.page_content.content_design .notice p {
  word-break: break-all;
}

/* 정기권 변경 */
.content_design .chos {
  margin-top: 10px;
}

/* 정기권 해지 */
.cancle {
  line-height: 15px;
}

/* 할인권 신청*/
.sale h2:first-child {
  background: #ff8021;
  font-weight: normal;
}
.sale h2:first-child a {
  color: #cb5600;
}
.sale h2:last-child {
  background: #fff;
  font-weight: bold;
}
.sale h2:last-child a {
  color: #ff8021;
}

/* 할인권 신청 세금 계산서, 현금 영수증 */
/* .cash,
.owner {
  display: none;
} */

/* 팝업 박스 */

.popup {
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
}

.popup .popup_box {
  width: calc(100% - 40px);
  height: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.popup .popup_box h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.popup .popup_box p {
  text-align: center;
  word-break: break-all;
  color: #53565a;
  font-size: 14px;
}
.popup .popup_box button {
  width: 100%;
  height: 40px;
  border: 0;
  background: #ff8021;
  border-radius: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.popup .popup_box a {
  display: block;
  text-decoration: underline;
  color: #76777a;
  font-size: 14px;
  margin-top: 10px;
}


/**
*pop
*/

/* 팝업 박스 */

.popup {
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
}

.popup .popup_box2 {
  width: calc(100% - 40px);
  height: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.popup .popup_box2 h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.popup .popup_box2 p {
  text-align: center;
  word-break: break-all;
  color: #53565a;
  font-size: 14px;
}
.popup .popup_box2 button.no-dis {
  width: 40%;
  height: 40px;
  border: 0;
  background: #ff8021;
  border-radius: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.popup .popup_box2 button.dis{
  width: 40%;
  height: 40px;
  border: 0;
  border-radius: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  background: #919199;
}
.popup .popup_box a {
  display: block;
  text-decoration: underline;
  color: #76777a;
  font-size: 14px;
  margin-top: 10px;
}

.gotop {
  position: fixed;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff8021;
  right: 10px;
  bottom: 30px;
  display: none;
}
.gotop:before,
.gotop:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 44%;
  border-radius: 2px;
}
.gotop:before {
  left: 10px;
  transform: rotate(-45deg);
}
.gotop:after {
  right: 10px;
  transform: rotate(45deg);
}
.swiper-button-next,
.swiper-button-prev {
  position: fixed !important;
  color: #ff8021 !important;
  display: block !important;
}

#phone {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

/* 선택된 상자 스타일 (포커스 상태) */
#phone:focus {
  border-color: #ff8021; /* 포커스시 색상 변경 */
  box-shadow: 0 0 5px rgba(255, 128, 33, 0.5); /* 포커스시 그림자 효과 추가 */
}

/* 플레이스홀더 스타일 (입력 전 안내 메시지) */
#phone::placeholder {
  color: #999; /* 플레이스홀더 텍스트 색상 변경 */
}


#kakaoPhone {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

/* 선택된 상자 스타일 (포커스 상태) */
#kakaoPhone:focus {
  border-color: #ff8021; /* 포커스시 색상 변경 */
  box-shadow: 0 0 5px rgba(255, 128, 33, 0.5); /* 포커스시 그림자 효과 추가 */
}

/* 플레이스홀더 스타일 (입력 전 안내 메시지) */
#kakaoPhone::placeholder {
  color: #999; /* 플레이스홀더 텍스트 색상 변경 */
}

