@charset "utf-8";
@charset "utf-8";

/* default */
html,
body {
  margin: 0;
  padding: 0;
}
form,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0 !important;
  width: 100%;
}
th,
td {
  padding: 0;
}
th {
  font-weight: normal;
}
textarea {
  padding: 0;
  margin: 0;
  resize: none;
}
fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
legend,
caption {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
a {
  text-decoration: none;
  color: #222222;
  outline: 0;
}
input,
select {
  vertical-align: middle;
}
input,
select,
textarea {
  border: 1px solid #aaaaaa;
  background: #fff;
  color: #222222;
  font-size: 13px;
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
i,
em,
address {
  font-style: normal;
}
button {
  margin: 0;
  padding: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
}
textarea {
  border-radius: 0;
}

html {
  width: 100%;
  height: 100%;
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2666666666666667vw;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body {
  width: 100%;
  height: 100%;
}

select {
  width: 100%;
  border: 1px solid #ccc;
  padding-left: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
  vertical-align: middle;
  border-radius: 0px;
  -webkit-appearance: none;
  background: url(/consultEvent//consultEvent/images_v3/sub/select_bg.gif) no-repeat right center;
  outline: none;
  font-weight: 300;
}
option {
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
  font-weight: 300;
}
input {
  font-family: "roboto", "Noto Sans KR", Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
  font-weight: 300;
}
input:disabled {
  background: #fff;
}

input[type="radio"] {
  width: 6.666666666666667vw;
  height: 6.666666666666667vw;
  margin: 0;
  padding: 0;
  background: url("/consultEvent/images_v3/common/radio_off.png") no-repeat 0 0;
  background-size: 100%;
  -webkit-appearance: none;
  outline: none;
  border: 0;
}
input[type="radio"]:checked {
  width: 6.666666666666667vw;
  height: 6.666666666666667vw;
  background: url("/consultEvent/images_v3/common/radio_on.png") no-repeat 0 0;
  background-size: 100%;
  border-radius: 50%;
}



/* input_box */
.input_box {
  border: 1px solid #aaa;
  padding: 2.8vw;
  background: #fff;
  cursor: text;
}
.input_box input {
  border: none;
  font-size: 3.466666666666667vw;
  color: #444;
  width: 100%;
  padding: 0px;
  margin: 0px;
  outline: none;
  height: 4.533333333333333vw;
  line-height: 4.533333333333333vw;
  font-weight: 400;
}

/* Default */
* {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Input */
select {
  height: auto;
  padding: 2.7px 10px;
  font-size: 15px;
  background: url(/consultEvent/mob/images_v3/ic-down.png) no-repeat center right 10px;
  background-size: 16px;
}
input[type="text"],
[type="number"] {
  font-size: 15px;
  padding: 9px 10px;
}
input[type="text"],
[type="number"],
select {
  background-color: #f4f4f4;
  border: 1px solid #b5b5b5;
}
select:focus,
input[type="text"]:focus,
[type="numbecont_lr"]:focus {
  background-color: #fff;
  border: 1px solid #b5b5b5;
}

/* Placeholder */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */

/* Layout */
#wrap {
  position: relative;
  min-width: 320px;
  min-height: 100%;
}
.container {
  padding-bottom: 60%;
}
.container img {
  width: 100%;
  vertical-align: top;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffd800;
  width: 100%;
  padding: 10px 20px;
}
.ft_request_tt {
  width: 100%;
}
.ft_request_tt img {
  max-width: 100%;
}
.ft_request_input {
  margin-top: 6px;
}
.ft_request_input ul li {
  float: left;
}
.ft_request_input ul li.ipt_name {
  width: calc(50% - 3px);
  margin-bottom: 6px;
}
.ft_request_input ul li:first-of-type.ipt_name {
  margin-right: 6px;
}
.ft_request_input ul li.ipt_name input {
  width: 100%;
}
.ft_request_input ul li.ipt_hp {
  width: 100%;
}
.ft_request_input ul li.ipt_hp input {
  width: 100%;
}
.ft_request_btn {
  width: 100%;
  margin-top: 6px;
  display: inline-block;
}
.ft_request_btn img {
  max-width: 100%;
}
.ft_request_agree {
  margin-top: 10px;
}
.ft_request_agree a {
  display: inline-block;
  width: calc(100% - 20px);
}
.ft_request_agree label {
  cursor: pointer;
}
.ft_request_agree label img {
  max-width: 100%;
}
.ft_request_agree input {
  vertical-align: bottom;
}

#layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lypop_box {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.lypop_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.lypop_close a {
  display: inline-block;
}
.lypop_close a img {
  width: 16px;
}
.lypop_img {
  padding: 15px;
}
.lypop_img img {
  max-width: 100%;
}
/* 20200618 */
.ft_btn_join {
  margin-top: 10px;
}
.ft_btn_join img {
  max-width: 100%;
}
/* 클린케어 landing */
#wrap.cleancare {
  background-color: #fff;
}
.cleancare .ft_request_tt img {
  width: 50%;
}
.cleancare .ft_request_agree input {
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cleancare .ft_request_agree label img {
  width: 80%;
}
.cleancare .ft_request_agree a {
  display: inline-block;
  width: calc(100% - 30px);
}
.cleancare footer {
  background-color: #f5c222;
}

