@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap");

/* 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 {
  min-width: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Input */
select {
  height: auto;
  padding: 5px 10px;
  font-size: 15px;
  background: url(/consultEvent/pc/images_v6/ic-down.png) no-repeat center right 10px;
  background-size: 16px;
}
input[type="text"],
[type="number"] {
  font-size: 15px;
  line-height: 16px;
  padding: 12px 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+ */
/* 캡스홈 landing */
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  clip: (1px 1px 1px 1px);
  z-index: -100;
}
/* layout(PC) */
#wrap {
  position: relative;
  width: 100%;
  min-width: 1095px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-color: #a3d9ff;
  overflow: hidden;
  display: block;
}
.container {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: table;
}
.contbody {
  width: 100%;
  max-width: 1095px;
  height: 100vh;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.cont_l {
  width: 599px;
  margin-right: 45px;
  vertical-align: top;
  display: inline-block;
}
.cont_r {
  width: 449px;
  text-align: center;
  margin-right: -2px;
  margin-top: -13px;
  vertical-align: top;
  display: inline-block;
}
.toplogo ul li {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.toplogo ul li.toplogo_c {
  margin-top: 10px;
}
.toplogo ul li.toplogo_r {
  margin-top: 10px;
}
.h_titl {
  margin-top: 10px;
}
.h_caption {
  margin-top: 8px;
}
.h_monthinfo {
  margin-top: 10px;
}
.h_mainimg {
  margin-top: 10px;
  margin-bottom: -1px;
}
.h_request {
  position: relative;
  height: 183px;
  background-color: #fff;
  border-radius: 2px;
  padding: 16px 20px 0;
  margin-top: 10px;
  overflow: hidden;
}
.h_request .request_tt {
  text-align: left;
}
.h_request .request_form {
  margin-top: 13px;
}
.h_request .request_form ul li {
  float: left;
}
.h_request .request_form ul li:last-of-type{
  float: right;
}
.h_request .request_form ul li span {
  vertical-align: middle;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.h_request .request_form ul li span.form_ico {
  width: 32px;
  text-align: center;
}
.h_request .request_form ul li span input {
  width: 230px;
}
.h_request .request_form ul li span .w50 {
  width: calc(222px / 2);
}

.h_tabslide {
  width: 100%;
}
.h_tabslide ul.tabslide_bg {
  position: relative;
  top: 47px;
  height: 587px;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.h_tabslide ul li {
  float: left;
}
.h_tabslide ul li.tabmenu {
  cursor: pointer;
}
.h_tabslide ul li.h_tab1 {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  text-align: center;
}
.request_agree {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin-top: 6px;
  display: inline-block;
}
.request_agree label {
  font-size: 12px;
  color: #666;
  letter-spacing: -0.05em;
  line-height: 12px;
  cursor: pointer;
}
.request_agree label span {
  color: #0052a4;
}
.request_agree input {
  vertical-align: bottom;
}

.cleancare .h_mainimg .btn-blog-cleancare{
  width: 230px;
}

/* 슬라이드 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  top: -48px; /* 20200528추가 */
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 19px;
  height: 33px;
  background: url(/consultEvent/pc/images_v6/ico_slide_next.png) no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 19px;
  height: 33px;
  background: url(/consultEvent/pc/images_v6/ico_slide_prev.png) no-repeat;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}
.swiper-pagination {
  /* text-align: right !important; */
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 text-align: center;
 bottom: 13px;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
}

#layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 449px;
  height: 201px;
  background-color: #fff;
  border-radius: 2px;
}
.lypop_close {
  position: absolute;
  top: 16px;
  right: 24px;
}
.lypop_img {
  padding-top: 15px;
}

/* 20200618 */
.online_join {
  margin-top: 6px;
}

/* 클린케어 landing */
#wrap.cleancare {
  background: #c9f1ec;
}
.cleancare .h_tabslide ul::after {
  content: "";
  display: block;
  clear: both;
}
.cleancare .h_tabslide ul li {
  max-width: 125px;
}
.cleancare .h_tabslide ul li img {
  width: 100%;
}
.cleancare .h_tabslide ul.tabslide_bg {
  height: 620px;
  top: -1px;
}
.cleancare .swiper-container {
  top: 0;
}
.cleancare .swiper-slide img {
  width: 100%;
}
.cleancare .tabslide_bg .swiper-slide{
  position: relative;
}
.cleancare .tabslide_bg .swiper-slide a > div{
  display: block;
  position: absolute;
  width: 200px;
  height: 24px;
  right: 43px;
  bottom: 34px;
  /*
  background: rgba(0,0,0,0.5);
  */
}

.cleancare .h_mainimg {
  margin: 20px auto 0;
  max-width: 375px;
  text-align: center;
}
.cleancare.v2 .h_mainimg {
  margin-bottom: 17px;
}
.cleancare .h_mainimg img {
  width: 100%;
}
.cleancare .cont_r {
  margin-top: 0;
}
.cleancare .h_request {
  height: auto;
  padding: 14px 20px;
}
.cleancare .h_request .request_form ul::after {
  content: "";
  display: block;
  clear: both;
}
.cleancare .h_request .request_form ul li a img {
  max-width: 131px;
}
.cleancare .h_request .request_tt img {
  width: 50%;
}
.cleancare .request_agree {
  margin-top: 7px;
  position: static;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-content: center;
}
.cleancare .request_agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: url(/consultEvent/pc/images_v6/check_off.png) no-repeat center;
  background-size: contain;
}
.cleancare .request_agree input[type="checkbox"]:checked {
  background: url(/consultEvent/pc/images_v6/check_on.png) no-repeat center;
  background-size: contain;
}

.cleancare .request_agree a {
  display: inline-block;
  text-align: left;
  /*
  width: calc(100% - 30px);
  */
}
.cleancare .request_agree label {
  color: #969696;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.36px;
  word-break: keep-all;
}
.cleancare .request_agree label strong{
  color: #08459B;
  font-weight: 400;
  text-decoration: underline;
}
.cleancare .request_agree label img {
  max-width: 377px;
}
.cleancare .lypop_close img {
  width: 16px;
}
.cleancare #layer{
  padding: 18px 24px;
  text-align: left;
}
.cleancare #layer .lypop-title{
  font-size: 16px;
  line-height: 16px;
  color: #08459B;
  font-weight: 700;
}
.cleancare #layer .dot-list{
  margin-top: 10px;
  padding-left: 18px;
}
.cleancare #layer .dot-list li{
  list-style-type: disc;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #4f4f4f;
  word-break: keep-all;
}

@media screen and (max-width: 1180px) {
  #wrap.cleancare {
    min-width: auto;
  }
  .cleancare .container,
  .cleancare .contbody {
    display: block;
  }
  .cleancare .contbody {
    max-width: 100%;
    height: auto;
  }
  .cleancare .cont_l,
  .cleancare .cont_r {
    display: block;
    width: 100%;
    margin: 10px auto 30px;
  }
  .cleancare .cont_l {
    padding: 20px;
    max-width: 599px;
  }
  .cleancare .cont_r {
    max-width: 449px;
  }
  .cleancare .h_tabslide ul.tabslide_bg {
    height: auto;
  }
  .cleancare .h_tabslide ul.tabslide_bg .swiper-slide {
    width: 100% !important;
  }
  .cleancare .h_mainimg {
    margin-bottom: 10px;
  }
}
