@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 터치 기반(모바일) */
@media (hover: none) and (pointer: coarse) {
  /* 모바일(터치스크린)용 스타일 */
  html {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 24px;
    width: 100%;
    height: 100%;
  }
}

/* 마우스 기반(데스크탑) */
@media (hover: hover) and (pointer: fine) {
  /* 데스크탑(마우스, 터치패드)용 스타일 */
  html {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 10px;
    width: 100%;
    height: 100%;
  }
}

img {
  -webkit-user-drag: none;
}

* {
  box-sizing: border-box;
}

/*------------------- scroll bar -------------------*/
::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0 0 0.3rem #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border: thin solid #bdbdbd;
}

/*------------------- scroll bar -------------------*/

body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem !important;
  color: #25252F;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-style: normal;
  cursor: default;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #9291A5;
  /*text-decoration: none;*/
}

p {
  margin: 0;
}

input[type=text], input[type=number], textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  /*line-height: 1.8rem;*/
  outline: 0;
  width: 100%;
  padding: 1.2rem;
  height: 4rem;
  line-height: 2rem;
  border: 1px solid #D4D3DD;
  border-radius: 0.8rem;
}

input:disabled {
  background-color: #fff;
  color: inherit;
}

input[type=text]::placeholder, textarea::placeholder {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #9291A5;
}

.main {
  max-width: 72.2rem;
  min-width: 38rem;
  width: 100vw;
  height: auto;
  display: grid;
  align-content: start;
  justify-content: start;
}

.header {
  display: flex;
  max-width: 72.2rem;
  min-width: 38rem;
  width: 100vw;
  height: 3.5rem;
  padding: 0.2rem 0 0.2rem 9.1rem;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
  color: #fff;
  background-color: #353B47;
  background-image: url("logo.svg");
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: auto 1.5rem;
}

.contents {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: grid;
  gap: 2rem;
  background-color: #f8f8f8;
}

.contents > .part {
  width: 100%;
  display: grid;
}

.text-m {
  /*height: 2.4rem;*/
  line-height: 2.4rem;
  font-size: 1.6rem;
}

.text-s {
  /*height: 2rem;*/
  line-height: 2rem;
  font-size: 1.4rem;
}

.weight-500 {
  font-weight: 500 !important;
}

.alert {
  display: none;
  color: #D14141;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-left: 2.4rem;
  margin-top: 1rem;
  background-image: url("alert.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2rem 2rem;
}

.grid-2-col {
  display: grid;
  grid-template-columns: auto 9rem;
  gap: 0.8rem;
}

.search-btn {
  font-size: 1.4rem;
  font-weight: 500;
  height: 4rem;
  padding: 0.8rem 1.2rem;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 0.8rem;
  background-color: #9291A5;
  text-align: center;
  cursor: pointer;
}

.contents input[type="checkbox"] {
  margin-left: 0;
  line-height: 2rem;
}

.inquire {
  height: 17.6rem !important;
  resize: none;
}

.mt6 {
  margin-top: 0.6rem !important;
}

.mt8 {
  margin-top: 0.8rem !important;
}

.mt16 {
  margin-top: 1.6rem !important;
}

.pointer {
  cursor: pointer !important;
}

.submit-btn {
  display: grid;
  width: 100%;
  height: 5rem;
  color: #fff;
  font-size: 1.6rem;
  border: 0;
  outline: 0;
  border-radius: 0.6rem;
  background-color: #4434E2;
  align-items: center;
  cursor: pointer;
}

.notice {
  width: 110vw;
  height: 110vh;
  overflow: hidden;
  position: fixed;
  top : 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

.notice .notice-content {
  width: 46.1rem;
  height: 20rem;
  position: absolute;
  top: 29.1rem;
  left: 13.1rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.20);
  padding: 2rem;
}

.privacy-part {
  display: grid;
  gap: 1rem;
  font-size: 1.3rem !important;
  width: 100%;
  height: auto;
  padding: 1rem;
  margin: 0.8rem 0;
  border-radius: 0.8rem;
  background-color: #EEEDF1;
}

.privacy-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.privacy-table > thead {
  background-color: #E3E2E9;
}

.privacy-table > tbody {
  background-color: #fff;
}

.privacy-table th {
  font-weight: 600 !important;
}

.privacy-table td {
  font-weight: 400 !important;
  font-size: 1.3rem !important;
}

.privacy-table th, .privacy-table td {
  min-width: 12rem;
  padding: 0.4rem 1rem;
  border: 1px solid #D4D3DD;
}

.auto-break {
  word-break: auto-phrase;
}

.text-l {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: -0.025rem;
}

.confirm-btn {
  width: auto !important;
  height: 4.4rem !important;
  padding: 0 2rem !important;
  margin-top: 2rem !important;
  margin-left: auto !important;
}