/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* T. 삼성점 뉴라미스 필러 */
@charset "UTF-8";
/* 공통 */
.neuramis-module{
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.neuramis-module .fix_area{
  max-width: 500px;
  margin: 0 auto;
}
.neuramis-module > div{
  padding: 80px 0 130px;
}
.neuramis-module b{
  font-weight: 700;
}
.neuramis-module .color-txt{
  color:#6B6040
}
/* 01영역 */
.neuramis-module .neuramis-list01{
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.neuramis-module .neuramis-list01 .fix_area{
  max-width: 400px;
}
.neuramis-module .neuramis-list01 .logo_area{
  margin-bottom: 30px;
}
.neuramis-module .neuramis-list01 .logo_area .logo{
  width: 80%;
  margin:0 auto;
}
.neuramis-module .neuramis-list01 .logo_area .logo img{
  width:100%;
}
.neuramis-module .neuramis-list01 .logo_area .desc{
  color:#696861;
  text-align: center;
  font-size: 20px;
}
.neuramis-module .neuramis-list01 .content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.neuramis-module .neuramis-list01 .content>li{
  width: 135px;
  height: 135px;
  margin: 5px;
  background-color: rgba(94,91,81,0.8);
  color: #fff;
  text-align: center;
  border-radius: 50em;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 02영역 */
.neuramis-module .neuramis-list02{
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size:cover;
}
.neuramis-module .neuramis-list02 .sub_txt__{
  margin: 30px 0 50px;
  text-align: center;
  word-break: keep-all;
}
.neuramis-module .neuramis-list02 .main_img__{
  width: 70%;
  margin: 0 auto;
}
.neuramis-module .neuramis-list02 .main_img__ img{
  width: 100%;
}
.neuramis-module .neuramis-list02 .desc_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255,255,255,0.8);
  border-radius: 1rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  margin-top: 2rem;
  text-align: center;
}
.neuramis-module .neuramis-list02 .desc_area .sub_img__{
  width: 40%;
}
.neuramis-module .neuramis-list02 .desc_area .sub_img__ img{
  width: 100%;
}
.neuramis-module .neuramis-list02 .desc_box{
  padding: 0 2rem 2.5rem;
  word-break: keep-all;
}
.neuramis-module .neuramis-list02 .desc_box .tit__{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 1rem;
}
/* 03영역 */
.neuramis-module .neuramis-list03{
  background-color: #fff;
}
.neuramis-module .neuramis-list03 .fda_logo__{
  width: 80%;
  margin: 30px auto;
}
.neuramis-module .neuramis-list03 .fda_logo__ img{
  width: 100%;
}
.neuramis-module .neuramis-list03 .desc{
  text-align: center;
  word-break: keep-all;
}
.neuramis-module .neuramis-list03 .content-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.neuramis-module .neuramis-list03 .content-box .gra_txt__{
  width: 50%;
  margin: 30px 5px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.neuramis-module .neuramis-list03 .content-box .gra_txt__ > li{
  width: 90px;
  height: 90px;
  font-size: 16px;
  border-radius: 1.5rem;
  border: 3px solid #FFFFFF;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#BDB9AF), to(#66664E));
  background-image: -o-linear-gradient(left, #BDB9AF, #66664E);
  background-image: linear-gradient(90deg, #BDB9AF, #66664E);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.neuramis-module .neuramis-list03 .content-box .gra_txt__ > li p{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.neuramis-module .neuramis-list03 .content-box .point_wrap_{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.neuramis-module .neuramis-list03 .content-box .point_txt__{
  padding-bottom: 6rem;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__:last-child{
  padding-bottom:0;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__ .tit__{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__ .dots{
  display: block;
  width: 10px;
  height: 10px;
  background-color: #6B6040;
  border-radius: 50em;
  border: 2px solid #DBDBDB;
  z-index: 1;
  position: relative;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__:first-child .dots::before{
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  width: 0px;
  height: 268px;
  border-left: 1px dashed #DBDBDB;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__ .point{
  padding-left: 0.8rem;
}
.neuramis-module .neuramis-list03 .content-box .point_txt__ .txt__{
  padding-left: 1rem;
}
.neuramis-module .neuramis-list03 .txt__box{
  text-align: center;
  background-color: rgba(242,241,233,0.7);
  border-radius: 1.5rem;
  padding: 4rem 0;
}