@charset "UTF-8";
.con_wrap{
  > section{
    padding: 150px 0;
    .inwrap {
      max-width: 1400px;
      margin: 0 auto;
		h3{
			/* color: var(--color_FFF); */
		}
    }
  }
}
/* main_visual */
.main_visual {
  overflow: hidden;
  max-height: 911px;
  .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(--color_FFF);
          
          span{
            color: var(--color_main_w);
          }
        }
          p{
          color:var(--color_FFF);
          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(--color_FFF);
              padding: .5em 2em;
              border-radius: 1000px;
              width: 100%;
              max-width: 710px;
				b{
				font-weight: 700;
				color: var(--color_sub);
				}

              &:before{
                content:'✓';
                color:var(--color_main);
                margin-right:10px;
                font-weight: 800;
              }
            }
        }
      }
    }
  }
    .active {
      .item {
        .text {
          h1,
          h2,
          p,
          li {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
          }
          h2{
            em{
              font-weight:100;
              color: var(--color_FFF);
            }
          }
          p{
            animation-delay: .5s;
          }
          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;
      }
      }

    }
    }
    .owl-dots {
      position: relative;
      bottom: 210px;
      /* 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(--color_FFF);
        padding: 0;
        bottom: 0;
        position: relative;
        transition: all 0.3s ease-in-out;
        border-radius: 100px;
        
        &.active {
          /* opacity: 1; */
          /* background: var(--color_FFF); */
          width: 40px;
          background: var(--color_main_w);
        }
      }
    }
      .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(--color_FFF);
          position: absolute;
          border-top: 2px solid var(--color_FFF);
          -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(--color_FFF);
          position: absolute;
          border-top: 2px solid var(--color_FFF);
          -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, h2{
              font-size: 2.2em;
            }
            p{
              font-size: 1.1em;
            }
          }
          .img {
            >div {
              background-position: 60% center;
            }
          }
          &.visual_02{
            .text{
				
              ul{
                  display:flex; 
                li{
                  font-size: 1em;
                  max-width: 100%;
                  width: 100%;
                  padding: .5em 0;
                }
              }
            }
       }
     }
		.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;
  > div {
    h2{
    font-size: 2.4em;
    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(--color_main)
    }
    &::before{
      content:'“';
      margin-left: -.25em;
    }
  }
    h3{
      font-weight:400;
      font-size: 3em;
      
      b{
        font-weight:800;
        font-size: 1.2em;
      }
    }
    p{
      line-height: 1.6em;
      font-size: 1.2em;
    }
  }
  img{
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}
/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
.doctor_profile {
    padding: 50px 15px 0 15px !important;
    text-align: center;

    >.inwrap {
      h2 {
        font-size: 1.8em;

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

      >div {
        h2 {
            font-size: 1.8em;
          }
        >div {
          background: rgba(22, 50, 90, 0.80);
          color: var(--color_FFF);
          position: absolute;
          z-index: 1;
          bottom: 20px;
          right: 20px;
          padding: 15px;
          text-align: left;
          
           h3 {
              font-size: 1.5em;
              color: var(--color_FFF);
            }

            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(--color_sub);
	.tit{
	    color: var(--color_FFF);
	    font-size: 3.6em;
	      span{
	      color: var(--color_main_w);
	    }
	  }
	  h3{
		  color: var(--color_FFF);
		  font-weight: 200;
		 }
  }
  

.con_wrap > section.main_confidence{
  overflow: hidden;
  padding-bottom:0;
  padding-top:0;
  background: var(--color_sub);
  
  .con-line{
      position: relative;
      li.img-slide{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: calc(100vh);
        
        img{
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.3s ease-in-out;
          opacity: 0;
          width: 100%;
          
          &.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: 5em;
          font-weight: bold;
          line-height: 1.36;
          letter-spacing: -1.53px;
          color: var(--color_FFF);
          
          span{
            color: var(--color_main_w);
          }
        }
        h5{
          color:var(--color_FFF);
          font-weight: 200;
          font-size: 2em;
        }
        a{
          font-size: 2em;
          font-weight: normal;
          /* line-height: 1.76; */
          /* letter-spacing: -0.69px; */
          color: var(--color_FFF);
          margin-top: 1em;
          font-weight: 200;
        }

      }
      &.on{
        .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: calc(100dvh);
      text-align: left;
      padding: 0 30px;
      
      

      .tit {
        font-size: 3em;
        line-height: 1.2;
        margin-bottom: 1em;
        padding-top: 100px;
      }
    }

    &.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(-37%, 0%);
            height: 100dvh;

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

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

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

        li.txtbox {
          padding: 0;

          h2 {
            font-size: 3.2em;
          }

          h5 {
            font-size: 1.5em;
            margin-top: 1em;
          }

          a {
            font-size: 1.4em;
          }
        }

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

/* main_doctor */
.main_doctor{
	background: var(--newColor3);
  .inwrap{
    .imgWrap{
      position: relative;
      display: flex;
      align-items: flex-end;
      img {
      border-radius:1em;
    }
      .text{
        position: absolute;
        color:var(--color_FFF);
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
        
      > div {
        padding: 3em 5em;
        height: 100%;
        
        
        &:first-child{
        font-family: 'Chosunilbo_myungjo';
        line-height: 1.7em;
        letter-spacing: 0;
        transform: translate(0%,-65%);
        top: 50%;
        position: relative;
        font-size: 1.2em;
        }
        &.name{
          h4{
            letter-spacing: 0;
          color: var(--color_FFF);
          em{
            font-family: 'Chosunilbo_myungjo';
            font-weight: 400;
            }
      
          }
      
        }
      }
      }
    }
  }
}

@media (max-width: 767px) {
  .main_doctor {
    .inwrap {
      .imgWrap {
        display: flex;
        flex-direction: column-reverse;

        img {
          width: 100%;
        }

        .text {
          width: auto;
          display: block;
          left: 20px;
          right: 20px;

          >div {
            padding: 2em 0px;

            &:first-child {
              transform: translate(0%, 0%);
              font-size: 1em;
              position: revert;

              p {
                font-family: 'Chosunilbo_myungjo';
                text-align: right;
                font-weight: 600;
              }
            }

            &.name {
              display: none;
            }
          }
        }

      }

    }
  }
}




/* main_photo */
.main_photo {
  background: url('../main/images/photo_bg.jpg');
  min-height: 100vh;
  box-sizing: border-box;
  padding: 0 !important;
  background-size: cover;
  background-position: center;
  
  
  
  
  

  .inwrap {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

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

      span {
        color: var(--color_main_w);
      }
    }

    h5 {
      color: var(--color_FFF);
      font-weight: 200;
      font-size: 2em;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    }

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

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

}

/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  .main_photo {
    .inwrap {
      height: 100dvh;

      h2 {
        font-size: 3.2em;
      }

      h5 {
        font-size: 1.5em;
      }

      a {
        font-size: 1.4em;
      }
    }
  }
}