/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* 제주점 엘란쎄 */
@charset "UTF-8";
/* 공통 */
.ellanse-module{
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.ellanse-module .fix_area{
  max-width: 500px;
  margin: 0 auto;
}
.ellanse-module > div{
  padding: 80px 0 130px;
}
.ellanse-module b{
  font-weight: 700;
}
.ellanse-module .color-txt{
  color:#8F892B
}
/* 01영역 */
.ellanse-module .ellanse-list01{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 80px 0;
}
.ellanse-module .ellanse-list01 .fix_area{
  max-width: 400px;
}
.ellanse-module .ellanse-list01 .logo_area{
  margin-bottom: 30px;
}
.ellanse-module .ellanse-list01 .logo_area .logo{
  width: 80%;
  margin:0 auto;
}
.ellanse-module .ellanse-list01 .logo_area .logo img{
  width:100%;
}
.ellanse-module .ellanse-list01 .logo_area .desc{
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 100;
}
.ellanse-module .ellanse-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;
}
.ellanse-module .ellanse-list01 .content>li{
  width: 130px;
  height: 130px;
  margin: 10px 8px;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#100B07), to(#100B07)), 
  -webkit-gradient(linear, left top, right top, from(#A59785),  to(#DFD776));
  background-image: -o-linear-gradient(#100B07, #100B07), 
  -o-linear-gradient(left, #A59785,  #DFD776);
  background-image: linear-gradient(#100B07, #100B07), 
  linear-gradient(to right, #A59785,  #DFD776);
  background-origin: border-box;
  background-clip: content-box, border-box;
  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영역 */
.ellanse-module .ellanse-list02{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.ellanse-module .ellanse-list02 .main_img__{
  width: 90%;
  margin: 50px auto;
}
.ellanse-module .ellanse-list02 .main_img__ img{
  width:100%;
  padding-right: 1rem;
}
.ellanse-module .ellanse-list02 .desc_area{
  text-align: center;
  word-break: keep-all;
}
/* 03영역 */
.ellanse-module .ellanse-list03{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.ellanse-module .ellanse-list03 .main_img__{
  width: 90%;
  margin: 50px auto;
}
.ellanse-module .ellanse-list03 .main_img__ img{
  width:100%;
}
.ellanse-module .ellanse-list03 .desc_area{
  text-align: center;
  background-color: rgba(143,137,49,0.1);
  padding: 40px 20px;
  border-radius: 1.5rem;
  word-break: keep-all;
}
/* 04영역 */
.ellanse-module .ellanse-list04{
  background-color: #fff;
}
.ellanse-module .ellanse-list04 .sub_txt__{
  margin-top: 30px;
  padding: 40px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8F892B),to(#423F0E));
  background-image: -o-linear-gradient(left, #8F892B,#423F0E);
  background-image: linear-gradient(to right, #8F892B,#423F0E);
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.ellanse-module .ellanse-list04 .content > li{
  padding: 30px 0;
  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;
  border-bottom: 1px solid rgba(169,169,169,0.5);
}
.ellanse-module .ellanse-list04 .content > li:last-child{
  border-bottom: 3px solid #68641D;
}
.ellanse-module .ellanse-list04 .content > li .img_{
  width: 70%;
  text-align: center;
}
.ellanse-module .ellanse-list04 .content > li .img_ img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.ellanse-module .ellanse-list04 .content > li .txt_box__{
  width: 100%;
  text-align: center;
}
.ellanse-module .ellanse-list04 .content > li .txt_box__ .radi_num__{
  width: 30px;
  height: 30px;
  border-radius: 50em;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ellanse-module .ellanse-list04 .content > li .txt_box__ .radi_num__.n1{
  background-color:#8F892B;
}
.ellanse-module .ellanse-list04 .content > li .txt_box__ .radi_num__.n2{
  background-color:#68641D;
}
.ellanse-module .ellanse-list04 .content > li .txt_box__ .radi_num__.n3{
  background-color:#484510;
}