@charset "utf-8";

@import url("../../css/reset.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'Pretendard-Regular';
  /* src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); */
  src: url(/common/font/Pretendard-Regular.woff);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  /* src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'); */
  src: url(/common/font/Pretendard-Medium.woff);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  /* src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'); */
  src: url(/common/font/Pretendard-Bold.woff);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DOUZONEText50';
  src: url(https://www.douzone.com/html/fonts/Douzone/DOUZONEText50.woff) format('woff'),
    url(https://www.douzone.com/html/fonts/Douzone/DOUZONEText50.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DOUZONEText30';
  src: url(https://www.douzone.com/html/fonts/Douzone/DOUZONEText30.woff) format('woff'),
    url(https://www.douzone.com/html/fonts/Douzone/DOUZONEText30.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.notosanskr * {
  font-family: 'Noto Sans KR', sans-serif;
}


html,
body {
  width: 870px;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-display: swap;
  color: #000;
  text-align: left;
  word-break: keep-all;

}

select,
input {
  font-family: "Pretendard-Regular", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radkus: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: auto;
}

input,
button {
  font-family: "Pretendard-Regular", sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radkus: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

button * {
  color: inherit;
}

input[type="text"]:disabled {
  background-color: #f0f1f2;
  border-color: #dbdbdb;
}

input[type="text"].error {
  border-color: #e6605c;
}

input[type="checkbox"]+label {
  font-size: 14px;
}

input[type="checkbox"]+label:before {
  width: 24px;
  height: 24px;
}

input[type="checkbox"].round+label:before {
  margin-right: 4px;
}

select {
  width: 100%;
  margin-bottom: 5px;
}


b,
strong {
  font-weight: bold;
}

button {
  cursor: pointer;
  outline: none;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  border: 0;
}



/* 도입문의 팝업 popup */
.popup {
  width: 870px;
}

.pop-wrap {
  overflow: hidden;
  width: 870px;
  padding-bottom: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 10;
  border-radius: 12px;
}

.pop-title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0 22px 0;
  margin-bottom: 30px;
  text-align: center;
  background-image: url('../images/bg_popup.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pop-title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-size: 26px;
  letter-spacing: -0.78px;
  font-family: 'Pretendard-Bold', sans-serif;
}

.pop-title .title img {
  margin-right: 10px;
}

.pop-title p {
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.35px;
  color: #000;
  text-align: left;
}

.pop-title p strong {
  color: #a143ff;
  font-family: 'Pretendard-Bold', sans-serif;
}

.btn-close.icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-image: url('../images/btn-close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99999;
}

.pop-cont {
  padding: 0 40px;
  margin-bottom: 8px;
}

.pop-cont .scrollArea {
  overflow-y: auto;
}

.pop-cont .from-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.pop-cont .from-grid label {
  margin-top: 0;
}

.pop-cont .cont-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cont-group label {
  font-size: 16px;
  margin: 20px 0 10px;
}

.cont-group label.require:after {
  content: ' *';
  color: #fc5356;
}

.cont-group input {
  width: 100%;
  height: 32px;
  padding: 7px 10px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  line-height: 44px;
}
.validation-text {
  display: none;  
}
.validation-text.text {
  display: block !important;
}

input:focus {
  border-color: #9360fe;
  caret-color: #9360fe;
}

*::-webkit-input-placeholder {
  color: #999 !important
}

*:-moz-placeholder {
  color: #999 !important
}

/* FF 4-18 */
*::-moz-placeholder {
  color: #999 !important
}

/* FF 19+ */
*:-ms-input-placeholder {
  color: #999 !important
}

/* IE 10+ */

textarea {
  height: 92px;
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  resize: none;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.38px;
}

textarea:focus {
  border-color: #9360fe;
  caret-color: #9360fe;
  outline: none;
}

.readonly-box {
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
  background-color: #fafbfd;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.33px;
  color: #4a4a4a;
}

#agree1_label {
  margin-top: 0;
}

.pop-button {
  display: flex;
  justify-content: center;
}

.btnInquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 44px;
  font-family: 'Pretendard-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.4px;
  background-color: #ccc;
  border-radius: 4px;
  cursor: not-allowed;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.btnInquiry:enabled {
  background-image: linear-gradient(107deg, #6F94E0 1%, #9B86E0 97%);
  cursor: pointer;
}
.btnInquiry:enabled:hover {
  background-image: linear-gradient(107deg, #4976CC 1%, #725ECC 97%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

