@charset "UTF-8";

.typho {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-top: 54px;
  z-index: 4;
}

.sub_typho {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 90px;
  color: #666;
}

.to-right-underline {
  position: relative;
}

.to-right-underline:hover:after {
  width: 100%;
  opacity: 1;
}

.s-highlight {
  background-image: linear-gradient(120deg, #b4e56e 0%, #b4e56e 100%);
  background-repeat: no-repeat;
  background-size: 100% 26%;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.consul-con {
  background: url(/assets/hongbo/default/img/consul_con_bg.png) no-repeat;
  height: 345px;
  min-width: 40px;
  padding-left: 50px;
  padding-top: 12px;
}

.worry-con {
  font-size: 20px;
  margin-bottom: 35px;
}

.worry-list {
  font-size: 17px;
  font-weight: 500;
}

.worry-list .list-num {
  color: #27b543;
  line-height: 45px;
  margin-right: 6px;
}

.consul-result {
  font-size: 27px;
  margin-top: 55px;
  font-weight: 500;
  letter-spacing: -1px;
}

.white-con {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 7px #aaa;
  width: 354px;
  padding: 55px 30px;
  z-index: 5;
  position: relative;
  animation: fadeInDown 1s;
}

.white-con div {
  font-size: 17px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.t_bg {
  position: absolute;
  z-index: 1;
  right: 0;
  background: url(/assets/hongbo/default/img/circle_bg.png) no-repeat;
  width: 323px;
  height: 381px;
  left: 50%;
  margin-left: 380px;
  margin-top: 110px;
}

/*�뱀뀡2*/
.gray-bg {
  background: #f6f6f6;
  padding: 120px 0 100px 0;
  min-height: 500px;
  margin-top: 60px;
}

.num-green {
  order: 1;
  font-size: 24px;
  font-weight: bold;
  color: #5eb86c;
  font-family: "GmarketSansMedium";
  margin-right: 26px;
}

.sevrvice-con {
  order: 2;
}

.vertical-txt {
  position: absolute;
  -ms-transform: rotate(90deg); /* IE 9 */
  -ms-transform-origin: 20% 40%; /* IE 9 */
  transform: rotate(90deg);
  transform-origin: 20% 40%;
  font-size: 90px;
  font-weight: bold;
  color: #eaeaea;
}

.tit-line {
  font-family: GmarketSansMedium;
  font-size: 24px;
  margin-bottom: 10px;
}

.ex-txt {
  margin-bottom: 65px;
  font-size: 17px;
}

.txt-green-highlight {
  background-image: linear-gradient(120deg, #cfe6d3 0%, #cfe6d3 100%);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.green-bg {
  background: #59b86c;
  height: 336px;
  padding: 85px 0 50px 0;
}

.w-tit-txt {
  font-size: 17px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.y-txt {
  color: #fffc27;
  font-weight: 400;
}

.slider-wrap {
  width: 50%;
  position: absolute;
  left: 53%;
  z-index: 1;
  top: 25px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.slider-con {
  background: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  padding: 35px 35px;
  margin-right: 20px;
  box-shadow: 0 0 3px #53ab64;
  text-align: center;
}

.pagespan {
  width: 58%;
  position: absolute;
  left: 42%;
  z-index: 1;
  top: 55px;
  font-family: "SBAggroB", sans-serif;
  font-size: 110px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}

/* Frame */
.frame {
  height: 148px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 25px;
}
.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 19px;
}
.frame ul li {
  float: left;
  width: 311px;
  height: 148px;
  margin: 0 15px 0 0;
  padding: 45px 0 0;
  background: #fff;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border-bottom-right-radius: 25px;
}
/*.frame ul li.active { 
	color: #fff;
	background: #a03232;
} */

/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 1px;
  background: #84e999;
  line-height: 0;
}
.scrollbar .handle {
  width: 100px;
  height: 10px;
  background: #2e8b41;
  cursor: pointer;
  position: absolute;
  top: 194px;
  left: 0;
}
.scrollbar .handle .mousearea {
  width: 100%;
  height: 20px;
}

/* Pages */
.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

/* Controls */
.controls {
  margin: 0 0;
  text-align: center;
  position: absolute;
  top: 95px;
  left: -482px;
}
/* Buttons */
.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *zoom: 1;
}
