#skipToContent a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
header .inConts {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

/* header 영역 */
#header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.sitelogo img {
  display: block;
}

/* 우측 전체 wrapper */
.top-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

/* 텍스트 메뉴 (회원가입, 로그인 등) */
.top-link-top {
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.top-link-top li {
  position: relative;
}

.top-link-top li + li::before {
  content: '|';
  color: #888;
  padding: 0 6px;
}

/* 아이콘 메뉴 */
.top-icon-link {
  display: flex;
  margin-top: 18px;
  gap: 0 9px;
}
.top-link ul {
  display: flex;
  justify-content: flex-end;
}
.top-icon-link a {
  padding: 0 7px;
  display: block;
  position: relative;
}
.top-icon-link img {
  width: 26px;
  display: block;
}
footer {
  background-color: #333;
  color: #ccc;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.6;
}

footer .inConts {
  width: 1320px;
  margin: 0 auto;
}

.foot-links ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0 0 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #444;
}

.foot-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 16px;
}
.foot-links ul li a strong {
  font-weight: bold;
}

.foot-links ul li a:hover {
  color: #fff;
}

.foot-info {
  display: flex;
  gap: 0 80px;
  padding: 55px 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 25px;
}

.f-comp {
  width: 980px;
}

.f-comp .f-tit {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.f-comp address {
  font-style: normal;
  color: #ccc;
}

.f-comp .bar {
  margin: 0 5px;
  color: #777;
}

.f-cs {
  margin-top: 15px;
}

.f-cs .f-tit {
  font-size: 20px;
  color: #fff;
}

.f-cs a {
  color: #fff;
  text-decoration: none;
}

.f-sns {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.f-sns li {
  display: inline-block;
}

.f-sns img {
  width: 30px;
  height: 30px;
}

.family-site {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.family-wr {
  background: #333;
  color: #ccc;
  cursor: pointer;
}
.family-site .family-wr > p {
  width: 220px;
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid #555;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  text-align: left;
  display: block;
  position: relative;
}
.family-site .family-wr > p::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 38px;
  border-left: 1px solid #555;
  background: url(../img/fms_arrow.png) no-repeat center;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.site-link {
  display: none;
  width: 100%;
  border: 1px solid #555;
  border-bottom: none;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.site-link li {
  border-bottom: 1px solid #555;
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  line-height: 38px;
  color: #666;
}

.site-link li:last-child {
  border-bottom: none;
}

.site-link a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 38px;
  color: #666;
}

.site-link a:hover {
  color: #fff;
}
.real-cont {
  padding-bottom: 100px;
  padding-top: 66px;
  min-height: 300px;
}
.contain.cont {
  padding-left: 40px;
  padding-right: 40px;
}
.contain {
  width: 1400px;
  margin: 0 auto;
}
.join-head h2 {
  font-size: 45px;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
}
.agree-wrap .check {
  text-align: right;
  margin-top: 12px;
  font-weight: 300;
}
.agree-wrap .group {
  margin-bottom: 60px;
}
.join-h3 {
  font-size: 20px;
  font-weight: 700;
}
.stit {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.agree-wrap h3 {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 700;
}
.agree-wrap .agree.box {
  position: relative;
  max-height: 400px;
  color: #333;
  font-weight: 300;
  overflow: auto;
  padding: 20px;
  line-height: 1.5em;
  border: 1px solid #e5e5e5;
}
.agree {
  padding: 0 5px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.625em;
}
.agree-wrap .req {
  color: #ff586b;
}
.agree-wrap + .check {
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}
.sns-login .row {
  display: flex;
  margin: 0 -7px;
  margin-top: 33px;
}
.sns-login .col {
  flex: 1;
  padding-left: 7px;
  padding-right: 7px;
}
.sns-login .bt {
  display: block;
  color: #fff !important;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.sns-login .bt img {
  vertical-align: middle;
  margin: -0.25em 1px 0 0;
}
.sns-login .login-naver {
  background: #2db400;
}
.sns-login .login-google {
  background: #4285f4;
}
.sns-login .login-kakao {
  background: #fbbc05;
}
.sns-login .login-apple {
  background: #000000;
}
.join-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.join-btn-wrap + table {
  margin-top: 50px;
}
.join-btn-wrap .join-btn {
  display: flex;
  width: 220px;
  height: 60px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #666;
  border: 1px solid #ccc;
}
.join-btn-wrap .join-btn.agree {
  background-color: #001a70;
  border: 1px solid #001a70;
  color: #fff;
}
.btn-pack.focus {
  background: #666;
  border: 1px solid #666;
  color: #fff !important;
}
.btn-pack {
  display: inline-block;
  overflow: visible;
  position: relative;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
}
.btn__home {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  border: 1px solid #111;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.btn__login {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  background: #111;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.buttons {
  margin-top: 25px;
}
.buttons:after {
  content: ' ';
  display: block;
  clear: both;
}
.buttons .cen {
  text-align: center;
}
.buttons .cen .btn-pack {
  margin: 0 4px;
}
.buttons .fr {
  float: right;
}
.buttons .fr .btn-pack {
  margin-right: 2px;
}
.buttons .fl {
  float: left;
}
.buttons .fl .btn-pack {
  margin-left: 2px;
}
.buttons a {
  text-decoration: none;
}
.buttons a,
.buttons input {
  vertical-align: top;
}
.buttons + .paginate {
  margin-top: 0;
}
.btn-pack.xlarge {
  min-width: 180px;
  height: 55px;
  padding: 0 35px;
  line-height: 53px;
  font-size: 16px;
}
.btn__type4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 44px;
  background: #000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.btn__type5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 44px;
  background: #999;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
/* 전체 테이블 폼 */
.input {
  height: 40px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.input[readonly] {
  background-color: #e8e8e8;
  color: #aaaaaa;
}
.board-write input[readonly] {
  background: #f0f0f0;
  color: #888;
}

/* 버튼 스타일 */
.board-write table td .btn-pack.medium {
  min-width: 130px;
  vertical-align: middle;
}
.btn-pack.medium {
  height: 40px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
}
/* 안내 텍스트 */
.join-head {
  text-align: center;
  margin-bottom: 50px;
}
.contain {
  width: 1400px;
  margin: 0 auto;
}
board-write h3 {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 14px;
}
.board-write table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-top: 2px solid #333;
  font-size: 16px;
  line-height: 1.5em;
}
.board-write table th {
  height: 65px;
  padding: 12px 0 12px 30px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  background: #f4f6f8;
  font-weight: 500;
  color: #000;
}
.board-write table th.tt {
  height: 59px;
  font-weight: 500;
  font-size: 18px;
}
.board-write table td {
  height: 65px;
  padding: 12px 10px;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
}
.board-write table td .input + .btn-pack {
  margin-left: 5px;
}
.board-write table td .btn-pack.medium {
  min-width: 130px;
  vertical-align: middle;
}
.board-write table td .btn-pack.medium.w120 {
  min-width: 120px;
}
.board-write table td .btn-pack.medium.down {
  min-width: 260px;
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.board-write table td label.btn-pack.medium {
  margin-left: 0;
}
.board-write table td .txt {
  margin-left: 15px;
}
.board-write table td img {
  vertical-align: middle;
}
.board-write table td table {
  border-top: 0;
}
.board-write table td table th {
  background: none;
  width: 100px;
  padding-left: 20px;
}
.board-write table td table tr:last-child th,
.board-write table td table tr:last-child td {
  border-bottom: 0;
}
.board-write label {
  margin: 0;
}
.board-write .req {
  color: #ff0000;
}
.board-write .star {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.board-write .star input {
  position: relative;
  bottom: -2px;
}
.board-write .star img {
  margin-right: 6px;
  width: 20px;
}
.board-write .item {
  display: inline-block;
  margin-right: 30px;
}
.board-write .price {
  font-weight: 700;
}
.board-write .price strong {
  font-size: 22px;
}
.board-write .help-text {
  margin: 10px 0 0 10px;
}
.board-write .icon-discount {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #ff586b;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.board-write .icon-mileage {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.board-write .report-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
}
.board-write .report-item {
  width: 33.333333333%;
  padding: 2px 10px 2px 0;
}
.board-write .file-upload-del {
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em 0 0 4px;
  width: 20px;
  height: 20px;
  background: #fff url('../images/file_del.png') 50% 50% no-repeat;
  border: 1px solid #e5e5e5;
}
.board-write .addr-list {
  margin-bottom: 7px;
}
.board-write .addr-list ul {
  display: flex;
  flex-wrap: wrap;
}
.board-write .addr-list ul li {
  border: 1px solid #e5e5e5;
  margin: 0 9px 9px 0;
  padding: 0 8px;
  min-width: 60px;
  height: 29px;
  line-height: 27px;
  text-align: center;
}
.board-write .addr-list ul li .del {
  margin-left: 20px;
}
.board-write .addr-list ul li .del img {
  vertical-align: middle;
  margin-top: -0.2em;
}
.board-write + .buttons {
  margin-top: 63px;
}
/* 배경 블러 처리 */
.jquery-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.jquery-modal.current {
  display: block;
}
/* 팝업 레이어 */
.pop-wrap.modal {
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  position: relative;
}
.pop-content {
  padding: 22px 19px;
  font-weight: 300;
}
/* 제목 영역 */
.pop-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 13px;
}

.pop-title h2 {
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
}

/* 검색 바 영역 */
.board-search {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 39px;
}
.board-search select.input {
  width: 140px;
}
select.input {
  padding-right: 35px;
  background: #fff url(../img/select.png) right 12px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.board-search .input {
  width: 300px;
  background-color: #fff;
}
.btn-pack.medium {
  padding: 0 16px;
  background: #555;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.board-search .btn-pack {
  width: 140px;
}
.btn-pack.medium:hover {
  background: #333;
}

/* 테이블 영역 */
.board-list table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}

.board-list thead th {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 12px 10px;
  text-align: left;
}

.board-list tbody td {
  border-bottom: 1px solid #eee;
  padding: 10px;
  vertical-align: top;
}
.board-list table tbody td {
  height: 69px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333;
}
.radiobox input[type='radio'] {
  accent-color: #444;
  margin-right: 5px;
}

/* 스크롤 제한 */
.scroll-box {
  max-height: 200px;
  overflow-y: auto;
}

/* 버튼 영역 */
.pop-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.pop-btn {
  display: inline-block;
  min-width: 160px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 48px;
}
.pop-btn.focus {
  border-color: #666;
  background: #666;
  color: #fff;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  text-decoration: none;
  color: #888;
}

.close-modal:hover {
  color: #000;
}
.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 15px;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
.modal a.close-modal:before,
.modal a.close-modal:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #999;
  border-radius: 2px;
}
.modal a.close-modal:before {
  transform: rotate(45deg);
}
.modal a.close-modal:after {
  transform: rotate(-45deg);
}
.board-list table thead th {
  height: 58px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
  background: #f7f7f7;
}
.step-box {
  margin-bottom: 30px;
  font-family: 'Noto Sans KR', sans-serif;
}

.step-list {
  display: flex;
  border-bottom: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  text-align: center;
}

.step-list li {
  flex: 1;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-right: 1px solid #e0e0e0;
  padding: 15px 10px;
  color: #aaa;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #001f66;
}

.step-list li .step {
  display: block;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 2px;
}

/* 현재 단계 스타일 */
.step-list li.active {
  background: #fff;
  border-bottom: none;
  color: #001f66;
  font-weight: bold;
  border-color: #001f66;
}

.step-list li.active .step {
  color: #001f66;
}
.step-box + h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.step-box + h3 + .stit {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.join-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.join-type__box {
  width: 650px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 165px;
  background-color: #e5e8f0;
  background-position: 87px 50%;
  background-repeat: no-repeat;
}
.join-type__box p {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.join-type__box span {
  font-size: 16px;
  color: #666;
}
.join-type__box.select {
  background-color: #e5f6fc;
  border: 1px solid #000;
}
.join-type__box.seller {
  background-image: url(../img/ico_seller.png);
}
.join-type__box.consumer {
  background-image: url(../img/ico_cunsumer.png);
}
.tbl-info {
  font-size: 17px;
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
}
.select-center {
  font-size: 17px;
  display: flex;
  color: #333;
}

.select-center strong {
  font-weight: 500;
  color: #00a7e1;
  display: inline-flex;
  align-items: center;
}
.select-center strong:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 70%;
  border-left: 1px solid #ddd;
  margin: 0 5px;
}
.join-complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
}
.join-complete img {
  flex: 0 0 auto;
  width: 50px;
  margin-bottom: 10px;
}
.join-complete h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  line-height: 1;
}
.gray__box {
  display: flex;
  align-items: center;
  width: 400px;
  height: 80px;
  padding-left: 104px;
  background: #f4f6f8 url('/images/icon_user1.png') no-repeat 41px center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #111;
}
.join-complete p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.modal__notice {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 500px;
  padding: 0 30px 30px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(3, 3, 3, 0.1);
  transform: translate(-50%, -50%);
}
.modal__notice .modal__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
}
.modal__notice .modal__header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.modal__notice .modal__header .btn__close {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: url('../images/icon_close1.png') no-repeat center center / 100% 100%;
  text-indent: -9999em;
}
.modal__notice .modal__container p {
  font-size: 16px;
  color: #666;
  text-align: center;
  word-break: keep-all;
}
.modal__notice .modal__container p + p {
  margin-top: 15px;
}
.modal__notice .btn__wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.modal__certify {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;    
  overflow-y: auto;
  width: 440px;
  max-height: calc(100dvh - 100px);
  padding: 40px 50px 50px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.modal__certify .row + .row {
  margin-top: 40px;
}
.modal__certify h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.modal__certify .input__box {
  position: relative;
}
.modal__certify .input__box .error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  font-size: 16px;
  color: #fe0002;
}
.modal__certify .input__box .input {
  width: 100%;
  height: 50px;
}
.modal__certify .input__box select {
  width: 100%;
  height: 50px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #e5e5e5;
}
.modal__certify .input__box--birth {
  display: flex;
  gap: 10px;
}
.modal__certify .input__box--birth select {
  flex: 1 1 0;
}
.modal__certify .input__box--birth select:first-child {
  flex: 0 1 auto;
  width: 120px;
}
.btn__certify {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 60px;
  background: #111;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
