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

Pages 1 

::::::::::::::::::::: */
#sub1_page1 .bl_style_1 {
  position: relative;
}

#sub1_page1 .bl_style_1 .bgimg {
  position: relative;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page1 .bl_style_1 .txt {
  position: relative;
  padding: 5%;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

#sub1_page1 .bl_style_1 .txt strong {
  font-size: 3.5em;
}

#sub1_page1 .bl_style_1 .txt b {
  display: block;
  margin: 20px 0;
  font-size: 2em;
  font-family: 'Noto Sans KR';
  font-weight:300;
}

#sub1_page1 .bl_style_1 .txt b span{
	font-weight:700;
}

#sub1_page1 .bl_style_1 .txt p {
  margin-top: 30px;
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
  font-weight:300;
}

#sub1_page1 .bl_style_2 {
  position: relative;
}

#sub1_page1 .bl_style_2 .bgimg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page1 .bl_style_2 .content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 0;
}

#sub1_page1 .bl_style_2 .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  max-width: 100%;
  height: 300px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#sub1_page1 .bl_style_2 .txt {
  padding: 5% 0;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  color: white;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#sub1_page1 .bl_style_2 .txt strong {
  font-size: 3.5em;
}

#sub1_page1 .bl_style_2 .txt b {
  display: block;
  margin: 20px 0;
  font-size: 2em;
}

#sub1_page1 .bl_style_2 .txt p {
  margin-top: 60px;
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
  line-height: 1.7em;
}

#sub1_page1 .bl_style_2 .txt.right {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  #sub1_page1 .bl_style_1 {
    position: relative;
    height: 45vw;
    min-height: 600px;
    max-height: 90vh;
  }
  #sub1_page1 .bl_style_1 .bgimg {
    position: relative;
    padding: 0px 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page1 .bl_style_1 .txt {
    position: relative;
    padding: 10% 20px;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    color: white;
	margin:0 auto;
	max-width:1240px;
	width:100%;
  }
  #sub1_page1 .bl_style_1 .txt strong {
    font-size: 5em;
  }
  #sub1_page1 .bl_style_1 .txt b {
    display: block;
    margin: 20px 0;
    font-size: 3em;
	font-family: 'Noto Sans KR';
	font-weight:200;
  }
  #sub1_page1 .bl_style_1 .txt b span{
	font-weight:700;
  }
  #sub1_page1 .bl_style_1 .txt p {
    margin-top: 60px;
    font-size: 18px;
    font-family: 'Noto Sans KR';
    line-height:1.7;
	font-weight:200;
  }
  #sub1_page1 .bl_style_2 {
    position: relative;
  }
  #sub1_page1 .bl_style_2 .bgimg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page1 .bl_style_2 .content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
  }
  #sub1_page1 .bl_style_2 .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 450px;
    height: 500px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
	box-shadow:5px 5px 10px #333;
  }
  #sub1_page1 .bl_style_2 .txt {
    padding: 5% 20px;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    color: white;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #sub1_page1 .bl_style_2 .txt strong {
    font-size: 5em;
  }
  #sub1_page1 .bl_style_2 .txt b {
    display: block;
    margin: 20px 0;
    font-size: 3em;
	font-family: 'Noto Sans KR';
	font-weight:200;
  }
  #sub1_page1 .bl_style_2 .txt b > span {
	font-weight:700;
  }

  #sub1_page1 .bl_style_2 .txt p {
    margin-top: 60px;
    font-size: 18px;
    font-family: 'Noto Sans KR';
    line-height:1.7;
	font-weight:200;
  }
  #sub1_page1 .bl_style_2 .txt.right {
    text-align: right;
  }
}

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

Pages 2 

::::::::::::::::::::: */
#sub1_page2 .intro_list_1 {
  position: relative;
  min-height: 90vh;
}

@media screen and (max-width: 700px) {
	#sub1_page2 .intro_list_1 {
	  min-height: 60vh;
	}
}

#sub1_page2 .intro_list_1 .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
	#sub1_page2 .intro_list_1 .bgimg {
	  background-position:40% 60%;
	}
  #sub1_page2 .intro_list_1 .bg_right{
    background-position:72% 60%;
  }
  #sub1_page2 .intro_list_1 .bg_right_01{
    background-position: 81% 60%;
  }
  #sub1_page2 .intro_list_1 .bg_right_03{
    background-position: 65% 60%;
  }
}

#sub1_page2 .intro_list_1 .filter_1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#sub1_page2 .intro_list_1 .wrap_txt {
  margin: 0 auto;
  padding: 50px 30px;
  width: 1200px;
  max-width: 100%;
  color: white;
}

#sub1_page2 .intro_list_1 .wrap_txt.right {
  text-align: right;
}

#sub1_page2 .intro_list_1 .txt {
  position: relative;
  padding: 100px 0 20px 0px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

@media screen and (max-width: 700px) {
	#sub1_page2 .intro_list_1 .txt {
	  padding: 50px 0 20px 0px;
	}
}


#sub1_page2 .intro_list_1 .txt b {
  font-size: 2em;
}

#sub1_page2 .intro_list_1 .txt strong {
  display: block;
  margin: 30px 0;
  font-size: 4em;
}

#sub1_page2 .intro_list_1 .txt_2 {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

#sub1_page2 .intro_list_1 .txt_2 b {
  position: relative;
  font-size: 2.5em;
  padding-left: 15px;
}

#sub1_page2 .intro_list_1 .txt_2 b:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #009975;
}

#sub1_page2 .intro_list_1 .txt_2 p {
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
  margin-top:10px;
}

#sub1_page2 .intro_list_2 .staff_list {
  margin: 0px auto;
  width: 1200px;
  max-width: 100%;
  text-align: center;
}

#sub1_page2 .intro_list_2 .staff_list .block {
  display: inline-block;
  margin: 15px 20px;
}

#sub1_page2 .intro_list_2 .staff_list .block .img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page2 .intro_list_2 .staff_list .block .txt {
  margin-top: 30px;
  font-size: 10px;
  font-family: 'Noto Sans KR';
  text-align: center;
}

#sub1_page2 .intro_list_2 .staff_list .block .txt b {
  display: block;
  margin: 10px 0;
  font-size: 1.5em;
  color: #333333;
}

#sub1_page2 .intro_list_2 .staff_list .block .txt strong {
  font-size: 2em;
}

@media screen and (min-width: 1000px) {
  #sub1_page2 .intro_list_1 {
    position: relative;
    min-height: 90vh;
  }
  #sub1_page2 .intro_list_1 .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page2 .intro_list_1 .filter_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  #sub1_page2 .intro_list_1 .wrap_txt {
    margin: 0 auto;
    padding: 70px 20px;
    width: 1200px;
    max-width: 100%;
    color: white;
  }
  #sub1_page2 .intro_list_1 .wrap_txt.right {
    text-align: right;
  }
  #sub1_page2 .intro_list_1 .txt {
    position: relative;
    padding: 60px 0 20px 0;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  #sub1_page2 .intro_list_1 .txt b {
    font-size: 2.5em;
  }
  #sub1_page2 .intro_list_1 .txt strong {
    display: block;
    margin: 30px 0;
    font-size: 5em;
  }
  #sub1_page2 .intro_list_1 .txt_2 {
    position: relative;
    margin-top: 50px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  #sub1_page2 .intro_list_1 .txt_2 b {
    position: relative;
    font-size: 2.5em;
    padding-left: 15px;
  }
  #sub1_page2 .intro_list_1 .txt_2 b:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #009975;
  }
  #sub1_page2 .intro_list_1 .txt_2 p {
    font-size: 1.7em;
    font-family: 'Noto Sans KR';
	margin-bottom:0;
	margin-top:10px;
  }
  #sub1_page2 .intro_list_2 .staff_list {
    margin: 100px auto;
    width: 1200px;
    max-width: 100%;
    text-align: center;
  }
  #sub1_page2 .intro_list_2 .staff_list .block {
    display: inline-block;
    margin: 0 20px;
  }
  #sub1_page2 .intro_list_2 .staff_list .block .img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page2 .intro_list_2 .staff_list .block .txt {
    margin-top: 30px;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    text-align: center;
  }
  #sub1_page2 .intro_list_2 .staff_list .block .txt b {
    display: block;
    margin: 10px 0;
    font-size: 2em;
    color: #333333;
  }
  #sub1_page2 .intro_list_2 .staff_list .block .txt strong {
    font-size: 2.5em;
  }
}

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

Pages 3

::::::::::::::::::::: */
#sub1_page3 .section_2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  padding: 50px 0;
}

#sub1_page3 .section_2 .intro_mt {
  margin: 150px auto 0 auto !important;
}

#sub1_page3 .section_2 .wrap_slide {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 750px;
  min-height: 450px;
}

#sub1_page3 .section_2 .wrap_slide .sbtn_intro_p3 {
  position: absolute;
  z-index: 100;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main {
  width: 100%;
  height: 70%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide {
  width: 100%;
  height: 100%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt {
  position: relative;
  padding: 30px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  color: white;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt h1 {
  margin: 0;
  font-size: 4em;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt p {
  margin: 20px 0;
  font-size: 2em;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb {
  margin-top: 30px;
  width: 100%;
  height: 25%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide {
  width: 100%;
  height: 100%;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1 .wrap_txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  font-family: 'Noto Sans KR_700';
  color: white;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

#sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1 .wrap_txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  font-family: 'Noto Sans KR_700';
  color: white;
}

@media screen and (min-width: 1000px) {
  #sub1_page3 .section_2 .intro_mt {
    margin: 200px auto 0 auto !important;
  }
  #sub1_page3 .section_2 .wrap_slide {
    position: relative;
    width: 100%;
    height: 65vw;
    max-height: 750px;
    min-height: 650px;
  }
  #sub1_page3 .section_2 .wrap_slide .sbtn_intro_p3 {
    position: absolute;
    z-index: 100;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main {
    width: 100%;
    height: 70%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt {
    display: inline-block;
    position: relative;
    padding: 50px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt h1 {
    position: relative;
    margin: 0;
    font-size: 4em;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_main .swiper-slide .img_section1 .wrap_txt p {
    position: relative;
    margin: 10px 0;
    font-size: 2em;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb {
    margin-top: 30px;
    width: 100%;
    height: 25%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1 {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1 .wrap_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide .img_section1 .wrap_txt p {
    font-size: 2em;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1 {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  #sub1_page3 .section_2 .wrap_slide .wrap_slide_thumb .swiper-slide.swiper-slide-thumb-active .img_section1 .wrap_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    font-family: 'Noto Sans KR_700';
    color: white;
  }
}

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

Pages 4

::::::::::::::::::::: */
#sub1_page4 .wrap_outer {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
}

#sub1_page4 .tit {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

#sub1_page4 .tit b {
  position: relative;
  font-size: 2.5em;
  padding-left: 15px;
}

#sub1_page4 .tit b:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #009975;
}

#sub1_page4 .tit p {
  font-size: 1.5em;
  font-family: 'Noto Sans KR';
}

#sub1_page4 .section_4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#sub1_page4 .section_4 .root_daum_roughmap {
  width: 100%;
}

#sub1_page4 .section_4 .wrap_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#sub1_page4 .section_4 .wrap_contact .block_contact {
  width: 100%;
  padding: 20px 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
}

#sub1_page4 .section_4 .wrap_contact .block_contact h1 {
  padding-bottom: 10px;
  font-size: 4em;
  border-bottom: 2px solid black;
}

#sub1_page4 .section_4 .wrap_contact .block_contact p {
  padding: 10px 0;
  font-size: 1.7em;
  border-bottom: 1px solid #c7c5c2;
}

#sub1_page4 .section_4 .wrap_contact .block_contact p b {
  display: inline-block;
  width: 100px;
}

#sub1_page4 .section_4 .wrap_contact .block_contact p span {
  font-family: 'Noto Sans KR';
}

@media screen and (min-width: 1000px) {
  #sub1_page4 .section_4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #sub1_page4 .section_4 .wrap_contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #sub1_page4 .section_4 .wrap_contact .block_contact {
    width: 45%;
    padding: 20px 0;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
  }
  #sub1_page4 .section_4 .wrap_contact .block_contact h1 {
    padding-bottom: 10px;
    font-size: 4em;
    border-bottom: 2px solid black;
  }
  #sub1_page4 .section_4 .wrap_contact .block_contact p {
    padding: 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid #c7c5c2;
  }
  #sub1_page4 .section_4 .wrap_contact .block_contact p b {
    display: inline-block;
    width: 100px;
  }
  #sub1_page4 .section_4 .wrap_contact .block_contact p span {
    font-family: 'Noto Sans KR';
  }
}

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

Pages 5

::::::::::::::::::::: */
#sub1_page5 {
  background: #EEEEEE;
}

#sub1_page5 .wrap_outer.second {
  padding-bottom: 50px;
}

#sub1_page5 .wrap_outer {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
}

#sub1_page5 .wrap_outer .tit {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
}

#sub1_page5 .wrap_outer .tit b {
  position: relative;
  font-size: 2em;
  padding-left: 15px;
}

#sub1_page5 .wrap_outer .tit b:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #009975;
}

#sub1_page5 .wrap_outer .tit p {
  font-size: 1.3em;
  font-family: 'Noto Sans KR';
}

#sub1_page5 .wrap_outer .wrap_steps {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

#sub1_page5 .wrap_outer .wrap_steps .block_step {
  display: inline-block;
  width: 45%;
  height: 250px;
}

#sub1_page5 .wrap_outer .wrap_steps .block_step .box {
  margin: 0 auto;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 60%;
  text-transform: uppercase;
  border: 1px solid #333333;
  font-family: "Nanum Gothic";
}

#sub1_page5 .wrap_outer .wrap_steps .block_step .box i {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
}

#sub1_page5 .wrap_outer .wrap_steps .block_step .txt {
  margin-top: 30px;
  font-family: 'Noto Sans KR';
  text-align: center;
}

#sub1_page5 .wrap_outer .wrap_table {
  width: 100%;
  overflow-x: scroll;
}

#sub1_page5 .wrap_outer .wrap_table .table_1, #sub1_page5 .wrap_outer .wrap_table th, #sub1_page5 .wrap_outer .wrap_table td {
  border: 1px solid #b4b4b4;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 {
  margin-top: 50px;
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 .tb_outer {
  display: inline-block;
  margin: 0 auto;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 thead th {
  padding: 15px;
  font-size: 12px;
  color: white;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 tbody th {
  padding: 20px 0;
  font-size: 12px;
  font-family: 'Noto Sans KR';
  color: #333333;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 tbody th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 tbody th span b {
  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;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: 100;
  color: white;
  background: #969696;
  border-radius: 100%;
}

#sub1_page5 .wrap_outer .wrap_table .table_1 tbody tr.bg {
  background-color: white;
}

@media screen and (min-width: 1000px) {
  #sub1_page5 {
    background: #EEEEEE;
  }
  #sub1_page5 .wrap_outer.second {
    padding-bottom: 100px;
  }
  #sub1_page5 .wrap_outer {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
  }
  #sub1_page5 .wrap_outer .tit {
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: left;
  }
  #sub1_page5 .wrap_outer .tit b {
    position: relative;
    font-size: 2.5em;
    padding-left: 15px;
  }
  #sub1_page5 .wrap_outer .tit b:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #009975;
  }
  #sub1_page5 .wrap_outer .tit p {
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
  }
  #sub1_page5 .wrap_outer .wrap_steps {
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  #sub1_page5 .wrap_outer .wrap_steps .block_step {
    display: inline-block;
    width: 20%;
    height: 300px;
  }
  #sub1_page5 .wrap_outer .wrap_steps .block_step .box {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 60%;
    text-transform: uppercase;
    border: 1px solid #333333;
  }
  #sub1_page5 .wrap_outer .wrap_steps .block_step .txt {
    margin-top: 30px;
    font-family: 'Noto Sans KR';
    text-align: center;
  }
  #sub1_page5 .wrap_outer .wrap_table {
    width: 100%;
    overflow-x: hidden;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1, #sub1_page5 .wrap_outer .wrap_table th, #sub1_page5 .wrap_outer .wrap_table td {
    border: 1px solid #b4b4b4;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 {
    margin-top: 50px;
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 .tb_outer {
    display: inline-block;
    margin: 0 auto;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 thead th {
    padding: 15px;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: white;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 tbody th {
    padding: 20px 0;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: #333333;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 tbody th span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 tbody th span b {
    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;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 100;
    font-family: 'Nanum Gothic';
    color: white;
    background: #969696;
    border-radius: 100%;
  }
  #sub1_page5 .wrap_outer .wrap_table .table_1 tbody tr.bg {
    background-color: white;
  }
}

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

Pages 6

::::::::::::::::::::: */
#sub1_page6 {
  background: #EEEEEE;
}

#sub1_page6 .wrap_outer.second {
  padding-bottom: 50px;
}

#sub1_page6 .wrap_outer {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
}

#sub1_page6 .wrap_outer .tit {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: center;
}

#sub1_page6 .wrap_outer .tit b {
  position: relative;
  font-size: 2em;
  padding-left: 15px;
}

#sub1_page6 .wrap_outer .tit b:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #009975;
}

#sub1_page6 .wrap_outer .tit p {
  font-size: 1.3em;
  font-family: 'Noto Sans KR';
}

#sub1_page6 .wrap_outer .wrap_table {
  width: 100%;
  overflow-x: scroll;
}

#sub1_page6 .wrap_outer .wrap_table .table_1, #sub1_page6 .wrap_outer .wrap_table th, #sub1_page6 .wrap_outer .wrap_table td {
  border: 1px solid #b4b4b4;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 {
  margin-top: 50px;
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 .tb_outer {
  display: inline-block;
  margin: 0 auto;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 thead th {
  padding: 15px;
  font-size: 12px;
  color: white;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 thead .sort {
  width: 15%;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 thead .list {
  width: 55%;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 thead .price {
  width: 30%;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 tbody th {
  padding: 20px 0;
  font-size: 12px;
  font-family: 'Noto Sans KR';
  color: #333333;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 tbody th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 tbody th span b {
  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;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: 100;
  color: white;
  background: #969696;
  border-radius: 100%;
}

#sub1_page6 .wrap_outer .wrap_table .table_1 tbody tr.bg {
  background-color: white;
}

@media screen and (min-width: 1000px) {
  #sub1_page6 {
    background: #EEEEEE;
  }
  #sub1_page6 .wrap_outer.second {
    padding-bottom: 100px;
  }
  #sub1_page6 .wrap_outer {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
  }
  #sub1_page6 .wrap_outer .tit {
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: left;
  }
  #sub1_page6 .wrap_outer .tit b {
    position: relative;
    font-size: 2.5em;
    padding-left: 15px;
  }
  #sub1_page6 .wrap_outer .tit b:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #009975;
  }
  #sub1_page6 .wrap_outer .tit p {
    font-size: 1.5em;
    font-family: 'Noto Sans KR';
  }
  #sub1_page6 .wrap_outer .wrap_table {
    width: 100%;
    overflow-x: hidden;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1, #sub1_page6 .wrap_outer .wrap_table th, #sub1_page6 .wrap_outer .wrap_table td {
    border: 1px solid #b4b4b4;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 {
    margin-top: 50px;
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 .tb_outer {
    display: inline-block;
    margin: 0 auto;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 thead th {
    padding: 15px;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: white;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 tbody th {
    padding: 20px 0;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    color: #333333;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 tbody th span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 tbody th span b {
    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;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 100;
    font-family: 'Nanum Gothic';
    color: white;
    background: #969696;
    border-radius: 100%;
  }
  #sub1_page6 .wrap_outer .wrap_table .table_1 tbody tr.bg {
    background-color: white;
  }
}

@media screen and (max-width:480px){
	#sub1_page2 .intro_list_1 .txt strong{
		font-size:3.6em;
	}
}

/*의료진소개*/
.doctor-list {
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.doctor-item {
	display: flex;
	gap: 80px;
}
.doctor-item .doctor-img {
    width: 40%;
}
.doctor-item .doctor-img img {
    width: 100%;
}
.doctor-info {
    flex: 1;
    margin: 24px 0;
}
.doctor-info .doctor-name {
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    font-family: 'Noto Serif KR', serif;
}
.doctor-info .doctor-name h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}
.doctor-info .doctor-name span {
    font-size: 24px;
}
.doctor-info .info-box:not(:last-child) {
    margin-bottom: 30px;
}
.doctor-info .info-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}
.doctor-info .info-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.doctor-info .info-box ul li {
    font-size: 17px;
}
.doctor-info .info-box ul li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #443C37;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.doctor-info .info-box ul li.now {
    font-weight: 600;
    color: #443C37;
}

@media screen and (max-width: 1000px) {
    .doctor-list {
        gap: 80px;
        padding: 0 20px;
    }
    .doctor-item {
        gap: 40px;
    }
    .doctor-item .doctor-img {
        width: 45%;
    }
    .doctor-info {
        margin: 0;
    }
    .doctor-info .doctor-name h3 {
        font-size: 32px;
    }
    .doctor-info .doctor-name span {
        font-size: 20px;
    }
    .doctor-info .info-box h4 {
        font-size: 18px;
    }
    .doctor-info .info-box ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .doctor-item {
        flex-direction: column;
        gap: 24px;
    }
    .doctor-item .doctor-img {
        width: 100%;
    }

    .doctor-info .doctor-name {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .doctor-info .doctor-name h3 {
        font-size: 28px;
    }
    .doctor-info .doctor-name span {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .doctor-list {
        gap: 50px;
        margin: 50px auto;
    }
    .doctor-info .doctor-name h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .doctor-info .doctor-name span {
        font-size: 16px;
    }
    .doctor-info .info-box h4 {
        font-size: 16px;
    }
    .doctor-info .info-box ul li {
        font-size: 14px;
    }
    .doctor-info .info-box ul {
        gap: 6px;
    }
}











