@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap");

/*=================================================================================
* Reset
=================================================================================*/

* {
  box-sizing: border-box;
  word-break: keep-all;
  /*transition: all 0.5s;*/
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  word-break: break-all;
  font-family: "Roboto", "맑은 고딕", sans-serif;
  width: 100%;
  height: 100%;
  color: #555;
  letter-spacing: -0.3px;
  font-size: 15px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 100%;
}
ul,
ol,
li,
figure {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

select,
input,
textarea {
  font-family: "Malgun Gothic", sans-serif;
  background: #fff;
  font-size: 15px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 400px) {
  select,
  input,
  textarea {
    font-size: 14px;
  }
}

input,
select {
  padding: 0 10px;
  outline: none;
}

select {
  border: 1px solid #d5d5d5;
  height: 30px;
  -webkit-appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #d5d5d5;
  resize: none;
  outline: none;
}
button {
  cursor: pointer;
  font-family: "Malgun Gothic", sans-serif;
  border: 0;
  vertical-align: middle;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"] {
  position: relative;
  bottom: 1px;
  padding: 0;
  margin: 0 6px 0 0;
  cursor: pointer;
  width: 18px;
  min-height: 18px;
  background: #fff;
}

/* 고객 설문 내 체크박스 */
.survey_con input[type="checkbox"] {
  width: 14px;
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  bottom: 1px;
  padding: 0;
  margin: 0 5px 0 0;
  cursor: pointer;
}
input[type="text"] {
  height: 30px;
  border: 1px solid #d5d5d5;
}
input[type="password"] {
  height: 25px;
  border: 1px solid #d5d5d5;
}

textarea,
input[type="text"],
input[type="password"],
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 5px;
}

hr {
  width: 60px;
  height: 3px;
  color: #fff;
  background: #fff;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
strong {
  font-weight: 600;
}

img {
  vertical-align: top;
  max-width: 100%;
}

label {
  cursor: pointer;
}

em {
  font-style: normal;
}

mark {
  background: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/*=================================================================================
* Font Style
=================================================================================*/
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}

/*=================================================================================
* Color Style
=================================================================================*/
.white {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.orange {
  color: #f7600e;
}
.blue {
  color: #0b56c1;
}
.violet {
  color: #663ac0;
}
.red {
  color: #e85c5c;
}
.green {
  color: #0b7f0e;
}
.gray {
  color: #666666;
}
.black {
  color: #333;
}
.yellow {
  color: #ffd51b;
}
.orangeB {
  color: #f7600e;
  font-family: "NanumGothicBold";
}
.blueB {
  color: #298eff;
  font-family: "NanumGothicBold";
}
.violetB {
  color: #4b49b8;
  font-family: "NanumGothicBold";
}
.greenB {
  color: #0b7f0e;
  font-family: "NanumGothicBold";
}
.redB {
  color: #fc4141;
  font-family: "NanumGothicBold";
}
.grayB {
  color: #888888;
  font-family: "NanumGothicBold";
}
.blackB {
  color: #000;
  font-family: "NanumGothicBold";
}
.uline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.flex {
  display: flex !important;
  align-items: center;
}

.is_valid {
  background-color: #0672cb !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.form_wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #0672cb inset;
  -webkit-text-fill-color: #fff;
  font-weight: 400;
}
