@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

* {
  border-radius: 0 !important;
}


/* reset */
body {
  height: 100%;
}
body {
  /* display: flex;
  align-items: center; */
  /* padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; */
  padding-top: 55px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}

main {
  margin-top: 52px;
}

input:not([type="checkbox"]):read-only {background-color: #EAEAEA; pointer-events: none;}

/* Default */
.container {
  padding: 0 20px;
}

.input-box {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  color: #595959;
  border: 1px solid #d4d4d4
}

.select-box {
  width: 100%;
  padding: 0.875rem 2.25rem 0.875rem 1rem;
  font-size: 0.875rem;
  color: #595959;
  border: 1px solid #d4d4d4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* header */
header .navbar {
  align-items: center;
  height: 55px;
  padding: 8px 20px;
  background-color: #fff;
}

header h3, .modal-title h3 {
  height: 100%;
  line-height: 39px;
  font-size: 1.17rem;
}

.navbar img {
  height: 100%;
  /* max-height: 40px; */
}

/* form sign_in */
.form-signin {
  padding: 15px 20px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: 20px;
}

.form-signin input[type="password"] {
  margin-bottom: 20px;
}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

/* form join */
.list-group .input-box {
  border: none;
}

.list-group-item label {
  color: #595959;
}

.form-check-input:checked {
  background-color: #0d0d0d;
  border-color: #bfbfbf;
}

.form-detailBtn:after {
  content: '\F285';
  font-family: bootstrap-icons;
  position: absolute;
  right: 1rem;
  font-size: 1.15rem;
  color: #595959;
}

/* form order */
.zipcode_group {
  display: flex;
}

.order_info {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.order_info li {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid #d4d4d4;
}

.order_info li + li {
  border-bottom: 1px solid #d4d4d4;
}

.order_info .title {
  width: 25%;
  margin: 0;
  color: #a6a6a6;
}

.order_info .txt {
  flex: 1;
  margin: 0;
  color: #4f4f4f;
}

/* modal */
.modal-content {
  height: 100%;
  border: none;
}

.modal-body {
  overflow-y: auto;
}

.modal-dialog.modal-fullsize {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-content.modal-fullsize {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
}

.modal-title h3 {
  color: #0d0d0d;
}

.modal-body p {
  font-size: 0.875rem;
  color: #595959;
}

/* text */
.join-title {
  font-size: 0.875rem;
  color: #0d0d0d;
}
.join-title-acc {
  color: #f23d3d;
}

.join-title.ft-semibold {
  font-weight: 500;
}

.text-link {
  font-size: 0.875rem;
  color: #595959;
}
.text-link:hover {
  color: #595959;
}

.txt_dark {
  color: #2d2d2d;
}

.txt_light {
  color: #a6a6a6;
}

.txt_bold {
  font-weight: 700;
}

footer .copyright {
  font-size: 0.75rem;
  color: #BFBFBF;
}

/* button */
.btn-default {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
  border: none;
  font-size: 1rem;
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background-color: #4a4a4a;
}

.btn-outline {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
  border: none;
  font-size: 1rem;
  color: #0d0d0d;
  background-color: transparent;
  border: 1px solid #0d0d0d;
}

.btn-adr-search {
  width: 120px;
  padding: 0.875rem 1rem;
  margin-left: 5px;
  font-size: 0.875rem;
  background-color: #8c8c8c;
  color: #fff;
  border: none;
}

.icon-button {
  display: block;
  background-color: transparent;
  border: none;
} 
.icon-button i {
  position: absolute;
  /* top: 14px; */
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.iframe_div {
  position: relative;
  padding-top: 10px;
  width: 100%;
  height: 0;
  cursor: pointer;

  pointer-events : none;
}

/* iframe */
.iframe_div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: none;
  height: 100vh;
  width: 100%;
}