

/* ::::::::::::::::::::::::::::::::::::::::

Section 1 

:::::::::::::::::::::::::::::::::::::::::: */
#main_section1 {
  height: 35vh;
  max-height: 400px;
  min-height: 300px;
  font-size: 0;
}

#main_section1 .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 15px;
}

#main_section1 .slide .swiper-wrapper {
  height: 100%;
}

#main_section1 .slide .swiper-slide {
  height: 100%;
}

#main_section1 .slide_left .wrap_txt {
  padding: 50px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 10px;
  text-align: center;
}

#main_section1 .slide_left .wrap_txt h2 {
  font-size: 2.5em;
  font-family: 'Noto Sans KR_700';
  line-height: 1.5em;
}

#main_section1 .slide_left .wrap_txt p {
  margin: 10px 0;
  font-size: 1.7em;
}

#main_section1 .slide_left .swiper-slide {
  background: black;
}

#main_section1 .slide_right {
  display: inline-block;
}

#main_section1 .slide_right .img_section1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*z-index:-2;*/
}

#main_section1 .slide_right .img_section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index:-1;
}

#main_section1 .slide_right .img_section1 .wrap_txt {
	/*position: absolute;*/
	/*top: 10%;*/
	/*left: 5%;*/
	padding:0 20px;
	height:100%;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	flex-direction: column;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	text-align: left;

  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
  opacity: 0;
  -webkit-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
  transition: opacity 1500ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

#main_section1 .slide_right .img_section1 .wrap_txt h2 {
  font-size: 3em;
  margin-top:0;
  font-family: 'Noto Serif KR', serif;
  	font-weight:300;
	line-height:1.3;
}

#main_section1 .slide_right .img_section1 .wrap_txt h2 span {
	font-size:16px;
	margin-top:0;
	font-family: 'Noto Serif KR', serif;
	display:inline-block;
	width:65px;
  	font-weight:300;
	line-height:1.3;
}


#main_section1 .slide_right .img_section1 .wrap_txt p {
	max-width:1200px;
	width:100%;
	text-align:right;
  font-size: 1.5em;
  font-family: 'Noto Serif KR', serif;
}

#main_section1 .slide_right .img_section1 .wrap_txt a {
  width: 150px;
  height:40px;
  font-family: 'Noto Sans KR_700';
  color: white;
  border: 1px solid white;
  background: transparent !important;
  float:right;
  margin-top:10px;
}

#main_section1 .slide_right .img_section1 .wrap_txt a:before {
  background: #443c37;
}

#main_section1 .slide_right .img_section1 .wrap_txt a:hover {
	color: black !important;
	border:1px solid #443c37;
}

#main_section1 .slide_right .img_section1 .wrap_txt a.ie_true {
  padding-top: 10px;
}

#main_section1 .slide_right .swiper-slide-active .wrap_txt {
  opacity: 1;
}
@media screen and (min-width: 600px) {
	#main_section1 .slide_right .img_section1 .wrap_txt {
		padding:0 50px;
	}
}
@media screen and (min-width: 1000px) {
  #main_section1 {
    height: 45vw;
    max-height: 650px;
    min-height: 500px;
    font-size: 0;
  }
  #main_section1 .slide {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
  }
  #main_section1 .slide .swiper-wrapper {
    height: 100%;
  }
  #main_section1 .slide .swiper-slide {
    height: 100%;
  }
  #main_section1 .slide_left .wrap_txt {
    padding: 150px 15%;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 10px;
  }
  #main_section1 .slide_left .wrap_txt strong {
    font-size: 4.5em;
    font-family: 'Noto Sans KR_700';
    line-height: 1.5em;
  }
  #main_section1 .slide_left .wrap_txt p {
    margin: 25px 0;
    font-size: 1.7em;
	font-weight:300;
  }
  #main_section1 .slide_right {
    display: inline-block;
  }
  #main_section1 .slide_right .img_section1 {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*#main_section1 .slide_right .img_section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }*/
  #main_section1 .slide_right .img_section1 .wrap_txt {
  	max-width: 1200px;
	padding:0 50px;
    margin:0 auto;
    height: 100%;
	width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    text-align: left;
	/*----------------------------*/
    /*position: absolute;
    /*top: 15%;*/
    /*left: 20%;*/
    font-size: 10px;
    font-family: 'Noto Sans KR';
    white-space: nowrap;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 1500ms;
    -o-transition: opacity 1500ms;
    transition: opacity 1500ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt h2 {
    font-size: 5em;
	font-weight:300;
	line-height:1.3;
	margin-top:0;
	font-family: 'Noto Serif KR', serif;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt h2  > span{
	display:inline-block;
	width:100px;
    font-size:25px;
	font-weight:300;
	line-height:1.3;
	margin-top:0;
	font-family: 'Noto Serif KR', serif;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt p {
    margin: 10px 0;
    font-size: 2.5em;
	max-width:1200px;
	width:100%;
	text-align:right;
	line-height:1.5;
	font-family: 'Noto Serif KR', serif;
	font-weight:300;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt a {
    width: 200px;
    font-size: 20px;
	float:right;
	height:55px;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt .btn_1 span {
    color:#fff;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt .btn_1:hover span{
    color:#fff;
  }


  #main_section1 .slide_right .swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

@media screen and (min-width: 1600px) {
  #main_section1 .slide_right {
    display: inline-block;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt h2 {
    font-size:6em;
    line-height: 1.2em;
	margin-top:0;
  }
  #main_section1 .slide_right .img_section1 .wrap_txt p {
    font-size: 2em;
	font-weight:300;
  }
  #main_section1 .slide_right .swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::

Section 2 

:::::::::::::::::::::::::::::::::::::::::: */
#main_section2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#main_section2 .h_name {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
  text-align: center;
  letter-spacing:-5px;
}

#main_section2 h1 {
  color: #00AEEF;
}

#main_section2 strong {
  color: #443c37;
}

#main_section2 p {
  margin: 25px 0;
  color: #7a7a7a;
  font-size: 15px;
  text-align: center;
  padding:0 20px;
}
#main_section2 p br.mobile{
display:block;
}
#main_section2 .list_special {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  text-align: center;
}

#main_section2 .list_special .list {
  display: inline-block;
  position: relative;
  margin: 0 auto 10px;
  padding: 20px 10px;
  width: 90%;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
}

#main_section2 .list_special .list strong {
  font-size: 2em;
  font-family: 'Noto Sans';
  color: #333333;
  font-weight:700;
}

#main_section2 .list_special .list h2 {
  font-size: 1.5em;
  line-height: 1.7em;
  color: #7a7a7a;
  letter-spacing:-1px;
  font-weight:300;
}

#main_section2 .list_special .list .list_img {
  margin-top: 30px;
  height: 100px;
  overflow: hidden;
}

#main_section2 .list_special .list .list_img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  -o-transition: transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
}

#main_section2 .list_special .list .view {
  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;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #ccc;
  opacity: 0;
}

#main_section2 .list_special .list .view i {
  color: white;
  font-size: 20px;
}

#main_section2 .list_special .list:hover .view {
  -webkit-animation: list_pulse 1s;
  animation: list_pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

#main_section2 .list_special .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: #443c37;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}


#main_section2 .list_special.on .list:before {
  width: 100%;
}

@-webkit-keyframes list_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes list_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 500px) {
  #main_section2 .h_name {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
    text-align: center;
    letter-spacing:-5px;
  }
  #main_section2 p {
    margin: 25px 0;
    color: #7a7a7a;
    font-size: 15px;
    text-align: center;
  }
  #main_section2 p br.mobile{
	display:none;	
  }
  #main_section2 .list_special {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  #main_section2 .list_special .list {
    display: inline-block;
    position: relative;
    margin: 0 0px;
    padding: 20px 10px;
    width: 45%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    border: 1px solid #ccc;
    border-top: none;
  }
  #main_section2 .list_special .list.mt {
	margin-top: 30px;
  }

  #main_section2 .list_special .list strong {
    font-size: 2.5em;
  }
  #main_section2 .list_special .list h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #7a7a7a;
	font-weight:300;
  }
  #main_section2 .list_special .list .list_img {
    margin-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
  }
  #main_section2 .list_special .list .view {
    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;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
  }
  #main_section2 .list_special .list .view i {
    color: white;
    font-size: 20px;
  }
  #main_section2 .list_special .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  #main_section2 .list_special .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #443c37;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  #main_section2 .list_special .list.mt {
    margin-top: 30px;
  }
  #main_section2 .list_special.on .list:before {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #main_section2 .h_name {
    font-size:5em;
    font-weight: bold;
    font-family: 'Noto Serif KR', serif;
    text-align: center;
    letter-spacing: -5px;
  }
  #main_section2 p {
    margin: 25px 0;
    color: #7a7a7a;
    font-size: 20px;
    text-align: center;
  }
  #main_section2 .list_special {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0 auto;
  }
  #main_section2 .list_special .list {
    display: inline-block;
    position: relative;
    margin-right:10px;
    padding: 20px 15px;
    width: 23%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    border: 1px solid #ccc;
    border-top: none;
  }
  #main_section2 .list_special div:last-child {
	margin-right:0px;
  }
  #main_section2 .list_special .list strong {
    font-size: 2.5em;
	font-weight:900;
  }
  #main_section2 .list_special .list h2 {
    font-size: 1.7em;
    line-height: 1.5em;
    color: #7a7a7a;
	font-weight:300;
  }
  #main_section2 .list_special .list .list_img {
    margin-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
  }
  #main_section2 .list_special .list .view {
    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;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
    opacity: 1;
  }
  #main_section2 .list_special .list .view i {
    color: white;
    font-size: 20px;
  }
  #main_section2 .list_special .list:hover .list_img .img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  #main_section2 .list_special .list:hover .view {
    -webkit-animation: list_pulse 1s;
    animation: list_pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  #main_section2 .list_special .list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 7px;
    background: #443c37;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  #main_section2 .list_special .list.mt {
    margin-top: 0px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::

Section 3 

:::::::::::::::::::::::::::::::::::::::::: */
#main_section3 .wrap_img {
  height: 50vw;
  max-height: 500px;
  min-height: 400px;
  font-size: 0;
}

#main_section3 .wrap_img .bg_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 10px;
}

#main_section3 .wrap_img .bg_img.left {
  display: none;
}

#main_section3 .wrap_img .wrap_txt {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  width:65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: white;
  text-align: center;
}

#main_section3 .wrap_img .wrap_txt strong {
  font-size: 35px;
  font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
  letter-spacing:-5px;
}

#main_section3 .wrap_img .wrap_txt p {
  margin: 20px 0;
  font-size: 1.5em;
}

#main_section3 .wrap_img .wrap_txt .btn_view {
  width: 100%;
}

#main_section3 .wrap_doctors {
  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;
  padding-left: 0%;
  height: 110vh;
  max-height: 750px;
  min-height: 600px;
}

#main_section3 .wrap_doctors .wrap_txt {
  width: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  text-align: center;
}

#main_section3 .wrap_doctors .wrap_txt strong {
  font-size: 35px;
  font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
  letter-spacing:-5px;
}

#main_section3 .wrap_doctors .wrap_txt p {
  margin: 30px 0;
  font-size: 1.5em;
}

#main_section3 .wrap_doctors .wrap_txt .btn_doctor {
  margin: 0 auto;
  width: 150px;
  background: #443c37;
  color: white;
}

#main_section3 .wrap_doctors .slide_doctor {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide {
  height: 100%;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .img_section1 {
  width: 100%;
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt {
  width: 100%;
  font-size: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong {
  display: block;
  margin-top: 15px;
  font-size: 2em;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong span {
  font-size: 0.7em;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt p {
  margin: 10px 0;
}

#main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  #main_section3 .wrap_img {
    height: 50vw;
    max-height: 500px;
    min-height: 400px;
    font-size: 0;
  }
  #main_section3 .wrap_img .bg_img {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 10px;
  }
  #main_section3 .wrap_img .bg_img.left {
    display: inline-block;
  }
  #main_section3 .wrap_img .wrap_txt {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
    color: white;
    text-align: left;
  }
  #main_section3 .wrap_img .wrap_txt strong {
    font-size: 4.5em;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
  }
  #main_section3 .wrap_img .wrap_txt p {
    margin: 20px 0;
    font-size: 1.7em;
  }
  #main_section3 .wrap_img .wrap_txt .btn_view {
    width: 150px;
  }
  #main_section3 .wrap_doctors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding-left: 10%;
    height: 50vw;
    max-height: 750px;
    min-height: 400px;
  }
  #main_section3 .wrap_doctors .wrap_txt {
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  #main_section3 .wrap_doctors .wrap_txt strong {
    font-size: 4.5em;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
  }
  #main_section3 .wrap_doctors .wrap_txt p {
    margin: 30px 0;
    font-size: 1.7em;
  }
  #main_section3 .wrap_doctors .wrap_txt .btn_doctor {
    width: 150px;
    background: #333333;
    color: white;
  }
  #main_section3 .wrap_doctors .slide_doctor {
    margin-top: 0;
    width: 60%;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide {
    padding: 10px 0;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .img_section1 {
    width: 100%;
    height: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt {
    width: 100%;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong {
    font-size: 2em;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong span {
    font-size: 0.7em;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt p {
    margin: 10px 0;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

@media screen and (min-width: 1500px) and (min-width: 1000px) {
  #main_section3 .wrap_img {
    height: 50vw;
    max-height: 500px;
    min-height: 400px;
    font-size: 0;
  }
  #main_section3 .wrap_img .bg_img {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 10px;
  }
  #main_section3 .wrap_img .bg_img.left {
    display: inline-block;
  }
  #main_section3 .wrap_img .wrap_txt {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
    color: white;
    text-align: left;
  }
  #main_section3 .wrap_img .wrap_txt strong {
    font-size: 5em;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
  }
  #main_section3 .wrap_img .wrap_txt p {
    margin: 20px 0;
    font-size: 1.7em;
  }
  #main_section3 .wrap_img .wrap_txt .btn_view {
    width: 150px;
  }
  #main_section3 .wrap_doctors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding-left: 10%;
    height: 50vw;
    max-height: 750px;
    min-height: 400px;
  }
  #main_section3 .wrap_doctors .wrap_txt {
    width: 30%;
    font-size: 10px;
    font-family: 'Noto Sans KR';
  }
  #main_section3 .wrap_doctors .wrap_txt strong {
    font-size: 4.8em;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
  }
  #main_section3 .wrap_doctors .wrap_txt p {
    margin: 30px 0;
    font-size: 1.7em;
  }
  #main_section3 .wrap_doctors .wrap_txt .btn_doctor {
    width: 150px;
    background: #9d9995;
    color: #fcfbf7;
  }
  #main_section3 .wrap_doctors .slide_doctor {
    margin-top: 0;
    width: 60%;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide {
    padding: 10px 0;
    height: 100%;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .img_section1 {
    width: 100%;
    height: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt {
    width: 100%;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong {
    font-size: 2em;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt strong span {
    font-size: 0.7em;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide .wrap_txt p {
    margin: 10px 0;
  }
  #main_section3 .wrap_doctors .slide_doctor .swiper-wrapper .swiper-slide.swiper-slide-active .wrap_txt {
    opacity: 1;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::

Section 4

:::::::::::::::::::::::::::::::::::::::::: */
#main_section4 {
  position: relative;
}

#main_section4 .wrap_slide_sec4 {
  position: relative;
}

#main_section4 .slide_inside {
  margin-top: 150px;
  width: 100%;
}

#main_section4 .slide_inside .img_section1 {
  width: 100%;
  height: 55vw;
  max-height: 500px;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

#main_section4 .slide_inside .swiper-slide.swiper-slide-active .img_section1 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#main_section4 .wrap_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
}

#main_section4 .wrap_navigation .nav_1 {
  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;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: white;
  background: #928a83;
  cursor: pointer;
}

#main_section4 .wrap_navigation .nav_1:hover {
  color: black;
  background: white;
}

#main_section4 .wrap_navigation .nav_1:active {
  font-size: 22px;
}

#main_section4 .wrap_navigation.ie_true .nav_1 {
  padding-top: 7px;
}

#main_section4 .wrap_txt {
  position: absolute;
  z-index: 100;
  left: 0%;
  top: -187px;
  padding: 40px;
  width: 100%;
  font-family: 'Noto Sans KR';
  background: #443c37;
  color: white;
  font-size: 10px;
  text-align: center;
}

#main_section4 .wrap_txt strong {
  display: block;
  font-size: 35px;
  font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
  letter-spacing:-5px;
  color:#fcf6df;
}

#main_section4 .wrap_txt p {
  font-size: 1.5em;
  padding-top:15px;
}

#main_section4 .wrap_customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  font-size: 0;
}

#main_section4 .wrap_customer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  width: 100%;
  height: 100%;
  background: #928a83;
}

#main_section4 .wrap_customer .left .number {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
  color: white;
}

#main_section4 .wrap_customer .left .number strong {
  display: block;
  font-size: 2em;
}

#main_section4 .wrap_customer .left .number h2 {
  font-size: 3em;
  font-family: 'Noto Sans KR';
}

#main_section4 .wrap_customer .left .number .wrap_btn {
  margin-top: 20px;
}

#main_section4 .wrap_customer .left .number .wrap_btn a {
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid white;
  color: white;
}
#main_section4 .wrap_customer .left .number .wrap_btn a:last-child {
  margin-right: 0px;
}

#main_section4 .wrap_customer .left .number .wrap_btn a:hover {
  background: #443c37;
  color: #fff;
  border:1px solid #443c37;
}

#main_section4 .wrap_customer .left .number .wrap_btn.ie_true a {
  padding: 15px 25px 5px 25px;
}

#main_section4 .wrap_customer .left .hours {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
  color: white;
}

#main_section4 .wrap_customer .left .hours p {
  position: relative;
  color: white;
  /*margin-top: 15px;*/
  margin: 0;
  padding: 15px 0;
  font-size: 15px;
  font-family: 'Noto Sans KR_700';
  border-bottom: 1px solid white;
}

#main_section4 .wrap_customer .left .hours p span {
  float: right;
}

@media screen and (min-width: 800px) {
  #main_section4 .wrap_customer .left .number h2 {
    margin: 15px 0;
    font-size: 5em;
    font-family: 'Noto Sans KR';
  }
}

@media screen and (min-width: 600px) {
  #main_section4 .slide_inside {
    margin-top: 0px;
    width: 100%;
  }
  #main_section4 .slide_inside .img_section1 {
    width: 100%;
    height: 55vw;
    max-height: 600px;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
  }
  #main_section4 .slide_inside .swiper-slide.swiper-slide-active .img_section1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #main_section4 .wrap_txt {
    position: absolute;
    z-index: 100;
    /*left: 12%;*/
    top: auto;
    bottom: -70px;
    padding: 70px;
    max-width: 650px;
    font-family: 'Noto Sans KR';
    background: #443c37;
    color: white;
    font-size: 10px;
    text-align: left;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #main_section4 .wrap_txt strong {
	font-size: 35px;
	font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
	color:#fcf6df;
  }
  #main_section4 .wrap_txt p {
    font-size: 1.7em;
  }
  #main_section4 .wrap_txt .wrap_btn {
    margin-top: 20px;
  }
  #main_section4 .wrap_txt .wrap_btn a {
    margin-right: 10px;
    padding: 10px 25px;
    font-size: 17px;
    border: 1px solid white;
    color: white;
  }
  #main_section4 .wrap_txt .wrap_btn a:hover {
    background: white;
    color: black;
  }
  #main_section4 .wrap_slide_sec4.on .wrap_txt {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  #main_section4 .wrap_customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 150px auto;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    font-size: 0;
  }
  #main_section4 .wrap_customer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 50px;
    width: 100%;
    height: 100%;
    background: #928a83;
  }
  #main_section4 .wrap_customer .left .number {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  #main_section4 .wrap_customer .left .number strong {
    font-size: 3.5em;
  }
  #main_section4 .wrap_customer .left .hours {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    width: 50%;
    color: white;
  }
  #main_section4 .wrap_customer .left .hours p {
    position: relative;
    color: white;
    font-size: 17px;
    font-family: 'Noto Sans KR_700';
    border-bottom: 1px solid white;
  }
  #main_section4 .wrap_customer .left .hours p span {
    float: right;
  }
}

@media screen and (min-width: 1000px) {
  #main_section4 .slide_inside {
    margin-top: 0px;
    width: 100%;
  }
  #main_section4 .slide_inside .img_section1 {
    width: 100%;
    height: 55vw;
    max-height: 600px;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
  }
  #main_section4 .slide_inside .swiper-slide.swiper-slide-active .img_section1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #main_section4 .wrap_txt {
    position: absolute;
    z-index: 100;
    left: 18.5%;
    top: auto;
    bottom: -70px;
    padding: 100px 70px;
    width: 650px;
    font-family: 'Noto Sans KR';
    background: #443c37;
    color: white;
    font-size: 10px;
    text-align: left;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #main_section4 .wrap_txt strong {
    font-size: 4em;
    font-family: 'Noto Serif KR', serif;/*font-family: 'Noto Sans KR_700';*/
	letter-spacing:-5px;
	color:#fcf6df;
  }
  #main_section4 .wrap_txt p {
    font-size: 1.7em;
	margin:15px 0 0;
  }
  #main_section4 .wrap_txt .wrap_btn {
    margin-top: 20px;
  }
  #main_section4 .wrap_txt .wrap_btn a {
    margin-right: 10px;
    padding: 10px 25px;
    font-size: 17px;
    border: 1px solid white;
    color: white;
  }
  #main_section4 .wrap_txt .wrap_btn a:hover {
    background: white;
    color: black;
  }
  #main_section4 .wrap_slide_sec4.on .wrap_txt {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  #main_section4 .wrap_customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 250px auto 150px auto;
    width: 100%;
    max-width: 1200px;
    /*height: 350px;*/
    font-size: 0;
  }
  #main_section4 .wrap_customer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 50px;
    width: 100%;
    height: 100%;
    background: #9d9995;
  }
  #main_section4 .wrap_customer .left .number {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
    color: white;
  }
  #main_section4 .wrap_customer .left .number strong {
    font-size: 3.5em;
  }
  #main_section4 .wrap_customer .left .number h2 {
    margin: 15px 0;
    font-size: 5em;
    font-family: 'Noto Sans KR';
	line-height:30px;
	color:#443c37;
	font-weight:700;
  }
  #main_section4 .wrap_customer .left .hours {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    width: 50%;
    color: white;
  }
  #main_section4 .wrap_customer .left .hours p {
    position: relative;
    color: white;
    font-size: 17px;
    font-family: 'Noto Sans KR_700';
    border-bottom: 1px solid white;
  }
  #main_section4 .wrap_customer .left .hours p:first-child {
	margin:0;
  }
  #main_section4 .wrap_customer .left .hours p span {
    float: right;
	text-align: right;
  }
}
