/* 유리특성소개 섹션 */
.section-intro {
  padding-bottom: 0;
}
.section-intro .title {
  margin-bottom: 50px;
  line-height: 1.25;
  font-size:28px;
  font-weight: 500;
  /* letter-spacing: -0.05em; */
  transform: translateY(50px);
  opacity:0;
}
.section-intro.ani-on .title {
  opacity: 1;
  transform: translateY(0px);
  transition : opacity 1s cubic-bezier(.455,.03,.515,.955),
  transform 1s cubic-bezier(.455,.03,.515,.955);
}
@media screen and (min-width:992px){
  .section-intro .title {
    max-width: calc(100% - 340px);
    margin-top: 145px;
    margin-bottom: 30px;
    font-size: 35px;
    /* letter-spacing: -0.06em; */
  }
  .section-intro .desc{
    max-width: calc(100% - 340px);
  }
}
.section-intro .sub {
  line-height: 1.86;
  font-size: 15px;
  /* letter-spacing: -0.02em; */
  color:#555555;
  transform: translateY(50px);
  opacity:0;
}
.section-intro.ani-on .sub {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s .4s cubic-bezier(.455,.03,.515,.955),
  transform 1s .4s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: opacity 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  transform 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition: opacity 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  transform 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86);

}
.section-intro.ani-on .sub.none-lg {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  transform 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -webkit-transition: opacity 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  transform 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition: opacity 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  transform 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-intro .sub:nth-child(2) {
  position: relative;
}
@media screen and (min-width:992px){
  .section-intro .sub:nth-child(2) {
    margin-bottom: 280px;
  }
}
.section-intro .sub:nth-child(2) {
  position: relative;
}
.section-intro .sub.mobile-sub {
  position: relative;
  margin-top: 353px;
  padding-top: 186px;
  padding-left: 25px;
  padding-right: 25px;
}
.section-intro .glass-img {
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 237px;
  margin-top: 50px;
  margin-right:80px;
  opacity: 0;
}
.section-intro.ani-on .glass-img {
  margin-top: 0;
  opacity: 1;
  transition: margin-top 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1.5s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -webkit-transition : margin-top 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1.5s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition : margin-top 1s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1.5s .7s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
@media screen and (min-width:992px){
  .section-intro .glass-img {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
  .section-intro .bg-line-wrap{
    opacity: 0;
  }
}
/* 섹션 - 유리특성 */
.section-property {
  overflow: hidden;
  background: url(/views/res/imgs/page/gglass_intro/bg_property_m.jpg) no-repeat center/cover;
  color:#fff;
}
@media screen and (min-width: 768px) {
  .section-property {
    background: url(/views/res/imgs/page/gglass_intro/bg_property.jpg) no-repeat center/cover;
  } 
}
.section-property .list-top {
  overflow: hidden;
}
.section-property .list {
  padding-top: 15px;
  padding-left: 85px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  background-repeat: no-repeat;
  background-position: left 25px;
  background-size: 65px;
  transform: translateY(50px);
  opacity: 0;
}
.section-property.ani-on .list{
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s;
}
.section-property.ani-on .list-top .list:nth-child(1){
  transition: transform 1s .2s cubic-bezier(.455,.03,.515,.955),
              opacity 1s .2s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition : transform 1s .2s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .2s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition : transform 1s .2s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .2s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-property.ani-on .list-top .list:nth-child(2) {
  transition: transform 1s .4s cubic-bezier(.455,.03,.515,.955),
                opacity 1s .4s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: transform 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition : transform 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .4s cubic-bezier(0.12, 0.4, 0.41, 0.86);

}
.section-property.ani-on .list-top .list:nth-child(3) {
  transition: transform 1s .6s cubic-bezier(.455,.03,.515,.955),
                opacity 1s .6s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition : transform 1s .6s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .6s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition : transform 1s .6s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .6s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-property.ani-on .list-top .list:nth-child(4) {
  transition: transform 1s .8s cubic-bezier(.455,.03,.515,.955),
                opacity 1s .8s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: transform 1s .8s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .8s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition:transform 1s .8s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s .8s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-property.ani-on .list-bottom .list:nth-child(1){
  transition: transform 1s 1s cubic-bezier(.455,.03,.515,.955),
                opacity 1s 1s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition : transform 1s 1s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition: transform 1s 1s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-property.ani-on .list-bottom .list:nth-child(2) {
  transition: transform 1s 1.2s cubic-bezier(.455,.03,.515,.955),
                opacity 1s 1.2s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: transform 1s 1.2s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1.2s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition : transform 1s 1.2s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1.2s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
.section-property.ani-on .list-bottom .list:nth-child(3) {
  transition: transform 1s 1.4s cubic-bezier(.455,.03,.515,.955),
                opacity 1s 1.4s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: transform 1s 1.4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1.4s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition:transform 1s 1.4s cubic-bezier(0.12, 0.4, 0.41, 0.86),
  opacity 1s 1.4s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
@media screen and (min-width:768px){
  .section-property .list {
    padding-top: 92px;
    padding-left:20px;
    padding-right:20px;
    border-bottom: 0;
    text-align: center;
    background-size: 85px;
    background-position: center top;
  }
  .section-property .list-top .list:nth-child(3),
   .section-property .list-top .list:nth-child(4){
    margin-top: 30px;
  }
  .section-property .list-bottom .list{
    margin-top:30px;
    padding-bottom:0;
  }
  .section-property .list dl {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media screen and (min-width:992px){
  .section-property .list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-property .list-top .list:nth-child(3),
  .section-property .list-top .list:nth-child(4) {
    margin-top: 0;
  }
  .section-property .list-bottom .list {
    margin-top: 50px;
  }
}
@media screen and (min-width:1200px){
   .section-property .list {
     padding-left: 26px;
     padding-right: 26px;
   }
   .section-property .list-top .list:nth-child(3) {
     padding-left: 35px;
     padding-right:35px;
   }
   .section-property .list-top .list:last-child{
     padding-left: 55px;
     padding-right: 55px;
   }
}

.section-property .list-top .list:nth-child(1) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-1_new.png');
}
.section-property .list-top .list:nth-child(2) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-2_new.png');
}
.section-property .list-top .list:nth-child(3) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-3_new.png');
}
.section-property .list-top .list:nth-child(4) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-4_new.png');
}
.section-property .list-bottom .list:nth-child(1) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-5_new.png');
}
.section-property .list-bottom .list:nth-child(2) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-6_new.png');
}
.section-property .list-bottom .list:nth-child(3) {
  background-image: url('/views/res/imgs/page/gglass_intro/icon-pro-7_new.png');
}
.section-property .list-bottom .list:last-child {
  border-bottom:0;
}
.section-property .list .list-title {
  line-height: 2.4;
  font-size: 20px;
  /* font-weight: 500; */
  /* letter-spacing: -0.05em; */
}
.section-property .list .list-desc {
  line-height: 1.53;
  font-size: 15px;
  letter-spacing: -0.02em;
  color:#aaa;
}
@media screen and (min-width:768px){
  .section-property .list .list-desc {
    height: 100px;
  }
  .section-property .list-bottom .list-desc{
    height: 70px;
  }
}
/* 섹션 버스쉘터 bus shelter */
.section-bus{
  background: #fff;
}
@media screen and (min-width:768px){
  .section-intro.backdrop:before {
    display:none;
  }
}
.section-bus .desc{
  margin-bottom: 15px;
  line-height: 1.6;
  font-size:16px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #060606;
  opacity: 0;
  transform: translateY(30px);
}
.section-bus.ani-on .desc {
  opacity: 1;
  transform:  translateY(0px);
  transition: transform 1s cubic-bezier(0.12, 0.4, 0.41, 0.86),
                opacity 1.5s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -webkit-transition: transform 1s cubic-bezier(0.12, 0.4, 0.41, 0.86),
                    opacity 1.5s cubic-bezier(0.12, 0.4, 0.41, 0.86);
  -moz-transition: transform 1s cubic-bezier(0.12, 0.4, 0.41, 0.86),
                  opacity 1.5s cubic-bezier(0.12, 0.4, 0.41, 0.86);
}
@media screen and (min-width: 768px){
  .section-bus {
    position: relative;
  }
  .section-bus .desc{
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.55;
    font-size: 18px;
    letter-spacing: -0.042em;
    text-align: left;
    color : #000;
  }
}

.pdf-down-wrap{
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  padding: 60px 0;
}
.pdf-down-wrap .bg-line-wrap{
  display: none;
}
.pdf-down-wrap-title-wrap{
  /* margin-bottom: 25px; */
}
.pdf-down-wrap-title-wrap > *{
  margin-bottom: 25px;
  vertical-align: middle;
}
.pdf-down-wrap .img{
  width: 78px
}
.pdf-down-wrap-title{
  /* margin-left: 10px; */
  font-size: 18px;
  /* letter-spacing: -0.05em; */
  color: #151515;
}
@media screen and (min-width: 768px) {
  .pdf-down-wrap-title{
    margin-left: 10px;
  }
  .pdf-down-wrap .img{
    width: 100px
  }
}
.pdf-down-wrap .btn-common{
  width: 130px;
  height: 56px;
  margin: 0 5px;
  line-height: 56px;
  font-size: 14px;
  /* letter-spacing: -0.02em; */
}
@media screen and (min-width: 768px) {
  .pdf-down-wrap{
    padding: 110px 0 120px 0;
  }
  .pdf-down-wrap-title{
    font-size: 20px;
  }
  .pdf-down-wrap .btn-common{
    width: 200px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
.pdf-down-wrap .btn-common .icon{
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/views/res/imgs/page/about/icon_btn_down.png);
}
