.banner__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 600px;
}

.banner__container.faq {
  background: url(/assets/img/common/faq_top.png);
  background-size: cover;
  background-position: center;
}

.banner__container.experience {
  background: url(/assets/img/common/experience_top.png);
  background-size: cover;
  background-position: center;
}

.banner__container.wanghong {
  background: url(/assets/img/common/wanghong_top.png);
  background-size: cover;
  background-position: center;
}

.banner__container.faq .text__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
  font-size: 24px;
}

.banner__container.faq .text__box b {
  margin-bottom: 30px;
  font-size: 56px;
  letter-spacing: 1px;
}

.banner__container.experience .text__box {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-top: 50px;
}

.banner__container.experience .text__box h2 {
  font-size: 46px;
  font-weight: normal;
  margin: 20px 0px 30px 0px;
}

.banner__container.experience .text__box em {
  font-weight: bold;
}

.banner__container.experience .text__box span {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.banner__container.experience .text__box b {
  font-size: 28px;
  font-weight: normal;

  color: #b1d1fa;
}

.banner__container.wanghong .text__box {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-top: 50px;
}

.banner__container.wanghong .text__box h2 {
  font-size: 46px;
  margin: 20px 0px 40px 0px;
}

.banner__container.wanghong .text__box span {
  font-size: 18px;
  margin-bottom: 4px;
}
.banner__container.wanghong .text__box em {
  font-weight: bold;
}

.content__wrapper {
  display: flex;
  width: 1080px;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 50px 0px;
}

.faq__box {
  display: flex;
  /* margin-top: 40px; */
}

.faq__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 0px 30px;
  border-right: solid 1px #ccc;
}

.faq__list:last-child {
  border-right: none;
}

.faq__list .title span {
  padding: 10px 50px;
  background: black;
  color: white;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 16px;
}

.faq__list ul.faq {
  display: flex;
  flex-direction: column;
}

.faq__list ul.faq li {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.faq__list ul.faq li b {
  font-size: 16px;
  line-height: 20px;
}

.faq__list ul.faq li b.question {
  color: #449197;
  font-weight: normal;
}

.faq__list ul.faq li span {
  font-size: 14px;
  line-height: 20px;
}

.content__wrapper .content__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.content__wrapper .content__box .guide__box {
  display: flex;
  justify-content: space-around;
  margin: 30px 0px 100px 0px;
  width: inherit;
}

.content__wrapper .content__box .title {
  padding: 10px 20px;
  font-size: 20px;
  background: #000000;
  color: #ffffff;
  position: relative;
  height: 40px;
  align-self: flex-start;
  margin-bottom: 40px;
}
.content__wrapper .content__box .guide__box li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 200px;
  /* background: red; */
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #deeaff;
}

.content__wrapper .content__box .guide__box.wanghong li {
  width: 160px;
  height: 160px;
}

.content__wrapper .content__box .guide__box li::before {
  content: '';
  position: absolute;
  top: 32px;
  width: 37px;
  height: 27px;
}

.content__wrapper .content__box .guide__box li.number0::before {
  background: url(/assets/img/common/number01.png);
  background-repeat: no-repeat;
}

.content__wrapper .content__box .guide__box li.number1::before {
  background: url(/assets/img/common/number02.png);
  background-repeat: no-repeat;
}

.content__wrapper .content__box .guide__box li.number2::before {
  background: url(/assets/img/common/number03.png);
  background-repeat: no-repeat;
}

.content__wrapper .content__box .guide__box li.number3::before {
  background: url(/assets/img/common/number04.png);
  background-repeat: no-repeat;
}

.content__wrapper .content__box .guide__box li.number4::before {
  background: url(/assets/img/common/number05.png);
  background-repeat: no-repeat;
}

.content__wrapper .content__box .guide__box li b {
  font-size: 26px;
  color: #000000;
  text-align: center;
  line-height: 28px;
  font-weight: normal;
  margin-top: 20px;
}

.content__wrapper .content__box .guide__box.wanghong li b {
  font-size: 20px;
  line-height: 22px;
}

.content__wrapper .content__box .guide__box span {
  position: absolute;
  bottom: -50px;
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.content__wrapper .content__box .desc__box {
  background: #6b8bfa;
  color: #ffffff;
  font-size: 22px;
  margin: 40px 0px;
  text-align: center;
  padding: 20px 0px;
  font-weight: normal;
  width: inherit;
}

.content__wrapper .content__box .desc__box em {
  font-weight: bold;
}

.action__btn {
  width: 340px;
  height: 50px;
  outline: none;
  background: #000000;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.action__btn span {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  border-right: solid 1px #ccc;
  line-height: 30px;
  letter-spacing: 1px;
}

.action__btn div {
  width: 50px;
  height: 50px;
  top: 0px;
  background: url(/assets/img/common/btn_after.png);
  background-repeat: no-repeat;
  text-indent: -999em;
  background-position: 7px;
  background-size: 35px 35px;
}

.announce__box {
  color: #449197;
  font-size: 20px;
  width: inherit;
  display: flex;
  justify-content: center;
  margin: 30px 0px 100px 0px;
}

.announce__box.wanghong {
  margin: 50px 0px;
}

.announce__box.wanghong em {
  font-weight: bold;
  border-bottom: solid 1px #449197;
  margin-left: 5px;
}

.channel__box {
  display: flex;
  width: inherit;
  flex-direction: column;
  background: #e3fbfb;
  padding-top: 50px;
  align-items: center;
}

.channel__box .channel__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 450px;
  margin-bottom: 87px;
  cursor: pointer;
}

.channel__box .channel__content h2 {
  font-size: 38px;
  color: #449197;
  font-weight: normal;
  margin-bottom: 46px;
  padding-top: 28px;
}

.channel__box .channel__content .ico__box {
  display: flex;
  position: relative;
  width: 636px;
  height: 318px;

}

.channel__box .channel__content .ico__box .ico__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.channel__box .channel__content .ico__box .ico__content div {
  width: 318px;
  height: 318px;
  text-indent: -999em;
}

.channel__box .channel__content .ico__box .ico__content.product {
  background: url(/assets/img/common/01_icon.png);
  background-repeat: no-repeat;
  margin-right: 30px;
  position: absolute;
}

.channel__box .channel__content .ico__box .ico__content.review {
  background: url(/assets/img/common/02_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 300px;
}

.channel__box .channel__content .ico__box .ico__content span {
  color: #449197;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.channel__box .channel__content .link__box {
  cursor: pointer;
  display: flex;
  margin-top: 40px;
  background: #fde401;
  padding: 20px 50px;
  border-radius: 40px;
  align-items: center;
  position: relative;
}
.channel__box .channel__content .link__box .link__text {
  display: flex;
  padding: 0px 10px;
  height: 35px;
  border-right: solid 1px #ccc;
  align-items: center;
}

.channel__box .channel__content .link__box .link__text:last-child {
  border-right: none;
}

.channel__box .channel__content .link__box .link__text .ch__ico {
  text-indent: -999em;
  background: url(/assets/img/common/ico_kakao_ch.png);
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

.channel__box .channel__content .link__box .link__text span {
  font-size: 16px;
}

.channel__box .channel__content .link__box .link__text em {
  font-size: 10px;
}

.channel__box .channel__content .link__box .link__text .chat {
  margin-top: -5px;
  margin-left: 3px;
}

.channel__box .channel__content .link__box .link__text .chat::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/arrow-point-to-right.png);
  position: absolute;
  background-size: 20px 20px;
  top: 27px;
  right: 18px;
}

.privacyWrap {max-width:1200px;margin:0px auto;white-space:pre-wrap;line-height:1.4rem;}

.privacyWrap .privacyBox {white-space:pre-wrap;}

@media screen and (max-width: 768px) {
	.banner__container.faq .text__box b {font-size:20px;}
	.banner__container {height:300px;}
	.banner__container.faq .text__box span {font-size:15px;max-width:300px;}
	.privacyWrap {padding:0 20px;}
}