html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans KR";
}

* {
  margin: 0;
  padding: 0;
}

.wrap {
min-width:915px;

  text-align: center;
  word-break: keep-all;
}
.center {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  
}
.common_h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom:8px;
}
.common_h1 span {
  font-weight: 700;
}
.common_p {
  font-size: 15px;
  opacity: 0.9;
  line-height: 22px;
  
}
.main {
  background-color: #fff07b;
  position: relative;
}
.main .main_text {
  position: absolute;
  /* top: 196px; */
  top:28.61%;  
  /* left: 604px; */
  left:50%;
  margin-left:-360px;
}
.banner {
  width: 100%;
  height: 685px;
  background: url("/resource/pc/images/product/tips/img_tittle.png") no-repeat;
  background-position: bottom center;
}
.second {
  padding:83px 0;
}
.second_text{
    margin-bottom:41px;
}
.second_text h1{
    margin-bottom:11px;
}

.unfree {
  background: #e3f0db;
  padding:93px 0;
}

.unfree h1 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom:10px;
}
.unfree h1 span {
  font-weight: 700;
}
.unfree p {
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  border-radius: 15px;
  font-size: 15px;
  line-height: 22px;
  width: 591px; 
  padding: 15px 14px 17px 15px;
  margin: 0 auto 40px auto;
}

.unfree span.notice {
  display: block;
  font-size: 15px;
  margin-top:78px;
  opacity: 0.5;

}
.unfree span.notice::before{
    content:'';   
    display: inline-block;
    width:4px;
    height: 4px;
    opacity: 0.5;
    background:#000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right:6px;
}