@charset "UTF-8";

.con_wrap{
  > section{
    padding: 150px 0;
    .inwrap {
      max-width: 1400px;
      margin: 0 auto;
		h3{
			/* color: var(--white_color); */
		}
    }
  }
}
/* main_visual */
.main_visual {
  overflow: hidden;
  max-height: 911px;
  background: var(--white_color);
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .owl-carousel {
    .item {
      height: 950px;
      .text {
        position: absolute;
        width: 100%;
        z-index: 10;
        left: 50%;
        max-width: 1500px;
        top: calc( 50% - 50px);
        transform: translate(-50%, -50%);

        h1, h2{
          /* font-size: 2.75em; */
          color: var(--white_color);
          animation-delay: .5s;
          
          
          
          span{
            color: var(--new_point);
          }
        }
		h1{
			line-height: 1.1;
			margin-top: .1em;
			font-size: 3.5em;
		}
		h2{
			font-size: 3em;
		}
	   h3{
          font-size: 2em;
			font-weight:400;
          color: var(--white_color);
          
          span{
            color: var(--new_point);
          }
        }
          p{
          color:var(--white_color);
          font-size: 1.4em;
          font-weight: 200;
          margin-top: 2em;
          
          span{
            color: var(--color_main)
          }
        }
      }
      .img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        >div {
          background-position: top center;
          background-size: cover;
          transform: scale(1.2);
          -webkit-transition: all 5s;
          -moz-transition: all 5s;
          -ms-transition: all 5s;
          -o-transition: all 5s;
          transition: all 5s;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
        }
      }
      &.visual_02{
        .text{
          text-align:center;
          ul{
            list-style: none;
            padding:0;
            margin-top:2em;
            color: var(--color_dark);
            display: flex;
            flex-direction: column;
            align-items: center;
            
            li{
              font-size: 1.8em;
              margin-bottom:0.7em;
              background: var(--white_color);
              padding: .5em 2em;
              border-radius: 1000px;
              width: 100%;
              max-width: 710px;
				b{
				font-weight: 700;
				color: var(--brown_color);
				}

              &:before{
                content:'✓';
                color: var(--brown_color);
                margin-right:10px;
                font-weight: 800;
              }
            }
        }
      }
      }
      &.visual_03{
      .text {
                  
        h2{
			color:var(--dark_brown);
          span{
            color: var(--main_color);
            font-weight: 800;
            display:block;
            font-size: 1.5em;
            font-weight: 800;
          }
        }
        p{
          margin-bottom: 5em;
			color:var(--dark_brown);
        }
        button{
          font-size: 2em;
          background: #ce875d;
          border: 3px solid #d7b5a2;
          border-radius: 100px;
          color: var(--white_color);
          font-family: 'S-CoreDream';
          font-weight: 600;
          padding: 10px 30px;
          margin-top: 1em;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 20px;
          
          &:after{
            content: '\E82E\E82E';
            font-family: 'icon_font';
            font-size: .7em;
          }
        }
    }
      }
    }


    .active {
      .item {
        .text {
          h1, h2,h3, p, li , button{
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
            font-family: 'Pretendard', sans-serif;
          }
			h3{
				animation-delay: 0s;
			}			
          h2{
			  animation-delay: 0s;
			  
            em{
              font-weight:100;
              color: var(--white_color);
            }
          }

          p{
            animation-delay: 1s;
          }
          li{
            animation-delay: .5s;
            &:nth-child(2){
              animation-delay: .9s;
            }
            &:nth-child(3){
              animation-delay: 1.3s;   
            }
            &:nth-child(4){
              animation-delay: 1.7s;   
            }
        }
      }
      .img{
        >div {
        transform: scale(1);
        z-index: 10;
      }
      }
	    &.visual_03{
      .text{
        h2{
          /* animation-delay: .3s; */
          color: var(--dark_brown);
        }

        p{
          animation-delay: .5s;
        }
        button{
          animation-delay: 1s;
        }
      }
    }

    }
		
    }
    .owl-dots {
      position: relative;
      bottom: 170px;
      /* text-align: center; */
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      /* height: 38px; */
      vertical-align: bottom;
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 10px;
      
      
      
      
      
      
      
      .owl-dot {
        width: 20px;
        height: 20px;
        background: var(--white_color);
        padding: 0;
        bottom: 0;
        position: relative;
        transition: all 0.3s ease-in-out;
        border-radius: 100px;
        
        &.active {
          /* opacity: 1; */
          /* background: var(--white_color); */
          width: 40px;
          background: var(--main_color);
        }
      }
    }
      .owl-nav {
      position: absolute;
      top: 50%;
      margin-top: -61px;
      width: 100%;
      
      button.owl-prev {
        width: 100px;
        height: auto;
        background: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        span{
          display: none;
        }
        &::after {
          content: 'PREV';
          padding: 10px 10px 0 50px;
          left: -40px;
          margin-top: 50px;
          color: var(--white_color);
          position: absolute;
          border-top: 2px solid var(--white_color);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          
        }
        &:hover {
          &::after {
            left: 0;
          }
        }
    }
    button.owl-next{
        width: 100px;
        height: auto;
        background: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        span{
          display: none;
        }
      &::after {
        content: 'NEXT';
        padding: 10px 50px 0 10px;
        right: -40px;
          margin-top: 50px;
          color: var(--white_color);
          position: absolute;
          border-top: 2px solid var(--white_color);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
        &:hover {
          &::after {
            right: 0px;
          }
        }
    }
  } 
}
} 



/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {

  .con_wrap{
    > section {
      padding: 50px 15px;
    }
  }
  
  .main_visual {
    margin-top: 58px;
    padding-top: 0;
    height: calc(100vh - 106px);
    
    
    .owl-carousel {
      .item {
        height: calc(100vh - 106px);
        
        .text {
            width: auto;
            left: 20px;
            right: 20px;
            margin-left: 0;
            top: 40px;
            transform: translate(-0%, 00%);
            bottom: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            
            h1{
              font-size: 2em;
            }
			h2{
				font-size: 2.4em;
				line-height: 1.2;
			}
			h3{
				font-size: 1.4em;
			}
            p{
              font-size: 1.1em;
            }
        }
        .img {
          >div {
            background-position: 68% center;
          }
        }
        &.visual_02{
          .text{
      
            ul{
                display:flex; 
              li{
                font-size: 1em;
                max-width: 100%;
                width: 100%;
                padding: .5em 0;
				  &:before{
					  margin-right: 4px;
					 }
              }
            }
          }
        }
       &.visual_03{
          /* height: 647px; */
 
      .text{
		    left: 0;
		    right: 0;
		    /* top: 50px; */
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: center;
		    height: auto;
		    text-align: center;
		    /* height: calc(100dvh - 116px); */
		    width: 100%;
		    /* left: 0; */
		    /* margin:0; */
		    /* right:0; */
		    margin: 0;
		    display: flex;
		    align-content: flex-start;
		    /* margin-top: 40px; */
		    bottom: auto;
			> div{
				width: 100%;
			}
	       h2{
			font-size: 2em;
			}
		p{
          margin-bottom: 0;
          margin-top: 0;
          margin-top: 12px;
        }
        button{
          font-size: 1.2em;
          margin: 1em auto;
        }
      }
      .img {
        > div {
          background-position: center -50px;
          background-repeat: no-repeat;
          background-image: url(../main/images/newMain_visualBG_2_mobile.jpg) !important;
          background-size: 360px;
          background-color: #fff2ea;
        }
      }
    }

		  
          .active{
            .visual_03{
              .text{
                h2{
                  animation-delay: .3s;
                }

                p{
                  animation-delay: .9s;
                }
                button{
                  animation-delay: 1.2s;
                }
              }
            }
          }


     }
		.owl-dots{
			bottom: 50px;
			
			.owl-dot{
				height: 15px;
				width: 15px;
			}
		}
		.owl-nav{
			display:none;
			
		}
	  }

  }

}


/* doctor_profile */
.doctor_profile{
  background: url(../main/images/main_doctor_bg.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
  background-size: cover;
  min-height: 100vh;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  
  
  
  
  
  
  
  
  
  
  
  
  > div {
	  height:100vh;
	  display: flex;
	  align-items: center;
	  
	  
	  
    h2{
    font-size: 2.2em;
    font-family: 'MomToHerDaughter';
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
    
    &::before, &::after{
      font-size: 3em;
      content:'”';
      line-height: .3em;
      position: absolute;
      margin-top: .1em;
      margin-left:.05em;
      color: var(--main_color);
    }
    &::before{
      content:'“';
      margin-left: -.25em;
    }
  }
    h3{
      font-weight:400;
      font-size: 2.8em;
      
      
      
      
      b{
        font-weight:800;
        font-size: 1.2em;
      }
    }
    p{
      line-height: 1.6em;
      font-size: 1.1em;
    }
  }
  img{
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}
/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
.doctor_profile {
    padding: 50px 15px 0 15px !important;
    text-align: center;

    >.inwrap {
		height:auto;
		display: block;
		
		{
        font-size: 1.8em;

        &::before,
        &::after {
          font-size: 2em;
          line-height: .2em;
        }
      }

      >div {
        h2 {
            font-size: 1.8em;
          }
        >div {
          background: rgba(138, 102, 81, .8);
          color: var(--white_color);
          position: absolute;
          z-index: 1;
          bottom: 20px;
          right: 20px;
          padding: 15px;
          text-align: left;
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
           h3 {
              font-size: 1.5em;
              color: var(--white_color);
            }
			h4{
				color:var(--white_color);
			}

            p {
              font-size: .9em;
              
              span {
                display: none;
              }
            }
          }

        }

      }

      img {
        position: relative;
        left: auto;
        margin-top: 0;
        width: 100%;
        max-width: 400px;
      }
    }
  }

  
/* main_confidence */
  .main_confidence_tit{
    padding-top:150px;
    padding-bottom:150px;
    text-align:center;
    background-color: var(--brown_color);
    
	.tit{
	    color: var(--white_color);
	    font-size: 3.6em;
	    
	    
	    
	      span{
	      color: var(--sub_color);
	    }
	  }
	  h3{
		  color: var(--white_color);
		  font-weight: 200;
		 }
  }
  

.con_wrap > section.main_confidence{
  overflow: hidden;
  padding-bottom:0;
  padding-top:0;
  background: var(--color_sub);
  
  .con-line{
      position: relative;
      background: var(--white_color);
      
      
      
      
      
      
      
      
      
      
      li.img-slide{
        position: absolute;
        top: 0;
        /* left: 0; */
        width: 100%;
        height: 100vh;
        height: calc(100vh);
        max-width: 1920px;
        
        
        
        
        
        
        
        
        
        
        img{
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.3s ease-in-out;
          opacity: 0;
          max-width: 100vw;
          min-height: 100vh;
          left: 50%;
          transform: translate(-50%,-00%);
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          &.on{
            opacity: 1;
          }
        }
      }
      li.txtbox{
        height: 100vh;
        height: calc(100vh);
        min-height: 700px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
        h2{
          font-size: 4.5em;
          font-weight: bold;
          line-height: 1.36;
          letter-spacing: -1.53px;
          color: var(--white_color);
          
          
          
          
          span{
            color: var(--sub_color);
          }
        }
        h5{
          color:var(--white_color);
          font-weight: 200;
          font-size: 1.8em;
        }
        a{
          font-size: 2em;
          font-weight: normal;
          /* line-height: 1.76; */
          /* letter-spacing: -0.69px; */
          color: var(--white_color);
          margin-top: 1em;
          font-weight: 200;
          font-family: 'Pretendard', sans-serif;
        }

      }
      &.on{
		  display:initial;
        .img-slide{
            position: fixed;
            top: 0;
            /* left: 0; */
            overflow: hidden;
          }
      }
      &.bottom{
        .img-slide{
          top: initial;
          bottom: 0;
        }
      }
    }
}

@media (max-width: 767px) {
  .con_wrap>section {

    &.main_confidence_tit {
      height: auto;
      text-align: left;
      padding: 0 30px;
      padding-bottom: 100px;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      .tit {
        font-size: 3em;
        line-height: 1.2;
        margin-bottom: 1em;
        padding-top: 100px;
        height: auto;
      }
    }

    &.main_confidence {
      padding: 0;
      word-break: auto-phrase;

      .tit {
        text-align: left;
        line-height: 1.2;
        padding-bottom: 50px;
      }

      .con-line {
        li.img-slide {
          height: 100dvh;

          img {
            position: absolute;
            width: auto;
            max-width: 1000%;
            transform: translate(-35%, 0%);
            height: 100dvh;
            
            
            
            

            &.main-sec04-gif2 {
              transform: translate(-35%, 0%);
            }

            &.main-sec04-gif3 {
              transform: translate(-56%, 0%);
            }

            &.on {
              /* opacity: .5; */
            }
          }
        }

        li.txtbox {
          padding: 0 15px;
          
          
          
          

          h2 {
            font-size: 3em;
          }

          h5 {
            font-size: 1.25em;
            margin-top: 1em;
            margin-bottom: 2em;
          }

          a {
            font-size: 1.4em;
          }
        }

        &.on {
          li.img-slide {
            margin: 0;
            width: 100%;
          }
        }
      }
    }
  }
}


/* main_video */
.main_video {
  text-align: center;
  /* background: url(../main/images/main_video_BG.jpg); */
  /* background-size: cover; */
  width: 100%;
  
  
  
  
  .main_video_box {
   max-width: 1400px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   gap: 30px;
   /* margin-top: 3em; */
   

    .spetv_view {
      max-width: 1000px;
      width: 100%;

      .auto_height {
        padding-bottom: 56.25%;
      }
    }

    .spetv_list {
      ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 565px;
        overflow: hidden;
        overflow-y: scroll;
        li {
          display: flex;
          gap: 10px;
          text-align: left;
          align-items: center;
          cursor: pointer;

          .thumb {
            img {
              max-width: 241px;
              /* filter: grayscale(100%); */
            }
          }

          &.on {
            .thumb {
              img {
                /* filter: grayscale(0%); */
                cursor: pointer;
                border: 3px solid var(--newColor1);
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
              }
            }

          }

          h5 {
            font-size: 19px;
          }

          p {
            font-size: 16px;
          }
        }

        &:after {
          display: none;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .main_video {
    
    .tit {
      height:auto;

      h2 {
        line-height: 1.2;
        margin-bottom: 1em;
        font-size: 2em;
      }
      ul{
        font-size: 1.5em;
        text-align: center;
        display: flex;
        flex-direction: column;
        max-width: 270px;
        gap: 10px;
        margin: 0.5em auto 1em auto;
      }
    }

    .main_video_box {
      flex-direction: column;
      gap: 10px;
      /* margin-top: 2em; */
      
      .spetv_view{
        .auto_height{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        
            iframe,
            video {
      transform: translate(0%, -50%);
      }

        }
      }
      

      .spetv_list {
        overflow-y: scroll;
        
        
        
        >
        ul {
          flex-direction: row;
        /* overflow-x: scroll; */
        gap: 5px;
        /* display: block; */
        float: left;
        li {
            /* flex:1; */
            width: 95px;

            .thumb {
        img {
                max-width: 1000px;
        width: 100%;
              }
            }

          }
        }
     
      }
    }

  }
}


/* main_doctor */
.main_doctor {
  background: #feefea;
  .inwrap {
    .imgWrap {
      position: relative;
      display: flex;
      align-items: flex-end;

      img {
        border-radius: 1em;
      }

      .text {
        position: absolute;
        color: var(--white_color);
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;

        >div {
          padding: 3em;
          height: 100%;

          &:first-child {
            font-family: 'Chosunilbo_myungjo';
            line-height: 1.7em;
            letter-spacing: 0;
            transform: translate(0%, -25%);
            top: 50%;
            position: relative;
            font-size: 1.1em;
            h3 {
              font-family: 'Chosunilbo_myungjo';
              color: var(--white_color);
              font-size: 30px;
              margin-bottom: 2em;
            }
          }

          &.name {
            text-align:right;
            h4 {
              letter-spacing: 0;
              color: var(--white_color);
              em {
                font-family: 'Chosunilbo_myungjo';
                font-weight: 400;
              }

              span {
                background: var(--newColor2);
                font-size: .7em;
                padding: .2em .5em;
                display: block;
                text-align: center;
              }
            }

          }
        }
      }
    }

    >h4 {
      cursor: pointer;
      margin-top: 3em;
      text-align: center;
      span {
        background: var(--newColor2);
        color: var(--white_color);
        display: inline-block;
        height: 2em;
        line-height: 2em;
        border-radius: 1em;
        padding: 0 1em;

        i {
          margin-right: 10px;

          &:before {
            margin: 0;
          }
        }
      }
    }



  }
}

@media (max-width: 767px) {
  .main_doctor {
    .inwrap {
      .imgWrap {
        display: flex;
        flex-direction: column-reverse;
        .text {
          position: relative;
          >div {
            padding: 2em 0px;
            &:first-child {
              transform: translate(0%, 0%);
              color: #444;
              font-family: 'Pretendard';
              word-break: auto-phrase;
              width: 100%;
              h3{
                color:#444;
                font-size: 20px;
                margin-bottom: 1em;
              }
              p + p {
                text-align: right;
                font-weight: 500; 
              }
            }

            &.name {
              position: absolute;
              left: 0;
              transform: translate(0%, -90px);
              padding: 15px 15px;
              text-align: left;
            }
          }
        }

      }

      >h4 {
        margin-top: 1em;
        font-size: 1.5em;
        word-break: keep-all;

        i {
          display: block;
          font-size: 2em;
        }

        span {
          height: auto;
          line-height: 1.4;
          padding: 1em 1.5em;
          text-align: left;
          width: 100%;
        }
      }

      ul {
        li {
          text-align: left;

          h2 {
            padding-top: 80px;
            font-size: 80px;
            padding-bottom: 20px;
          }

          h3 {
            font-size: 2.6em;
            word-break: auto-phrase;
            span {
              font-size: 24px;
            }
          }

          h4 {
            margin: 1.5em 0;
          }
        }
      }
    }
  }

}


/* main_promise*/
.main_promise{
  /* background: url('../main/images/promise_bg.jpg'); */
  height: 100vh;
  /* box-sizing: border-box; */
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
  position: relative;
  
  
  
  
  
  .inwrap {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 150px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    
    
    
    
    
    
    
    

    h2 {
      font-size: 4.5em;
      font-weight: bold;
      line-height: 1.36;
      letter-spacing: -1.53px;
      color: var(--white_color);
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      
      
      
      

      span {
        color: var(--new_point);
      }
    }
	> h4{
		color: var(--white_color);
		/* background: var(--white_color); */
		border-radius: 100px;
		padding: 10px 45px 10px 50px;
		margin-top: 30px;
		cursor: pointer;
		border: 1px solid var(--white_color);
		font-weight: 400;
		> span {
			transition: all 0.4s ease-in-out;
			font-family: 'Pretendard', sans-serif;
			
			& + span {
			position:absolute;
				left:0;
				right:0;
				opacity:0;
			}
		}
		&.open{
			> span {
				opacity:0;
				& + span {
					opacity:1;
				}
				
			}
		}
	}
    h5 {
      color: var(--white_color);
      font-weight: 200;
      font-size: 1.8em;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    }

    a {
      font-size: 2em;
      font-weight: normal;
      color: var(--white_color);
      margin-top: 1em;
      font-weight: 200;
    }

        >ul {
      display: flex;
      flex-direction: column;
      /* gap: 2em; */
      

      &:after {
        display: none;
      }

      >li {
		  padding: 150px 0;
		  border-top: 1px solid var(--white_color);
		  &:first-child{
			  border:0;
		  }  
        h2 {
          font-size: 108.3px;
          font-weight: normal;
          line-height: 1;
          /* padding-top: 150px; */
          letter-spacing: -4.58px;
          padding-bottom: 40px;
          font-family: 'Text Me One';
          
          
          &:before,
          &:after {
            content: '';
            height: 5px;
            background: var(--newColor2);
          }
        }

        h3 {
          font-size: 3em;
          line-height: 1.2;
          color: var(--white_color);

          span {
            font-size: .7em;
            line-height: 1.4em;
            display: block;
            margin-top: 1em;
          }
        }

        h4 {
          font-family: 'Chosunilbo_myungjo';
          margin: 2em 0;
          font-weight: 400;
          word-break: auto-phrase;
          color: var(--white_color);
        }

        h6 {
          font-weight: 300;
          font-size: 1.2em;
          color: var(--white_color);
        }
      }

      &.hide {
        li {}
      }
    }
  }
	.img {
		position: fixed;
		top: 0;
		z-index: -1;
		/* left: 0; */
		/* right: 0; */
		background: url(../main/images/promise_bg.jpg) center;
		background-size: cover;
		height: 100vh;
		width: 100%;
		max-width: 1920px;
	}
}

/* 타블렛 (해상도 1200px 이하) */
@media (max-width: 1200px) {

}

/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  .main_promise{
    .inwrap {
	padding-bottom: 50px;
	
	
	h2 {
        font-size: 3em;
        line-height: 1.2;
        margin-top: .2em;
      }
	h5 {
        font-size: 1.25em;
      }
	a {
        font-size: 1.4em;
      }
	ul {
				  margin:0 15px;
	li {
          text-align: left;
	padding: 50px 0;
	h2 {
            /* padding-top: 80px; */
            font-size: 80px;
	padding-bottom: 20px;
          }
	h3 {
            font-size: 2.2em;
	word-break: auto-phrase;
	span {
              font-size: 24px;
            }
          }
	h6{
				font-size: 1.1em;
			}
	h4 {
            margin: 1.5em 0;
          }
        }
      }
    ;
	padding: ;
	}
	.img{
		img{
			height:100vh;
			max-width:1000000px;
			left: 50%;
			position: absolute;
			transform: translate(-50%, -0%);
		}
	}
  }
}