@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #222;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

input,
textarea,
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

input,
select,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

button {
  padding: 0;
  background: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
}

.btn {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__kakao {
  width: 100%;
  height: 6rem;
  color: #fff;
  background-color: #723D35;
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.btn__kakao2 {
  margin-top: 0;
}
.btn__txt {
  width: calc(100% - 16.5rem);
  height: 5.4rem;
  color: #fff;
  background-color: #723D35;
  margin-top: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn__entire {
  width: 100%;
  height: 5.5rem;
  color: #fff;
  background-color: #723D35;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
.btn__entire:disabled {
  background-color: #E1D6D3;
}
.btn__entire2 {
  background-color: #846A66;
}
.btn__input {
  width: 16.5rem;
  height: 4.5rem;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1rem;
  border: 1px solid #222;
}
.btn__input:disabled {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.btn__landing {
  width: calc(100% - 4rem);
  height: 5.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  border-radius: 0.6rem;
  position: relative;
  background-color: #CA9A8E;
}
.btn__landing:after {
  content: "";
  position: absolute;
  right: 1.95rem;
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico_arrow.svg") no-repeat 0 0/100% 100%;
}
.btn__cardnews {
  width: calc(100% - 19.6rem);
  height: 5.5rem;
  color: #fff;
  background-color: #723D35;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
.btn__cardnews:before {
  content: "";
  margin-right: 0.8rem;
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico_connect.svg") no-repeat 0 0/100% 100%;
}
.btn__request {
  width: 100%;
  height: 5.5rem;
  color: #723D35;
  background-color: #EEE6E3;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.6rem;
}
.btn__request:before {
  content: "";
  margin-right: 0.4rem;
  width: 13.5px;
  height: 13.5px;
  background: url("../images/icon/ico_request.svg") no-repeat 0 0/100% 100%;
}
.btn__call {
  position: relative;
  width: calc(100% - 4rem);
  height: 5.5rem;
  color: #fff;
  background-color: #723D35;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.6rem;
}
.btn__call:before {
  content: "";
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  background: url("../images/icon/ico_phone.svg") no-repeat 0 0/100% 100%;
}
.btn__call:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px #F0F0F0 solid;
  top: 7rem;
}
.btn__cancel {
  width: 100%;
  height: 4rem;
  color: #666666;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
.btn__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.4rem;
  color: #fff;
  background-color: #723D35;
  width: calc(100% - 9.5rem);
  border-radius: 0.6rem;
}
.btn__num2 {
  display: none;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F1EEE9;
}
.alert__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alert__cnt:before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("../images/icon/ico_etc.svg") no-repeat 0 0/100% 100%;
}
.alert__txt {
  padding: 1rem 3rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8rem;
  color: #222;
}
.alert__txt2 {
  color: #B7B7B7;
}

.footer {
  max-width: 750px;
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: auto;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 400;
}
.footer1 {
  height: 4rem;
  padding-top: 1.35rem;
}
.footer1__txt {
  padding-left: 2rem;
  color: #B3B1AD;
}
.footer1__txt2 {
  padding-right: 20px;
  color: #666666;
}
.footer2 {
  height: 9.5rem;
  margin-bottom: 0;
}
.footer2 .txt__wrap {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  height: 4rem;
}
.footer2__txt {
  padding-left: 2rem;
  color: #B3B1AD;
}
.footer2__txt2 {
  padding-right: 20px;
  color: #666666;
}
.footer3 {
  height: 13.5rem;
}
.footer4 {
  height: 100px;
  margin-bottom: 0;
}
.footer4 .txt__wrap {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.footer4__txt {
  padding-left: 20px;
  color: #B3B1AD;
}
.footer4__txt2 {
  padding-right: 20px;
  color: #666666;
}

input:disabled {
  color: #D9D9D9;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.select {
  width: 100%;
  height: 4.5rem;
  border-bottom: 2px solid #D2D2D2;
  position: relative;
  line-height: 1.9rem;
  font-weight: 400;
}
.select select {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
.select select:invalid {
  color: #D9D9D9;
}
.select select:disabled {
  color: #D9D9D9;
}
.select:focus {
  outline: none;
  border-bottom: 2.3px solid #723D35 !important;
}
.select.has-value {
  outline: none;
  border-bottom: 2.3px solid #723D35 !important;
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/icon/ico_select.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}
.select.sel-time:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon/ico_time.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}

.select.disabled::after {
  background: url("../images/icon/ico_selectdisable.svg") no-repeat 0 0/100% 100% !important;
}

.ipt-datepicker {
  position: relative;
  width: 100%;
  height: 4.5rem;
  border-bottom: 2px solid #D2D2D2;
  display: inline-block;
}
.ipt-datepicker #ipt-datepicker {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  padding-right: 4rem;
}
.ipt-datepicker #ipt-datepicker::-webkit-input-placeholder {
  color: #D9D9D9;
  font-size: 1.5rem;
}
.ipt-datepicker #ipt-datepicker::-moz-placeholder {
  color: #D9D9D9;
  font-size: 1.5rem;
}
.ipt-datepicker #ipt-datepicker:-ms-input-placeholder {
  color: #D9D9D9;
  font-size: 1.5rem;
}
.ipt-datepicker #ipt-datepicker::-ms-input-placeholder {
  color: #D9D9D9;
  font-size: 1.5rem;
}
.ipt-datepicker #ipt-datepicker::placeholder {
  color: #D9D9D9;
  font-size: 1.5rem;
}
.ipt-datepicker::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon/ico_calendar.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}
.ipt #ipt-textarea {
  width: 100%;
  height: 10rem;
  border-radius: 0.3rem;
  border: 1px solid #D2D2D2;
  padding: 1rem 1rem;
  font-size: 1.5rem;
}
.ipt #ipt-textarea:focus {
  outline: none !important;
  border: 2px solid #723D35;
}
.ipt #ipt-textarea::-webkit-input-placeholder {
  color: #D9D9D9;
}
.ipt #ipt-textarea::-moz-placeholder {
  color: #D9D9D9;
}
.ipt #ipt-textarea:-ms-input-placeholder {
  color: #D9D9D9;
}
.ipt #ipt-textarea::-ms-input-placeholder {
  color: #D9D9D9;
}
.ipt #ipt-textarea::placeholder {
  color: #D9D9D9;
}
.ipt-textarea__txt {
  color: #666666;
}

.daterangepicker {
  max-width: 260px;
}
.daterangepicker.show-calendar .drp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.daterangepicker .drp-buttons .btn {
  margin: auto;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 9998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop__inner {
  padding: 3rem 4.5rem 3rem 4.5rem;
  width: 82%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0.6rem;
  text-align: center;
}
.pop__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
}
.pop__btn .btn {
  width: 11.5rem;
  height: 4.5rem;
  background-color: #723D35;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.pop__btn--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pop__btn--column .btn {
  width: 16.8rem;
}
.pop__btn--row {
  gap: 1rem;
}
.pop__btn--row .btn {
  width: 100%;
}
.pop__btn--row .btn--cancel {
  background-color: #fff;
  color: #723D35;
  border: 1px solid #723D35;
}
.pop__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.pop-alert {
  width: 100%;
  max-width: 750px;
  height: auto;
  background: rgba(70, 54, 52, 0.8);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: initial;
  padding: 2rem;
}
.pop-alert div,
.pop-alert p,
.pop-alert button {
  color: #fff;
}
.pop-alert__top, .pop-alert__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pop-alert__top {
  width: 100%;
}
.pop-alert__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pop-alert__close > p {
  margin-top: 3px;
}
.pop-alert__close > img {
  margin-left: 5px;
  width: 1.9rem;
  height: 1.9rem;
}
.pop-alert .doNotShow {
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 300;
  color: #EEE6E3;
}
.pop-alert__cnt {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
}

#wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
  max-width: 750px;
}

.login {
  padding-bottom: 4rem;
}
.login.login2 {
  padding-bottom: 100px;
}

.join {
  padding-bottom: 9.5rem;
}

.landing {
  padding-bottom: 4rem;
}

.contents {
  padding-bottom: 4rem;
}

.request {
  padding-bottom: 4rem;
}
.request.request2 {
  padding-bottom: 9.5rem;
}

.pop_view {
  font-size: 2rem;
}

.header__title {
  position: relative;
  height: 6rem;
  padding-top: 2.05rem;
  background-color: #F1EEE9;
  color: #222;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.header__title .btn__back {
  background: url("../images/icon/ico_back.svg") no-repeat 0 0/100% 100%;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: 2rem;
  padding: 1rem 1rem;
}

.blind,
.hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-line {
  text-decoration: underline;
}
.text-bold {
  font-weight: bold;
}
.text-blind {
  color: rgba(0, 0, 0, 0);
}
.text-blue {
  color: #619AF6 !important;
}
.text-black {
  color: #222 !important;
}
.text-brown {
  color: #723D35 !important;
}
.text-brown2 {
  color: #CA9A8E !important;
}

.border {
  border: 1px solid #222;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdt-10 {
  padding-top: calc(10px / 2) !important;
}

.pdb-10 {
  padding-bottom: calc(10px / 2) !important;
}

.pdl-10 {
  padding-left: calc(10px / 2) !important;
}

.pdr-10 {
  padding-right: calc(10px / 2) !important;
}

.pdl-1 {
  padding-left: calc(1px / 2) !important;
}

.pdr-1 {
  padding-right: calc(1px / 2) !important;
}

.mgt-1 {
  margin-top: calc(1px / 2) !important;
}

.mgb-1 {
  margin-bottom: calc(1px / 2) !important;
}

.mgl-1 {
  margin-left: calc(1px / 2) !important;
}

.mgr-1 {
  margin-right: calc(1px / 2) !important;
}

.mgt-10 {
  margin-top: calc(10px / 2) !important;
}

.mgb--10 {
  margin-bottom: calc(10px / 2) !important;
}

.mgl-10 {
  margin-left: calc(10px / 2) !important;
}

.mgr-10 {
  margin-right: calc(10px / 2) !important;
}

.pdt-20 {
  padding-top: calc(20px / 2) !important;
}

.pdb-20 {
  padding-bottom: calc(20px / 2) !important;
}

.pdl-20 {
  padding-left: calc(20px / 2) !important;
}

.pdr-20 {
  padding-right: calc(20px / 2) !important;
}

.pdl-2 {
  padding-left: calc(2px / 2) !important;
}

.pdr-2 {
  padding-right: calc(2px / 2) !important;
}

.mgt-2 {
  margin-top: calc(2px / 2) !important;
}

.mgb-2 {
  margin-bottom: calc(2px / 2) !important;
}

.mgl-2 {
  margin-left: calc(2px / 2) !important;
}

.mgr-2 {
  margin-right: calc(2px / 2) !important;
}

.mgt-20 {
  margin-top: calc(20px / 2) !important;
}

.mgb--20 {
  margin-bottom: calc(20px / 2) !important;
}

.mgl-20 {
  margin-left: calc(20px / 2) !important;
}

.mgr-20 {
  margin-right: calc(20px / 2) !important;
}

.pdt-30 {
  padding-top: calc(30px / 2) !important;
}

.pdb-30 {
  padding-bottom: calc(30px / 2) !important;
}

.pdl-30 {
  padding-left: calc(30px / 2) !important;
}

.pdr-30 {
  padding-right: calc(30px / 2) !important;
}

.pdl-3 {
  padding-left: calc(3px / 2) !important;
}

.pdr-3 {
  padding-right: calc(3px / 2) !important;
}

.mgt-3 {
  margin-top: calc(3px / 2) !important;
}

.mgb-3 {
  margin-bottom: calc(3px / 2) !important;
}

.mgl-3 {
  margin-left: calc(3px / 2) !important;
}

.mgr-3 {
  margin-right: calc(3px / 2) !important;
}

.mgt-30 {
  margin-top: calc(30px / 2) !important;
}

.mgb--30 {
  margin-bottom: calc(30px / 2) !important;
}

.mgl-30 {
  margin-left: calc(30px / 2) !important;
}

.mgr-30 {
  margin-right: calc(30px / 2) !important;
}

.pdt-40 {
  padding-top: calc(40px / 2) !important;
}

.pdb-40 {
  padding-bottom: calc(40px / 2) !important;
}

.pdl-40 {
  padding-left: calc(40px / 2) !important;
}

.pdr-40 {
  padding-right: calc(40px / 2) !important;
}

.pdl-4 {
  padding-left: calc(4px / 2) !important;
}

.pdr-4 {
  padding-right: calc(4px / 2) !important;
}

.mgt-4 {
  margin-top: calc(4px / 2) !important;
}

.mgb-4 {
  margin-bottom: calc(4px / 2) !important;
}

.mgl-4 {
  margin-left: calc(4px / 2) !important;
}

.mgr-4 {
  margin-right: calc(4px / 2) !important;
}

.mgt-40 {
  margin-top: calc(40px / 2) !important;
}

.mgb--40 {
  margin-bottom: calc(40px / 2) !important;
}

.mgl-40 {
  margin-left: calc(40px / 2) !important;
}

.mgr-40 {
  margin-right: calc(40px / 2) !important;
}

.pdt-50 {
  padding-top: calc(50px / 2) !important;
}

.pdb-50 {
  padding-bottom: calc(50px / 2) !important;
}

.pdl-50 {
  padding-left: calc(50px / 2) !important;
}

.pdr-50 {
  padding-right: calc(50px / 2) !important;
}

.pdl-5 {
  padding-left: calc(5px / 2) !important;
}

.pdr-5 {
  padding-right: calc(5px / 2) !important;
}

.mgt-5 {
  margin-top: calc(5px / 2) !important;
}

.mgb-5 {
  margin-bottom: calc(5px / 2) !important;
}

.mgl-5 {
  margin-left: calc(5px / 2) !important;
}

.mgr-5 {
  margin-right: calc(5px / 2) !important;
}

.mgt-50 {
  margin-top: calc(50px / 2) !important;
}

.mgb--50 {
  margin-bottom: calc(50px / 2) !important;
}

.mgl-50 {
  margin-left: calc(50px / 2) !important;
}

.mgr-50 {
  margin-right: calc(50px / 2) !important;
}

.pdt-60 {
  padding-top: calc(60px / 2) !important;
}

.pdb-60 {
  padding-bottom: calc(60px / 2) !important;
}

.pdl-60 {
  padding-left: calc(60px / 2) !important;
}

.pdr-60 {
  padding-right: calc(60px / 2) !important;
}

.pdl-6 {
  padding-left: calc(6px / 2) !important;
}

.pdr-6 {
  padding-right: calc(6px / 2) !important;
}

.mgt-6 {
  margin-top: calc(6px / 2) !important;
}

.mgb-6 {
  margin-bottom: calc(6px / 2) !important;
}

.mgl-6 {
  margin-left: calc(6px / 2) !important;
}

.mgr-6 {
  margin-right: calc(6px / 2) !important;
}

.mgt-60 {
  margin-top: calc(60px / 2) !important;
}

.mgb--60 {
  margin-bottom: calc(60px / 2) !important;
}

.mgl-60 {
  margin-left: calc(60px / 2) !important;
}

.mgr-60 {
  margin-right: calc(60px / 2) !important;
}

.pdt-70 {
  padding-top: calc(70px / 2) !important;
}

.pdb-70 {
  padding-bottom: calc(70px / 2) !important;
}

.pdl-70 {
  padding-left: calc(70px / 2) !important;
}

.pdr-70 {
  padding-right: calc(70px / 2) !important;
}

.pdl-7 {
  padding-left: calc(7px / 2) !important;
}

.pdr-7 {
  padding-right: calc(7px / 2) !important;
}

.mgt-7 {
  margin-top: calc(7px / 2) !important;
}

.mgb-7 {
  margin-bottom: calc(7px / 2) !important;
}

.mgl-7 {
  margin-left: calc(7px / 2) !important;
}

.mgr-7 {
  margin-right: calc(7px / 2) !important;
}

.mgt-70 {
  margin-top: calc(70px / 2) !important;
}

.mgb--70 {
  margin-bottom: calc(70px / 2) !important;
}

.mgl-70 {
  margin-left: calc(70px / 2) !important;
}

.mgr-70 {
  margin-right: calc(70px / 2) !important;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex__spaceBtw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-block {
  display: block;
}

.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}

.ellipsis.line1 {
  -webkit-line-clamp: 1;
}

.ellipsis.line2 {
  -webkit-line-clamp: 2;
}

.no-thumbnail {
  margin-top: 20px;
}
.no-thumbnail + .contents-box__txt {
  margin-bottom: 40px;
}

.login {
  background-color: #F1EEE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login__header {
  height: 5.95rem;
  border-bottom: 1px solid #222;
  margin: 0 2rem 0 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login__header--img {
  width: 8rem;
  padding-top: 2rem;
  margin: 0 0 1.5rem 0;
}
.login__cnt {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login__logo {
  margin: auto;
  width: 19.65rem;
}
.login__ico {
  margin: auto;
  width: 4.2rem;
}
.login__title {
  font-size: 2rem;
  text-align: center;
  color: #222;
  font-weight: 700;
  line-height: 2.5rem;
}
.login__title1 {
  margin-top: 2.1rem;
}
.login__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__title2:before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  background: url("../images/icon/ico_exclamation.svg") no-repeat 0 0/100% 100%;
}
.login__title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__title3:before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  background: url("../images/icon/ico_homepeople.svg") no-repeat 0 0/100% 100%;
}
.login__txt {
  font-size: 1.4rem;
  text-align: center;
  color: #222;
  font-weight: 400;
  line-height: 1.8rem;
}
.login__txt1 {
  margin-top: 3.1125rem;
}
.login__txt2 {
  margin-top: 1.8rem;
}

.login2 {
  background-image: url("../images/login/main.jpg");
  background-position: center;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f6d8cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.login2__cnt {
  width: 100%;
  margin-bottom: 6rem;
  padding-left: 2.5rem;
}
.login2__cnt2 {
  width: 100%;
  margin-bottom: 10rem;
  padding-left: 10vw;
}
@media only screen and (min-width: 768px) {
  .login2__cnt2 {
    padding-left: 3vw;
  }
}
.login2__logo {
  width: 20.8rem;
}
.login2__logo2 {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .login2__logo2 {
    width: 25%;
  }
}
.login2__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}
.login2__txt {
  font-size: 1.2rem;
  color: #222;
  margin-top: 1rem;
}

.join {
  background-color: #F1EEE9;
  margin: auto;
}
.join__cnt {
  width: 100%;
}
.join__ico {
  width: 3.25rem;
  height: 3.25rem;
}
.join__title {
  font-size: 2.1rem;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 4rem;
}
.join__titlesub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.7rem;
}
.join label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #979797;
}
.join .ipt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 4.5rem;
  margin-top: 0.7rem;
}
.join input {
  border-bottom: 1px solid rgb(210, 210, 210);
  width: 100%;
  height: 4.5rem;
  background-color: #F1EEE9;
  outline: none;
}
.join input::-webkit-input-placeholder {
  color: #D9D9D9;
}
.join input::-moz-placeholder {
  color: #D9D9D9;
}
.join input:-ms-input-placeholder {
  color: #D9D9D9;
}
.join input::-ms-input-placeholder {
  color: #D9D9D9;
}
.join input::placeholder {
  color: #D9D9D9;
}
.join input:focus {
  border-bottom: 1px solid #222;
  outline: none;
}
.join .input__inner {
  width: 100%;
  position: relative;
}
.join .time {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  color: #FF346A;
  font-size: 1.5rem;
}
.join .ipt__alert {
  color: #FF346A;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.contents p {
  word-break: break-all;
}
.contents img {
  width: 100%;
}
.contents__cnt {
  margin: 2rem 2rem 0 2rem;
}
.contents .title-wrap {
  color: #222;
}
.contents .title-wrap .title {
  font-size: 1.7rem;
  font-weight: 700;
}
.contents .title-wrap .subtitle {
  margin-top: 0.7rem;
  color: #B7B7B7;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.contents .title-wrap .subtitle__date {
  position: relative;
}
.contents .title-wrap .subtitle__date:after {
  content: "";
  position: absolute;
  margin-left: 0.9rem;
  width: 0.1rem;
  height: 1rem;
  background: url("../images/icon/ico_reviewcode.svg") no-repeat 0 0/100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents .title-wrap .subtitle__code {
  margin-left: 1.8rem;
}
.contents__img {
  width: 100%;
  border-radius: 0.6rem;
}
.contents-box {
  width: 100%;
  overflow-x: auto;
  margin-top: 2rem;
}
.contents-box__thumb {
  width: 100%;
  border-radius: 0.6rem;
}
.contents-box__title {
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.contents-box__txt {
  color: #B7B7B7;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
.contents .video .player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.25%;
}
.contents .video .player video,
.contents .video .player iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
.contents__txt {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 8.99;
  color: #666666;
}
.contents .swiper .swiper-wrapper {
  position: relative;
}
.contents .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0.8rem;
}
.contents .swiper .swiper-slide > img {
  width: 100%;
}
.contents .swiper .swiper-button-next:after,
.contents .swiper .swiper-button-prev:after {
  content: "";
}
.contents .swiper .swiper-button-next,
.contents .swiper .swiper-container-rtl .swiper-button-prev {
  right: 1rem;
}
.contents .swiper .swiper-button-prev,
.contents .swiper .swiper-container-rtl .swiper-button-next {
  left: 1rem;
}
.contents .swiper .swiper-button-next {
  outline: none;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/common/arrow_next.svg") no-repeat 0 0/100% 100%;
}
.contents .swiper .swiper-button-prev {
  outline: none;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/common/arrow_prev.svg") no-repeat 0 0/100% 100%;
}
.contents .swiper .swiper-pagination {
  position: static;
  width: 100%;
  margin: 2rem 0;
}
.contents .swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #D9D9D9;
  opacity: 1;
}
.contents .swiper .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 1.2rem;
}
.contents .swiper .swiper-pagination-bullet-active {
  background-color: #723D35;
}
.contents .swiper .swiper-button-next.swiper-button-disabled,
.contents .swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#pdf-viewer-container {
  overflow-y: scroll; /* 세로 스크롤 가능하도록 설정 */
  background-color: #fff; /* 배경색으로 페이지 구분 용이하게 */
}

#pdf-pages-container {
  /* 필요하다면 여기에 추가 스타일링 */
}

.pdf-page-canvas {
  margin-bottom: 10px; /* 페이지 간 간격 */
  display: block; /* 캔버스가 블록 요소로 한 줄에 하나씩 보이도록 */
  margin-left: auto;
  margin-right: auto; /* 페이지 중앙 정렬 */
  background-color: #fff; /* 캔버스 배경 흰색 */
}

canvas {
  width: 100%;
}

.request__cnt {
  margin: 4rem 2rem 0 2rem;
}
.request__cnt2 {
  margin: 2rem 2rem 0 2rem;
}
.request p {
  word-break: break-all;
}
.request.request__nolist .request__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.request.request__nolist .btn__request {
  width: 16.6rem;
}
.request.request__nolist .request__txt {
  display: block;
}
.request.request__nolist ul,
.request.request__nolist .request__title {
  display: none;
}
.request__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}
.request__txt {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 8.99;
  color: #B7B7B7;
  text-align: center;
}
.request-box {
  background-color: #F4F4F4;
  padding: 1.7rem 2rem;
  margin-top: 1.2rem;
  border-radius: 0.7rem;
}
.request-box__time {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #CA9A8E;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
}
.request-box__tab {
  color: #666666;
  font-size: 1.3rem;
  font-weight: 700;
}
.request-box__txt {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.request-box.disabled .request-box__time {
  color: #fff;
  background-color: #E1D6D3;
}
.request-box.disabled .request-box__tab {
  color: #B7B7B7;
}
.request-box.disabled .request-box__txt {
  color: #B7B7B7;
}
.request ul {
  display: block;
}
.request ul li:last-child {
  margin-bottom: 3rem;
}
.request label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
}
.requestAlert__wrap {
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.requestAlert__wrap .requestAlert__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requestAlert__wrap .requestAlert__cnt:before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("../images/icon/ico_man2.svg") no-repeat 0 0/100% 100%;
}
.requestAlert__wrap__txt {
  padding: 1rem 3rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8rem;
  color: #B7B7B7;
}
.requestAlert__wrap .alert__txtB {
  font-size: 1.8rem;
  font-weight: 700;
}

.accept__title {
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 3.5rem 0;
}
.accept .ipt {
  width: calc(100% - 9.5rem);
  border-radius: 0.2rem;
  margin: 0 4.75rem;
}
.accept .ipt2 {
  display: none;
}
.accept .ipt__title {
  font-size: 1.3rem;
  color: #222;
}
.accept .ipt__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  border-bottom: 2px solid #D9D9D9;
  background-color: #fff;
  padding: 0 1rem;
}
.accept .ipt input::-webkit-input-placeholder {
  color: #D9D9D9;
}
.accept .ipt input::-moz-placeholder {
  color: #D9D9D9;
}
.accept .ipt input:-ms-input-placeholder {
  color: #D9D9D9;
}
.accept .ipt input::-ms-input-placeholder {
  color: #D9D9D9;
}
.accept .ipt input::placeholder {
  color: #D9D9D9;
}
.accept.active .ipt2 {
  display: block;
}
.accept.active .btn__num1 {
  display: none;
}
.accept.active .btn__num2 {
  display: block;
}

.agree__inner {
  padding: 3rem;
}
.agree__tit {
  font-size: 2rem;
  font-weight: 700;
}
.agree__chk label {
  font-size: 1.3rem;
  font-weight: 700;
}
.agree__chk input {
  width: 1.8rem;
  height: 1.8rem;
}
.agree__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agree__list {
  margin-top: 2rem;
}
.agree__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agree__list li:not(:first-child) {
  margin-top: 1.7rem;
}
.agree__list__txt label {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.35rem;
}
.agree-join__inner {
  padding: 2rem;
}
.agree-join__tit {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}
.agree-join p {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.agree-join__txt {
  color: #010101;
}
.agree-join__txt em {
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
}
.agree-join__sub {
  color: #7c7c7c;
}
.agree-join__cnt {
  padding-top: 1.5rem;
}
.agree-join__cnt strong {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #222;
}
.agree__dot {
  display: block;
  margin-left: 25px;
  position: relative;
}
.agree__dot::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -8px;
  top: 8px;
}
.agree .enter {
  display: block;
  padding-left: 10px;
}
