<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ::::::::::::::::::::::::::::::::::::::::::

Common

:::::::::::::::::::::::::::::::::::::::::: */
.sub2 .top_bg.clinic_1 .txt {
  color: white;
}

.sub2 .top_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}

.sub2 .top_bg .txt {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;*/
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  width: 100%;
  height:100%;
  text-align: center;
  color: white;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sub2 .top_bg .txt strong {
  font-size: 2.5em;
}

.sub2 .top_bg .txt .line{
	display:block;
	width:50px;
	height:1px;
	background-color:#fff;
	margin:20px auto;
}

.sub2 .top_bg .txt p {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  line-height: 1.5em;
  padding:0 10px;
  font-weight:100;
  margin-bottom:0;
}

.sub2 .top_bg .nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.sub2 .top_bg .nav .outer {
  display: block;
  margin: 0 auto;
  width: 1200px;
  max-width: 100vw;
  font-size: 0;
  font-family: 'Noto Sans KR_700';
}

.sub2 .top_bg .nav .outer a {
  display: inline-block;
  padding: 15px 0;
  font-size: 12px;
  color: white;
  text-align: center;
}

.sub2 .top_bg .nav .outer a.on {
  background: white;
  color: black;
}

.sub2 .top_bg .nav .outer.ie_true a {
  padding: 20px 0 10px 0px;
}

.sub2 .top_bg .nav .outer.style_1 a {
  width: 25%;
}

.sub2 .top_bg .nav .outer.style_2 a {
  width: 50%;
}

.sub2 .top_bg .nav .outer.style_3 a {
  width: 33.3%;
}

@media screen and (min-width: 1000px) {
  .sub2 .top_bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vw;
    max-height: 500px;
  }
  .sub2 .top_bg .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: center;
  }
  .sub2 .top_bg .txt strong {
    font-size: 4em;
  }
  .sub2 .top_bg .txt p {
    font-size:1.8em;
    line-height:1.5;
	font-weight:100;
	margin:0;
  }
  .sub2 .top_bg .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .sub2 .top_bg .nav .outer {
    display: block;
    margin: 0 auto;
    width: 1200px;
    max-width: 100vw;
    font-size: 0;
    font-family: 'Noto Sans KR_700';
  }
  .sub2 .top_bg .nav .outer a {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    color: white;
    text-align: center;
  }
  .sub2 .top_bg .nav .outer a.on {
    background: white;
    color: black;
  }
  .sub2 .top_bg .nav .outer.ie_true a {
    padding: 20px 0 10px 0px;
  }
  .sub2 .top_bg .nav .outer.style_1 a {
    width: 25%;
  }
}

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

Pages 1 

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

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

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

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

.sub2_common .wrap_outer .block_style_1 {
  position: relative;
}

.sub2_common .wrap_outer .block_style_1 .img {
  margin: 100px auto 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
}

.sub2_common .wrap_outer .block_style_1 .img .square {
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
}

.sub2_common .wrap_outer .block_style_1 .txt {
  margin: 50px 0 0 0%;
  width: 100%;
  font-size: 10px;
}

.sub2_common .wrap_outer .block_style_1 .txt strong {
  font-family: 'Noto Sans KR';
  font-size: 2em;
}

.sub2_common .wrap_outer .block_style_1 .txt b {
  display: block;
  margin: 20px 0;
  font-family: 'Noto Sans KR_700';
  font-size: 3em;
}

.sub2_common .wrap_outer .block_style_1 .txt .bar {
  margin: 30px 0;
  width: 50px;
  height: 5px;
}

.sub2_common .wrap_outer .block_style_1 .txt p {
  font-size: 1.3em;
  line-height: 1.7em;
}

.sub2_common .wrap_outer .txt_intro {
  color: #333333;
  line-height: 1.5em;
  margin:15px auto 0;
}

.sub2_common .wrap_outer .block_list_img {
  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;
  margin-top: 50px;
}

.sub2_common .wrap_outer .block_list_img .img {
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub2_common .wrap_outer .block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.sub2_common .wrap_outer .block_list .img {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sub2_common .wrap_outer .block_list .txt {
  margin-left: 0px;
  max-width: 100%;
  font-size: 10px;
}

.sub2_common .wrap_outer .block_list .txt strong {
  display: block;
  margin-bottom: 20px;
  font-size: 2.2em;
}

.sub2_common .wrap_outer .block_list .txt .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.sub2_common .wrap_outer .block_list .txt .list span {
  display: inline-block;
  margin-right: 15px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: white;
  text-align: center;
}

.sub2_common .wrap_outer.clinic_1 .tit {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  font-family: 'Noto Sans KR_700';
  text-align: left;
}

.sub2_common .wrap_outer.clinic_1 .tit b {
  position: relative;
  font-size: 2.5em;
  padding-left: 15px;
}

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

.sub2_common .nav_content {
  display: none;
  padding: 0px 10px;
}

.sub2_common .nav_content.on {
  display: block;
}

@media screen and (min-width: 1000px) {
  .sub2_common .wrap_outer {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
  }
  .sub2_common .wrap_outer .tit {
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Noto Sans KR_700';
    text-align: left;
  }
  .sub2_common .wrap_outer .tit b {
    position: relative;
    font-size: 2.5em;
    padding-left: 15px;
  }
  .sub2_common .wrap_outer .tit b:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #009975;
  }
  .sub2_common .wrap_outer .block_style_1 {
    position: relative;
  }
  .sub2_common .wrap_outer .block_style_1 .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
  }
  .sub2_common .wrap_outer .block_style_1 .img .square {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
  }
  .sub2_common .wrap_outer .block_style_1 .txt {
    margin: 150px 0 0 50%;
    width: 50%;
    font-size: 10px;
  }
  .sub2_common .wrap_outer .block_style_1 .txt strong {
    font-family: 'Noto Sans KR';
    font-size: 2.5em;
  }
  .sub2_common .wrap_outer .block_style_1 .txt b {
    display: block;
    margin: 20px 0;
    font-family: 'Noto Sans KR_700';
    font-size: 5em;
  }
  .sub2_common .wrap_outer .block_style_1 .txt .bar {
    margin: 50px 0;
    width: 50px;
    height: 5px;
  }
  .sub2_common .wrap_outer .block_style_1 .txt p {
    font-size: 1.5em;
    line-height: 1.7em;
  }
  .sub2_common .wrap_outer .txt_intro {
    color: #333333;
    line-height:1.5;
	font-size:16px;
	padding-top:20px;
  }
  .sub2_common .wrap_outer .block_list_img {
    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;
    margin-top: 100px;
  }
  .sub2_common .wrap_outer .block_list_img .img {
    margin-top: 0px;
    width: 48%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sub2_common .wrap_outer .block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
  }
  .sub2_common .wrap_outer .block_list .img {
    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: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .sub2_common .wrap_outer .block_list .txt {
    margin-left: 50px;
    max-width: 80%;
    font-size: 10px;
  }
  .sub2_common .wrap_outer .block_list .txt strong {
    display: block;
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .sub2_common .wrap_outer .block_list .txt .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .sub2_common .wrap_outer .block_list .txt .list span {
    display: inline-block;
    margin-right: 15px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: white;
    text-align: center;
  }
  .sub2_common .nav_content {
    display: none;
    padding: 100px 10px;
  }
  .sub2_common .nav_content.on {
    display: block;
  }
}
</pre></body></html>